Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-06 | add 404 catch to register | kali | |
2012-11-06 | split wizard into separate files | kali | |
so we don't go nuts yet. | |||
2012-11-06 | new validation pages in a reusable MVC style | kali | |
using progress indicators inside QTableWidget | |||
2012-10-26 | stop eip connection when first run wizard started | kali | |
Closes #716 | |||
2012-10-26 | hide aboutQt menu entry | kali | |
2012-10-26 | fix systray context menu. | kali | |
Closes #761 | |||
2012-10-26 | save user/pass only if save_user checked in wizard | kali | |
2012-10-26 | user credentials saved on login/signup branches. | kali | |
cert request is using magick decorator that retrieves the certificates using srp. | |||
2012-10-25 | login branch in wizard | kali | |
2012-10-24 | add notes about version freezings and couple of TODOs | kali | |
2012-10-24 | fix checks that were getting default provider domain var still | kali | |
2012-10-24 | last page of wizard displays the connection steps | kali | |
2012-10-24 | revoved all refs to branded client from README | kali | |
2012-10-24 | removed branding info from branding config file | kali | |
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-24 | sign up branch ends by triggering eip connection | kali | |
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-24 | save geometry (was badly merged) | kali | |
2012-10-23 | allow to test auth from cli | kali | |
2012-10-20 | password confirmation | kali | |
2012-10-20 | add bypass for already trusted fingerprints | kali | |
2012-10-20 | connecting page | kali | |
and changes to functions having to do with the default path to certs. | |||
2012-10-19 | added docs | kali | |
2012-10-19 | add bug number in log for #638 cases (domain name mismatch) | kali | |
2012-10-19 | srp authentication class + useful decorator | kali | |
2012-10-19 | ca cert fingerprint check + api cert verification | kali | |
2012-10-19 | download ca cert from provider | kali | |
2012-10-19 | add more digest functions | kali | |
separate get_cert and get_fingerprint functions added separator | |||
2012-10-19 | logic for cert validation widgets in wizard | kali | |
2012-10-19 | openvpn commands cleanup | kali | |
2012-10-18 | catch cert verification errors and ask user for trust | kali | |
with a little helper function using gnutls | |||
2012-10-18 | Merge branch 'develop' into feature/generic-wizard | kali | |
2012-10-18 | Merge branch 'feature/detect_and_stop_vpn' into develop | kali | |
2012-10-17 | moved srp registration to base | kali | |
and some minor changes in wizard, like textentry for provider. | |||
2012-10-17 | added skeleton for generic client wizard flow | kali | |
2012-10-15 | attempts to stop exisiting instances of openvpn when discovered at start up. | antialias | |
2012-10-12 | stopping openvpn via management interface. | antialias | |
2012-10-12 | ping_gateway now uses the provider gateway defined in config file. | antialias | |
2012-10-11 | added NEWS.rst and removed notes from README.rst | kali | |
2012-10-11 | add signal to end of eip checks | kali | |
this fixes random error on leap initialization | |||
2012-10-11 | Merge branch 'feature/fix-crypted-keyring' into develop | kali | |
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-11 | comment out the set_password call until we fix #744 | kali | |
2012-10-11 | removed debug info since eval HOME is causing the bug | kali | |
2012-10-11 | another attempt at fixing recursion error with expanduser | kali | |
2012-10-11 | make file_path explicit | kali | |
2012-10-09 | some 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-10 | use signals to pass eip errors across threads | kali | |
Closes #741 | |||
2012-10-10 | fix geometry saving for debug/regular mode. | kali | |
Closes #732 | |||
2012-10-10 | fix connect/disconnect button in debug mode | kali | |
Closes #730 | |||
2012-10-10 | moved pyqt troubleshooting section to development | kali | |
2012-10-10 | add feedback for connection error during signup | kali | |
Closes #724 | |||
2012-10-10 | fix failing test on test_eipconnection | kali | |
Closes #738 |