funkwhale/api/funkwhale_api/users
Eliot Berriot c94d9214ec See #170: updates to upload API to support channels publishing 2019-12-04 09:55:07 +01:00
..
migrations Resolve "Add optional donation/contribution link in-app" 2019-09-23 11:30:25 +02:00
oauth See #261: Added a rate-limiting (throttling system) to limit the number of requests handled per user/IP 2019-09-17 11:23:59 +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
adapters.py Fix #806: Use proper site name/domain in emails 2019-04-23 11:14:58 +02:00
admin.py Resolve "Add optional donation/contribution link in-app" 2019-09-23 11:30:25 +02:00
api_urls.py Fix #877: Ensure API urls answer with and without a trailing slash 2019-07-02 14:31:47 +02:00
auth_backends.py Removed 2 DB queries per request when user is authenticated 2019-01-04 13:52:36 +01:00
dynamic_preferences_registry.py Correct English language mistake dynamic_preferences_registry.py (overrided > overridden; cf https://english.stackexchange.com/questions/75786/overrode-vs-overridden) 2019-08-27 08:21:21 +02:00
factories.py Implement tag models 2019-07-08 15:26:14 +02:00
jwt_views.py See #261: Added a rate-limiting (throttling system) to limit the number of requests handled per user/IP 2019-09-17 11:23:59 +02:00
middleware.py See #212: record user last activity date 2018-06-17 17:53:40 +02:00
models.py See #170: updates to upload API to support channels publishing 2019-12-04 09:55:07 +01:00
mutations.py See #852: improved routing logic for federation messages (support multiple objects types for one route) 2019-09-21 16:20:49 +02:00
rest_auth_urls.py See #261: Added a rate-limiting (throttling system) to limit the number of requests handled per user/IP 2019-09-17 11:23:59 +02:00
serializers.py Resolve "Add optional donation/contribution link in-app" 2019-09-23 11:30:25 +02:00
tasks.py See #852: improved routing logic for federation messages (support multiple objects types for one route) 2019-09-21 16:20:49 +02:00
views.py See #852: improved routing logic for federation messages (support multiple objects types for one route) 2019-09-21 16:20:49 +02:00