summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/config/leapsettings.py
AgeCommit message (Collapse)Author
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.
2015-02-13enable --offline mode for email againKali Kaneko
2014-02-06Take care of None value for the uuid.Ivan Alejandro
Receiving a None value was raising an exception that didn't show up since was trapped inside the srpauth:logout method. [Closes #4995] [Closes #5071]
2014-01-11offline modeKali Kaneko
This will skip: * srp authentication with server * remote soledad configuration * keymanager sending key to server * imap fetches. Its main goal is to help us while debugging imap accounts, by cutting almost all communication with server. It will break havoc if you use it without having local keys configured. So, basically, use with care.
2013-10-16Remember last domain used to login. Closes #4116.Ivan Alejandro
2013-10-15Remove remainings of unused properprovider settingIvan Alejandro
2013-10-14Always display first run wizard on first run.Ivan Alejandro
* Display the wizard only the first time or if we don't have any provider configured. * Remove unused proper provider setting. * If we have a working provider (as a pinned one), the wizard won't show automatically after being displayed the first time. * If we cancel the first time wizard and we have a configured provider (like the pinned one) the app will not close.
2013-10-03Merge remote-tracking branch 'kali/bug/fix-eip-switch-on' into developTomás Touceda
2013-10-03Disable EIP on/off button and action when login required.Kali Kaneko
Also adds an explicit should_autostart flag in config.
2013-10-03Separate pre-seeded providers from user added onesIvan Alejandro
2013-09-18Move STANDALONE flag to a module and unify paths queries.Ivan Alejandro
2013-09-09Fix path prefix helper for bundle and add test.Ivan Alejandro
2013-08-30Add config option to set & get preferred gateway.Ivan Alejandro
2013-08-28Replace old path_prefix with new method.Ivan Alejandro
2013-08-28Merge remote-tracking branch 'ivan/feature/3574_use-dirspec-instead-of-xdg' ↵Tomás Touceda
into develop Conflicts: src/leap/bitmask/config/leapsettings.py
2013-08-28Use dirspec instead of plain xdg. Closes #3574.Ivan Alejandro
2013-08-27Remove key for a provider with no enabled servicesIvan Alejandro
2013-08-27Move configured providers getter to LeapSettings.Ivan Alejandro
2013-08-12move everything into bitmask namespaceKali Kaneko