Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-12 | fix cert fetching over https | kali | |
2012-11-08 | more careful error catching during registration. | kali | |
added a twisted server that fakes some of the provider interaction. | |||
2012-10-26 | fix systray context menu. | kali | |
Closes #761 | |||
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-24 | fix checks that were getting default provider domain var still | kali | |
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-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 | add bug number in log for #638 cases (domain name mismatch) | kali | |
2012-10-19 | ca cert fingerprint check + api cert verification | kali | |
2012-10-19 | download ca cert from provider | kali | |
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-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-11 | add signal to end of eip checks | kali | |
this fixes random error on leap initialization | |||
2012-10-10 | fix geometry saving for debug/regular mode. | kali | |
Closes #732 | |||
2012-10-10 | fix failing test on test_eipconnection | kali | |
Closes #738 | |||
2012-10-08 | add leap-status to main window in non-debug mode | kali | |
not very DRY but just to have it ready for rc cut. | |||
2012-10-08 | Merge branch 'feature/network_check' into develop | kali | |
Conflicts: src/leap/baseapp/mainwindow.py src/leap/eip/tests/test_checks.py | |||
2012-10-08 | popup dialog error when network error happens | kali | |
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-08 | Merge branch 'feature/firstrun-wizard' into develop | kali | |
2012-10-06 | fix cert needed evaluation | kali | |
2012-10-06 | Merge branch 'feature/detect_vpn' into develop | kali | |
2012-10-06 | Merge branch 'feature/detect_vpn' of ssh://leap.se/leap_client into ↵ | kali | |
feature/detect_vpn | |||
2012-10-05 | added tests. | antialias | |
2012-10-05 | Merge branch 'feature/detect_vpn' into develop | kali | |
2012-10-05 | typo | kali | |
2012-10-05 | todo comments | kali | |
2012-10-05 | fix cert needed evaluation | kali | |
2012-10-01 | Now throws a CriticalError when an pre-exisiting openvpn istance is found. | antialias | |
2012-10-02 | Merge branch 'feature/json-validation' into develop | kali | |
Conflicts: src/leap/eip/config.py src/leap/eip/specs.py | |||
2012-10-02 | refactored jsonconfig, included jsonschema validation | kali | |
and type casting. | |||
2012-09-25 | moved LeapNetworkChecker and test in base. | antialias | |
2012-09-24 | Missed a renaming of test_internet_connection to check_internet_connection. | antialias | |
2012-09-24 | improved network checks on the way to a network checker. | antialias | |
2012-09-25 | workaround for #638 and fix for eip config check for gateways | kali | |
(we were picking gateway in a wrong way) Closes #610. | |||
2012-09-25 | fix slug for eip config | kali | |
(was taking the one for eip-service) also correct the path (should be in root leap config folder). | |||
2012-09-24 | add schema to JSONLeapConfig classes | kali | |
and a jsonvalidate function too, that calls to jsonchemea.validate(self, data) with self.schema We're using the specs to both purposes now: * providing a type casting system for our config options (work in progress for the type casting) * json schema validation | |||
2012-09-24 | fix slug for eip config | kali | |
(was taking the one for eip-service) also correct the path (should be in root leap config folder). | |||
2012-09-21 | add property to baseconfig | kali | |
config instead of get_config() | |||
2012-09-21 | added --no-provider-checks and --no-ca-verify for ease of debugging | kali | |
Close #604 | |||
2012-09-20 | add logging | kali | |
2012-09-20 | toggle connection on/off | kali | |
2012-09-20 | Merge branch 'develop' into feature/systray-menu | kali | |
Conflicts: src/leap/app.py | |||
2012-09-20 | tests pass after branding changes | kali | |
2012-09-19 | openvpn options come from eip.json | kali | |
2012-09-19 | copy cacert to local config dir | kali | |
2012-09-19 | checks for certificate | kali | |