summaryrefslogtreecommitdiff
path: root/src/leap/gui/firstrun/regvalidation.py
AgeCommit message (Collapse)Author
2012-11-27inline validation at register page.kali
inline widget and focus and red marks and whistles.
2012-11-23refactor validation mixin; progress until register pagekali
2012-11-19disable "next" button during validationkali
and wait for user to click it. Closes #973
2012-11-14make tests pass + pep8kali
They were breaking mainly because I did not bother to have a pass over them to change the PROVIDER settings from the branding case. All good now, although much testing is yet needed and some refactor could be used. long live green tests!
2012-11-13fix missing provider parameter in leapconfig objects chainkali
2012-11-13check credentials on login branchkali
plus fix repaint on populateErrors on login page, should refactor to ToBeValidated class or something similar, with the other paintEvent functions that implement the painting of errors coming from the "next" validating page.
2012-11-12fix prevalidation error showing in register page.kali
2012-11-12add signal to start eip conductor after last checkskali
2012-11-12fix cert fetching over httpskali
2012-11-09connect page merged into regvalidation.kali
Flow nearly working with fake provider, except for authentication.
2012-11-08more careful error catching during registration.kali
added a twisted server that fakes some of the provider interaction.
2012-11-08selectprovider rename + fix onComplete function for provider entrykali