funkwhale/api/funkwhale_api/common
Agate ec8dfdb740 Use scoped tokens to load <audio> urls instead of JWT 2020-05-11 10:06:35 +02:00
..
management Fixed broken tag generation in load_test_data command 2019-07-18 14:08:38 +02:00
migrations See #170: cover on tracks and artists 2020-01-17 16:27:11 +01:00
scripts Increase image quality of downscaled images from 70 to 95 2020-05-07 19:18:19 +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 Attachments 2019-11-25 09:49:06 +01:00
apps.py Fix #1085: Make URL-building logic more resilient against reverse proxy misconfiguration 2020-05-04 12:02:08 +02:00
auth.py Use scoped tokens to load <audio> urls instead of JWT 2020-05-11 10:06:35 +02:00
authentication.py See #1039: resend confirmation email on login if email is unverified 2020-04-01 15:34:13 +02: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 Resolve "Implement a Oauth provider in Funkwhale" 2019-03-25 17:02:51 +01:00
dynamic_preferences_registry.py Blacked the code 2018-06-09 15:36:16 +02:00
factories.py See #170: add a description field on tracks, albums, tracks 2020-01-14 14:00:08 +01:00
fields.py Revert "Revert "Fix #994: use PostgreSQL full-text-search"" 2019-12-18 11:26:59 +01:00
filters.py See #170: channels ui (listeners) 2020-02-05 15:06:07 +01:00
locales.py See #170: RSS feeds for channels 2020-01-31 09:11:39 +01:00
middleware.py Fix #1107: Fix HTML <title> not including instance name in some situations 2020-05-06 00:23:42 +02:00
mixins.py First round of improvements to channel management: 2020-02-23 15:31:03 +01:00
models.py Fixed attachments URL not honoring media URL 2020-04-15 12:07:04 +02:00
mutations.py See #170: cover on tracks and artists 2020-01-17 16:27:11 +01:00
pagination.py More configurable pagination 2019-04-09 11:15:43 +02:00
permissions.py See #170: exclude by default all channels-related entities from /artists, /albums and /tracks endpoints results, for backward compatibility 2019-11-25 09:49:49 +01:00
preferences.py Resolve "Screening for signups" 2020-03-18 11:57:33 +01:00
routers.py Fix #877: Ensure API urls answer with and without a trailing slash 2019-07-02 14:31:47 +02:00
search.py Resolve "Switch to proper full-text-search system" 2019-12-18 15:08:58 +01:00
serializers.py See #170: store and compute modification date on artists 2020-03-19 14:41:15 +01:00
session.py Attachments 2019-11-25 09:49:06 +01:00
signals.py [EPIC] Audio metadata update - UI / API 2019-02-28 09:31:04 +01:00
storage.py Fix #847: Use ASCII filename before upload to S3 to avoid playback issues 2019-06-11 09:56:46 +02:00
tasks.py Fix #1077: improved performance and error handling in fetch_attachment 2020-04-21 14:50:02 +02:00
throttling.py See #170: now record downloads count on tracks/uploads 2020-01-20 13:59:12 +01:00
utils.py Increase image quality of downscaled images from 70 to 95 2020-05-07 19:18:19 +02:00
validators.py Can now add domains via manage API / UI 2019-01-05 18:21:35 +01:00
views.py Fix #1077: improved performance and error handling in fetch_attachment 2020-04-21 14:50:02 +02:00