summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-12-18catch gnutls error while validating pemfilekali
2012-12-18do not assume that we were the only ones launching openvpnkali
2012-12-18freeze requests requirement lower than 1.0kali
srp auth breaking with 1.0 api
2012-12-18added current_pagekali
2012-12-18back-compat fix for requests api changekali
2012-12-18do not pass CA.crt to checks for httpskali
also skip temporary errors when previous openvpn process vanishes.
2012-12-18Fix parsing of timestamps in a locate independent waykali
Close #772
2012-12-17network checker launched by signalkali
fixes problem with provider domain not being defined during first run.
2012-12-17fix srp authentication cookieskali
2012-12-15use gnutls to parse pemfileskali
2012-12-15workaround for not-yet-valid certskali
skipping valid_from ts on cert
2012-12-12progress to connection only if no errorskali
2012-12-12changed some values in new style eipconfigkali
2012-12-12parse new service formatkali
2012-12-12login testskali
2012-12-12register testskali
2012-12-12providerselect testskali
2012-12-12cleanup lingering temporal fileskali
2012-12-12tests for firstrun/wizardkali
2012-12-12completed tests for gui/progresskali
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-10cleanup and rewrite eipconnection/openvpnconnection classeskali
2012-12-07only remove management socket when shutting downkali
Closes #1090
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-28call shutdown signal from sigint_handlerkali
2012-11-28successfully catching ctrl-c but for not quitting in the correct order.antialias
2012-11-28move delay function to gui/utilskali
2012-11-28modified hash of resourceskali
2012-11-27login validation inlinekali
2012-11-27inline validation at register page.kali
inline widget and focus and red marks and whistles.
2012-11-23refactor validation mixin; progress until register pagekali
2012-11-22fix widgets focus on providerselect pagekali
it works with enter, enter, enter :) dedicated to DJ Focus...
2012-11-22info page refactor.kali
2012-11-22fixed ui freeze using queue for passing status between worker and parentkali
2012-11-21add red border to failed fieldkali
2012-11-21update check status when provider entry changes.kali
disable next button and remove any error message (but remember which was the latest bad string if you are changing providers withouth going to the next page).
2012-11-21tango icons for checking/checked/failed check statuskali
2012-11-20added inline panel within zero-margin framekali
2012-11-20TableWidget refactorkali
so we can use it also in the inline validation widgets.
2012-11-19add domain name to providerinfo pagekali
2012-11-19set commit page (no back button after validation)kali
2012-11-19disable "next" button during validationkali
and wait for user to click it. Closes #973
2012-11-19fix delete temporal fileskali
2012-11-14delete temp folder for management socket after client shutdownkali
Close #742
2012-11-14hide the systray icon until the firstrun wizard is completekali
Closes #762