Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2012-09-24 | add schema to JSONLeapConfig classes | kali | |
and a jsonvalidate function too, that calls to jsonchemea.validate(self, data) with self.schema We're using the specs to both purposes now: * providing a type casting system for our config options (work in progress for the type casting) * json schema validation | |||
2012-09-21 | add property to baseconfig | kali | |
config instead of get_config() | |||
2012-09-20 | cleanup | kali | |
2012-09-20 | tests pass after branding changes | kali | |
2012-09-19 | openvpn options come from eip.json | kali | |
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-30 | add test for JSONLeapConfig metaclass | kali | |
2012-08-30 | fetcher moved to baseconfig + eipchecker using eipservice config. | kali | |
2012-08-30 | fix config load method | kali | |
it was not updating config dict | |||
2012-08-30 | add lazy evaluation to config specs | kali | |
now callables are allowed in specs *only at one level depth* to allow for last-minute evaluation on context-sensitive data, like paths affected by os.environ also some minor modifications to make check tests pass after putting the new jsonconfig-based eipconfig in place. aaaaaall green again :) | |||
2012-08-29 | add eipconfig spec and config object | kali | |
2012-08-29 | change slug to a property (read only) | kali | |
2012-08-29 | spec creation moved to JSONLeapConfig __metaclass__ | kali | |
now we expect spec to be a dict for all the JSONLeapConfig instances. | |||
2012-08-28 | eipchecker.fetch definition and tests | kali | |
deprecated base:test_config.test_complete_file (dup functionality) | |||
2012-08-27 | add test_dump_default_eipconfig to eip.test_checks | kali | |
plus a little bit of cleaning around (created constants file). added some notes about inminent deprecation *work in progress* | |||
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. | |||
2012-08-27 | add new TODO comment | kali | |
2012-08-27 | make provider-fetch tests pass | kali | |
test provider-definition dump functions. refactored the set-temp-to-home methods to setUpClass separate provider-fetch tests on different testcases (so they actually call to requests). | |||
2012-08-24 | Merge branch 'get-definition.json' into providers-static | kali | |
adjusted some loose ends to make tests pass again. this merge is still half-baked regarding functionality: I've left in place old Configuration class used by some tests antialias did on his branch. I plan to merge that functionality with the more recent JSONConfig and Spec classes. Conflicts: src/leap/base/configuration.py src/leap/eip/config.py src/leap/eip/tests/test_config.py | |||
2012-08-24 | fix circular import | kali | |
2012-08-23 | moved help functions from eip/config.py to base/configuration.py. | antialias | |
(cherry picked from get-definition.json branch) solve merge conflict since antialias was working in a version in which baseconfig was still at `configuration` file. Conflicts: src/leap/base/configuration.py |