summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-03Add custom develop command for setup.pyIvan Alejandro
2013-06-03Add comment filter for the requirements parserIvan Alejandro
- filter comments for the result - add licence - remove unused comment
2013-06-04Fix relative importTomás Touceda
2013-06-03Recursively include docs files and uncomment build/sdistTomás Touceda
2013-05-31Merge remote-tracking branch 'kali/feature/copy-reqs-file' into developTomás Touceda
2013-05-31pep8kali
2013-05-31copy processed reqs to util/kali
2013-05-30Merge remote-tracking branch ↵Tomás Touceda
'drebs/feature/2683-move-keymanager-to-leap_client-2' into develop Conflicts: setup.py
2013-05-30Add dependency on python-gnupg.drebs
2013-05-29Merge remote-tracking branch 'kali/feature/ci-ready' into developTomás Touceda
2013-05-30make tests pass & fix pep8kali
2013-05-30adapt test suite to latest client codekali
* fix run_tests * add tox.ini * cleanup/update requirements * fix coverage reports * add pypi badge
2013-05-29Merge remote-tracking branch 'ivan/feature/logger_window_rev4' into developTomás Touceda
2013-05-29Integrate LoggerWindow with clientIvan Alejandro
2013-05-29Add logger window connected with the leap_handlerIvan Alejandro
2013-05-29Add logging handler with history and signal emisionIvan Alejandro
2013-05-29Move KeyManager submodule from leap.common to here.drebs
2013-05-27Add oxygen iconsIvan Alejandro
2013-05-23Merge remote-tracking branch 'kali/feature/ci-bbot-setup' into developTomás Touceda
2013-05-24add script for installing virtualenvkali
2013-05-23fix restore from minimized. Closes #2574kali
2013-05-22Merge remote-tracking branch 'ivan/bug/keyring-crash-on-wrong-password' into ↵Tomás Touceda
develop
2013-05-22Handle 'Incorrect Password' exception.Ivan Alejandro
closes issue #2640. don not automatic login if there is no password add changes file
2013-05-22Merge remote-tracking branch 'ivan/bug/kde-polkit-support' into developTomás Touceda
2013-05-22Merge remote-tracking branch 'ivan/bug/doc-command-to-run-client' into developTomás Touceda
2013-05-22Add command to run the client in hacking sectionIvan Alejandro
Also document the --danger flag for the client run
2013-05-21Add support for kde polkit, closes #2630Ivan Alejandro
Close issue #2630 Add changes file for #2630 Add documentation to '_is_auth_agent_running' method.
2013-05-18Integrate SMTPTomás Touceda
2013-05-17add soledad requirementkali
2013-05-16Integrate soledad and keymanager in the clientTomas Touceda
2013-05-16Merge remote-tracking branch 'kali/feature/use-qtreactor2' into developTomás Touceda
2013-05-17fix a segfault when stopping the reactorkali
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-17catch reactor not running errorkali
2013-05-17use qtreactor so twisted is driven by qt main loopkali
aboutToQuit signal is not raised anymore with the qt4reactor. So we are calling all cleanup callbacks from the quit function.
2013-05-15Add CHANGELOG and fold in changes files0.2.1Tomás Touceda
2013-05-11Support requests<1.0.0 for the token saving tooTomas Touceda
2013-05-11Merge branch 'develop' of ssh://leap.se/leap_client into developkali
2013-05-11Make the import of WindowsLock conditionalTomas Touceda
2013-05-11Fixup one instance on WindowsTomas Touceda
2013-05-11Add support for requests<1.0.0Tomas Touceda
2013-05-11Save auth tokenTomas Touceda
2013-05-11fix pyqt referenceskali
2013-05-11use ipaddr to get ipv6 supportkali
2013-05-11updated documentationkali
* documentation reviewed after rewrite, ready for 0.2.1 * updated docstrings format to fit sphinx autodoc
2013-05-11remove comment about shell expansionkali
2013-05-11sanitize ip addresskali
2013-05-11pep8kali
2013-05-11whitelist openvpn cipher parameterskali
2013-05-11add debug to config and cert uriskali
2013-05-07Merge remote-tracking branch 'kali/feature/sanitize-config' into developTomas Touceda