Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Items are:
* remove unused imports.
* __init__.py: initialize variable before read from file.
* backends/leap_backend.py: Fix mistyped exception name, fix docstring of
encryption function.
|
|
|
|
|
|
|
|
|
|
Also, fix soledad instantiation to include a cert_file param.
|
|
|
|
Base64 encoding returned a \n at the end of the string and that was causing
trouble on the HTTP request when the token was added as an http header.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also does:
* Remove config_path so soledad does not read configuration from file.
* Change shared_db_url to server_db.
* Make sync and shared_db use server_db.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
database.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|