Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2012-10-05 | added srp dependency | kali | |
2012-10-03 | updated readme with some clarifications | kali | |
hopefully it's a bit more clear now. developer: feedback welcome. are you able to get it running with the instructions listed here? | |||
2012-10-02 | removed configuration lib from deps | kali | |
2012-10-01 | Now throws a CriticalError when an pre-exisiting openvpn istance is found. | antialias | |
2012-10-02 | Merge branch 'feature/json-validation' into develop | kali | |
Conflicts: src/leap/eip/config.py src/leap/eip/specs.py | |||
2012-09-25 | Merge branch 'feature/autoinstall-test-reqs' into develop | kali | |
2012-09-24 | add schema to JSONLeapConfig classes | kali | |
and a jsonvalidate function too, that calls to jsonchemea.validate(self, data) with self.schema We're using the specs to both purposes now: * providing a type casting system for our config options (work in progress for the type casting) * json schema validation | |||
2012-09-21 | updated policy so it does not ask for pw | kali | |
2012-09-18 | do_branding command added to setup | kali | |
2012-09-17 | 1) changed src to pkg in the path to successfully create .venv environ. | antialias | |
2) uses distribute instead of setuptools. 3) creates symlinks to PyQT and sip.so. | |||
2012-09-14 | force 1.1.9 version of python-gnutls | kali | |
2012-09-13 | add versioneer | kali | |
2012-09-12 | time boundary check of certificate using gnutls | kali | |
2012-09-12 | Merge branch 'feature/network_check' into develop | kali | |
Close #502 | |||
2012-09-12 | checks for systray in unity | kali | |
2012-09-12 | add netifaces to requirements | kali | |
2012-09-10 | Implemented basic networks checks: valid interface, default route, and can ↵ | antialias | |
ping the listed gateway. | |||
2012-09-07 | tox initial file. using global site-packages because | kali | |
of the unability to pip install PyQt4. postmkvenv workaround for PyQt libs for manual use. pip install breaks because they don't have a standard setup.py installation process | |||
2012-09-06 | bootstrap setuptools + version fix | kali | |
also test_requires using parse_requirements | |||
2012-09-06 | add git version script | kali | |
2012-09-06 | pkg.utils.parse_requirements used in setup | kali | |
renamed setup-->pkg because name collision |