summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-06new validation pages in a reusable MVC stylekali
using progress indicators inside QTableWidget
2012-10-26stop eip connection when first run wizard startedkali
Closes #716
2012-10-26hide aboutQt menu entrykali
2012-10-26fix systray context menu.kali
Closes #761
2012-10-26save user/pass only if save_user checked in wizardkali
2012-10-26user credentials saved on login/signup branches.kali
cert request is using magick decorator that retrieves the certificates using srp.
2012-10-25login branch in wizardkali
2012-10-24add notes about version freezings and couple of TODOskali
2012-10-24fix checks that were getting default provider domain var stillkali
2012-10-24last page of wizard displays the connection stepskali
2012-10-24revoved all refs to branded client from READMEkali
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