Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-13 | change log severity for not found config files | kali | |
2013-01-31 | pep8 | kali | |
2013-01-31 | hide jsonschema exception in tests | kali | |
2013-01-31 | add jsonschema 0.8 as a workaround for old ver | kali | |
2013-01-31 | avoid pep8 from choking | kali | |
2013-01-31 | pep8 | kali | |
2013-01-31 | add underscore to the $HOME pattern exception | kali | |
2013-01-28 | change dirspec dep by pyxdg | kali | |
2013-01-25 | Merge branch 'feature/dirspec' into develop | kali | |
Conflicts: pkg/requirements.pip | |||
2013-01-25 | use dirspec for cross-platform friendly directories | kali | |
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 | refine get_username to work on buildslaves | antialias | |
2013-01-24 | changed get_username to work on buildslaves | antialias | |
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 | catch missing messages on last page of wizard | kali | |
2013-01-17 | pep8 | kali | |
2013-01-17 | osx fixed already running instance check | kali | |
2013-01-17 | (osx) detect which interface is traffic going thru | kali | |
2013-01-16 | handle loss of tun iface | kali | |
trigger only one dialog and disconnect. additional cleanup of log handling. | |||
2013-01-15 | added if callable sanity check. | antialias | |
2013-01-15 | implemented abstracted layer with matching and passed callback. | antialias | |
tests as well. | |||
2013-01-15 | reads and searches for strings from openvpn logs via the management interface. | antialias | |
2013-01-15 | todo about ping_gateway function | kali | |
2013-01-11 | all calls except the first one are made to api uri | kali | |
we also parse the port number | |||
2013-01-09 | dont shut down when conn lost | kali | |
2013-01-09 | rename username var | kali | |
2012-12-21 | magic translatable objects | kali | |
2012-12-21 | updated "translate" to work in objects other than QObjects | kali | |
2012-12-20 | fix broken tests | kali | |
2012-12-18 | freeze requests requirement lower than 1.0 | kali | |
srp auth breaking with 1.0 api | |||
2012-12-18 | back-compat fix for requests api change | kali | |
2012-12-17 | fix srp authentication cookies | kali | |
2012-12-15 | use gnutls to parse pemfiles | kali | |
2012-12-12 | changed some values in new style eipconfig | kali | |
2012-12-12 | progress initial tests | kali | |
2012-12-12 | tests for openvpn options | kali | |
and make the rest of tests pass after some changes in this branch (dirtyness in config files) | |||
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-12-10 | get cipher config from eip-service | kali | |
2012-12-07 | pep8 | kali | |
2012-12-07 | to improve code coverage, began writing tests for leap.base.auth. | antialias | |
2012-12-07 | in leap.base.checks.check_internet_connection modified the order | antialias | |
in which errors are checked and improved test coverage. | |||
2012-11-14 | make tests pass + pep8 | kali | |
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-13 | fix missing provider parameter in leapconfig objects chain | kali | |
2012-11-12 | fix uri for sessions PUT | kali | |
2012-11-09 | working version of the fake provider. | kali | |
wizard can now be completely tested against this. | |||
2012-11-09 | connect page merged into regvalidation. | kali | |
Flow nearly working with fake provider, except for authentication. | |||
2012-11-08 | more specific errors catched during srpauth | kali | |
2012-11-06 | new validation pages in a reusable MVC style | kali | |
using progress indicators inside QTableWidget | |||
2012-10-26 | fix systray context menu. | kali | |
Closes #761 |