You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tom Hacohen 741b6d7c52 Collection removed memberships: only return removed memberships within our returned range.
Before this change we were returning all of the removed memberships that happened
after stoken. Though instead, we should just return the removed memberships that
happened after stoken and before the new stoken we are returning.
4 years ago
..
drf_msgpack drf_msgpack: add code to parse/serialise msgpack 4 years ago
migrations Collection main_item: make a OneToOneField intsead of just a foreign key. 4 years ago
token_auth Increase token ttl to 30 days. 4 years ago
__init__.py Rename django_etesync to django_etebase. 4 years ago
admin.py Rename django_etesync to django_etebase. 4 years ago
app_settings.py Account: add a dashboard url endpoint. 4 years ago
apps.py Rename django_etesync to django_etebase. 4 years ago
exceptions.py Exceptions: have correct code/status_code for every error. 4 years ago
models.py Collectin: make sure collections always have a unique UID. 4 years ago
parsers.py Chunk uploading: implement properly using a custom Parser. 4 years ago
permissions.py Permissions: workaround DRF bug and expose exception code. 4 years ago
renderers.py Views: move the base64 encoding to the renderers. 4 years ago
serializers.py Signup: improve docs. 4 years ago
signals.py Signup: send a signal on account signup. 4 years ago
tests.py Rename django_etesync to django_etebase. 4 years ago
urls.py Move the etebase urls configuration to django_etebase. 4 years ago
utils.py Disable signups by default. 4 years ago
views.py Collection removed memberships: only return removed memberships within our returned range. 4 years ago