Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
* add comment about oauth version
* add pypi badge in README
|
|
develop
|
|
|
|
|
|
|
|
|
|
into develop
|
|
|
|
|
|
|
|
'drebs/feature/2356-prevent-some-db-actions-in-server' into develop
|
|
|
|
|
|
|
|
* Use routes for validating user actions when interacting with server.
* Also add tests for action validation.
* Add changes file.
* Closes #2356.
|
|
'drebs/feature/2491-soledad-server-create-the-shared-database-in-couch' into develop
|
|
* Closes #2371.
|
|
|
|
|
|
* Also remove unneeded need_auth() method (because all requests need auth).
* This closes #2491.
|
|
|
|
* Fix docstrings.
|
|
|
|
passphrase.
|
|
|
|
|
|
* Use AES256 for encrypting storage_secret.
* Add prepended IV to storage secret's ciphertext.
* _get_storage_secret() returns binary.
* Fix key length when hashing using scrypt.
* Remove password from export/import_recovery_document().
|
|
|
|
|
|
|
|
|
|
'drebs/feature/2529-use-pycrypto-for-symmetric-encryption' into develop
|
|
|
|
|
|
|
|
|
|
|
|
into develop
|
|
|
|
|
|
|
|
* Fix review comments:
* Use of literal string instead of self.STORAGE_SECRETS_KEY
* Add mac_method param to mac_doc()
* Verify mac_method in mac_doc() and raise in there if unknown method
* Use different parts of storage_secret for generating doc passphrase and mac key.
* Add changes file.
|
|
|
|
Also remove some trailing whitespace
|
|
|
|
|
|
|