Age | Commit message (Collapse) | Author |
|
The tests where using deferToThread to run without need, I remove it
and now it's easier to debug when one test fails.
- Resolves: #7343
|
|
Replace logging.getLogger with custom get_logger.
Remove some unneeded dependencies and reorder other.
|
|
|
|
Decouple SRPRegister from QT signaler and create SRPRegisterImpl
|
|
|
|
* 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
|
|
|
|
Also catch all request exceptions to avoid failures.
[Closes #4358]
|
|
|
|
|
|
|
|
|