Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
2013-03-13 | Add vpn already running checks | Tomás Touceda | |
2013-03-13 | Use expanduser instead of hardcoded string | Tomás Touceda | |
2013-03-13 | Default to port 443 if no port is specified | Tomás Touceda | |
2013-03-13 | Re add MANIFEST.in | Tomás Touceda | |
2013-03-13 | Separate stdlibs from non-std in imports | 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 | Fix standalone type comments | Tomás Touceda | |
2013-03-13 | Add mkdir_p method to util.files | Tomás Touceda | |
2013-03-13 | Fix comment on baseconfig::save | Tomás Touceda | |
2013-03-13 | Fix comment | Tomás Touceda | |
2013-03-13 | Revert jsonschema version to <=0.8 | 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-13 | Add OpenVPN build scripts | Tomás Touceda | |
2013-03-12 | Make the wizard provider setup only | Tomás Touceda | |
Also: - Add a way to enable/disable services for a provider - Run EIP only if it is enabled | |||
2013-03-12 | Get eip cert with session_id when possible | Tomás Touceda | |
2013-03-12 | Login after register | Tomás Touceda | |
Also, mark error in red and bold in the register form | |||
2013-03-12 | Make login in parallel | Tomás Touceda | |
2013-03-12 | Prepend https:// to the provider domain | Tomás Touceda | |
2013-03-12 | Add watermark image | Tomás Touceda | |
2013-03-12 | Reset error message when the provider changes | Tomás Touceda | |
2013-03-12 | Display ? icon for the test being run at the time | Tomás Touceda | |
Also, change button texts | |||
2013-03-12 | Add version to about | Tomás Touceda | |
2013-03-12 | Fix disconnect problem with start/stop EIP button | Tomás Touceda | |