etesync-server/django_etebase
Tom Hacohen 2880673e27 drf_msgpack: add code to parse/serialise msgpack
It's not actually used by clients but it's there and can be used. It
works for receiving msgpack messages, but doesn't yet work for sending
because some of the types will be converted to base64.
2020-06-29 14:21:43 +03:00
..
drf_msgpack drf_msgpack: add code to parse/serialise msgpack 2020-06-29 14:21:43 +03:00
migrations django_etebase: make migration generic and not depend on myauth. 2020-06-28 16:52:14 +03:00
token_auth Rename django_etesync to django_etebase. 2020-06-16 17:14:53 +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 Rename django_etesync to django_etebase. 2020-06-16 17:14:53 +03:00
apps.py Rename django_etesync to django_etebase. 2020-06-16 17:14:53 +03:00
models.py Merge the uidvalidator with the base64url validator and set a min length. 2020-06-26 12:14:06 +03:00
permissions.py Collection: change collections to be an extension of items 2020-06-23 13:03:46 +03:00
serializers.py Modify binary64 field to support binary renderers/parsers 2020-06-29 13:36:37 +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
views.py drf_msgpack: add code to parse/serialise msgpack 2020-06-29 14:21:43 +03:00