Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-13 | pep8 | kali | |
2013-06-04 | Remove CheckerThread from SRPAuth | Tomás Touceda | |
Also, some pep8 fixes | |||
2013-06-03 | Use Twisted's deferToThread and Deferreds to handle parallel tasks | Tomás Touceda | |
This removes CheckerThread | |||
2013-05-11 | updated documentation | kali | |
* documentation reviewed after rewrite, ready for 0.2.1 * updated docstrings format to fit sphinx autodoc | |||
2013-05-11 | add debug to config and cert uris | kali | |
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 | 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 mkdir_p method to util.files | 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 | Get eip cert with session_id when possible | Tomás Touceda | |
2013-03-12 | Check and try to fix certificate permissions | Tomás Touceda | |
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 EIP service | Tomás Touceda | |