Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-18 | Integrate SMTP | Tomás Touceda | |
2013-05-17 | add soledad requirement | kali | |
2013-05-16 | Integrate soledad and keymanager in the client | Tomas Touceda | |
2013-05-16 | Merge remote-tracking branch 'kali/feature/use-qtreactor2' into develop | Tomás Touceda | |
2013-05-17 | fix a segfault when stopping the reactor | kali | |
this particular way of invoking the run method in the reactor was giving trouble under some conditions. switching to runReturn makes it work. | |||
2013-05-17 | catch reactor not running error | kali | |
2013-05-17 | use qtreactor so twisted is driven by qt main loop | kali | |
aboutToQuit signal is not raised anymore with the qt4reactor. So we are calling all cleanup callbacks from the quit function. | |||
2013-05-15 | Add CHANGELOG and fold in changes files0.2.1 | Tomás Touceda | |
2013-05-11 | Support requests<1.0.0 for the token saving too | Tomas Touceda | |
2013-05-11 | Merge branch 'develop' of ssh://leap.se/leap_client into develop | kali | |
2013-05-11 | Make the import of WindowsLock conditional | Tomas Touceda | |
2013-05-11 | Fixup one instance on Windows | 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 | fix pyqt references | kali | |
2013-05-11 | use ipaddr to get ipv6 support | kali | |
2013-05-11 | updated documentation | kali | |
* documentation reviewed after rewrite, ready for 0.2.1 * updated docstrings format to fit sphinx autodoc | |||
2013-05-11 | remove comment about shell expansion | kali | |
2013-05-11 | sanitize ip address | kali | |
2013-05-11 | pep8 | kali | |
2013-05-11 | whitelist openvpn cipher parameters | kali | |
2013-05-11 | add debug to config and cert uris | kali | |
2013-05-07 | Merge remote-tracking branch 'kali/feature/sanitize-config' into develop | Tomas Touceda | |
2013-05-07 | Merge remote-tracking branch 'kali/feature/update-docs' into develop | Tomas Touceda | |
2013-05-07 | Specify properly how to skip pyside in installation | Tomas Touceda | |
2013-05-07 | fix pyqt references | kali | |
2013-05-07 | use ipaddr to get ipv6 support | kali | |
2013-05-06 | Document how to skip PySide from installing from source | Tomas Touceda | |
2013-05-03 | updated documentation | kali | |
* documentation reviewed after rewrite, ready for 0.2.1 * updated docstrings format to fit sphinx autodoc | |||
2013-05-01 | remove comment about shell expansion | kali | |
2013-05-01 | sanitize ip address | kali | |
2013-05-01 | pep8 | kali | |
2013-05-01 | whitelist openvpn cipher parameters | kali | |
2013-05-01 | add debug to config and cert uris | kali | |
2013-04-16 | Remove first row, allow it to render. | Kali Kaneko | |
2013-04-16 | Remove the last pyqt reference from the README | Tomas Touceda | |
2013-04-16 | We don't really need LEAP_VENV_SKIP_PYSIDE outside venv | Tomas Touceda | |
2013-04-16 | Remove debian installation for dependencies, just use setup.py | Tomas Touceda | |
Also, note to run make before installing leap-client | |||
2013-04-16 | Re-add gpl image | Tomas Touceda | |
2013-04-16 | Install leap.common from pip | Tomas Touceda | |
2013-04-16 | Update README | Tomas Touceda | |
2013-04-16 | Merge remote-tracking branch 'kali/bug/fix-flock-errno-osx' into develop | Tomas Touceda | |
2013-04-16 | fix flock errno under osx | Kali Kaneko | |
2013-04-16 | add locations to spec | Kali Kaneko | |
2013-04-12 | Add --danger option to not validate the first hop of certificates | Tomas Touceda | |
This is intended to be used while testing, not in production | |||
2013-04-12 | Fix UI which was missbehaving | Tomas Touceda | |
- Remove the <b> wrapping on checkboxes, since they don't understand HTML - Change the display of provider since providers with big names like dev.bitmask.net make the UI look bad. | |||
2013-04-12 | Add service levels to the config spec | Tomas Touceda | |
2013-04-12 | Add config/ to gitignore | Tomas Touceda | |
2013-04-11 | Emit session_id and uid through events | Tomas Touceda | |
2013-04-11 | Merge remote-tracking branch 'kali/feature/single-instance-app2' into develop | Tomas Touceda | |
Conflicts: src/leap/gui/mainwindow.py |