Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-05 | Bugfix: faulty multiple provider selection. | Ivan Alejandro | |
Closes #3067. | |||
2013-07-02 | Adapt Soledad bits to latest API. | drebs | |
2013-07-02 | Merge remote-tracking branch 'ivan/bug/2955_fix_remember_me' into develop | Tomás Touceda | |
2013-07-02 | Remember shouldn't be automatically set to checked | Ivan Alejandro | |
Closes #2955. Improve docstrings in keyring helpers. | |||
2013-07-02 | Merge remote-tracking branch 'ivan/feature/2919_reorder-systray' into develop | Tomás Touceda | |
2013-07-02 | Merge remote-tracking branch 'ivan/feature/2921_check_openvpn_remotes' into ↵ | Tomás Touceda | |
develop | |||
2013-07-01 | Check if there is no gateway to use. | Ivan Alejandro | |
Fix typo, improve docstrings. | |||
2013-07-01 | Reorder systray. Closes #2919. | Ivan Alejandro | |
2013-07-01 | Fix 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-28 | Update and add tests for the api changes | Ivan Alejandro | |
2013-06-28 | Bugfix: Update available/supported implementation. | Ivan Alejandro | |
Closes bug #3032. | |||
2013-06-28 | Add ProviderConfig tests | Ivan Alejandro | |
2013-06-28 | Add EIPBootstrapper tests | Tomás Touceda | |
2013-06-27 | Change leap.common.certs.* calls to be dependent on certs | Tomás Touceda | |
This gives us the possibility of mocking up the methods inside it. Also, return the deferred from the run_* method | |||
2013-06-27 | Add missing eip-service.json sample file for the fake provider | Tomás Touceda | |
2013-06-27 | Improve fake provider implementation | Tomás Touceda | |
2013-06-27 | Add ProviderBootstrapper tests | Tomás Touceda | |
2013-06-27 | Fix minor bugs and return defer in the run_* methods | Tomás Touceda | |
2013-06-27 | Add missing openvpn.pem certificate for tests | Tomás Touceda | |
2013-06-27 | Fix problem with an SRPRegister test | Tomás Touceda | |
2013-06-27 | Improve fake_provider to support the modified-if-needed feature | Tomás Touceda | |
2013-06-27 | Merge remote-tracking branch 'ivan/feature/improve_vpngatewayselector_tests' ↵ | Tomás Touceda | |
into develop | |||
2013-06-26 | Refactor & add tests for eipconfig | Ivan Alejandro | |
2013-06-26 | Improve VPNGatewaySelector tests coverage. | Ivan Alejandro | |
Add +13 and +14 timezones support. | |||
2013-06-26 | Merge remote-tracking branch 'chiiph/feature/fix_test_srpregister' into develop | Kali 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-25 | Improve SRPRegister tests | Tomás Touceda | |
2013-06-25 | Properly return the error responseCode when login is already taken | Tomás Touceda | |
2013-06-25 | pep8 fixes | Tomás Touceda | |
2013-06-25 | Add tests for AbstractBootstrapper | Tomás Touceda | |
2013-06-25 | Return the deferred so that we can use it for other things | Tomás Touceda | |
2013-06-25 | Add test for the LEAP log handler | Ivan Alejandro | |
2013-06-25 | Change method for 'dependency injection' in test. | Ivan Alejandro | |
2013-06-24 | Merge remote-tracking branch 'ivan/feature/add-pyside-tests-helper' into develop | Tomás Touceda | |
2013-06-24 | Add 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-24 | Merge remote-tracking branch 'kali/feature/2925_osx-use-cocoasudo' into develop | Tomás Touceda | |
2013-06-25 | use cocoasudo instead of osascript | Kali Kaneko | |
Closes:#2925 | |||
2013-06-24 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'ivan/feature/2962_test-vpngatewayselector_rev1' into develop | |||
2013-06-24 | Add test for vpngatewayselector class. | Ivan Alejandro | |
2013-06-24 | Bugfix: timezone calculation. | Ivan Alejandro | |
Also use int notation instead of datetime.timedelta. | |||
2013-06-24 | Merge remote-tracking branch 'kali/feature/better-vpn-control' into develop | Tomás Touceda | |
2013-06-24 | Catch OSError when checking for permissions | Tomás Touceda | |
2013-06-24 | Improve OpenVPN Process Control | Kali Kaneko | |
* Disable toggle button until we get "connected" status. #2956 * Catch abnormal termination and update UI accordingly. #2890 | |||
2013-06-24 | let errors go in their own panel | Kali Kaneko | |
2013-06-23 | Merge remote-tracking branch 'chiiph/bug/properly_check_permissions' into ↵ | Kali Kaneko | |
develop | |||
2013-06-21 | Allow 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-21 | Bugfix: return the correct gateway. | Ivan Alejandro | |
After this fix we always returned the first gateway, no matter what the user asked for. | |||
2013-06-21 | Disable remembering when not using a proper keyring backend | Tomás Touceda | |
2013-06-21 | Use an alternative method to check for file permission | Tomas Touceda | |
2013-06-20 | Merge remote-tracking branch 'kali/bug/hide-mx' into develop | Tomas Touceda | |
2013-06-21 | hide mx until we integrate it | kali | |
Closes: #2938 |