Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-23 | Workaround some openvpn issues | Tomás Touceda | |
2013-07-17 | Create policy file based on a template and copy to destination | Tomás Touceda | |
2013-07-17 | fix locking for raising window | kali | |
2013-07-11 | Fix icon path for cocoasudo | Tomás Touceda | |
2013-07-10 | Make the install_path relative to the launcher path instead of absolute | Tomás Touceda | |
Also, add quotes to the up/down script lines in case the path has spaces | |||
2013-07-09 | Merge branch 'bug/openvpn_log_windows' into develop | Ivan Alejandro | |
2013-07-09 | Make openvpn log to a file in windows | Tomás Touceda | |
2013-07-09 | use cocoasudo for updown install | Kali Kaneko | |
2013-07-01 | Check if there is no gateway to use. | Ivan Alejandro | |
Fix typo, improve docstrings. | |||
2013-06-25 | use cocoasudo instead of osascript | Kali Kaneko | |
Closes:#2925 | |||
2013-06-24 | Merge remote-tracking branch 'kali/feature/better-vpn-control' into develop | Tomás Touceda | |
2013-06-24 | Catch OSError when checking for permissions | Tomás Touceda | |
2013-06-24 | let errors go in their own panel | Kali Kaneko | |
2013-06-21 | Use an alternative method to check for file permission | Tomas Touceda | |
2013-06-19 | Merge remote-tracking branch 'kali/feature/launch-polkit-agent' into develop | Tomas Touceda | |
2013-06-20 | tries to launch polkit authentication agent | kali | |
Closes: #2884 | |||
2013-06-20 | look for down-root plugin in bundle and system | kali | |
2013-06-20 | fix zero length field format in 2.6 | Kali Kaneko | |
2013-06-19 | Merge remote-tracking branch 'kali/feature/linux_install_scripts_rev2' into ↵ | chiiph | |
develop | |||
2013-06-19 | install missing files during linux initialization | kali | |
Closes: #2247, #2761 | |||
2013-06-18 | Improve timezone gateway selector. Closes #2894 | Ivan Alejandro | |
It allows to use multiple gateways in openvpn for redundancy. | |||
2013-06-14 | Autoselect VPN gateway based on timezone. | Ivan Alejandro | |
2013-06-13 | pep8 | kali | |
2013-06-13 | copy missing updown scripts if missing | Kali Kaneko | |
2013-06-12 | use twisted processProtocol instead of QProcess to drive openvpn | kali | |
2013-06-03 | Use Twisted's deferToThread and Deferreds to handle parallel tasks | Tomás Touceda | |
This removes CheckerThread | |||
2013-05-21 | Add support for kde polkit, closes #2630 | Ivan Alejandro | |
Close issue #2630 Add changes file for #2630 Add documentation to '_is_auth_agent_running' method. | |||
2013-05-11 | updated documentation | kali | |
* documentation reviewed after rewrite, ready for 0.2.1 * updated docstrings format to fit sphinx autodoc | |||
2013-04-08 | fix dyld_library_path for osx | kali | |
2013-04-03 | fix osx prefixer and launcher | Kali Kaneko | |
2013-03-26 | Merge branch 'feature/windows_install_tap' of ↵ | kali | |
git://github.com/chiiph/leap_client into develop Conflicts: src/leap/gui/mainwindow.py | |||
2013-03-25 | Mark sanitation point clearly for future reference | Tomás Touceda | |
2013-03-25 | Rename the openvpn exe to something more specific | Tomás Touceda | |
2013-03-25 | grp doesn't exist in windows | Tomás Touceda | |
2013-03-22 | Add Windows VPN Launcher | Tomás Touceda | |
2013-03-21 | Merge remote-tracking branch 'kali/feature/osx-eip-rewrite' into develop | 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-21 | fix osascript invocation | Kali Kaneko | |
2013-03-21 | add darwin prefixer and launcher | 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 | Make the no up/down log an error instead of a warning | Tomás Touceda | |
2013-03-13 | Notify the user of pkexec/polkit/openvpn checks | Tomás Touceda | |
2013-03-12 | Extend path to sbin by default | Tomás Touceda | |
2013-03-11 | Notify if openvpn is not found | 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 EIP service | Tomás Touceda | |