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 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.
4 years ago
..
migrations Collection/item uid: allow base64-url not just base62. 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 Collection/item uid: allow base64-url not just base62. 4 years ago
permissions.py Collection: change collections to be an extension of items 4 years ago
serializers.py Make item encryption key optional for collections/items 4 years ago
tests.py Rename django_etesync to django_etebase. 4 years ago
views.py Rename inline to prefetch and have it on by default. 4 years ago