summaryrefslogtreecommitdiff
path: root/src/leap/base
AgeCommit message (Collapse)Author
2013-01-09dont shut down when conn lostkali
2013-01-09rename username varkali
2012-12-21magic translatable objectskali
2012-12-21updated "translate" to work in objects other than QObjectskali
2012-12-20fix broken testskali
2012-12-18freeze requests requirement lower than 1.0kali
srp auth breaking with 1.0 api
2012-12-18back-compat fix for requests api changekali
2012-12-17fix srp authentication cookieskali
2012-12-15use gnutls to parse pemfileskali
2012-12-12changed some values in new style eipconfigkali
2012-12-12progress initial testskali
2012-12-12tests for openvpn optionskali
and make the rest of tests pass after some changes in this branch (dirtyness in config files)
2012-12-11fetch only if not changed-since config file timestampkali
Changing this now to be able to test different providers by just updating our local config file.
2012-12-10get cipher config from eip-servicekali
2012-12-07pep8kali
2012-12-07to improve code coverage, began writing tests for leap.base.auth.antialias
2012-12-07in leap.base.checks.check_internet_connection modified the orderantialias
in which errors are checked and improved test coverage.
2012-11-14make tests pass + pep8kali
They were breaking mainly because I did not bother to have a pass over them to change the PROVIDER settings from the branding case. All good now, although much testing is yet needed and some refactor could be used. long live green tests!
2012-11-13fix missing provider parameter in leapconfig objects chainkali
2012-11-12fix uri for sessions PUTkali
2012-11-09working version of the fake provider.kali
wizard can now be completely tested against this.
2012-11-09connect page merged into regvalidation.kali
Flow nearly working with fake provider, except for authentication.
2012-11-08more specific errors catched during srpauthkali
2012-11-06new validation pages in a reusable MVC stylekali
using progress indicators inside QTableWidget
2012-10-26fix systray context menu.kali
Closes #761
2012-10-26user credentials saved on login/signup branches.kali
cert request is using magick decorator that retrieves the certificates using srp.
2012-10-25login branch in wizardkali
2012-10-23allow to test auth from clikali
2012-10-20connecting pagekali
and changes to functions having to do with the default path to certs.
2012-10-19added docskali
2012-10-19srp authentication class + useful decoratorkali
2012-10-18catch cert verification errors and ask user for trustkali
with a little helper function using gnutls
2012-10-18Merge branch 'develop' into feature/generic-wizardkali
2012-10-17moved srp registration to basekali
and some minor changes in wizard, like textentry for provider.
2012-10-12ping_gateway now uses the provider gateway defined in config file.antialias
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-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-06springbok hardcoded path for registrationkali
2012-10-05add comments to netcheckskali
2012-10-05pep8kali
2012-10-02refactored jsonconfig, included jsonschema validationkali
and type casting.
2012-10-01Still some QT related problems. Hand off to kali to fix.antialias
2012-10-01Checker starting and stopping correctly.antialias
2012-09-28Functionality to shutdown network checker when openvpn is stopped.antialias
But thread not being successfully killed.
2012-09-28Added check that default route is tun0.antialias
2012-09-25First check for threaded network checks.antialias
TODO: tests.
2012-09-25moved LeapNetworkChecker and test in base.antialias