funkwhale/api/funkwhale_api/users
Eliot Berriot dfb4f5f62a
See #230: can now use "or" operator to check permissions
2018-05-24 22:38:26 +02:00
..
migrations See #230: added an upload permission on user model 2018-05-24 22:37:41 +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 See #187: Front logic for password reset and email confirmation 2018-05-06 12:50:53 +02:00
admin.py See #230: added an upload permission on user model 2018-05-24 22:37:41 +02:00
api_urls.py Initial commit that merge both the front end and the API in the same repository 2017-06-23 23:00:42 +02:00
dynamic_preferences_registry.py See #206: minor tweaks on settings (wording, input type...) 2018-05-17 23:40:06 +02:00
factories.py See #152: added management command to execute one-time migration scripts 2018-05-18 22:18:03 +02:00
models.py See #230: can now use "or" operator to check permissions 2018-05-24 22:38:26 +02:00
permissions.py See #230: can now use "or" operator to check permissions 2018-05-24 22:38:26 +02:00
rest_auth_urls.py See #187: API logic for password reset 2018-05-06 11:30:41 +02:00
serializers.py See #152: use new user permissions on relevant viewsets 2018-05-18 18:48:46 +02:00
views.py See #75: user can now manage the Subsonic API token from their settings page 2018-05-09 22:18:33 +02:00