etesync-server/django_etebase
Tom Hacohen 625df22989 Make item encryption key optional for collections/items
Collections still have a unique encryption key (their collection key), and items
just have a unique key per item in a collection that's derived from the main key
and if we ever want to share items across collections or do something fancy like
that we can just add an encrypted key in there.
2020-06-26 10:31:03 +03:00
..
migrations Collection/item uid: allow base64-url not just base62. 2020-06-24 10:48:47 +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 Collection/item uid: allow base64-url not just base62. 2020-06-24 10:48:47 +03:00
permissions.py Collection: change collections to be an extension of items 2020-06-23 13:03:46 +03:00
serializers.py Make item encryption key optional for collections/items 2020-06-26 10:31:03 +03:00
tests.py Rename django_etesync to django_etebase. 2020-06-16 17:14:53 +03:00
views.py Rename inline to prefetch and have it on by default. 2020-06-24 15:55:36 +03:00