1
0
mirror of https://github.com/etesync/server synced 2024-11-16 05:48:59 +00:00
etesync-server/django_etebase
Tom Hacohen 9cad5d62e1 Account: change Dashboard URL endpoint's permissions.
We only want to require that the account is authenticated, not the rest of
the permissions. As we want to be able to get a dashboard url for accounts
that aren't currently valid.
2020-10-09 13:10:41 +03:00
..
drf_msgpack
migrations Collection main_item: make a OneToOneField intsead of just a foreign key. 2020-09-22 11:33:17 +03:00
token_auth Increase token ttl to 30 days. 2020-07-12 11:27:47 +03:00
__init__.py
admin.py
app_settings.py Account: add a dashboard url endpoint. 2020-10-08 21:06:33 +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 Collectin: make sure collections always have a unique UID. 2020-09-22 12:17:33 +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 Invitations: share the username of the inviter. 2020-10-01 16:47:53 +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 Disable signups by default. 2020-09-27 09:42:01 +03:00
views.py Account: change Dashboard URL endpoint's permissions. 2020-10-09 13:10:41 +03:00