Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-05 | add version command | Kali Kaneko | |
2014-05-30 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/ivan/bug/5540_change-password-fix' into develop | |||
2014-05-30 | Merge remote-tracking branch 'chiiph/bug/update_ui_when_fails_at_config' ↵ | Ivan Alejandro | |
into develop | |||
2014-05-30 | Update EIP UI if it fails to load the config | Tomás Touceda | |
2014-05-30 | Improve signal handling in the mainwindow and wizard | Tomás Touceda | |
2014-05-30 | Change password skips soledad if mx is not enabled. | Ivan Alejandro | |
Use information from mainwindow instead of asking again to the backend. | |||
2014-05-30 | Check openvpn bin path before starting openvpn | Tomás Touceda | |
2014-05-30 | fix bug with ipv6 blocking (added to wrong chain, so never removed and also ↵ | elijah | |
it would keep getting added repeatedly) | |||
2014-05-29 | unblock local multicast IPs from linux firewall, to allow SSDP and ↵ | elijah | |
Bonjour/mDNS to work. | |||
2014-05-29 | Avoid 'provides eip' check during eip autostart. | Ivan Alejandro | |
2014-05-28 | Properly set userid for SMTP | Tomás Touceda | |
2014-05-28 | Add changes file for #5698 and #5711. | Ivan Alejandro | |
2014-05-23 | Allow usernames to end in a digit. | Ivan Alejandro | |
2014-05-21 | changes file | Kali Kaneko | |
2014-05-21 | Update 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-21 | Add changes files for #5481. | Ivan Alejandro | |
2014-05-21 | Merge remote-tracking branch 'chiiph/bug/add_openvpn_bin_path_osx' into develop | Ivan Alejandro | |
2014-05-21 | changes file | Kali Kaneko | |
2014-05-21 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/kali/feature/fix-nameserver-restoring' into develop | |||
2014-05-20 | changes file | Kali Kaneko | |
2014-05-20 | changes file | Kali Kaneko | |
2014-05-19 | Add OPENVPN_BIN_PATH for OSX | Tomás Touceda | |
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] | |||
2013-11-07 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'ivan/feature/3958_add-hint-about-duration-of-key-generation' into develop | |||
2013-11-07 | Merge remote-tracking branch 'ivan/bug/remember-checks-in-wizard' into develop | Tomás Touceda | |
2013-11-07 | Add changes file for #3814 and #3815. | Ivan Alejandro | |
2013-11-07 | Add changes file | Tomás Touceda | |
2013-11-07 | Merge remote-tracking branch 'kali/bug/fix-mail-reinitialization' into develop | Tomás Touceda | |
2013-11-06 | add version_compat | Kali Kaneko | |
2013-11-06 | Initializes 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-06 | Add hint about the duration of key generation. | Ivan Alejandro | |
[Closes #3958] | |||
2013-11-06 | Fix '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-06 | Various minor OSX fixes | Tomás Touceda | |
2013-11-05 | Merge remote-tracking branch 'ivan/bug/4358_unhandled-error-during-register' ↵ | Tomás Touceda | |
into develop | |||
2013-11-05 | Handle Timeout errors during register. | Ivan Alejandro | |
Also catch all request exceptions to avoid failures. [Closes #4358] | |||
2013-11-05 | Support html logs in the logger window. | Ivan Alejandro | |
Escape special characters to display them correctly in the logger window. [Closes #4146] | |||
2013-11-01 | Fold in changes | Tomás Touceda | |
2013-11-01 | Update requirements | Tomás Touceda | |
2013-10-31 | Merge remote-tracking branch 'ivan/bug/4093_change-password-policy' into develop | Tomás Touceda | |
2013-10-31 | Select the logged in provider in the pref. window. | Ivan Alejandro | |
[Closes #4117] | |||
2013-10-31 | Password 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-31 | improve error handling | Kali Kaneko | |