summaryrefslogtreecommitdiff
path: root/src/leap/base
AgeCommit message (Collapse)Author
2013-01-28change dirspec dep by pyxdgkali
2013-01-25Merge branch 'feature/dirspec' into developkali
Conflicts: pkg/requirements.pip
2013-01-25use dirspec for cross-platform friendly directorieskali
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-24refine get_username to work on buildslavesantialias
2013-01-24changed get_username to work on buildslavesantialias
2013-01-24all tests green againkali
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-24catch missing messages on last page of wizardkali
2013-01-17pep8kali
2013-01-17osx fixed already running instance checkkali
2013-01-17(osx) detect which interface is traffic going thrukali
2013-01-16handle loss of tun ifacekali
trigger only one dialog and disconnect. additional cleanup of log handling.
2013-01-15added if callable sanity check.antialias
2013-01-15implemented abstracted layer with matching and passed callback.antialias
tests as well.
2013-01-15reads and searches for strings from openvpn logs via the management interface.antialias
2013-01-15todo about ping_gateway functionkali
2013-01-11all calls except the first one are made to api urikali
we also parse the port number
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