Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-13 | copy missing updown scripts if missing | Kali Kaneko | |
2013-06-13 | workaround for pyside multiple inheritance problem | Kali Kaneko | |
2013-06-05 | Bugfix str format in checker | Ivan Alejandro | |
2013-06-03 | Use Twisted's deferToThread and Deferreds to handle parallel tasks | Tomás Touceda | |
This removes CheckerThread | |||
2013-06-03 | Add runtime requirements checker | Ivan Alejandro | |
2013-05-29 | Add logging handler with history and signal emision | Ivan Alejandro | |
2013-05-11 | updated documentation | kali | |
* documentation reviewed after rewrite, ready for 0.2.1 * updated docstrings format to fit sphinx autodoc | |||
2013-04-12 | Add --danger option to not validate the first hop of certificates | Tomas Touceda | |
This is intended to be used while testing, not in production | |||
2013-04-09 | fixes as per review | kali | |
2013-04-04 | Several fixes in wizard | kali | |
Closes:#2061 o Rewording of setup steps in wizard, to make them more meaningful to the non-technical user. Closes: #2061 o Fix typo in wizard o Fix multiple drawing of services if going back o Make registration errors show in red o Add a warning if EIP service needs admin password. Addresses part of #2062 | |||
2013-03-22 | Calculate mtime in a more multiplatform way | Tomás Touceda | |
2013-03-21 | Fixes as per review | Tomás Touceda | |
2013-03-21 | Handle configuration and paths in a standalone way | Tomás Touceda | |
Also, abstracts QSettings under LeapSettings and adds a way to define the VPN env in a platform dependant way. | |||
2013-03-15 | remove branding remnant, add missing header | kali | |
2013-03-15 | namespace leap + leap.common split | kali | |
leap is a namespace package from here on. common folder will be deleted and moved to leap_pycommon repository. | |||
2013-03-13 | Fix timestamp for file creation | Tomás Touceda | |
2013-03-13 | Add vpn already running checks | Tomás Touceda | |
2013-03-13 | Update name in file header | Tomás Touceda | |
2013-03-13 | Check validity for downloaded certs and re-download if needed | Tomás Touceda | |
2013-03-13 | Add valid pemfile check before saving the downloaded client cert | Tomás Touceda | |
2013-03-13 | Add util.certs and abstract digest there | Tomás Touceda | |
2013-03-13 | Add mkdir_p method to util.files | Tomás Touceda | |
2013-03-13 | Pass mtime to pluggableconfig's load | Tomás Touceda | |
Also add a request_helpers file to util where all the helper methods for handling requests should go | |||
2013-03-13 | Add mtime check for existing json definitions before download | Tomás Touceda | |
Also, wait for threads to finish when quitting | |||
2013-03-12 | Check and try to fix certificate permissions | Tomás Touceda | |
2013-03-08 | Add translation support | Tomás Touceda | |
Also: - Make OpenVPN use a random port every time - Logout in parallel so the UI doesn't block - Add the WAIT status from OpenVPN to the mainwindow displays - Support non-unix sockets in the LinuxVPNLauncher | |||
2013-03-07 | Change asserts for a custom leap_assert method | Tomás Touceda | |
Also: - Make SRPAuth and the Bootstrappers be a QObject instead of a QThread so we can use them inside another more generic thread - Add a generic CheckerThread that runs checks or whatever operation as long as it returns a boolean value - Closes the whole application if the wizard is rejected at the first run - Do not fail when the config directory doesn't exist - Set the wizard pixmap logo as LEAP's logo - Improve wizard checks - Make SRPRegister play nice with the CheckerThread | |||
2013-03-06 | Add general app | Tomás Touceda | |
2013-03-06 | Remove everything to start from scratch | Tomás Touceda | |
2013-01-31 | fix tests (resources hash + argparse) | kali | |
2013-01-30 | comment out unused arguments in the arg parser | kali | |
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 | wizard rephrasing & punctuation | kali | |
2013-01-17 | localize exit country if we can | kali | |
only if we can find the geoip database, which comes with geoip-database in debian. we will have to think more about this in the future but it's nice to have now for testing. | |||
2013-01-17 | osx fixed already running instance check | kali | |
2013-01-17 | (osx) detect which interface is traffic going thru | kali | |
2013-01-11 | fix for missing cacert bundle | kali | |
frozen app cannot find requests cacert bundle. added to Resources to get us going. | |||
2013-01-09 | fix exception i18n | kali | |
2013-01-09 | fix provider label translation | kali | |
2013-01-02 | initial OSX packaging | kali | |
2012-12-21 | magic translatable objects | kali | |
2012-12-21 | readme typos, updated translation docs | kali | |
2012-12-12 | tests for firstrun/wizard | 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-10 | get cipher config from eip-service | kali | |
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-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-10-17 | added skeleton for generic client wizard flow | kali | |
2012-10-08 | added openvpn to debian install line | antialias | |
added python-coverage to testing install line rewrote PyQt installation instructions fixed pkg/test-requirements lines fixed nosetest example (#740) |