Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-23 | Do not allow the use of 'danger' flag in release. | Ivan Alejandro | |
2013-07-23 | Add IS_RELEASE_VERSION boolean. | Ivan Alejandro | |
Allows us to check if we are in a final release version or a development one. Also added tests for the new functionality. | |||
2013-07-19 | Workaround segfault when emitting a signal with a None parameter | Tomás Touceda | |
Also, support a response from requests be None in certain places. | |||
2013-07-17 | fix locking for raising window | kali | |
2013-07-12 | Improve LoggerWindow log colors. | Ivan Alejandro | |
2013-07-12 | Add tests for the StreamToLogger class. | Ivan Alejandro | |
2013-07-12 | Redirect output to the logger. Closes #3134. | Ivan Alejandro | |
Redirects: - the standard output - the standard error - the twisted log output to the logger. | |||
2013-07-05 | Check if request content is None before doing anything | Tomás Touceda | |
2013-07-05 | Set global request timeout to REQUEST_TIMEOUT (10 secs) | Tomás Touceda | |
2013-07-02 | Remember shouldn't be automatically set to checked | Ivan Alejandro | |
Closes #2955. Improve docstrings in keyring helpers. | |||
2013-06-25 | pep8 fixes | Tomás Touceda | |
2013-06-25 | Add test for the LEAP log handler | Ivan Alejandro | |
2013-06-25 | Change method for 'dependency injection' in test. | Ivan Alejandro | |
2013-06-24 | Add PySide tests helper. | Ivan Alejandro | |
Look at https://github.com/jasonmccampbell/PySide/blob/master/tests/signals/signal_emission_gui_test.py for an usage example. The original file is: PySide/tests/util/helper/__init__.py | |||
2013-06-21 | Disable remembering when not using a proper keyring backend | Tomás Touceda | |
2013-06-19 | install missing files during linux initialization | kali | |
Closes: #2247, #2761 | |||
2013-06-14 | Bugfix: add logs to history. Closes #2871. | Ivan Alejandro | |
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 | |