Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-24 | [feat] allow to disable EIP on build | Kali Kaneko | |
2015-08-24 | [bug] handle disabled registration, error 403. | Ivan Alejandro | |
If the user wants to register a new account we check whether the provider allows registration or not right after getting the provider.json file and show an error msg on the wizard if not allowed. Also, there is a new signal to handle the error raised by the server if a registration attempt is made but is rejected with error 403. - Resolves: #6594 | |||
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-03-16 | [bug] enable providers combo box on check fail | Ivan Alejandro | |
After a provider fails to pass the checks, the providers combo box is not enabled when it should, we just took care of the provider line edit. - Resolves: #6418 | |||
2015-03-13 | [feat] make 'check' button selected by default | Ivan Alejandro | |
Also set text to 'bold' so it's easier to find at a first sight. - Resolves: #5526 | |||
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. | |||
2015-01-28 | Enable signal connect/disconnect logic. | Ivan Alejandro | |
Now it's working and no longer segfaults, so we can enable safely this feature again. Stop tracking the gui connections on wizard. | |||
2015-01-28 | Refactor wizard call. | Ivan Alejandro | |
2014-12-30 | Disable signal disconnection and untrack.0.8.0rc1 | Ivan Alejandro | |
This temporary hack prevents the app to have segfaults when the first run wizard finishes. For more information look at https://leap.se/code/issues/6597 | |||
2014-12-19 | Refactor login usage. | Ivan Alejandro | |
- factor out the signal tracking code as a helper class, - move login logic from MainWindow to LoginWidget, - add new signals to the LoginWidget to interact with MainWindow, - add login sequence docs to LoginWidget class, - improve docs for login methods, - add LoginState class to handle login states, - disable login button until data is entered, - move some properties and actions to .ui file. | |||
2014-09-19 | single pref win: gets the autopep8 beauty scrub. | elijah | |
2014-09-19 | single pref win: moved password change UI to a separate window, opened from ↵ | elijah | |
account page in preferences. | |||
2014-09-03 | Code cleanup and logging improvements. | Ivan Alejandro | |
2014-09-03 | Remove unused defers. | Ivan Alejandro | |
Also, we no longer return defers for those actions. | |||
2014-08-11 | used 22x22 pixel icons instead of 24x24 pixel icons (since ubuntu needs 22 ↵ | elijah | |
anyway) | |||
2014-08-11 | temporarily switch back to using png icons | elijah | |
2014-08-10 | svg icons! well, how about that? | elijah | |
2014-08-10 | clean up icons in mainwindow.qrc | elijah | |
2014-08-10 | simplify wizard instructions | elijah | |
2014-07-14 | Add missing error/passed keys. | Ivan Alejandro | |
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-07-10 | Code style fixes. | Ivan Alejandro | |
2014-07-10 | Use preferred provider on first run. Closes #5813. | Ivan Alejandro | |
2014-06-25 | Use a dict instead of an object to ease serialization. | Ivan Alejandro | |
2014-06-11 | Improve how pinned providers are handled | Tomás Touceda | |
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-04-22 | Add flag to skip provider checks in wizard. | Ivan Alejandro | |
2014-04-17 | Improve parameters docstrings. | Ivan Alejandro | |
Also rename a parameter named 'param' to a more meaningful 'idx'. | |||
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-11 | Enable provider widget depending on radio button. | Ivan Alejandro | |
Disable providers combo box during check and enable combo or line edit depending on radio button. [Closes #5495] | |||
2014-04-02 | Reset checks if the provider is changed in wizard. | Ivan Alejandro | |
Closes #5396. | |||
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-02-28 | Do version checks in the wizard too. | Ivan Alejandro | |
When the user choose to use an existing provider we download the provider.json again so the version checks are executed. [Closes #5048] | |||
2014-01-24 | Handle wizard close correctly. Closes #4986. | Ivan Alejandro | |
- Refactor connection and disconnection from backend. | |||
2014-01-23 | Replace provider hardcoded path with helper. | Ivan Alejandro | |
Also reorder some imports and remove unused ones. | |||
2014-01-22 | Select by default the use of an existing provider. | Ivan Alejandro | |
[Closes #4488] | |||
2014-01-06 | Disconnect signals before closing the wizard. | Ivan Alejandro | |
[Closes #4817] | |||
2013-12-18 | Refactor provider_bootstrapper out of mainwindow | Tomás Touceda | |
2013-12-17 | Reset registration error and input widgets. | Ivan Alejandro | |
The registration widgets are cleared if the user goes back to the provider selection page. [Closes #4742] | |||
2013-11-07 | Remember provider CA checks. | Ivan Alejandro | |
[Closes #3814] | |||
2013-11-06 | Remember setup provider checks. | Ivan Alejandro | |
Also, on finish: - hide checks groupBox - clear domain lineEdit [Closes #3815] | |||
2013-11-06 | Fix 'cancel' and 'back' misbehavior. | Ivan Alejandro | |
- Check if the 'next' button should be enabled after 'cancel' or 'back'. - Also, when the radio button is switched from existing to new provider, check if we need to enable the 'check' button. [Closes #4148] | |||
2013-11-05 | Handle Timeout errors during register. | Ivan Alejandro | |
Also catch all request exceptions to avoid failures. [Closes #4358] | |||
2013-11-05 | Move string encoding to srpregister. | Ivan Alejandro | |
2013-10-15 | Remove unused code. | Ivan Alejandro | |
2013-10-03 | Reorder providers combo, disable if no providers. | Ivan Alejandro | |
- Move radio buttons to get more space for the labels. - If there are no configured providers then disable the combo. |