summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-12add polkit install bypass with environment variablerelease-0.2.0kali
LEAP_SKIP_COPY_POLKIT should be set to 1 to skip the post-install data copy to the policykit folder.
2012-10-11added NEWS.rst and removed notes from README.rstkali
2012-10-11add signal to end of eip checkskali
this fixes random error on leap initialization
2012-10-11Merge branch 'feature/fix-crypted-keyring' into developkali
This is a temporary workaround until we find a good solution to issue #744. Some old versions of python-keyring are causing a recursion loop.
2012-10-11comment out the set_password call until we fix #744kali
2012-10-11removed debug info since eval HOME is causing the bugkali
2012-10-11another attempt at fixing recursion error with expanduserkali
2012-10-11make file_path explicitkali
2012-10-09some corrections to the README file:k clair
* the python-gnutls debian package is not a requirement since it is the wrong version * python-dev and libgnutls-dev are needed to install the python packages via pip
2012-10-10use signals to pass eip errors across threadskali
Closes #741
2012-10-10fix geometry saving for debug/regular mode.kali
Closes #732
2012-10-10fix connect/disconnect button in debug modekali
Closes #730
2012-10-10moved pyqt troubleshooting section to developmentkali
2012-10-10add feedback for connection error during signupkali
Closes #724
2012-10-10fix failing test on test_eipconnectionkali
Closes #738
2012-10-10fix for left-click on systraykali
Closes #310
2012-10-08Add the address of the LEAP client repository.antialias
2012-10-08Merge branch 'feature/fix-polkit-install' of ssh://leap.se/leap_client into ↵antialias
develop
2012-10-08added openvpn to debian install lineantialias
added python-coverage to testing install line rewrote PyQt installation instructions fixed pkg/test-requirements lines fixed nosetest example (#740)
2012-10-09fix missing polkit policy file installkali
2012-10-09ignore egg-infokali
2012-10-08add leap-status to main window in non-debug modekali
not very DRY but just to have it ready for rc cut.
2012-10-08another pass towards a clearer READMEkali
2012-10-08Merge branch 'feature/network_check' into developkali
Conflicts: src/leap/baseapp/mainwindow.py src/leap/eip/tests/test_checks.py
2012-10-08popup dialog error when network error happenskali
we are shutting down for now. we should be acting upon failures in the near future. lowered the recurrent checks interval to 10 seconds.
2012-10-08Merge branch 'feature/firstrun-wizard' into developkali
2012-10-08catch timeout and specify kind of signup errorkali
2012-10-08fix hexlify + add regex validator for usernameskali
2012-10-06comments on installkali
2012-10-06fix cert needed evaluationkali
2012-10-06springbok hardcoded path for registrationkali
2012-10-06pep8kali
2012-10-06Merge branch 'feature/detect_vpn' into developkali
2012-10-06Merge branch 'feature/detect_vpn' of ssh://leap.se/leap_client into ↵kali
feature/detect_vpn
2012-10-05added tests.antialias
2012-10-05fix seticon call breakage when interface dieskali
2012-10-05add comments to netcheckskali
2012-10-05pep8kali
2012-10-05testing hintkali
2012-10-05Merge branch 'feature/detect_vpn' into developkali
2012-10-05typokali
2012-10-05todo commentskali
2012-10-05remove test resourceskali
2012-10-05fix cert needed evaluationkali
2012-10-05deps commentskali
2012-10-05add menu for running wizard at willkali
it's still buggy in that it does not bother to stop the ongoing checks or connection. we should take care of that soon.
2012-10-05use keyring to store user passwordkali
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-05remove printskali
2012-10-05use leap logokali
2012-10-05focus fix for wizardkali