Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-02-22 | add note about sqlcipher req | kali | |
2013-02-20 | add hmac dep for soledad | kali | |
2013-02-20 | add dev pysqlcipher as a requirement | kali | |
2013-01-31 | fixed error on create pre-existing symlink (1509). | antialias | |
2013-01-28 | change dirspec dep by pyxdg | kali | |
2013-01-25 | add twisted as email dependency | kali | |
2013-01-25 | add zope.interface dep | kali | |
2013-01-25 | Merge branch 'feature/dirspec' into develop | kali | |
Conflicts: pkg/requirements.pip | |||
2013-01-24 | removed ping and root dependency (1456). | antialias | |
improved default network request (771). fixed ERROR "cannot concatenate 'str' and 'list' objects" (1449). | |||
2013-01-25 | use dirspec | kali | |
2013-01-24 | added tox to test-requirements.pip | antialias | |
2013-01-24 | ping still in use... | kali | |
2013-01-24 | test requirements for soledad | kali | |
2013-01-24 | all tests green again | kali | |
plus: * added soledad test requirements * removed soledad from run_tests run (+1K tests failing) * added option to run All tests to run_tests script * pep8 cleanup | |||
2013-01-24 | switch dependency to pyopenssl | kali | |
2013-01-23 | working up/down resolv-conf script | kali | |
2013-01-17 | localize exit country if we can | kali | |
only if we can find the geoip database, which comes with geoip-database in debian. we will have to think more about this in the future but it's nice to have now for testing. | |||
2013-01-17 | (osx) detect which interface is traffic going thru | kali | |
2013-01-17 | fix ctypes dependency discovery for libgnutls | kali | |
2013-01-16 | add libgnutls lib to osx build | kali | |
2013-01-16 | add update resolv.conf script | kali | |
2013-01-15 | todo about ping_gateway function | kali | |
2013-01-11 | fix for missing cacert bundle | kali | |
frozen app cannot find requests cacert bundle. added to Resources to get us going. | |||
2013-01-10 | renamed connection page | kali | |
2013-01-09 | bump srp requirement due to critical bugfix | kali | |
2013-01-08 | Working OSX installer workflow. | kali | |
Using platypus for installer. Working installer at 17.6MB compressed. | |||
2013-01-02 | merge osx readme | kali | |
2013-01-02 | initial OSX packaging | kali | |
2012-12-28 | add bootstrap script to repo | kali | |
2012-12-27 | import fixes for soledad | kali | |
2012-12-27 | updated requirements for soledad | kali | |
2012-12-18 | freeze requests requirement lower than 1.0 | kali | |
srp auth breaking with 1.0 api | |||
2012-12-18 | relax srp requirement (breaks install) | kali | |
2012-12-17 | fix srp authentication cookies | kali | |
2012-12-11 | fetch only if not changed-since config file timestamp | kali | |
Changing this now to be able to test different providers by just updating our local config file. | |||
2012-10-24 | removed branding info from branding config file | kali | |
So we officially can say this is a generic client now. Branding config file is still at pkg/branding/config.py Note that with this change the package is called now leap-client so you will have to remove old installs of leap-foo-client in your path (from previous branded builds). Changing the package name was an AWFUL and painful idea, and we will not do that again. (launcher is another story). Lesson learned. | |||
2012-10-08 | another pass towards a clearer README | kali | |
2012-10-08 | Merge branch 'feature/firstrun-wizard' into develop | kali | |
2012-10-05 | Merge branch 'feature/detect_vpn' into develop | kali | |
2012-10-05 | use keyring to store user password | kali | |
using a quite lame cryptedfile by the moment until dbus bug makes gnome-keyring usable again or we come up with the encrypted database solution. we might want to explore the option of using this python-keyring with the different native backends for win and macosx. for now: we generate a random secret that we store in the qsettings file. so, the whole thing is just to avoid plaintext stuff. for this, we could have done rot13, haha. |