funkwhale/api/funkwhale_api/playlists
Petitminion 08e68c8495 Support playlist fetch, this ill break the frontend (need to update playlist.uuid for endpoint instead of playlist.id)
Done locally but will commit after discussion, we can also delete     lookup_field = "uuid" from playlistviewset
2025-05-04 22:57:45 +02:00
..
migrations remove to do and add doc 2025-05-04 22:55:17 +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 Use playlists to privately share audio files (#2417) 2025-05-04 22:55:17 +02:00
dynamic_preferences_registry.py See #1100: clean compat and XXX in the code 2020-08-03 15:47:14 +02:00
factories.py resolving real migration issues 2025-05-04 22:55:17 +02:00
filters.py Playlist federation (#1458) 2025-01-03 18:17:25 +00:00
models.py Support playlist fetch, this ill break the frontend (need to update playlist.uuid for endpoint instead of playlist.id) 2025-05-04 22:57:45 +02:00
parsers.py Import/export playlist in xspf (#836). 2024-12-05 11:31:41 +00:00
renderers.py Import/export playlist in xspf (#836). 2024-12-05 11:31:41 +00:00
serializers.py Support playlist fetch, this ill break the frontend (need to update playlist.uuid for endpoint instead of playlist.id) 2025-05-04 22:57:45 +02:00
tasks.py Make sure we query the lib before createing plts + some migration issues 2025-05-04 22:55:17 +02:00
views.py Support playlist fetch, this ill break the frontend (need to update playlist.uuid for endpoint instead of playlist.id) 2025-05-04 22:57:45 +02:00