Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2013-03-11 | Prepend username if the error message doesn't start with uppercase | Tomás Touceda | |
2013-03-11 | Instantiate provider name in the wizard once its set | Tomás Touceda | |
2013-03-11 | Provide more meaningful messages in the provider select page | Tomás Touceda | |
2013-03-11 | First run checks for a complete valid run of the wizard | Tomás Touceda | |
Not just the files on disk | |||
2013-03-11 | Add user regex validator | Tomás Touceda | |
2013-03-11 | Notify if openvpn is not found | Tomás Touceda | |
2013-03-11 | Auto login after the first run wizard if registered a new user | Tomás Touceda | |
Also add pyxdg as a dep | |||
2013-03-11 | Finish up translation support | Tomás Touceda | |
Also: - Add spanish translations - Fix an issue when disabling autologin | |||
2013-03-11 | Add AutoLogin checkbox | Tomás Touceda | |
2013-03-08 | Add version handling | Tomás Touceda | |
2013-03-08 | Add keyring and username/password saving capabilities | Tomás Touceda | |
Also: - Fix translations in SRPAuth - Support non-ascii passwords - Make the server check if the characters are allowed, just check for easy passwords | |||
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-08 | Migrate VPN process to QProcess | Tomás Touceda | |
Also: - Add a new tray icon for the whole app and a VPN specific one - Add a way to start/stop EIP independently - Improve reaction to the process dying | |||
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 general app | Tomás Touceda | |
2013-03-06 | Add UI merging all the code | Tomás Touceda | |
Also add resources |