summaryrefslogtreecommitdiff
path: root/changes
AgeCommit message (Collapse)Author
2014-06-06Fold in changes and update relnotesTomás Touceda
2014-06-06Merge remote-tracking branch 'refs/remotes/kali/feature/vpn_exit_icon' into ↵Tomás Touceda
develop
2014-06-06add icons for the vpn exit nodesKali Kaneko
2014-06-05Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/kali/feature/init-check-for-resolvconf' into develop
2014-06-05check if resolvconf is missing in systemKali Kaneko
2014-06-05Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/bug/support-gnome-shell-polkit' into develop
2014-06-05add version commandKali Kaneko
2014-06-05Add support for gnome-shell polkit agent.Ivan Alejandro
The gnome-shell desktop does not uses a separate process as others do. It uses an agent within its own process so we need to check for gnome-shell and then assume that its polkit is working.
2014-05-30Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/bug/5540_change-password-fix' into develop
2014-05-30Merge remote-tracking branch 'chiiph/bug/update_ui_when_fails_at_config' ↵Ivan Alejandro
into develop
2014-05-30Update EIP UI if it fails to load the configTomás Touceda
2014-05-30Improve signal handling in the mainwindow and wizardTomás Touceda
2014-05-30Change password skips soledad if mx is not enabled.Ivan Alejandro
Use information from mainwindow instead of asking again to the backend.
2014-05-30Check openvpn bin path before starting openvpnTomás Touceda
2014-05-30fix bug with ipv6 blocking (added to wrong chain, so never removed and also ↵elijah
it would keep getting added repeatedly)
2014-05-29unblock local multicast IPs from linux firewall, to allow SSDP and ↵elijah
Bonjour/mDNS to work.
2014-05-29Avoid 'provides eip' check during eip autostart.Ivan Alejandro
2014-05-28Properly set userid for SMTPTomás Touceda
2014-05-28Add changes file for #5698 and #5711.Ivan Alejandro
2014-05-23Allow usernames to end in a digit.Ivan Alejandro
2014-05-21changes fileKali Kaneko
2014-05-21Update username regex to support the same as webapp.Ivan Alejandro
Rename password util to credentials and add a username check helper. Move the username regexp to the credentials module. Closes #5695.
2014-05-21Add changes files for #5481.Ivan Alejandro
2014-05-21Merge remote-tracking branch 'chiiph/bug/add_openvpn_bin_path_osx' into developIvan Alejandro
2014-05-21changes fileKali Kaneko
2014-05-21Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/kali/feature/fix-nameserver-restoring' into develop
2014-05-20changes fileKali Kaneko
2014-05-20changes fileKali Kaneko
2014-05-19Add OPENVPN_BIN_PATH for OSXTomás Touceda
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]