summaryrefslogtreecommitdiff
path: root/changes
AgeCommit message (Collapse)Author
2014-04-09Merge tag '0.5.0' into deb-0.5.0Kali Kaneko
Tag leap.bitmask version 0.5.0 Conflicts: pkg/requirements.pip
2013-12-23Merge branch 'develop' into debian-0.5.0-rcKali 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-15Merge tag '0.3.7' into debianKali Kaneko
Tag leap.bitmask version 0.3.7
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
2013-11-07Merge remote-tracking branch 'ivan/bug/remember-checks-in-wizard' into developTomás Touceda
2013-11-07Add changes file for #3814 and #3815.Ivan Alejandro
2013-11-07Add changes fileTomás Touceda
2013-11-07Merge remote-tracking branch 'kali/bug/fix-mail-reinitialization' into developTomás Touceda
2013-11-06add version_compatKali Kaneko
2013-11-06Initializes mail service with the user id.Kali Kaneko
This will be used to properly obtain the private key that now is a property. It will also be needed for the imap authentication.
2013-11-06Add hint about the duration of key generation.Ivan Alejandro
[Closes #3958]
2013-11-06Fix 'cancel' and 'back' misbehavior.Ivan Alejandro
- Check if the 'next' button should be enabled after 'cancel' or 'back'. - Also, when the radio button is switched from existing to new provider, check if we need to enable the 'check' button. [Closes #4148]
2013-11-06Various minor OSX fixesTomás Touceda
2013-11-05Merge remote-tracking branch 'ivan/bug/4358_unhandled-error-during-register' ↵Tomás Touceda
into develop
2013-11-05Handle Timeout errors during register.Ivan Alejandro
Also catch all request exceptions to avoid failures. [Closes #4358]
2013-11-05Support html logs in the logger window.Ivan Alejandro
Escape special characters to display them correctly in the logger window. [Closes #4146]
2013-11-05Merge tag '0.3.6' into debianKali Kaneko
Tag leap.bitmask version 0.3.6
2013-11-01Fold in changesTomás Touceda
2013-11-01Update requirementsTomás Touceda
2013-10-31Merge remote-tracking branch 'ivan/bug/4093_change-password-policy' into developTomás Touceda
2013-10-31Select the logged in provider in the pref. window.Ivan Alejandro
[Closes #4117]
2013-10-31Password change policy improvement.Ivan Alejandro
Only allow the user to change its password if is logged in and: - provider supports email and its started. - provider does not support email. In case that the conditions needed are not fullfiled, show the user the actions needed to be able to change its password. [Closes #4093]
2013-10-31improve error handlingKali Kaneko
2013-10-30format fixesKali Kaneko
2013-10-30Refactor keyring usage and fix saving problemTomás Touceda