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 ab0d85c84f Change password: change to require a signed request, just like login.
Without this, it would be sufficient to steal an auth token to render the account
unusable because it would be possible to just reset the encrypted content
of the account. With this change we require the user to actually know
the account password in order to do it.
4 years ago
..
migrations Rename django_etesync to django_etebase. 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 Rename django_etesync to django_etebase. 4 years ago
permissions.py Rename django_etesync to django_etebase. 4 years ago
serializers.py Change password: change to require a signed request, just like login. 4 years ago
tests.py Rename django_etesync to django_etebase. 4 years ago
views.py Change password: change to require a signed request, just like login. 4 years ago