Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-26 | Merge branch 'bug/systray_behavior' of git://github.com/chiiph/leap_client ↵ | kali | |
into develop | |||
2013-03-25 | Make it not fail in any other platform | Tomás Touceda | |
2013-03-25 | Fix grammar error | Tomás Touceda | |
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 | Reorder imports based on rope's recommendations | Tomás Touceda | |
2013-03-25 | Add changes file | Tomás Touceda | |
2013-03-25 | grp doesn't exist in windows | Tomás Touceda | |
2013-03-25 | Add windows platform initializer | Tomás Touceda | |
2013-03-22 | Improve systray behavior with context menu and activation | Tomás Touceda | |
2013-03-22 | Add changes file | Tomás Touceda | |
2013-03-22 | Calculate mtime in a more multiplatform way | Tomás Touceda | |
2013-03-22 | Make Windows use a regular socket | Tomás Touceda | |
2013-03-22 | Alias cp65001 to utf-8 for Windows | Tomás Touceda | |
2013-03-22 | Add Windows VPN Launcher | Tomás Touceda | |
2013-03-22 | Add Windows prefixer | Tomás Touceda | |
2013-03-21 | Merge remote-tracking branch 'kali/feature/osx-eip-rewrite' into develop | Tomás Touceda | |
2013-03-21 | fix docstring | kali | |
2013-03-21 | change development repo to leapcode | kali | |
2013-03-21 | Wrap bool setting casting in a method | Tomás Touceda | |
2013-03-21 | Fixes as per review | Tomás Touceda | |
2013-03-21 | Add changes file | 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 | add leap.common to requirements | Kali Kaneko | |
2013-03-21 | update pyinstaller install | Kali Kaneko | |
2013-03-21 | add changes description | Kali Kaneko | |
2013-03-21 | fix osascript invocation | Kali Kaneko | |
2013-03-21 | syntax fix for python 2.6 | Kali Kaneko | |
2013-03-21 | separate development deps | Kali Kaneko | |
so we can use them with "pip install -r requirements-dev.pip" | |||
2013-03-21 | re-add osx pyinstaller build scripts | Kali Kaneko | |
2013-03-21 | add darwin prefixer and launcher | kali | |
2013-03-20 | Display ASSIGN_IP state correctly in the mainwindow | Tomás Touceda | |
2013-03-19 | move abc import to its place | kali | |
2013-03-15 | remove branding remnant, add missing header | kali | |
2013-03-15 | add changes file | kali | |
2013-03-15 | add external leap.common to requirements | kali | |
and modify parse_requirements to skip it for now. | |||
2013-03-15 | remove common module! | kali | |
from now on this will live in a common repo, leap_common. We still need to add it to requirements | |||
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 | Add removal of network checks to the changes file | Tomás Touceda | |
2013-03-13 | Fix timestamp for file creation | Tomás Touceda | |
2013-03-13 | Always show the eip icon if the service is available and enabled | Tomás Touceda | |
2013-03-13 | Use a unix socket every time for now | Tomás Touceda | |
Will need a special case for windows | |||
2013-03-13 | Make the no up/down log an error instead of a warning | Tomás Touceda | |
2013-03-13 | Add a TODO comment to not forget improve the configured providers check | Tomás Touceda | |
2013-03-13 | Make sure we always end up with the proper list of services | Tomás Touceda | |
2013-03-13 | Document checker parameter in providerbootstrapper | Tomás Touceda | |
2013-03-13 | Display a more related error message for https wizard checks | Tomás Touceda | |
Differentiate between SSLError and other type of errors, so to its clear when the certificate fails and when the connection fails or other kind of problems | |||
2013-03-13 | Notify the user of pkexec/polkit/openvpn checks | Tomás Touceda | |