funkwhale/api/funkwhale_api/music
Eliot Berriot 18ad6cfa78
Fix #273: fix_track_files will now update files with bad mimetype
2018-06-03 18:57:35 +02:00
..
management Fix #273: fix_track_files will now update files with bad mimetype 2018-06-03 18:57:35 +02:00
migrations See #195: added bitrate and size fields on track file 2018-05-15 22:01:52 +02:00
__init__.py Initial commit that merge both the front end and the API in the same repository 2017-06-23 23:00:42 +02:00
admin.py See #195: added bitrate and size fields on track file 2018-05-15 22:01:52 +02:00
factories.py See #223: api for listing/managing library files 2018-05-29 00:07:20 +02:00
fake_data.py Replaced vue-resource by axios 2018-01-11 21:35:51 +01:00
filters.py See #224: updated front-end with new music API 2018-05-22 22:22:53 +02:00
forms.py Can now import library tracks from front-end 2018-04-15 11:25:34 +02:00
importers.py Initial commit that merge both the front end and the API in the same repository 2017-06-23 23:00:42 +02:00
lyrics.py Initial commit that merge both the front end and the API in the same repository 2017-06-23 23:00:42 +02:00
metadata.py Fix #231 and #219: ensure we import covers regarless of the import method 2018-06-02 17:34:46 +02:00
models.py Fix #231 and #219: ensure we import covers regarless of the import method 2018-06-02 17:34:46 +02:00
permissions.py Fix #229: removed last hardcoded settings to protect audio files 2018-05-24 21:34:59 +02:00
serializers.py See #228: now use our new action logic for library track import 2018-05-23 21:50:23 +02:00
tasks.py Fix #231 and #219: ensure we import covers regarless of the import method 2018-06-02 17:34:46 +02:00
utils.py Fix #266: Ensure we do not store bad mimetypes 2018-06-03 18:07:59 +02:00
views.py Fix #258: Implemented getCovertArt in Subsonic API to serve album covers 2018-06-01 08:42:05 +02:00