Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-07 | Ensure IMAP flushes data to disk before quitting. Closes #5095. | drebs | |
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-04 | Update menu name in wizard. | Ivan Alejandro | |
[Closes 4984] | |||
2014-01-31 | Only sync soledad at account creation, otherwise defer to thread | Tomás Touceda | |
2014-01-24 | Add changes file for #4986. | Ivan Alejandro | |
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 | Don't use an empty password to configure email. | Ivan Alejandro | |
- Also add translation support for the help message. [Closes #4985] | |||
2014-01-20 | Disable Advanced Key Manager import. Closes #4877. | Ivan Alejandro | |
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-15 | move file to where it belongs... | Kali Kaneko | |
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 | Add an extra string for the singular 'email' word. | Ivan Alejandro | |
Client should say 1 unread email, not emails. [Closes #4952] | |||
2014-01-13 | able to import maildir | 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-09 | Merge remote-tracking branch 'refs/remotes/kali/bug/close_imap_session' into ↵ | Tomás Touceda | |
develop | |||
2014-01-09 | bump version compat | Kali Kaneko | |
2014-01-09 | Add changelog for #4636. | Ivan Alejandro | |
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-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-06 | Disconnect signals before closing the wizard. | Ivan Alejandro | |
[Closes #4817] | |||
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 | Add changes file | Tomás Touceda | |
2013-12-18 | Merge remote-tracking branch 'refs/remotes/kali/feature/repair-mailbox' into ↵ | Tomás Touceda | |
develop | |||
2013-12-18 | add changes file | Kali Kaneko | |
2013-12-17 | Reset registration error and input widgets. | Ivan Alejandro | |
The registration widgets are cleared if the user goes back to the provider selection page. [Closes #4742] | |||
2013-12-13 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/ivan/feature/4734-akm-stored-public-keys-view' into develop | |||
2013-12-13 | Add view for stored public keys. Closes #4734. | Ivan Alejandro | |
2013-12-12 | move login widget to top of main window, move preference buttons to menu. | elijah | |
2013-12-12 | Disable and stop EIP on setting save. | Ivan Alejandro | |
2013-11-15 | Fold in changes | Tomás Touceda | |
2013-11-15 | Update requirements | Tomás Touceda | |
2013-11-14 | Merge remote-tracking branch 'ivan/feature/advanced_key_management' into develop | Tomás Touceda | |
2013-11-14 | Add changelog for #4448 and VERSION_COMPAT | Ivan Alejandro | |
2013-11-14 | Enable password change in proper conditions. | Ivan Alejandro | |
- Send soledad to the constructor and check with sameProxiedObjects - Check if soledad instance is defined, otherwise wait until soledad_ready [Closes #4449] | |||
2013-11-13 | Merge remote-tracking branch 'kali/feature/do-not-wait-for-initial-sync' ↵ | Tomás Touceda | |
into develop | |||
2013-11-12 | deferToThread initial soledad sync | Kali Kaneko | |
2013-11-12 | Send user's key to nickserver whenever the keymanager is initialized. | drebs | |
2013-11-08 | Use custom systray that ease the tooltip use. | Ivan Alejandro | |
- Create a custom SysTray that allows us to set services tooltips independently. - Initialize tooltip with service name at start. - Update required service status on tooltip update. [Closes #3998] |