Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-08 | catch timeout and specify kind of signup error | kali | |
2012-10-08 | fix hexlify + add regex validator for usernames | kali | |
2012-10-06 | comments on install | kali | |
2012-10-06 | fix cert needed evaluation | kali | |
2012-10-06 | springbok hardcoded path for registration | kali | |
2012-10-06 | pep8 | 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 | fix seticon call breakage when interface dies | kali | |
2012-10-05 | add comments to netchecks | kali | |
2012-10-05 | pep8 | kali | |
2012-10-05 | testing hint | kali | |
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 | remove test resources | kali | |
2012-10-05 | fix cert needed evaluation | kali | |
2012-10-05 | deps comments | kali | |
2012-10-05 | add menu for running wizard at will | kali | |
it's still buggy in that it does not bother to stop the ongoing checks or connection. we should take care of that soon. | |||
2012-10-05 | use keyring to store user password | kali | |
using a quite lame cryptedfile by the moment until dbus bug makes gnome-keyring usable again or we come up with the encrypted database solution. we might want to explore the option of using this python-keyring with the different native backends for win and macosx. for now: we generate a random secret that we store in the qsettings file. so, the whole thing is just to avoid plaintext stuff. for this, we could have done rot13, haha. | |||
2012-10-05 | remove prints | kali | |
2012-10-05 | use leap logo | kali | |
2012-10-05 | focus fix for wizard | kali | |
2012-10-05 | wizard called from main app if not run before. | kali | |
2012-10-05 | added srp dependency | kali | |
2012-10-05 | init QSettings - save window geometry | kali | |
2012-10-05 | add user registration to wizard | kali | |
validation still a bit fragile but there it is. | |||
2012-10-04 | manual test | kali | |
2012-10-04 | initial skeleton for wizard | kali | |
2012-10-03 | updated readme with some clarifications | kali | |
hopefully it's a bit more clear now. developer: feedback welcome. are you able to get it running with the instructions listed here? | |||
2012-10-03 | Merge branch 'develop' of ssh://leap.se/leap_client into develop | kali | |
2012-10-02 | removed configuration lib from deps | kali | |
2012-10-02 | moved eip checks to qthread to let icon show early | kali | |
2012-10-01 | Now throws a CriticalError when an pre-exisiting openvpn istance is found. | antialias | |
2012-10-02 | remove ui header | kali | |
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-10-01 | Still some QT related problems. Hand off to kali to fix. | antialias | |
2012-10-01 | Checker starting and stopping correctly. | antialias | |
2012-10-01 | Merge branch 'develop' of ssh://leap.se/leap_client into feature/network_check | antialias | |
2012-09-28 | Functionality to shutdown network checker when openvpn is stopped. | antialias | |
But thread not being successfully killed. | |||
2012-09-28 | Added check that default route is tun0. | antialias | |
2012-09-26 | clarifying version requirement for the gnutls module in the README. | k clair | |
2012-09-25 | First check for threaded network checks. | antialias | |
TODO: tests. | |||
2012-09-25 | moved LeapNetworkChecker and test in base. | antialias | |
2012-09-25 | fixed typo. | antialias | |