Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | add feedback for connection error during signup | kali | |
Closes #724 | |||
2012-10-10 | fix failing test on test_eipconnection | kali | |
Closes #738 | |||
2012-10-10 | fix for left-click on systray | kali | |
Closes #310 | |||
2012-10-08 | added openvpn to debian install line | antialias | |
added python-coverage to testing install line rewrote PyQt installation instructions fixed pkg/test-requirements lines fixed nosetest example (#740) | |||
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-08 | catch timeout and specify kind of signup error | kali | |
2012-10-08 | fix hexlify + add regex validator for usernames | 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 | 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 | 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 | 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-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-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-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 | |
2012-09-25 | make test for provider pass | kali | |