summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-24removed branding info from branding config filekali
So we officially can say this is a generic client now. Branding config file is still at pkg/branding/config.py Note that with this change the package is called now leap-client so you will have to remove old installs of leap-foo-client in your path (from previous branded builds). Changing the package name was an AWFUL and painful idea, and we will not do that again. (launcher is another story). Lesson learned.
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-11added NEWS.rst and removed notes from README.rstkali
2012-10-11add signal to end of eip checkskali
this fixes random error on leap initialization
2012-10-11Merge branch 'feature/fix-crypted-keyring' into developkali
This is a temporary workaround until we find a good solution to issue #744. Some old versions of python-keyring are causing a recursion loop.
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-09some corrections to the README file:k clair
* the python-gnutls debian package is not a requirement since it is the wrong version * python-dev and libgnutls-dev are needed to install the python packages via pip
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-10moved pyqt troubleshooting section to developmentkali
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-08Add the address of the LEAP client repository.antialias
2012-10-08Merge branch 'feature/fix-polkit-install' of ssh://leap.se/leap_client into ↵antialias
develop
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-09fix missing polkit policy file installkali
2012-10-09ignore egg-infokali
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-08another pass towards a clearer READMEkali
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