Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-25 | Initialize SRPAuth asap, so signaler gets in. | Ivan Alejandro | |
Closes #5581. | |||
2014-04-23 | Swap upload/download data strings. Closes #5563. | Ivan Alejandro | |
2014-04-16 | Fix typos on signal names. | Ivan Alejandro | |
2014-04-16 | Use authenticated() properly. | Ivan Alejandro | |
2014-04-15 | Remove unneeded parent's constructor call. | Ivan Alejandro | |
2014-04-15 | Improve backend docstrings. | Ivan Alejandro | |
* Update wording to match pep-0257 * Add docstrings for signals emitted by the Backend. | |||
2014-04-15 | Use less confusing signal names. | Ivan Alejandro | |
Renames: eip_download_config -> eip_config_ready eip_download_client_certificate -> eip_client_certificate_ready | |||
2014-04-15 | Remove signaling logs, use err for unknown signal. | Ivan Alejandro | |
2014-04-15 | Move gateway selection helpers to backend. | Ivan Alejandro | |
2014-04-15 | Move EIP to the backend. | Ivan Alejandro | |
- Add backend eip management - Connect gui with new eip signals - remove old unused code - remove Qt dependency from backend services. - use Signaler to emit status/state changes from openvpn | |||
2014-04-15 | Remove unused 'hack' helpers. | Ivan Alejandro | |
2014-04-15 | Fix: use signal's keys instead of qt signals. | Ivan Alejandro | |
2014-04-15 | Do not redefine signaler signal key. | Ivan Alejandro | |
2014-04-15 | Use helper to get the ProviderConfig. | Ivan Alejandro | |
2014-04-15 | Move SRPAuth to the backend. | Ivan Alejandro | |
* 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] | |||
2014-04-14 | Refactor out the ProviderConfig object retriever. | Ivan Alejandro | |
2014-04-14 | Refactor EIPBootstrapper to the backend | Tomás Touceda | |
2014-03-19 | Move srpregister interaction to the backend. | Ivan Alejandro | |
Also: - remove unused code. - add status attributes for srpauth responses. - split response handling - remove unneeded hack to avoid segfault emitting None | |||
2014-03-17 | catch shutdown errors | Kali Kaneko | |
2014-02-11 | Properly handle defer cancelling. | Ivan Alejandro | |
- 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] | |||
2014-01-23 | Replace provider hardcoded path with helper. | Ivan Alejandro | |
Also reorder some imports and remove unused ones. | |||
2014-01-09 | Warn the user on incompatible api error. | Ivan Alejandro | |
- Add a proper signal for the incompatible api error. - Warn the user of an incompatible api. | |||
2014-01-09 | Move a provider problem to a separate signal. | Ivan Alejandro | |
- Some code cleanup - Fix typos | |||
2014-01-09 | Warn the user if is using an old app version. | Ivan Alejandro | |
[Closes #4636] | |||
2013-12-18 | Refactor provider_bootstrapper out of mainwindow | Tomás Touceda | |