summaryrefslogtreecommitdiff
path: root/src/leap
AgeCommit message (Collapse)Author
2013-07-05Fix comments in srpregister testTomás Touceda
2013-07-05Set global request timeout to REQUEST_TIMEOUT (10 secs)Tomás Touceda
2013-07-05Merge remote-tracking branch 'ivan/bug/3039_registration-error-message' into ↵Tomás Touceda
develop
2013-07-04Move keymanager code to its own repo.drebs
* Remove key manager code from this repo. * Add dependency for leap.keymanager.
2013-07-03Bugfix: show error message on registration problemIvan Alejandro
Closes #3039.
2013-07-02Adapt Soledad bits to latest API.drebs
2013-07-02Merge remote-tracking branch 'ivan/bug/2955_fix_remember_me' into developTomás Touceda
2013-07-02Remember shouldn't be automatically set to checkedIvan Alejandro
Closes #2955. Improve docstrings in keyring helpers.
2013-07-02Merge remote-tracking branch 'ivan/feature/2919_reorder-systray' into developTomás Touceda
2013-07-02Merge remote-tracking branch 'ivan/feature/2921_check_openvpn_remotes' into ↵Tomás Touceda
develop
2013-07-01Check if there is no gateway to use.Ivan Alejandro
Fix typo, improve docstrings.
2013-07-01Reorder systray. Closes #2919.Ivan Alejandro
2013-07-01Fix Main Window briefly display on first start.Ivan Alejandro
Closes Bug #2954. On first start, before displaying the Wizard, the Main Window briefly showed up.
2013-06-28Update and add tests for the api changesIvan Alejandro
2013-06-28Bugfix: Update available/supported implementation.Ivan Alejandro
Closes bug #3032.
2013-06-28Add ProviderConfig testsIvan Alejandro
2013-06-28Add EIPBootstrapper testsTomás Touceda
2013-06-27Change leap.common.certs.* calls to be dependent on certsTomás Touceda
This gives us the possibility of mocking up the methods inside it. Also, return the deferred from the run_* method
2013-06-27Add missing eip-service.json sample file for the fake providerTomás Touceda
2013-06-27Improve fake provider implementationTomás Touceda
2013-06-27Add ProviderBootstrapper testsTomás Touceda
2013-06-27Fix minor bugs and return defer in the run_* methodsTomás Touceda
2013-06-27Add missing openvpn.pem certificate for testsTomás Touceda
2013-06-27Fix problem with an SRPRegister testTomás Touceda
2013-06-27Improve fake_provider to support the modified-if-needed featureTomás Touceda
2013-06-27Merge remote-tracking branch 'ivan/feature/improve_vpngatewayselector_tests' ↵Tomás Touceda
into develop
2013-06-26Refactor & add tests for eipconfigIvan Alejandro
2013-06-26Improve VPNGatewaySelector tests coverage.Ivan Alejandro
Add +13 and +14 timezones support.
2013-06-26Merge remote-tracking branch 'chiiph/feature/fix_test_srpregister' into developKali Kaneko
Nice reworking, all things deferreds! Note that in this commit we're removing a couple of tests that should go in test_srpauth... soon.
2013-06-25Improve SRPRegister testsTomás Touceda
2013-06-25Properly return the error responseCode when login is already takenTomás Touceda
2013-06-25pep8 fixesTomás Touceda
2013-06-25Add tests for AbstractBootstrapperTomás Touceda
2013-06-25Return the deferred so that we can use it for other thingsTomás Touceda
2013-06-25Add test for the LEAP log handlerIvan Alejandro
2013-06-25Change method for 'dependency injection' in test.Ivan Alejandro
2013-06-24Merge remote-tracking branch 'ivan/feature/add-pyside-tests-helper' into developTomás Touceda
2013-06-24Add PySide tests helper.Ivan Alejandro
Look at https://github.com/jasonmccampbell/PySide/blob/master/tests/signals/signal_emission_gui_test.py for an usage example. The original file is: PySide/tests/util/helper/__init__.py
2013-06-24Merge remote-tracking branch 'kali/feature/2925_osx-use-cocoasudo' into developTomás Touceda
2013-06-25use cocoasudo instead of osascriptKali Kaneko
Closes:#2925
2013-06-24Merge remote-tracking branch ↵Tomás Touceda
'ivan/feature/2962_test-vpngatewayselector_rev1' into develop
2013-06-24Add test for vpngatewayselector class.Ivan Alejandro
2013-06-24Bugfix: timezone calculation.Ivan Alejandro
Also use int notation instead of datetime.timedelta.
2013-06-24Merge remote-tracking branch 'kali/feature/better-vpn-control' into developTomás Touceda
2013-06-24Catch OSError when checking for permissionsTomás Touceda
2013-06-24Improve OpenVPN Process ControlKali Kaneko
* Disable toggle button until we get "connected" status. #2956 * Catch abnormal termination and update UI accordingly. #2890
2013-06-24let errors go in their own panelKali Kaneko
2013-06-23Merge remote-tracking branch 'chiiph/bug/properly_check_permissions' into ↵Kali Kaneko
develop
2013-06-21Allow to create the class using a specific offset.Ivan Alejandro
This is useful for testing purposes, so we can be consistent with the distance calculation.
2013-06-21Bugfix: return the correct gateway.Ivan Alejandro
After this fix we always returned the first gateway, no matter what the user asked for.