Age | Commit message (Collapse) | Author |
|
* Move methods from SRPAuth to backend: login, logout, change_password.
* Add backend section to hold temporary hack code, needed in the process
of splitting frontend and backend.
* Replace pyside signals with Signaler signals.
* Move all the signaling and thread launching in SRPAuth inside of
__impl.
* Move defer handling code (callbacks/errbacks) to the backend and left
only signal handling in the GUI.
[Closes #5347]
|
|
|
|
|
|
Also:
- remove unused code.
- add status attributes for srpauth responses.
- split response handling
- remove unneeded hack to avoid segfault emitting None
|
|
|
|
- Fix issues related to "Cancel login does not work".
- Move srpauth errback to mainwindow.
- Add signal for provider setup cancel.
- Add support to cancel the soledad defer.
[Closes #4869]
[Closes #4973]
|
|
Also reorder some imports and remove unused ones.
|
|
- Add a proper signal for the incompatible api error.
- Warn the user of an incompatible api.
|
|
- Some code cleanup
- Fix typos
|
|
[Closes #4636]
|
|
|