Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-12 | add elijah's root-wrapper in python | Kali Kaneko | |
2014-05-08 | Organize smtp logic in the bootstrapper. | Ivan Alejandro | |
2014-04-30 | Handle retries in the soledad bootstrapper object. | Ivan Alejandro | |
2014-04-25 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/ivan/bug/5563_download-upload-backward' into develop | |||
2014-04-23 | Swap upload/download data strings. Closes #5563. | Ivan Alejandro | |
2014-04-23 | Merge remote-tracking branch 'chiiph/bug/reenable-ping-restart' into develop | Kali Kaneko | |
2014-04-17 | Use consistent wording for triggers documentation. | Ivan Alejandro | |
2014-04-17 | Use Slot decorator instead of SLOT docstring. | Ivan Alejandro | |
2014-04-16 | Let OpenVPN handle ping-restarts | Tomás Touceda | |
2014-04-15 | Use less confusing signal names. | Ivan Alejandro | |
Renames: eip_download_config -> eip_config_ready eip_download_client_certificate -> eip_client_certificate_ready | |||
2014-04-15 | Handle trying to kill a non running process. | Ivan Alejandro | |
2014-04-15 | Move EIP to the backend. | Ivan Alejandro | |
- Add backend eip management - Connect gui with new eip signals - remove old unused code - remove Qt dependency from backend services. - use Signaler to emit status/state changes from openvpn | |||
2014-04-15 | Move openvpn_verb to config.flags | Ivan Alejandro | |
2014-04-14 | Refactor EIPBootstrapper to the backend | Tomás Touceda | |
2014-04-07 | Add support for Mate's polkit agent. | Ivan Alejandro | |
2014-03-18 | Catch soledad invalid token error (#5191). | drebs | |
2014-03-13 | Support latest psutil version. | Ivan Alejandro | |
2014-02-19 | Catch ProgrammingError from pysqlcipher too. | Ivan Alejandro | |
Related to #5130. | |||
2014-02-17 | Update keymanager auth to interact with webapp v2 (Closes #5120). | drebs | |
2014-02-12 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/ivan/bug/cancel-login-does-not-work' into develop | |||
2014-02-12 | Handle closed db exception during sync. | Ivan Alejandro | |
[Closes #5130] | |||
2014-02-11 | Properly handle defer cancelling. | Ivan Alejandro | |
- Fix issues related to "Cancel login does not work". - Move srpauth errback to mainwindow. - Add signal for provider setup cancel. - Add support to cancel the soledad defer. [Closes #4869] [Closes #4973] | |||
2014-02-07 | Merge remote-tracking branch 'refs/remotes/ivan/bug/cosmetic-fixes' into develop | Tomás Touceda | |
2014-02-07 | Pep8 fixes, remove commented ipdb, group imports. | Ivan Alejandro | |
2014-02-07 | Merge remote-tracking branch 'refs/remotes/kali/feature/memstore-support' ↵ | Tomás Touceda | |
into develop | |||
2014-02-07 | Ensure IMAP flushes data to disk before quitting. Closes #5095. | drebs | |
2014-01-31 | Only sync soledad at account creation, otherwise defer to thread | Tomás Touceda | |
2014-01-27 | make plumber use memory store | Kali Kaneko | |
2014-01-23 | Replace provider hardcoded path with helper. | Ivan Alejandro | |
Also reorder some imports and remove unused ones. | |||
2014-01-13 | able to import maildir | Kali Kaneko | |
2014-01-12 | rename repair to plumber to suit more generic functionality | Kali Kaneko | |
2014-01-12 | make plumber use the cached uuid instead of authenticating | Kali Kaneko | |
2014-01-12 | Merge remote-tracking branch 'refs/remotes/kali/feature/offline-mode' into ↵ | Tomás Touceda | |
develop | |||
2014-01-11 | offline mode | Kali 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. | |||
2014-01-08 | Flag imap session for closing. Fixes: #4925 | Kali Kaneko | |
This will need a more serious investigation, since we're not shutting down all the imap-related objects, but will do for now to prevent access to different accounts while a session is initiated in the MUA. (tested with thunderbird). | |||
2013-12-27 | update mail path after refactor | Kali Kaneko | |
2013-12-20 | mail logs | Kali Kaneko | |
2013-12-19 | Merge remote-tracking branch 'chiiph/bug/use_bitmask_icon_mac' into develop | Ivan Alejandro | |
2013-12-19 | Use Bitmask icon for admin permission dialog in OSX | Tomás Touceda | |
2013-12-18 | Refactor provider_bootstrapper out of mainwindow | Tomás Touceda | |
2013-12-18 | add repair mailbox utility | Kali Kaneko | |
2013-12-17 | take get_db_paths function out of class | Kali Kaneko | |
2013-11-28 | Add --nobind as VPN parameter | Tomás Touceda | |
2013-11-26 | do not compare to True as per pep8 recommendations | Kali Kaneko | |
2013-11-25 | Avoids the checking for an "updated" policy file for debian package. | Kali Kaneko | |
In the case of the debian package, we already take care to put the file in place, so this check is not needed. | |||
2013-11-21 | Disable eip-config for uninitialized providers. | Ivan Alejandro | |
- Show the user which provider has not been initialized and disable its usage. - Add support for absolute path in get_eipconfig_path. - Replace hadr-coded paths with get_eipconfig_path. | |||
2013-11-19 | Fix soledad bootstrap subtasks order. Closes #4537. | drebs | |
2013-11-13 | do not raise if error while syncing | Kali Kaneko | |
2013-11-13 | Merge remote-tracking branch 'kali/feature/do-not-wait-for-initial-sync' ↵ | Tomás Touceda | |
into develop | |||
2013-11-12 | re-raise the exceptions on init as expected | Kali Kaneko | |