Age | Commit message (Collapse) | Author |
|
As we enforce to have the passphrase as an unicode object, we no longer
need this conversion.
[Related to bug #4330]
|
|
* Improve bootstrap sequence:
- stages are more organized.
- there are less useless requests to server.
* Improve shared db access:
- instantiate the shared db only once.
- also results in less requests to server.
* Handle unicode passphrases.
* Move some common functions and global variables to common.
* Improve security of recovery document:
- access to the recovery document now depends on the user password.
* Improve documentation.
|
|
|
|
[Closes #4001]
|
|
|
|
* Add a more precise description of cert_file
* change docstring placeholder to be compliant with sphinx rst
|
|
|
|
|
|
|
|
* add versioneer (patched for our particular repo config)
* add parse_requirements to unify requirement handling
|
|
|
|
|