funkwhale/api/funkwhale_api/common
Petitminion 9d37d69a1d 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-04-26 16:58:53 +02:00
..
management fix: set FORCE to 1 in dev env NOCHANGELOG 2025-01-10 19:17:58 +00:00
migrations Update dependency djangorestframework to v3.14.0 (develop) NOCHANGELOG 2022-11-06 19:29:38 +00:00
scripts refactor: upgrade code to >=python3.7 (pre-commit) 2022-11-23 22:08:55 +00: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 chore: format files using isort (pre-commit) 2022-11-23 21:55:37 +01:00
apps.py chore: format files using isort (pre-commit) 2022-11-23 21:55:37 +01:00
authentication.py chore: Use django.utils.translations.gettext_lazy instead of deprecated ugettext_lazy 2024-02-26 07:44:18 +00:00
cache.py Fixed failing tests 2020-02-18 15:34:10 +01:00
channels.py Revert to apline:3.11 to stay on Python 3.7 (3.8 has issues with channels) 2020-02-18 15:20:15 +01:00
consumers.py Revert to apline:3.11 to stay on Python 3.7 (3.8 has issues with channels) 2020-02-18 15:20:15 +01:00
decorators.py chore: format files using isort (pre-commit) 2022-11-23 21:55:37 +01:00
dynamic_preferences_registry.py Add missing space 2021-01-30 17:00:04 +01:00
factories.py chore: format files using isort (pre-commit) 2022-11-23 21:55:37 +01:00
fields.py Support playlist fetch, this ill break the frontend (need to update playlist.uuid for endpoint instead of playlist.id) 2025-04-26 16:58:53 +02:00
filters.py fix: Make Artist ordering by name case insensitive 2023-10-10 13:02:13 +02:00
locales.py See #170: RSS feeds for channels 2020-01-31 09:11:39 +01:00
middleware.py fix(embed): Make sure embed has sane default image and correct link 2023-11-28 12:16:22 +00:00
mixins.py refactor: upgrade code to >=python3.7 (pre-commit) 2022-11-23 22:08:55 +00:00
models.py Feat(API): changes to support new frontend 2025-04-18 10:37:48 +02:00
mutations.py refactor: upgrade code to >=python3.7 (pre-commit) 2022-11-23 22:08:55 +00:00
pagination.py More configurable pagination 2019-04-09 11:15:43 +02:00
permissions.py Make library drop migration use playlist.library instead of user follow and resolve tests 2025-04-26 16:58:53 +02:00
preferences.py chore: Replace deprecated django.contrib.postgres.forms.JSONField with django.forms.JSONField 2024-02-26 07:44:18 +00:00
renderers.py feat(manifest): Use proper Renderer class for spa manifest 2022-10-18 18:24:19 +00:00
routers.py Fixed compat with iTunes 2020-08-11 13:07:39 +02:00
schema.yml fix-import-metadata-schema NOCHANGELOG 2025-04-24 23:19:51 +00:00
search.py docs: fix spelling errors (pre-commit) 2022-11-24 01:43:36 +01:00
serializers.py Feat(API): changes to support new frontend 2025-04-18 10:37:48 +02:00
session.py Attachments 2019-11-25 09:49:06 +01:00
signals.py chore: Remove deprecated argument for signal 2024-02-26 07:44:18 +00:00
storage.py chore: format files using isort (pre-commit) 2022-11-23 21:55:37 +01:00
tasks.py chore: format files using isort (pre-commit) 2022-11-23 21:55:37 +01:00
throttling.py fix(api): Use correct data field for rate limiting identity field 2023-11-28 18:09:56 +00:00
utils.py fix(api): pylint crashes on redefined-builtin 2023-01-29 12:47:02 +00:00
validators.py chore: Use django.utils.translations.gettext_lazy instead of deprecated ugettext_lazy 2024-02-26 07:44:18 +00:00
views.py Feat(API): changes to support new frontend 2025-04-18 10:37:48 +02:00