summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/services/__init__.py
AgeCommit message (Collapse)Author
2016-03-28[bug] set standalone flag properlyKali Kaneko
otherwise, the configs are saved to the user home config folder.
2015-06-22[feat] replace old log handler with new oneIvan Alejandro
Replace logging.getLogger with custom get_logger. Remove some unneeded dependencies and reorder other.
2013-11-08Use module attributes to store services strings.Ivan Alejandro
2013-10-29Encode paths before use them.Ivan Alejandro
2013-10-02Merge remote-tracking branch 'chiiph/feature/use_token' into developIvan Alejandro
2013-10-02Use token header also for authenticated requestsTomás Touceda
2013-10-02Fix some more testsTomás Touceda
2013-10-02Fix failing tests/codeTomás Touceda
2013-09-18Move STANDALONE flag to a module and unify paths queries.Ivan Alejandro
2013-09-18download cert for SMTP if EIP did not do it.Kali Kaneko
includes refactor of common code for download of certificates and config files.
2013-09-02Display correct service name in wizard.Ivan Alejandro
2013-08-28Refactor services display names out. Closes #3578.Ivan Alejandro
2013-08-12move everything into bitmask namespaceKali Kaneko