summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-21change development repo to leapcodekali
2013-03-21Wrap bool setting casting in a methodTomás Touceda
2013-03-21Fixes as per reviewTomás Touceda
2013-03-21Add changes fileTomás Touceda
2013-03-21Handle configuration and paths in a standalone wayTomás Touceda
Also, abstracts QSettings under LeapSettings and adds a way to define the VPN env in a platform dependant way.
2013-03-21add leap.common to requirementsKali Kaneko
2013-03-21update pyinstaller installKali Kaneko
2013-03-21add changes descriptionKali Kaneko
2013-03-21fix osascript invocationKali Kaneko
2013-03-21syntax fix for python 2.6Kali Kaneko
2013-03-21separate development depsKali Kaneko
so we can use them with "pip install -r requirements-dev.pip"
2013-03-21re-add osx pyinstaller build scriptsKali Kaneko
2013-03-21add darwin prefixer and launcherkali
2013-03-20Display ASSIGN_IP state correctly in the mainwindowTomás Touceda
2013-03-19move abc import to its placekali
2013-03-15remove branding remnant, add missing headerkali
2013-03-15add changes filekali
2013-03-15add external leap.common to requirementskali
and modify parse_requirements to skip it for now.
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-13Add removal of network checks to the changes fileTomás Touceda
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-13Re add MANIFEST.inTomá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-13Add OpenVPN build scriptsTomás Touceda
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