Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | 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 | 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 | 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-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 | |
2013-03-12 | Set vpn systray tooltip to the latest status | Tomás Touceda | |
2013-03-12 | Gray out the systray icon after logging out | Tomás Touceda | |
2013-03-12 | Check and try to fix certificate permissions | Tomás Touceda | |
2013-03-12 | Extend path to sbin by default | Tomás Touceda | |
2013-03-12 | Fix passwords are equal check for the register page | Tomás Touceda | |
2013-03-11 | Don't display a ? icon when we are checking things in the wizard | Tomás Touceda | |
2013-03-11 | Display error messages in red and bold | Tomás Touceda | |
2013-03-11 | Explicitly disable watermark pixmap in wizard | Tomás Touceda | |
2013-03-11 | Disable remember checkbox if no keyring is available | Tomás Touceda | |
Also set properly the enabledness of chkAutoLogin | |||
2013-03-11 | Set register page as commit page | Tomás Touceda | |
Also, document reset_provider_checks method, and add a reset for provider setup |