1
0
mirror of https://github.com/etesync/server synced 2024-11-16 05:48:59 +00:00
etesync-server/django_etebase
2020-09-09 17:07:32 +03:00
..
drf_msgpack
migrations Make access level an int instead of a string. 2020-09-07 11:02:53 +03:00
token_auth
__init__.py
admin.py
app_settings.py Add support for a modifying the chunk storage location 2020-07-13 17:08:36 +03:00
apps.py
exceptions.py Exceptions: have correct code/status_code for every error. 2020-07-30 10:13:24 +03:00
models.py Make access level an int instead of a string. 2020-09-07 11:02:53 +03:00
parsers.py Chunk uploading: implement properly using a custom Parser. 2020-08-04 14:15:25 +03:00
permissions.py Permissions: workaround DRF bug and expose exception code. 2020-07-30 10:17:33 +03:00
renderers.py
serializers.py Signup: send a signal on account signup. 2020-09-02 12:54:50 +03:00
signals.py Signup: send a signal on account signup. 2020-09-02 12:54:50 +03:00
tests.py
urls.py
utils.py
views.py User not found: return a 401 instead of a 404. 2020-09-09 17:07:32 +03:00