Age | Commit message (Expand) | Author |
2013-07-25 | Fix leap.common.events rpc calls to use correct callback. | drebs |
2013-07-25 | Make calls to leap.common.events asynchronous. | drebs |
2013-07-19 | Workaround segfault when emitting a signal with a None parameter | Tomás Touceda |
2013-07-12 | Do not log user data | Tomás Touceda |
2013-07-09 | pep8 | Tomás Touceda |
2013-07-08 | Improve tests to check function signature too | Tomás Touceda |
2013-07-08 | fix extra parameter breaking auth | Kali Kaneko |
2013-07-08 | pep8 | Kali Kaneko |
2013-07-05 | Add tests for SRPAuth class | Tomás Touceda |
2013-07-05 | Granularize exceptions | Tomás Touceda |
2013-07-05 | Remove unneeded username and password class members | Tomás Touceda |
2013-07-05 | Refactor methods and emit event when we know uid is not None | Tomás Touceda |
2013-07-05 | Broaden the exception type to catch | Tomás Touceda |
2013-07-05 | Raise SRPAuthenticationError when errcode != 422 too | Tomás Touceda |
2013-07-05 | Reset A value from the class after we don't need it anymore | Tomás Touceda |
2013-07-05 | Remove password from start_authentication method, since we don't need it | Tomás Touceda |
2013-07-05 | Fix comments in srpregister test | Tomás Touceda |
2013-07-05 | Set global request timeout to REQUEST_TIMEOUT (10 secs) | Tomás Touceda |
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 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-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-14 | Actually deferToThread all the things we expect to do in parallel | Tomás Touceda |
2013-06-14 | Improve error messages in login | Tomás Touceda |
2013-06-12 | Fix SRPAuth error reporting | Tomás Touceda |
2013-06-12 | Merge remote-tracking branch 'chiiph/feature/merge_systray' into develop | kali |
2013-06-11 | Merge systray icons | Tomás Touceda |
2013-06-06 | Make the login process more granular with defers | Tomás Touceda |
2013-06-04 | Remove CheckerThread from SRPAuth | Tomás Touceda |
2013-05-30 | make tests pass & fix pep8 | kali |
2013-05-16 | Integrate soledad and keymanager in the client | Tomas Touceda |
2013-05-11 | Support requests<1.0.0 for the token saving too | Tomas Touceda |
2013-05-11 | Add support for requests<1.0.0 | Tomas Touceda |
2013-05-11 | Save auth token | Tomas Touceda |
2013-05-11 | updated documentation | kali |
2013-05-11 | pep8 | kali |
2013-04-11 | Emit session_id and uid through events | Tomas Touceda |
2013-04-08 | Several fixes as per review | kali |
2013-03-26 | workaround for srp server timing out on consecutive runs | kali |
2013-03-26 | tests for srpregister and srpauth | kali |
2013-03-15 | namespace leap + leap.common split | kali |
2013-03-13 | Default to port 443 if no port is specified | Tomás Touceda |
2013-03-13 | Separate stdlibs from non-std in imports | Tomás Touceda |
2013-03-12 | Get eip cert with session_id when possible | Tomás Touceda |
2013-03-08 | Add keyring and username/password saving capabilities | Tomás Touceda |
2013-03-08 | Add translation support | Tomás Touceda |
2013-03-07 | Change asserts for a custom leap_assert method | Tomás Touceda |