funkwhale/api/funkwhale_api/users
Eliot Berriot d28bf65d00 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
..
migrations Resolve "Implement a Oauth provider in Funkwhale" 2019-03-25 17:02:51 +01: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 "Setting upload limit in Django" 2019-08-30 15:39:01 +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 #890: web UI and email notifications on new reports 2019-09-13 06:09:48 +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 Fix #806: Use proper site name/domain in emails 2019-04-23 11:14:58 +02:00
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