Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-12 | Merge branch 'feature/wizard-tests' into develop | kali | |
2012-12-12 | login tests | kali | |
2012-12-12 | register tests | kali | |
2012-12-12 | providerselect tests | kali | |
2012-12-12 | cleanup lingering temporal files | kali | |
2012-12-12 | tests for firstrun/wizard | kali | |
2012-12-12 | completed tests for gui/progress | kali | |
2012-12-12 | progress initial tests | kali | |
2012-12-12 | Merge branch 'feature/openvpn-ciphers' into develop | 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-10 | cleanup and rewrite eipconnection/openvpnconnection classes | kali | |
2012-12-07 | only remove management socket when shutting down | kali | |
Closes #1090 | |||
2012-12-07 | Merge branch 'feature/improve_coverage' into develop | 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-12-06 | Merge branch 'feature/openvpn-bin-build' into develop | kali | |
2012-12-06 | openvpn directory moved in root | Jaromil | |
2012-12-06 | openvpn build scripts for osx | Jaromil | |
2012-12-06 | improvements to build log and documentation | Jaromil | |
2012-12-06 | MS Windows OpenVPN binary build scripts | Jaromil | |
using GCC and MinGW32 on Debian/Ubuntu | |||
2012-12-01 | exclude tests from coverage report | kali | |
also added some rules for exclusion in .coveragerc | |||
2012-11-28 | Merge branch 'feature/catch-ctrl-c' into develop | kali | |
Closes #760 | |||
2012-11-28 | call shutdown signal from sigint_handler | kali | |
2012-11-28 | successfully catching ctrl-c but for not quitting in the correct order. | antialias | |
2012-11-28 | move delay function to gui/utils | kali | |
2012-11-28 | Merge branch 'feature/wizard-usability' into develop | kali | |
2012-11-28 | modified hash of resources | kali | |
2012-11-27 | login validation inline | kali | |
2012-11-27 | inline validation at register page. | kali | |
inline widget and focus and red marks and whistles. | |||
2012-11-23 | refactor validation mixin; progress until register page | kali | |
2012-11-22 | fix widgets focus on providerselect page | kali | |
it works with enter, enter, enter :) dedicated to DJ Focus... | |||
2012-11-22 | info page refactor. | kali | |
2012-11-22 | fixed ui freeze using queue for passing status between worker and parent | kali | |
2012-11-21 | add red border to failed field | kali | |
2012-11-21 | update 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-21 | tango icons for checking/checked/failed check status | kali | |
2012-11-20 | added inline panel within zero-margin frame | kali | |
2012-11-20 | TableWidget refactor | kali | |
so we can use it also in the inline validation widgets. | |||
2012-11-19 | add domain name to providerinfo page | kali | |
2012-11-19 | set commit page (no back button after validation) | kali | |
2012-11-19 | disable "next" button during validation | kali | |
and wait for user to click it. Closes #973 | |||
2012-11-19 | fix delete temporal files | kali | |
2012-11-19 | fix delete temporal files | kali | |
2012-11-14 | delete temp folder for management socket after client shutdown | kali | |
Close #742 | |||
2012-11-14 | hide the systray icon until the firstrun wizard is complete | kali | |
Closes #762 | |||
2012-11-14 | make the check for valid client cert the trigger for first-run-wizard | kali | |
Closes #803 And with this we've completed all features blocking the release goal: generic client. | |||
2012-11-14 | Merge branch 'feature/generic-wizard' into develop | kali | |
The generic wizard (big) branch is now stabilised. A bunch of refactors have gone together with this topic branch: - client does not have any info included for default service providers. - user has to run the first-run wizard and manually entry domain for sample provider. - remove all remains of the older branding strategy for default provider. - srp registration + authentication are integrated with the signup process. |