summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/config/providerconfig.py
AgeCommit message (Collapse)Author
2015-08-24[bug] handle disabled registration, error 403.Ivan Alejandro
If the user wants to register a new account we check whether the provider allows registration or not right after getting the provider.json file and show an error msg on the wizard if not allowed. Also, there is a new signal to handle the error raised by the server if a registration attempt is made but is rejected with error 403. - Resolves: #6594
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.
2014-11-12Fix compatibilty with newest openssl. Closes: #6133Kali Kaneko
Newest OpenSSL expect cafile to be None or byte stream (was retunrning unicode)
2014-07-23Set the standalone value for BaseConfig.Ivan Alejandro
2014-06-25Use a dict instead of an object to ease serialization.Ivan Alejandro
2014-05-28Refactor cleanup, ProviderConfig to backend.Ivan Alejandro
2014-05-27Remove unused code.Ivan Alejandro
2014-01-23Replace provider hardcoded path with helper.Ivan Alejandro
Also reorder some imports and remove unused ones.
2013-10-29Update docstrings to unicode types.Ivan Alejandro
2013-10-01Implement new UITomás Touceda
Also: - Remove status_panel - Add new icons - Refactor components a bit (mostly divide functionality)
2013-09-18Move STANDALONE flag to a module and unify paths queries.Ivan Alejandro
2013-09-02Display correct service name in wizard.Ivan Alejandro
2013-08-12fix imports to use new namespaceKali Kaneko
2013-08-12move everything into bitmask namespaceKali Kaneko