Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-07 | Merge remote-tracking branch 'kali/bug/help_typos' into develop | Ivan Alejandro | |
2014-02-07 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/ivan/bug/4995_error-on-every-logout' into develop | |||
2014-02-06 | Take 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-02-05 | fix typos | Kali Kaneko | |
2014-02-04 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/ivan/bug/4984_update-menu-name-in-wizard' into develop | |||
2014-02-04 | Update menu name in wizard. | Ivan Alejandro | |
[Closes 4984] | |||
2014-02-04 | Merge remote-tracking branch 'refs/remotes/ivan/feature/update-log-format' ↵ | Tomás Touceda | |
into develop | |||
2014-02-03 | Use the new log format in the GUI too. | Ivan Alejandro | |
- Unify location for log format. | |||
2014-02-01 | Merge remote-tracking branch 'ivan-github/feature/more-readable-logs' into ↵ | Kali Kaneko | |
develop | |||
2014-01-31 | Improve logs readability | Ivan Alejandro | |
- levelname: after time, fixed width, left aligned - Line number before name and with fixed width - function with () | |||
2014-01-31 | Merge remote-tracking branch ↵ | Kali Kaneko | |
'chiiph/feature/5083_sync_soledad_only_on_account_create' into develop | |||
2014-01-31 | Only sync soledad at account creation, otherwise defer to thread | Tomás Touceda | |
2014-01-27 | Merge remote-tracking branch 'refs/remotes/kali/ignore-profiler-reports' ↵ | Tomás Touceda | |
into develop | |||
2014-01-27 | ignore line_profiler reports | Kali Kaneko | |
2014-01-24 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/ivan/bug/4986_error-joining-string' into develop | |||
2014-01-24 | Add changes file for #4986. | Ivan Alejandro | |
2014-01-24 | Handle wizard close correctly. Closes #4986. | Ivan Alejandro | |
- Refactor connection and disconnection from backend. | |||
2014-01-23 | Replace provider hardcoded path with helper. | Ivan Alejandro | |
Also reorder some imports and remove unused ones. | |||
2014-01-22 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/ivan/feature/4488_use-existing-provider-by-default' into develop | |||
2014-01-22 | Select by default the use of an existing provider. | Ivan Alejandro | |
[Closes #4488] | |||
2014-01-22 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/ivan/bug/4985_config-help-menu-non-empty-password' into develop | |||
2014-01-22 | Don't use an empty password to configure email. | Ivan Alejandro | |
- Also add translation support for the help message. [Closes #4985] | |||
2014-01-20 | Merge remote-tracking branch 'refs/remotes/ivan/feature/disable-akm-import' ↵ | Tomás Touceda | |
into develop | |||
2014-01-20 | Disable Advanced Key Manager import. Closes #4877. | Ivan Alejandro | |
2014-01-17 | Merge remote-tracking branch 'refs/remotes/kali/bug/capture-keyring-errors' ↵ | Tomás Touceda | |
into develop | |||
2014-01-17 | defend against keyring errors | Kali Kaneko | |
on certain settings, like a virtualenv with symlinks, I'm getting errors after a suspend, related to a error to connect to the dbus socket. wrapping all of it in a conditional we avoid that kind of error. | |||
2014-01-16 | Merge remote-tracking branch 'refs/remotes/kali/move-slipped-off-changefile' ↵ | Tomás Touceda | |
into develop | |||
2014-01-15 | move file to where it belongs... | Kali Kaneko | |
2014-01-14 | Merge remote-tracking branch 'refs/remotes/elijah/feature/bootstrap' into ↵ | Tomás Touceda | |
develop | |||
2014-01-14 | bootstrap script -- make run passthrough args work, allow init to be re-run. | elijah | |
2014-01-14 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/ivan/feature/4530_add-in-app-help-for-mail' into develop | |||
2014-01-14 | Add dialog with instructions to configure mail. | Ivan Alejandro | |
[Closes #4530] | |||
2014-01-14 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/ivan/bug/4952_fix-unread-email-wording' into develop | |||
2014-01-14 | Add an extra string for the singular 'email' word. | Ivan Alejandro | |
Client should say 1 unread email, not emails. [Closes #4952] | |||
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 | |