summaryrefslogtreecommitdiff
path: root/changes
AgeCommit message (Collapse)Author
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-02-04Update menu name in wizard.Ivan Alejandro
[Closes 4984]
2014-01-31Only sync soledad at account creation, otherwise defer to threadTomás Touceda
2014-01-24Add changes file for #4986.Ivan Alejandro
2014-01-22Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/feature/4488_use-existing-provider-by-default' into develop
2014-01-22Select by default the use of an existing provider.Ivan Alejandro
[Closes #4488]
2014-01-22Don't use an empty password to configure email.Ivan Alejandro
- Also add translation support for the help message. [Closes #4985]
2014-01-20Disable Advanced Key Manager import. Closes #4877.Ivan Alejandro
2014-01-17defend against keyring errorsKali 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-15move file to where it belongs...Kali Kaneko
2014-01-14Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/feature/4530_add-in-app-help-for-mail' into develop
2014-01-14Add dialog with instructions to configure mail.Ivan Alejandro
[Closes #4530]
2014-01-14Add an extra string for the singular 'email' word.Ivan Alejandro
Client should say 1 unread email, not emails. [Closes #4952]
2014-01-13able to import maildirKali Kaneko
2014-01-12Merge remote-tracking branch 'refs/remotes/kali/feature/offline-mode' into ↵Tomás Touceda
develop
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.
2014-01-09Merge remote-tracking branch 'refs/remotes/kali/bug/close_imap_session' into ↵Tomás Touceda
develop
2014-01-09bump version compatKali Kaneko
2014-01-09Add changelog for #4636.Ivan Alejandro
2014-01-08Flag imap session for closing. Fixes: #4925Kali 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-07Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/drebs/feature/4885_make-soledad-wait-for-eip-after-logging-in' into develop
2014-01-07Make Soledad wait for EIP before starting (#4885).drebs
2014-01-06Disconnect signals before closing the wizard.Ivan Alejandro
[Closes #4817]
2013-12-23add hash specifically in about dialog.Kali Kaneko
2013-12-20Merge remote-tracking branch 'refs/remotes/kali/feature/mail-debug' into developTomás Touceda
2013-12-20Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/bug/4633-fix-resolvconf-usage' into develop
2013-12-20mail logsKali Kaneko
2013-12-19Merge remote-tracking branch ↵Ivan Alejandro
'chiiph/feature/display_domain_instead_of_provider_name' into develop
2013-12-19Display domain instead of provider name in the login infoTomás Touceda
2013-12-19Merge remote-tracking branch 'chiiph/bug/use_bitmask_icon_mac' into developIvan Alejandro
2013-12-19Use Bitmask icon for admin permission dialog in OSXTomás Touceda
2013-12-19Avoids 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-18Add changes fileTomás Touceda
2013-12-18Merge remote-tracking branch 'refs/remotes/kali/feature/repair-mailbox' into ↵Tomás Touceda
develop
2013-12-18add changes fileKali Kaneko
2013-12-17Reset 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-13Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/feature/4734-akm-stored-public-keys-view' into develop
2013-12-13Add view for stored public keys. Closes #4734.Ivan Alejandro
2013-12-12move login widget to top of main window, move preference buttons to menu.elijah
2013-12-12Disable and stop EIP on setting save.Ivan Alejandro
2013-11-15Fold in changesTomás Touceda
2013-11-15Update requirementsTomás Touceda
2013-11-14Merge remote-tracking branch 'ivan/feature/advanced_key_management' into developTomás Touceda
2013-11-14Add changelog for #4448 and VERSION_COMPATIvan Alejandro
2013-11-14Enable 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-13Merge remote-tracking branch 'kali/feature/do-not-wait-for-initial-sync' ↵Tomás Touceda
into develop
2013-11-12deferToThread initial soledad syncKali Kaneko
2013-11-12Send user's key to nickserver whenever the keymanager is initialized.drebs
2013-11-08Use 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]
2013-11-07Merge remote-tracking branch ↵Tomás Touceda
'ivan/feature/3958_add-hint-about-duration-of-key-generation' into develop