Age | Commit message (Expand) | Author |
2012-09-10 | Implemented basic networks checks: valid interface, default route, and can pi... | antialias |
2012-09-08 | workaround for broken git version if no tag exists | kali |
2012-09-07 | Merge branch 'feature/support-2.6' into develop | kali |
2012-09-07 | update README with tox info and PyQt annoyances | kali |
2012-09-07 | tox initial file. using global site-packages because | kali |
2012-09-06 | add pkg to sdist | kali |
2012-09-06 | tox ini file | kali |
2012-09-06 | Merge branch 'feature/fix-setup-deps' into develop | kali |
2012-09-06 | bootstrap setuptools + version fix | kali |
2012-09-06 | add git version script | kali |
2012-09-06 | pkg.utils.parse_requirements used in setup | kali |
2012-09-06 | classifiers + long description | kali |
2012-09-06 | Merge branch 'feature/temp-socket-path' into develop | kali |
2012-09-06 | openvpn management socket is a temp path on each run | kali |
2012-09-06 | safety check in base test removal | kali |
2012-09-06 | make tests pass. | kali |
2012-09-06 | fix silly return mistake on has_errors method | kali |
2012-09-06 | fix argparse test | kali |
2012-09-06 | Merge branch 'feature/error-handling' into develop | kali |
2012-09-06 | more generic error handler in EipConductorAppMixin | kali |
2012-09-05 | missing_pkexec error converted to "auto" error. | kali |
2012-09-05 | openvpn messages log to eip.openvpn logger | kali |
2012-09-05 | can log to logfile | kali |
2012-09-05 | app wide logging handler | kali |
2012-09-04 | Merge branch 'feature/qt-refactor' into develop | kali |
2012-09-04 | put timer constant instead of hardcoded value | kali |
2012-09-04 | refactor icon/iconpath dict | kali |
2012-09-04 | add little docstrings to classes | kali |
2012-09-04 | further cleaning of main window by moving init functions | kali |
2012-09-04 | actual split of classes into own modules | kali |
2012-09-04 | first attempt at class splitting | kali |
2012-09-04 | fix test_checks: do not mess with real home path! | kali |
2012-09-04 | Merge branch 'feature/provider-cert-check' into develop | kali |
2012-09-04 | better separate cert validation/download logic | kali |
2012-09-03 | basic download cert functionality | kali |
2012-09-03 | providercertchecks:check_https_is_working | kali |
2012-08-31 | deprecated configparser. closes #500 | kali |
2012-08-30 | Merge branch 'feature/ovpn-no-config' into develop | kali |
2012-08-30 | remove unused function | kali |
2012-08-30 | working with options only from cli | kali |
2012-08-30 | move extra options from config template to cl opts | kali |
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 |
2012-08-30 | add lazy evaluation to config specs | kali |
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 |
2012-08-29 | test for eip_config_checker called from eip_connection run_checks method | kali |
2012-08-28 | eip_checks called from main app. | kali |