Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-13 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/kali/bug/improve-commands-logging' into develop | |||
2014-01-13 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/ivan/bug/4942_fix-logout-error-message' into develop | |||
2014-01-13 | Reorder initialization calls. | Kali Kaneko | |
* Refactor opt checking, paving the way for separation into commands module. * Do not hijack the stdout for commands, reduce clutter. | |||
2014-01-13 | Use set_status for all messages. | Ivan Alejandro | |
Remove set_login_status since it's a remaining code after split the login in a separated widget. [Closes #4942] | |||
2014-01-13 | Merge remote-tracking branch 'refs/remotes/kali/feature/import-maildir' into ↵ | Tomás Touceda | |
develop | |||
2014-01-13 | able to import maildir | Kali Kaneko | |
2014-01-13 | Merge remote-tracking branch 'refs/remotes/ivan/bug/4948_fix-scrypt-issue' ↵ | Tomás Touceda | |
into develop | |||
2014-01-13 | Install all dependencies unzipped. | Ivan Alejandro | |
Otherwise scrypt gets installed as an egg resulting in an error trying to import it. [Closes #4948] | |||
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 | beautify link to downloads (make it a link) | Kali Kaneko | |
2014-01-11 | workaround for using keyring inside a virtualenv | Kali Kaneko | |
(securestorage backend) This is related to research #4190 and #4083. I didn't resolve them, but I ended understanding a bit more what kind of issues can we be having with those. This workaround is more than anything a cleanup on that for future work, and is making me able to test the client much more nicely inside a virtualenv (where the default keyring selecting was the plaintext one). For this to work inside a virtualenv, one have to install SecureStorage, which in turns depends on python-dbus, which is basically uninstallable using pip inside a venv. So, symlinking to the rescue! it needs gi/repository and pyobject to be symlinked too. but at least you don't have to type the pass every time. I don't know what should be do in the long term with this issue. Some of us were not too fond on using the keyrings at all. We don't have many options among all the keyring backends, and sadly many of them depend on PyCrypto. So probably roll our own backend. Yay. | |||
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-09 | Merge remote-tracking branch 'refs/remotes/kali/bug/close_imap_session' into ↵ | Tomás Touceda | |
develop | |||
2014-01-09 | add offline flag | Kali Kaneko | |
2014-01-09 | add --offline flag and tidy up arguments by sections | Kali Kaneko | |
2014-01-09 | bump version compat | Kali Kaneko | |
2014-01-09 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/ivan/feature/4636_warn-user-if-outdated-app' into develop | |||
2014-01-09 | Add flag to disable version check. | Ivan Alejandro | |
2014-01-09 | Use short version since we don't care of suffix. | Ivan Alejandro | |
This way we support client '0.5.0-rc3' if the provider supports '0.5.0'. | |||
2014-01-09 | Replace version check with a better one. | Ivan Alejandro | |
2014-01-09 | Add changelog for #4636. | Ivan Alejandro | |
2014-01-09 | Warn the user on incompatible api error. | Ivan Alejandro | |
- Add a proper signal for the incompatible api error. - Warn the user of an incompatible api. | |||
2014-01-09 | Refactor provider utilities. | Ivan Alejandro | |
2014-01-09 | Move a provider problem to a separate signal. | Ivan Alejandro | |
- Some code cleanup - Fix typos | |||
2014-01-09 | Warn the user if is using an old app version. | Ivan Alejandro | |
[Closes #4636] | |||
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). | |||
2014-01-09 | Merge remote-tracking branch 'refs/remotes/kali/bug/update-mail-path' into ↵ | Tomás Touceda | |
develop | |||
2014-01-07 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/drebs/feature/4885_make-soledad-wait-for-eip-after-logging-in' into develop | |||
2014-01-07 | Make Soledad wait for EIP before starting (#4885). | drebs | |
2014-01-07 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/ivan/bug/4817_disconnect-signals-on-wizard-close' into develop | |||
2014-01-06 | Disconnect signals before closing the wizard. | Ivan Alejandro | |
[Closes #4817] | |||
2013-12-27 | Merge remote-tracking branch 'refs/remotes/kali/remove_comments' into develop | Tomás Touceda | |
2013-12-27 | update mail path after refactor | Kali Kaneko | |
2013-12-26 | comments here and there | Kali Kaneko | |
2013-12-23 | Merge remote-tracking branch 'refs/remotes/kali/feature/moar-version-info' ↵ | Tomás Touceda | |
into develop | |||
2013-12-23 | add hash specifically in about dialog. | Kali Kaneko | |
2013-12-20 | Merge remote-tracking branch 'refs/remotes/kali/feature/mail-debug' into develop | Tomás Touceda | |
2013-12-20 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/ivan/bug/4633-fix-resolvconf-usage' into develop | |||
2013-12-20 | mail logs | Kali Kaneko | |
2013-12-19 | Merge remote-tracking branch ↵ | Ivan Alejandro | |
'chiiph/feature/display_domain_instead_of_provider_name' into develop | |||
2013-12-19 | Display domain instead of provider name in the login info | Tomás Touceda | |
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-19 | Avoids permanent break of resolv.conf. | Ivan Alejandro | |
The resolv.conf file gets updated by resolvconf, maintaining it as a symlink allows the system to reset it during boot time. That is useful when the app has a hard crash that gives no chance to roll back our changes. [Closes #4633] | |||
2013-12-18 | Merge remote-tracking branch 'chiiph/feature/refactor_backend' into develop | Ivan Alejandro | |
2013-12-18 | Add changes file | Tomás Touceda | |
2013-12-18 | Refactor provider_bootstrapper out of mainwindow | Tomás Touceda | |
2013-12-18 | Merge remote-tracking branch 'refs/remotes/kali/feature/repair-mailbox' into ↵ | Tomás Touceda | |
develop |