summaryrefslogtreecommitdiff
path: root/pkg
AgeCommit message (Collapse)Author
2013-07-04Move keymanager code to its own repo.drebs
* Remove key manager code from this repo. * Add dependency for leap.keymanager.
2013-06-21Add openvpn manifest for windows binaryTomás Touceda
2013-06-13pep8kali
2013-06-13add updown scriptsKali Kaneko
2013-06-03Add comment filter for the requirements parserIvan Alejandro
- filter comments for the result - add licence - remove unused comment
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-30adapt test suite to latest client codekali
* fix run_tests * add tox.ini * cleanup/update requirements * fix coverage reports * add pypi badge
2013-05-29Move KeyManager submodule from leap.common to here.drebs
2013-05-24add script for installing virtualenvkali
2013-05-17add soledad requirementkali
2013-05-16Integrate soledad and keymanager in the clientTomas Touceda
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-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-04-10detection of multiple instances using flock.kali
sending RAISE_WINDOW leap event if we are not the main instance.
2013-04-10baseconfig moved to leap.common.configkali
2013-04-08Merge remote-tracking branch 'kali/feature/test-auth' into developchiiph
2013-03-26add leap.common as depkali
2013-03-26Add testing infrastructure to the project (again).kali
With new additions for nose: nose-progressive
2013-03-21change development repo to leapcodekali
2013-03-21add leap.common to requirementsKali Kaneko
2013-03-21update pyinstaller installKali Kaneko
2013-03-21separate development depsKali Kaneko
so we can use them with "pip install -r requirements-dev.pip"
2013-03-21re-add osx pyinstaller build scriptsKali Kaneko
2013-03-15add external leap.common to requirementskali
and modify parse_requirements to skip it for now.
2013-03-15namespace leap + leap.common splitkali
leap is a namespace package from here on. common folder will be deleted and moved to leap_pycommon repository.
2013-03-13Add vpn already running checksTomás Touceda
2013-03-13Revert jsonschema version to <=0.8Tomás Touceda
2013-03-13Pass mtime to pluggableconfig's loadTomás Touceda
Also add a request_helpers file to util where all the helper methods for handling requests should go
2013-03-11Add PySide as a dependency and a way to skip it through an env varTomás Touceda
2013-03-11Add argparse dependencyTomás Touceda
2013-03-11Auto login after the first run wizard if registered a new userTomás Touceda
Also add pyxdg as a dep
2013-03-11Add postmkvenv script with PySideTomás Touceda
2013-03-08Add keyring and username/password saving capabilitiesTomá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-07Add setup script and linux distribution filesTomás Touceda
2013-03-06Add pip reqsTomás Touceda
2013-03-06Remove everything to start from scratchTomás Touceda
2013-02-22add note about sqlcipher reqkali
2013-02-20add hmac dep for soledadkali
2013-02-20add dev pysqlcipher as a requirementkali
2013-01-31fixed error on create pre-existing symlink (1509).antialias
2013-01-28change dirspec dep by pyxdgkali
2013-01-25add twisted as email dependencykali
2013-01-25add zope.interface depkali
2013-01-25Merge branch 'feature/dirspec' into developkali
Conflicts: pkg/requirements.pip
2013-01-24removed ping and root dependency (1456).antialias
improved default network request (771). fixed ERROR "cannot concatenate 'str' and 'list' objects" (1449).
2013-01-25use dirspeckali
2013-01-24added tox to test-requirements.pipantialias