Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Remember provider CA checks. | Ivan Alejandro | |
[Closes #3814] | |||
2013-11-07 | Reject sender if it's not the logged in user | Tomás Touceda | |
2013-11-07 | Merge remote-tracking branch 'kali/bug/fix-mail-reinitialization' into develop | Tomás Touceda | |
2013-11-06 | Remember setup provider checks. | Ivan Alejandro | |
Also, on finish: - hide checks groupBox - clear domain lineEdit [Closes #3815] | |||
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 | Move string encoding to srpregister. | Ivan Alejandro | |
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 | Merge branch 'develop' of ssh://leap.se/bitmask_client into develop | Kali Kaneko | |
2013-11-01 | remove print | Kali Kaneko | |
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-30 | Refactor keyring usage and fix saving problem | Tomás Touceda | |
2013-10-30 | Remove autostart eip option from settings panel. | Ivan Alejandro | |
[Closes #4132] | |||
2013-10-30 | Merge remote-tracking branch 'chiiph/feature/hide_unused_services' into develop | Ivan Alejandro | |
2013-10-30 | Merge remote-tracking branch 'chiiph/bug/tighter_clustering_eip_meter' into ↵ | Ivan Alejandro | |
develop | |||
2013-10-30 | Fix non-ascii password change problem. | Ivan Alejandro | |
[Closes #4003] | |||
2013-10-30 | Hide unsupported services by the configured providers | Tomás Touceda | |
2013-10-30 | Align left the speed and transferred display for EIP | Tomás Touceda | |
2013-10-30 | Properly log EIP status changes | Tomás Touceda | |
2013-10-29 | Merge remote-tracking branch 'ivan/bug/4189_fix-non-ascii-path-problem' into ↵ | Tomás Touceda | |
develop | |||
2013-10-29 | Update docstrings to unicode types. | Ivan Alejandro | |
2013-10-28 | Mail State Machine refactor. Closes: #4059 | Kali Kaneko | |
2013-10-17 | Rename EIP to Encrypted Internet in its preference panel | Tomás Touceda | |
2013-10-17 | Only show N unread Emails when N > 0 | Tomás Touceda | |
2013-10-16 | Remember last domain used to login. Closes #4116. | Ivan Alejandro | |
2013-10-15 | Remove remainings of unused properprovider setting | Ivan Alejandro | |
2013-10-15 | Remove unused code. | Ivan Alejandro | |
2013-10-15 | Fix pep8 violations. | Ivan Alejandro | |
2013-10-14 | Improve GUI based on QA rounds | Tomás Touceda | |
2013-10-14 | Always display first run wizard on first run. | Ivan Alejandro | |
* Display the wizard only the first time or if we don't have any provider configured. * Remove unused proper provider setting. * If we have a working provider (as a pinned one), the wizard won't show automatically after being displayed the first time. * If we cancel the first time wizard and we have a configured provider (like the pinned one) the app will not close. | |||
2013-10-11 | Show systray tooltip ON for EIP. | Ivan Alejandro | |
2013-10-10 | Display a Soledad error to the user if needed. | Ivan Alejandro | |
2013-10-10 | Remove unused line. | Ivan Alejandro | |
Was left here after the status refactor that split status in eip status and mail status. | |||
2013-10-08 | openvpn observer | Kali Kaneko | |
reacts to tls-restart, ping-restart and network unreachable. | |||
2013-10-08 | Merge remote-tracking branch 'chiiph/bug/osx_menu' into develop | Ivan Alejandro | |
2013-10-08 | Rename the Util menu to File in OSX | Tomás Touceda | |
2013-10-08 | Merge remote-tracking branch 'chiiph/bug/display_mail_status_enabled' into ↵ | Ivan Alejandro | |
develop | |||
2013-10-08 | Display the mail status menu enabled | Tomás Touceda | |
2013-10-08 | Hide login error message when editing lnUser and lnPassword | Tomás Touceda | |
2013-10-08 | Fix widget fit problem. Closes #4058. | Ivan Alejandro | |
The spacer policy was wrong. The size of the wizard had to be increased. The icon was shrinked. | |||
2013-10-03 | Properly stop the smtp daemon | Tomás Touceda | |
2013-10-03 | Merge remote-tracking branch 'chiiph/bug/allow_minimize_osx' into develop | Ivan Alejandro | |
2013-10-03 | Add preference to set autostart EIP option. | Ivan Alejandro | |