funkwhale/api/funkwhale_api/music
Eliot Berriot 8a321d4abe
Fix #201: escaping issue of track name in playlist modal
2018-05-15 18:37:44 +02:00
..
management Added a fix_track_files command to run checks and fixes against library (#183) 2018-04-27 21:11:20 +02:00
migrations Added an accessed_date field on TrackFile for easier cache deletion (#189) 2018-05-06 15:36:18 +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 Fix #199: unplayable tracks are now properly disabled in the interface 2018-05-12 10:52:58 +02:00
factories.py See #75: initial subsonic implementation that works with http://p.subfireplayer.net 2018-05-08 16:32:07 +02:00
fake_data.py Replaced vue-resource by axios 2018-01-11 21:35:51 +01:00
filters.py Added q filter on artists 2018-04-26 14:26:01 +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 #157: Can now import and play flac files 2018-05-15 18:20:24 +02:00
models.py Fix #201: escaping issue of track name in playlist modal 2018-05-15 18:37:44 +02:00
permissions.py See #186: moved api authentication required setting to preference 2018-04-28 06:11:50 +02:00
serializers.py Fix #176: Can now relaunch erored jobs and batches 2018-04-28 04:59:47 +02:00
tasks.py Fix #193: broken federated import 2018-05-07 19:22:09 +02:00
utils.py Fix #157: Can now import and play flac files 2018-05-15 18:20:24 +02:00
views.py Fix #196: In-place imported tracks non-ascii characters don't break reverse-proxy serving 2018-05-10 18:52:00 +02:00