summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-03-21add darwin prefixer and launcherkali
2013-03-19move abc import to its placekali
2013-03-15remove branding remnant, add missing headerkali
2013-03-15remove 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-15namespace leap + leap.common splitkali
leap is a namespace package from here on. common folder will be deleted and moved to leap_pycommon repository.
2013-03-13Fix timestamp for file creationTomás Touceda
2013-03-13Always show the eip icon if the service is available and enabledTomás Touceda
2013-03-13Use a unix socket every time for nowTomás Touceda
Will need a special case for windows
2013-03-13Make the no up/down log an error instead of a warningTomás Touceda
2013-03-13Add a TODO comment to not forget improve the configured providers checkTomás Touceda
2013-03-13Make sure we always end up with the proper list of servicesTomás Touceda
2013-03-13Document checker parameter in providerbootstrapperTomás Touceda
2013-03-13Display a more related error message for https wizard checksTomá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-13Notify the user of pkexec/polkit/openvpn checksTomás Touceda
2013-03-13Add vpn already running checksTomás Touceda
2013-03-13Use expanduser instead of hardcoded stringTomás Touceda
2013-03-13Default to port 443 if no port is specifiedTomás Touceda
2013-03-13Separate stdlibs from non-std in importsTomás Touceda
2013-03-13Update name in file headerTomás Touceda
2013-03-13Check validity for downloaded certs and re-download if neededTomás Touceda
2013-03-13Add valid pemfile check before saving the downloaded client certTomás Touceda
2013-03-13Add util.certs and abstract digest thereTomás Touceda
2013-03-13Fix standalone type commentsTomás Touceda
2013-03-13Add mkdir_p method to util.filesTomás Touceda
2013-03-13Fix comment on baseconfig::saveTomás Touceda
2013-03-13Fix commentTomás Touceda
2013-03-13Revert jsonschema version to <=0.8Tomás Touceda
2013-03-13Pass mtime to pluggableconfig's loadTomás Touceda
Also add a request_helpers file to util where all the helper methods for handling requests should go
2013-03-13Add mtime check for existing json definitions before downloadTomás Touceda
Also, wait for threads to finish when quitting
2013-03-12Make the wizard provider setup onlyTomás Touceda
Also: - Add a way to enable/disable services for a provider - Run EIP only if it is enabled
2013-03-12Get eip cert with session_id when possibleTomás Touceda
2013-03-12Login after registerTomás Touceda
Also, mark error in red and bold in the register form
2013-03-12Make login in parallelTomás Touceda
2013-03-12Prepend https:// to the provider domainTomás Touceda
2013-03-12Add watermark imageTomás Touceda
2013-03-12Reset error message when the provider changesTomás Touceda
2013-03-12Display ? icon for the test being run at the timeTomás Touceda
Also, change button texts
2013-03-12Add version to aboutTomás Touceda
2013-03-12Fix disconnect problem with start/stop EIP buttonTomás Touceda
2013-03-12Set vpn systray tooltip to the latest statusTomás Touceda
2013-03-12Gray out the systray icon after logging outTomás Touceda
2013-03-12Check and try to fix certificate permissionsTomás Touceda
2013-03-12Extend path to sbin by defaultTomás Touceda
2013-03-12Fix passwords are equal check for the register pageTomás Touceda
2013-03-11Don't display a ? icon when we are checking things in the wizardTomás Touceda
2013-03-11Display error messages in red and boldTomás Touceda
2013-03-11Explicitly disable watermark pixmap in wizardTomás Touceda
2013-03-11Disable remember checkbox if no keyring is availableTomás Touceda
Also set properly the enabledness of chkAutoLogin
2013-03-11Set register page as commit pageTomás Touceda
Also, document reset_provider_checks method, and add a reset for provider setup
2013-03-11Prepend username if the error message doesn't start with uppercaseTomás Touceda