Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-04 | Properly daemonize the call to polkit gnome authentication agent. | Kali Kaneko | |
Closes: #3554 | |||
2013-08-30 | fix naming in resolv-update | Kali Kaneko | |
2013-08-28 | Add build scripts for Linux bundle | Tomás Touceda | |
2013-08-27 | Add build scripts for OSX bundles | Tomás Touceda | |
2013-08-26 | add leap.mail requirement | Kali Kaneko | |
2013-08-22 | Remove mock dependency since it's no longer needed. | Kali Kaneko | |
2013-08-19 | Update to new soledad package scheme. | drebs | |
2013-08-15 | Update leap.common minimum version needed. | Ivan Alejandro | |
2013-08-08 | Replace leap client texts with Bitmask. | Ivan Alejandro | |
2013-08-07 | Add pyside-uic support inside venv. Closes #3411. | Ivan Alejandro | |
2013-07-25 | Fix keymanager requirement to version 0.2.0. | drebs | |
2013-07-04 | Move keymanager code to its own repo. | drebs | |
* Remove key manager code from this repo. * Add dependency for leap.keymanager. | |||
2013-06-21 | Add openvpn manifest for windows binary | Tomás Touceda | |
2013-06-13 | pep8 | kali | |
2013-06-13 | add updown scripts | Kali Kaneko | |
2013-06-03 | Add comment filter for the requirements parser | Ivan Alejandro | |
- filter comments for the result - add licence - remove unused comment | |||
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-30 | Add dependency on python-gnupg. | drebs | |
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 | Move KeyManager submodule from leap.common to here. | drebs | |
2013-05-24 | add script for installing virtualenv | kali | |
2013-05-17 | add soledad requirement | kali | |
2013-05-16 | Integrate soledad and keymanager in the client | Tomas Touceda | |
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 | 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-04-10 | detection of multiple instances using flock. | kali | |
sending RAISE_WINDOW leap event if we are not the main instance. | |||
2013-04-10 | baseconfig moved to leap.common.config | kali | |
2013-04-08 | Merge remote-tracking branch 'kali/feature/test-auth' into develop | chiiph | |
2013-03-26 | add leap.common as dep | kali | |
2013-03-26 | Add testing infrastructure to the project (again). | kali | |
With new additions for nose: nose-progressive | |||
2013-03-21 | change development repo to leapcode | kali | |
2013-03-21 | add leap.common to requirements | Kali Kaneko | |
2013-03-21 | update pyinstaller install | Kali Kaneko | |
2013-03-21 | separate development deps | Kali Kaneko | |
so we can use them with "pip install -r requirements-dev.pip" | |||
2013-03-21 | re-add osx pyinstaller build scripts | Kali Kaneko | |
2013-03-15 | add external leap.common to requirements | kali | |
and modify parse_requirements to skip it for now. | |||
2013-03-15 | namespace leap + leap.common split | kali | |
leap is a namespace package from here on. common folder will be deleted and moved to leap_pycommon repository. | |||
2013-03-13 | Add vpn already running checks | Tomás Touceda | |
2013-03-13 | Revert jsonschema version to <=0.8 | Tomás Touceda | |
2013-03-13 | Pass mtime to pluggableconfig's load | Tomás Touceda | |
Also add a request_helpers file to util where all the helper methods for handling requests should go | |||
2013-03-11 | Add PySide as a dependency and a way to skip it through an env var | Tomás Touceda | |
2013-03-11 | Add argparse dependency | Tomás Touceda | |
2013-03-11 | Auto login after the first run wizard if registered a new user | Tomás Touceda | |
Also add pyxdg as a dep | |||
2013-03-11 | Add postmkvenv script with PySide | Tomás Touceda | |
2013-03-08 | Add keyring and username/password saving capabilities | Tomás Touceda | |
Also: - Fix translations in SRPAuth - Support non-ascii passwords - Make the server check if the characters are allowed, just check for easy passwords | |||
2013-03-07 | Add setup script and linux distribution files | Tomás Touceda | |
2013-03-06 | Add pip reqs | Tomás Touceda | |
2013-03-06 | Remove everything to start from scratch | Tomás Touceda | |