| .. |
|
drf_msgpack
|
drf_msgpack: add code to parse/serialise msgpack
|
2020-06-29 14:21:43 +03:00 |
|
migrations
|
Chunks: move to reside under the collection.
|
2020-08-04 17:39:33 +03:00 |
|
token_auth
|
Increase token ttl to 30 days.
|
2020-07-12 11:27:47 +03:00 |
|
__init__.py
|
Rename django_etesync to django_etebase.
|
2020-06-16 17:14:53 +03:00 |
|
admin.py
|
Rename django_etesync to django_etebase.
|
2020-06-16 17:14:53 +03:00 |
|
app_settings.py
|
Add support for a modifying the chunk storage location
|
2020-07-13 17:08:36 +03:00 |
|
apps.py
|
Rename django_etesync to django_etebase.
|
2020-06-16 17:14:53 +03:00 |
|
exceptions.py
|
Exceptions: have correct code/status_code for every error.
|
2020-07-30 10:13:24 +03:00 |
|
models.py
|
Chunks: use a prefix of the chunk for a subdirectory.
|
2020-08-04 17:39: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
|
Views: move the base64 encoding to the renderers.
|
2020-06-29 15:39:40 +03:00 |
|
serializers.py
|
Prefetch: change the type of value prefetch accept.
|
2020-08-04 17:48:34 +03:00 |
|
tests.py
|
Rename django_etesync to django_etebase.
|
2020-06-16 17:14:53 +03:00 |
|
urls.py
|
Move the etebase urls configuration to django_etebase.
|
2020-06-28 17:11:20 +03:00 |
|
utils.py
|
Add support for a custom user creation function.
|
2020-07-13 16:20:46 +03:00 |
|
views.py
|
Login: return an UNAUTHORIZED (401) error on bad username/password, not 400.
|
2020-08-18 12:04:42 +03:00 |