summaryrefslogtreecommitdiff
path: root/src/leap
AgeCommit message (Collapse)Author
2012-10-24sign up branch ends by triggering eip connectionkali
still need to bind signals properly, and block on the validation process until we receive the "connected" signal. but the basic flow is working again, i.e, user should be able to remove the .config/leap folder and get all the needed info from the provider.
2012-10-24save geometry (was badly merged)kali
2012-10-23allow to test auth from clikali
2012-10-20password confirmationkali
2012-10-20add bypass for already trusted fingerprintskali
2012-10-20connecting pagekali
and changes to functions having to do with the default path to certs.
2012-10-19added docskali
2012-10-19add bug number in log for #638 cases (domain name mismatch)kali
2012-10-19srp authentication class + useful decoratorkali
2012-10-19ca cert fingerprint check + api cert verificationkali
2012-10-19download ca cert from providerkali
2012-10-19add more digest functionskali
separate get_cert and get_fingerprint functions added separator
2012-10-19logic for cert validation widgets in wizardkali
2012-10-19openvpn commands cleanupkali
2012-10-18catch cert verification errors and ask user for trustkali
with a little helper function using gnutls
2012-10-18Merge branch 'develop' into feature/generic-wizardkali
2012-10-18Merge branch 'feature/detect_and_stop_vpn' into developkali
2012-10-17moved srp registration to basekali
and some minor changes in wizard, like textentry for provider.
2012-10-17added skeleton for generic client wizard flowkali
2012-10-15attempts to stop exisiting instances of openvpn when discovered at start up.antialias
2012-10-12stopping openvpn via management interface.antialias
2012-10-12ping_gateway now uses the provider gateway defined in config file.antialias
2012-10-11add signal to end of eip checkskali
this fixes random error on leap initialization
2012-10-11comment out the set_password call until we fix #744kali
2012-10-11removed debug info since eval HOME is causing the bugkali
2012-10-11another attempt at fixing recursion error with expanduserkali
2012-10-11make file_path explicitkali
2012-10-10use signals to pass eip errors across threadskali
Closes #741
2012-10-10fix geometry saving for debug/regular mode.kali
Closes #732
2012-10-10fix connect/disconnect button in debug modekali
Closes #730
2012-10-10add feedback for connection error during signupkali
Closes #724
2012-10-10fix failing test on test_eipconnectionkali
Closes #738
2012-10-10fix for left-click on systraykali
Closes #310
2012-10-08added openvpn to debian install lineantialias
added python-coverage to testing install line rewrote PyQt installation instructions fixed pkg/test-requirements lines fixed nosetest example (#740)
2012-10-08add leap-status to main window in non-debug modekali
not very DRY but just to have it ready for rc cut.
2012-10-08Merge branch 'feature/network_check' into developkali
Conflicts: src/leap/baseapp/mainwindow.py src/leap/eip/tests/test_checks.py
2012-10-08popup dialog error when network error happenskali
we are shutting down for now. we should be acting upon failures in the near future. lowered the recurrent checks interval to 10 seconds.
2012-10-08Merge branch 'feature/firstrun-wizard' into developkali
2012-10-08catch timeout and specify kind of signup errorkali
2012-10-08fix hexlify + add regex validator for usernameskali
2012-10-06fix cert needed evaluationkali
2012-10-06springbok hardcoded path for registrationkali
2012-10-06pep8kali
2012-10-06Merge branch 'feature/detect_vpn' into developkali
2012-10-06Merge branch 'feature/detect_vpn' of ssh://leap.se/leap_client into ↵kali
feature/detect_vpn
2012-10-05added tests.antialias
2012-10-05fix seticon call breakage when interface dieskali
2012-10-05add comments to netcheckskali
2012-10-05pep8kali
2012-10-05Merge branch 'feature/detect_vpn' into developkali