summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/gui/preferenceswindow.py
AgeCommit message (Collapse)Author
2014-04-17Use consistent wording for triggers documentation.Ivan Alejandro
2014-04-17Use Slot decorator instead of SLOT docstring.Ivan Alejandro
2014-04-15Move 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-01-23Replace provider hardcoded path with helper.Ivan Alejandro
Also reorder some imports and remove unused ones.
2013-12-12Disable and stop EIP on setting save.Ivan Alejandro
2013-11-25Select the provider selected in the login widget.Ivan Alejandro
In the preferences window, now we select the current provider from the login widget, no matter if the user is logged in or not. [Closes #4490]
2013-11-14Enable password change in proper conditions.Ivan Alejandro
- Send soledad to the constructor and check with sameProxiedObjects - Check if soledad instance is defined, otherwise wait until soledad_ready [Closes #4449]
2013-11-14Use services' module names for the service.Ivan Alejandro
2013-10-31Select the logged in provider in the pref. window.Ivan Alejandro
[Closes #4117]
2013-10-31Password change policy improvement.Ivan Alejandro
Only allow the user to change its password if is logged in and: - provider supports email and its started. - provider does not support email. In case that the conditions needed are not fullfiled, show the user the actions needed to be able to change its password. [Closes #4093]
2013-10-30Fix non-ascii password change problem.Ivan Alejandro
[Closes #4003]
2013-10-01Use the same exception for all the auth user facing errorsTomás Touceda
2013-10-01Implement new UITomás Touceda
Also: - Remove status_panel - Add new icons - Refactor components a bit (mostly divide functionality)
2013-09-18Move STANDALONE flag to a module and unify paths queries.Ivan Alejandro
2013-09-18Remove unused existing code.Ivan Alejandro
2013-08-30Fix, method name bug.Ivan Alejandro
2013-08-30Add gateway selection feature to the preferences.Ivan Alejandro
2013-08-29Enable password change when soledad is ready.Ivan Alejandro
Closes #3610.
2013-08-28Refactor services display names out. Closes #3578.Ivan Alejandro
2013-08-28Preferences: select enabled services for providersIvan Alejandro
2013-08-23Refactor basic password checks. Closes #3552.Ivan Alejandro
2013-08-23Add password change feature.Ivan Alejandro
2013-08-23Add preferences panel.Ivan Alejandro