Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-03 | Use Twisted's deferToThread and Deferreds to handle parallel tasks | Tomás Touceda | |
This removes CheckerThread | |||
2013-06-03 | Integrate checker with app | Ivan Alejandro | |
2013-06-03 | Add runtime requirements checker | Ivan Alejandro | |
2013-06-04 | Fix relative import | Tomás Touceda | |
2013-05-31 | pep8 | kali | |
2013-05-30 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'drebs/feature/2683-move-keymanager-to-leap_client-2' into develop Conflicts: setup.py | |||
2013-05-29 | Merge remote-tracking branch 'kali/feature/ci-ready' into develop | Tomás Touceda | |
2013-05-30 | make tests pass & fix pep8 | kali | |
2013-05-30 | adapt test suite to latest client code | kali | |
* fix run_tests * add tox.ini * cleanup/update requirements * fix coverage reports * add pypi badge | |||
2013-05-29 | Integrate LoggerWindow with client | Ivan Alejandro | |
2013-05-29 | Add logger window connected with the leap_handler | Ivan Alejandro | |
2013-05-29 | Add logging handler with history and signal emision | Ivan Alejandro | |
2013-05-29 | Move KeyManager submodule from leap.common to here. | drebs | |
2013-05-23 | fix restore from minimized. Closes #2574 | kali | |
2013-05-22 | Merge remote-tracking branch 'ivan/bug/keyring-crash-on-wrong-password' into ↵ | Tomás Touceda | |
develop | |||
2013-05-22 | Handle 'Incorrect Password' exception. | Ivan Alejandro | |
closes issue #2640. don not automatic login if there is no password add changes file | |||
2013-05-22 | Merge remote-tracking branch 'ivan/bug/kde-polkit-support' into develop | Tomás Touceda | |
2013-05-21 | Add support for kde polkit, closes #2630 | Ivan Alejandro | |
Close issue #2630 Add changes file for #2630 Add documentation to '_is_auth_agent_running' method. | |||
2013-05-18 | Integrate SMTP | Tomás Touceda | |
2013-05-16 | Integrate soledad and keymanager in the client | Tomas 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-11 | Support requests<1.0.0 for the token saving too | Tomas Touceda | |
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 | 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-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-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 | |||
2013-04-11 | missing comma in tuple | kali | |
2013-04-11 | Use dark icons (light theme) for OSX | kali | |
Closes:#2130 | |||
2013-04-10 | remove duplicated ensure_server | kali | |
2013-04-10 | detection of multiple instances using flock. | kali | |
sending RAISE_WINDOW leap event if we are not the main instance. | |||
2013-04-10 | Move ensure server to the very beginning | Tomas Touceda | |
Also, fix documentation for a slot and mini-refactor a method for improved translations. | |||
2013-04-10 | Display a simple message when updates are available | Tomas Touceda | |
2013-04-10 | baseconfig moved to leap.common.config | kali | |