summaryrefslogtreecommitdiff
path: root/src/leap/base/constants.py
AgeCommit message (Collapse)Author
2013-01-17osx fixed already running instance checkkali
2012-12-20fix broken testskali
2012-10-08Merge branch 'feature/network_check' into developkali
Conflicts: src/leap/baseapp/mainwindow.py src/leap/eip/tests/test_checks.py
2012-10-08popup dialog error when network error happenskali
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-02refactored jsonconfig, included jsonschema validationkali
and type casting.
2012-09-25First check for threaded network checks.antialias
TODO: tests.
2012-09-18cert verification and malformed json checkskali
2012-09-18do_branding command added to setupkali
2012-09-12Merge branch 'feature/network_check' into developkali
Close #502
2012-09-12checks for systray in unitykali
2012-09-12moved network checks to its own classkali
so it can be more easily moved to base.checks and reused when eip is a module.
2012-08-28eipchecker.fetch definition and testskali
deprecated base:test_config.test_complete_file (dup functionality)
2012-08-27change default_provider_path to base.constantskali
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.