Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-09 | rename username var | kali | |
2012-12-21 | magic translatable objects | kali | |
2012-12-21 | updated "translate" to work in objects other than QObjects | kali | |
2012-12-20 | fix broken tests | kali | |
2012-12-18 | freeze requests requirement lower than 1.0 | kali | |
srp auth breaking with 1.0 api | |||
2012-12-18 | back-compat fix for requests api change | kali | |
2012-12-17 | fix srp authentication cookies | kali | |
2012-12-15 | use gnutls to parse pemfiles | kali | |
2012-12-12 | changed some values in new style eipconfig | kali | |
2012-12-12 | progress initial tests | kali | |
2012-12-12 | tests for openvpn options | kali | |
and make the rest of tests pass after some changes in this branch (dirtyness in config files) | |||
2012-12-11 | fetch only if not changed-since config file timestamp | kali | |
Changing this now to be able to test different providers by just updating our local config file. | |||
2012-12-10 | get cipher config from eip-service | kali | |
2012-12-07 | pep8 | kali | |
2012-12-07 | to improve code coverage, began writing tests for leap.base.auth. | antialias | |
2012-12-07 | in leap.base.checks.check_internet_connection modified the order | antialias | |
in which errors are checked and improved test coverage. | |||
2012-11-14 | make tests pass + pep8 | kali | |
They were breaking mainly because I did not bother to have a pass over them to change the PROVIDER settings from the branding case. All good now, although much testing is yet needed and some refactor could be used. long live green tests! | |||
2012-11-13 | fix missing provider parameter in leapconfig objects chain | kali | |
2012-11-12 | fix uri for sessions PUT | kali | |
2012-11-09 | working version of the fake provider. | kali | |
wizard can now be completely tested against this. | |||
2012-11-09 | connect page merged into regvalidation. | kali | |
Flow nearly working with fake provider, except for authentication. | |||
2012-11-08 | more specific errors catched during srpauth | kali | |
2012-11-06 | new validation pages in a reusable MVC style | kali | |
using progress indicators inside QTableWidget | |||
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-25 | login branch in wizard | kali | |
2012-10-23 | allow to test auth from cli | 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 | srp authentication class + useful decorator | 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-17 | moved srp registration to base | kali | |
and some minor changes in wizard, like textentry for provider. | |||
2012-10-12 | ping_gateway now uses the provider gateway defined in config file. | antialias | |
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-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-06 | springbok hardcoded path for registration | kali | |
2012-10-05 | add comments to netchecks | kali | |
2012-10-05 | pep8 | kali | |
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 | make test for provider pass | kali | |