migrations
|
Rename encryptedSeckey to encryptedContent.
|
2020-06-02 18:58:29 +03:00 |
token_auth
|
Change to our own token authentication.
|
2020-06-03 16:15:21 +03:00 |
__init__.py
|
Create the django_etesync app.
|
2020-02-19 22:28:08 +02:00 |
admin.py
|
Create new django project.
|
2020-02-19 14:57:54 +02:00 |
app_settings.py
|
Implement a ZKPP login flow.
|
2020-05-14 16:26:02 +03:00 |
apps.py
|
Create new django project.
|
2020-02-19 14:57:54 +02:00 |
models.py
|
Rename encryptedSeckey to encryptedContent.
|
2020-06-02 18:58:29 +03:00 |
permissions.py
|
Collection/item viewsets: enforce access.
|
2020-05-27 16:40:08 +03:00 |
serializers.py
|
Add an endpoint to change password.
|
2020-06-03 14:35:44 +03:00 |
tests.py
|
Create new django project.
|
2020-02-19 14:57:54 +02:00 |
views.py
|
Logout: don't use internal auth accessor.
|
2020-06-03 16:19:07 +03:00 |