summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-07-08fix extra parameter breaking authKali Kaneko
2013-07-08pep8Kali Kaneko
2013-07-05Merge branch 'feature/srpauth_coverage' into developIvan Alejandro
2013-07-05Merge remote-tracking branch ↵Tomás Touceda
'ivan/bug/3067_faulty-multiple-provider-selection' into develop
2013-07-05Bugfix: faulty multiple provider selection.Ivan Alejandro
Closes #3067.
2013-07-05Add tests for SRPAuth classTomás Touceda
2013-07-05Granularize exceptionsTomás Touceda
Also, replace get_content for reqhelper.get_content for tests
2013-07-05Check if request content is None before doing anythingTomás Touceda
2013-07-05Remove unneeded username and password class membersTomás Touceda
2013-07-05Refactor methods and emit event when we know uid is not NoneTomás Touceda
2013-07-05Broaden the exception type to catchTomás Touceda
2013-07-05Raise SRPAuthenticationError when errcode != 422 tooTomás Touceda
2013-07-05Reset A value from the class after we don't need it anymoreTomás Touceda
2013-07-05Remove password from start_authentication method, since we don't need itTomás Touceda
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