Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-07 | Allow to change openvpn verbosity in logs | Kali Kaneko | |
2013-08-01 | Fail gracefully when the events server fails to start | Tomás Touceda | |
2013-07-26 | Do not assume the existence of the danger flag. | Kali Kaneko | |
2013-07-16 | Force cleanlooks style on KDE | Tomás Touceda | |
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-01 | Fix Main Window briefly display on first start. | Ivan Alejandro | |
Closes Bug #2954. On first start, before displaying the Wizard, the Main Window briefly showed up. | |||
2013-06-15 | working openvpn termination: SIGTERM, then SIGKILL. | kali | |
Closes: #2753 | |||
2013-06-03 | Integrate checker with app | Ivan Alejandro | |
2013-05-29 | Integrate LoggerWindow with client | Ivan Alejandro | |
2013-05-17 | use qtreactor so twisted is driven by qt main loop | kali | |
aboutToQuit signal is not raised anymore with the qt4reactor. So we are calling all cleanup callbacks from the quit function. | |||
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-10 | remove duplicated ensure_server | kali | |
2013-04-10 | detection of multiple instances using flock. | kali | |
sending RAISE_WINDOW leap event if we are not the main instance. | |||
2013-04-10 | Move ensure server to the very beginning | Tomas Touceda | |
Also, fix documentation for a slot and mini-refactor a method for improved translations. | |||
2013-03-22 | Alias cp65001 to utf-8 for Windows | 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 | 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-11 | Finish up translation support | Tomás Touceda | |
Also: - Add spanish translations - Fix an issue when disabling autologin | |||
2013-03-08 | Add version handling | 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-06 | Add general app | Tomás Touceda | |
2013-03-06 | Remove everything to start from scratch | Tomás Touceda | |
2013-01-24 | catch missing messages on last page of wizard | kali | |
2013-01-17 | osx fixed already running instance check | kali | |
2013-01-17 | (osx) detect which interface is traffic going thru | kali | |
2012-12-27 | fix window not raising to front in osx | kali | |
2012-12-20 | initial translation example. | kali | |
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-10-26 | fix systray context menu. | kali | |
Closes #761 | |||
2012-10-10 | fix for left-click on systray | kali | |
Closes #310 | |||
2012-10-05 | wizard called from main app if not run before. | kali | |
2012-10-05 | init QSettings - save window geometry | kali | |
2012-10-02 | moved eip checks to qthread to let icon show early | kali | |
2012-09-21 | added --no-provider-checks and --no-ca-verify for ease of debugging | kali | |
Close #604 | |||
2012-09-20 | Merge branch 'feature/remove-unity-checks' into develop | kali | |
2012-09-20 | start hidden, and toggle details window from menu | kali | |
2012-09-18 | removed checks and changes involving systray-whitelist and unity because | antialias | |
it works without them on Ubuntu 11.10 & 12.04. | |||
2012-09-14 | init icon | kali | |
2012-09-13 | display about and aboutqt dialogs | kali | |
2012-09-12 | checks for systray in unity | kali | |
2012-09-05 | missing_pkexec error converted to "auto" error. | kali | |
idea is that we define user messages in the exceptions, and queue them during (conductor) checks. user facing dialogs get constucted from exception attrs. if critical, log as such and exit. | |||
2012-09-05 | can log to logfile | kali | |
app.py --debug --logfile /tmp/foo.log | |||
2012-09-05 | app wide logging handler | kali | |
2012-08-07 | build default provider openvpn config. | kali | |
preparation for completion of #356, #355, #354, #182 if no default openvpn config is present, we build one with a preset template and the remote_ip of the eip service as the only input. right now we're taking it from the eip.cfg file. | |||
2012-08-01 | fileutil.which implementation | kali | |
2012-07-22 | initial import | kali | |