summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/gui/wizard.py
AgeCommit message (Collapse)Author
2014-05-28Refactor cleanup, ProviderConfig to backend.Ivan Alejandro
2014-05-21Update 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-21Rename backend methods for consistency.Ivan Alejandro
2014-04-22Add flag to skip provider checks in wizard.Ivan Alejandro
2014-04-17Improve parameters docstrings.Ivan Alejandro
Also rename a parameter named 'param' to a more meaningful 'idx'.
2014-04-17Use consistent wording for triggers documentation.Ivan Alejandro
2014-04-17Use Slot decorator instead of SLOT docstring.Ivan Alejandro
2014-04-11Enable 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-02Reset checks if the provider is changed in wizard.Ivan Alejandro
Closes #5396.
2014-03-19Move 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-28Do 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-24Handle wizard close correctly. Closes #4986.Ivan Alejandro
- Refactor connection and disconnection from backend.
2014-01-23Replace provider hardcoded path with helper.Ivan Alejandro
Also reorder some imports and remove unused ones.
2014-01-22Select by default the use of an existing provider.Ivan Alejandro
[Closes #4488]
2014-01-06Disconnect signals before closing the wizard.Ivan Alejandro
[Closes #4817]
2013-12-18Refactor provider_bootstrapper out of mainwindowTomás Touceda
2013-12-17Reset 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-07Remember provider CA checks.Ivan Alejandro
[Closes #3814]
2013-11-06Remember setup provider checks.Ivan Alejandro
Also, on finish: - hide checks groupBox - clear domain lineEdit [Closes #3815]
2013-11-06Fix '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-05Handle Timeout errors during register.Ivan Alejandro
Also catch all request exceptions to avoid failures. [Closes #4358]
2013-11-05Move string encoding to srpregister.Ivan Alejandro
2013-10-15Remove unused code.Ivan Alejandro
2013-10-03Reorder 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.
2013-10-03Separate pre-seeded providers from user added onesIvan Alejandro
2013-10-02Skip checks for an existing provider.Ivan Alejandro
2013-10-02Add providers combobox with configured providers.Ivan Alejandro
2013-10-02Move echo-mode-setting to the ui file.Ivan Alejandro
2013-09-30Make providerboostrapper take the verify path from our ca-bundle.Kali Kaneko
Also, move module to a more logical placement, since provier boostrapping is not dependent on eip service.
2013-09-18Move STANDALONE flag to a module and unify paths queries.Ivan Alejandro
2013-09-18Remove unused existing code.Ivan Alejandro
2013-09-03Remove last page from wizard.Ivan Alejandro
Also remove the globe image because is no longer needed.
2013-08-28Refactor services display names out. Closes #3578.Ivan Alejandro
2013-08-23Refactor basic password checks. Closes #3552.Ivan Alejandro
2013-08-12Merge remote-tracking branch 'kali/feature/create_bitmask_namespace' into ↵Tomás Touceda
develop
2013-08-12fix imports to use new namespaceKali Kaneko
2013-08-12move everything into bitmask namespaceKali Kaneko