Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-19 | [feature] add email panel to preferences | elijah | |
2015-09-18 | [bug] track soledad ready state on a shared place | Ivan Alejandro | |
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 | |||
2015-08-24 | [feat] allow to disable EIP on build | Kali Kaneko | |
2015-06-22 | [feat] replace old log handler with new one | Ivan Alejandro | |
Replace logging.getLogger with custom get_logger. Remove some unneeded dependencies and reorder other. | |||
2015-01-28 | Remove all the Slot() decorators. | Ivan Alejandro | |
This causes (on certain scenarios) the app to segfault and it is really hard to debug. | |||
2014-09-19 | single pref win: fix problems with cleaning up closed windows (lambdas were ↵ | elijah | |
keeping the python object from getting garbage collected, and this keeps the old signal connections active) | |||
2014-09-19 | single pref win: ensure proper deletion of preference window pages. | elijah | |
2014-09-19 | single pref win: minor linting & add changes file | elijah | |
2014-09-19 | single pref win: move preference window tracking to PreferencesWindow | elijah | |
2014-09-19 | single pref win: gets the autopep8 beauty scrub. | elijah | |
2014-09-19 | single pref win: enabled/disable services via preferences window, account page. | elijah | |
2014-09-19 | single pref win: move eip preferences to new combined preference window. | elijah | |
2014-07-14 | Do backend calls using kwargs. | Ivan Alejandro | |
2014-07-14 | Use new backend/signaler and start logic in processes. | Ivan Alejandro | |
2014-05-30 | Change password skips soledad if mx is not enabled. | Ivan Alejandro | |
Use information from mainwindow instead of asking again to the backend. | |||
2014-05-28 | Refactor cleanup, ProviderConfig to backend. | Ivan Alejandro | |
2014-05-21 | Update username regex to support the same as webapp. | Ivan Alejandro | |
Rename password util to credentials and add a username check helper. Move the username regexp to the credentials module. Closes #5695. | |||
2014-05-21 | Rename backend methods for consistency. | Ivan Alejandro | |
2014-05-21 | Move soledad password change to backend. | Ivan Alejandro | |
Also cleanup soledad usage in the GUI. | |||
2014-04-23 | Get password change working again. Closes #5540. | Ivan Alejandro | |
- get the username from the login widget instead of the now not available srp_auth. - use lambda instead of partial to parametrize the error messages. | |||
2014-04-17 | Use consistent wording for triggers documentation. | Ivan Alejandro | |
2014-04-17 | Use Slot decorator instead of SLOT docstring. | 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-01-23 | Replace provider hardcoded path with helper. | Ivan Alejandro | |
Also reorder some imports and remove unused ones. | |||
2013-12-12 | Disable and stop EIP on setting save. | Ivan Alejandro | |
2013-11-25 | Select 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-14 | Enable 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-14 | Use services' module names for the service. | Ivan Alejandro | |
2013-10-31 | Select the logged in provider in the pref. window. | Ivan Alejandro | |
[Closes #4117] | |||
2013-10-31 | Password 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-30 | Fix non-ascii password change problem. | Ivan Alejandro | |
[Closes #4003] | |||
2013-10-01 | Use the same exception for all the auth user facing errors | Tomás Touceda | |
2013-10-01 | Implement new UI | Tomás Touceda | |
Also: - Remove status_panel - Add new icons - Refactor components a bit (mostly divide functionality) | |||
2013-09-18 | Move STANDALONE flag to a module and unify paths queries. | Ivan Alejandro | |
2013-09-18 | Remove unused existing code. | Ivan Alejandro | |
2013-08-30 | Fix, method name bug. | Ivan Alejandro | |
2013-08-30 | Add gateway selection feature to the preferences. | Ivan Alejandro | |
2013-08-29 | Enable password change when soledad is ready. | Ivan Alejandro | |
Closes #3610. | |||
2013-08-28 | Refactor services display names out. Closes #3578. | Ivan Alejandro | |
2013-08-28 | Preferences: select enabled services for providers | Ivan Alejandro | |
2013-08-23 | Refactor basic password checks. Closes #3552. | Ivan Alejandro | |
2013-08-23 | Add password change feature. | Ivan Alejandro | |
2013-08-23 | Add preferences panel. | Ivan Alejandro | |