summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-05wizard called from main app if not run before.kali
2012-10-05added srp dependencykali
2012-10-05init QSettings - save window geometrykali
2012-10-05add user registration to wizardkali
validation still a bit fragile but there it is.
2012-10-04manual testkali
2012-10-04initial skeleton for wizardkali
2012-10-03updated readme with some clarificationskali
hopefully it's a bit more clear now. developer: feedback welcome. are you able to get it running with the instructions listed here?
2012-10-03Merge branch 'develop' of ssh://leap.se/leap_client into developkali
2012-10-02removed configuration lib from depskali
2012-10-02moved eip checks to qthread to let icon show earlykali
2012-10-01Now throws a CriticalError when an pre-exisiting openvpn istance is found.antialias
2012-10-02remove ui headerkali
2012-10-02Merge branch 'feature/json-validation' into developkali
Conflicts: src/leap/eip/config.py src/leap/eip/specs.py
2012-10-02refactored jsonconfig, included jsonschema validationkali
and type casting.
2012-10-01Still some QT related problems. Hand off to kali to fix.antialias
2012-10-01Checker starting and stopping correctly.antialias
2012-10-01Merge branch 'develop' of ssh://leap.se/leap_client into feature/network_checkantialias
2012-09-28Functionality to shutdown network checker when openvpn is stopped.antialias
But thread not being successfully killed.
2012-09-28Added check that default route is tun0.antialias
2012-09-26clarifying version requirement for the gnutls module in the README.k clair
2012-09-25First check for threaded network checks.antialias
TODO: tests.
2012-09-25moved LeapNetworkChecker and test in base.antialias
2012-09-25fixed typo.antialias
2012-09-25make test for provider passkali
2012-09-24Missed a renaming of test_internet_connection to check_internet_connection.antialias
2012-09-24improved network checks on the way to a network checker.antialias
2012-09-25Merge branch 'feature/autoinstall-test-reqs' into developkali
2012-09-25add script name change when branded buildkali
2012-09-25workaround for #638 and fix for eip config check for gatewayskali
(we were picking gateway in a wrong way) Closes #610.
2012-09-25fix slug for eip configkali
(was taking the one for eip-service) also correct the path (should be in root leap config folder).
2012-09-25add branding step to hack section in readmekali
2012-09-24add schema to JSONLeapConfig classeskali
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-24fix slug for eip configkali
(was taking the one for eip-service) also correct the path (should be in root leap config folder).
2012-09-21add property to baseconfigkali
config instead of get_config()
2012-09-21added --no-provider-checks and --no-ca-verify for ease of debuggingkali
Close #604
2012-09-21updated policy so it does not ask for pwkali
2012-09-20Merge branch 'feature/remove-unity-checks' into developkali
2012-09-20Merge branch 'feature/systray-menu' into developkali
Close #536. Cleaning up of the systray menu. Main window starts hidden if not in debug mode. Incidentally, some fixes related to the subprocess invocation and termination, removing many of the annoying hangs during debug.
2012-09-20fix resources test for hashkali
2012-09-20add loggingkali
2012-09-20cleanupkali
2012-09-20toggle connection on/offkali
2012-09-20start hidden, and toggle details window from menukali
2012-09-20Merge branch 'develop' into feature/systray-menukali
Conflicts: src/leap/app.py
2012-09-20Merge branch 'feature/branding' into developkali
Closes #553
2012-09-20tests pass after branding changeskali
2012-09-18removed checks and changes involving systray-whitelist and unity becauseantialias
it works without them on Ubuntu 11.10 & 12.04.
2012-09-19openvpn options come from eip.jsonkali
2012-09-19copy cacert to local config dirkali
2012-09-19checks for certificatekali