Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-11 | Fix call to smtp gateway. | drebs | |
2013-11-08 | Check if we have a systray to use. | Ivan Alejandro | |
This fixes a failure when we run the first run wizard and don't have a systray ready. | |||
2013-11-08 | Use service's module strings instead of locals. | Ivan Alejandro | |
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-08 | Use display service name instead of hardcode it. | Ivan Alejandro | |
2013-11-08 | Use module attributes to store services strings. | Ivan Alejandro | |
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 | Fix typo | Ivan Alejandro | |
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 | 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 | |
2013-10-31 | Fix soledad bootstrapper syncing log message type (2). | drebs | |
2013-10-31 | Fix soledad bootstrapper syncing log message type. | drebs | |
2013-10-30 | Refactor keyring usage and fix saving problem | Tomás Touceda | |
2013-10-30 | Properly stop imap at logout | 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 pep8 indent issue. And better operator usage. | Ivan Alejandro | |
- E128: continuation line under-indented for visual indent. - Don't use identity operator to compare boolean. | |||
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 | Merge remote-tracking branch 'chiiph/bug/log_eip_events' into develop | Kali Kaneko | |
2013-10-30 | Properly log EIP status changes | Tomás Touceda | |
2013-10-29 | Create Soledad object with an unicode passphrase. | Ivan Alejandro | |
[Related to bug #4330] | |||
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-29 | Handle encoding problems in the vpn connection. | Ivan Alejandro | |
2013-10-29 | Encode paths before use them. | Ivan Alejandro | |
2013-10-29 | Encode cert path before send it. | Ivan Alejandro | |
2013-10-29 | Use unicode values and encode them out. | Ivan Alejandro | |
2013-10-28 | dependency pinning on requests | Kali Kaneko | |
2013-10-28 | Mail State Machine refactor. Closes: #4059 | Kali Kaneko | |
2013-10-24 | use coloredlogs optionally | Kali Kaneko | |