Age | Commit message (Collapse) | Author |
|
|
|
Connecting to the `soledad_bootstrap_finished` signal is not enough
since the password change window is created after the signal is emitted,
that way we were not able to tell when soledad is ready to be used.
- Resolves: #7474
|
|
these methods were returning None, and therefore breaking soledad
password change (since it checks whether mail is enabled before changing
soledad pass after srp pass change).
- Resolves: #7470
|
|
Replace logging.getLogger with custom get_logger.
Remove some unneeded dependencies and reorder other.
|
|
This causes (on certain scenarios) the app to segfault and it is really
hard to debug.
|
|
keeping the python object from getting garbage collected, and this keeps the old signal connections active)
|
|
|
|
account page in preferences.
|