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-02 | refactored jsonconfig, included jsonschema validation | kali | |
and type casting. | |||
2012-09-25 | First check for threaded network checks. | antialias | |
TODO: tests. | |||
2012-09-18 | cert verification and malformed json checks | kali | |
2012-09-18 | do_branding command added to setup | kali | |
2012-09-12 | Merge branch 'feature/network_check' into develop | kali | |
Close #502 | |||
2012-09-12 | checks for systray in unity | kali | |
2012-09-12 | moved network checks to its own class | kali | |
so it can be more easily moved to base.checks and reused when eip is a module. | |||
2012-08-28 | eipchecker.fetch definition and tests | kali | |
deprecated base:test_config.test_complete_file (dup functionality) | |||
2012-08-27 | change default_provider_path to base.constants | kali | |
fix tests by introducing a (dirtish) workaround for check for openvpn keys during vpn connection initialization. noted that eipconnection constructor should be better not having that class of side-effects. |