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 7ec45434ba User: make username case insensitive (and save original styling).
We want 'User' and 'UsEr' to mean the same user. Apparently that's not the default in
django. This normalizes the user to ensure we enforce this.
4 years ago
..
drf_msgpack drf_msgpack: add code to parse/serialise msgpack 4 years ago
migrations Revert "django_etebase: make migration generic and not depend on myauth." 4 years ago
token_auth Rename django_etesync to django_etebase. 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 Rename django_etesync to django_etebase. 4 years ago
apps.py Rename django_etesync to django_etebase. 4 years ago
models.py Chunk upload: item.uid can never be None so use it directly. 4 years ago
permissions.py Collection: change collections to be an extension of items 4 years ago
renderers.py Views: move the base64 encoding to the renderers. 4 years ago
serializers.py User: make username case insensitive (and save original styling). 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
views.py Views: clean up how we use serializers and remove integrity_errors catch-alls. 4 years ago