Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
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-17 | Disable danger flag on release versions | 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 | Use .exe extension on windows | Tomás Touceda | |
2013-10-14 | Default UP/DOWN_SCRIPTs to None and add them only if not None | Tomás Touceda | |
2013-10-14 | Disable stdout redirection on windows for now since it breaks the bundle | 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-11 | updated strings to 0.3.4 release | Kali Kaneko | |
2013-10-10 | Merge remote-tracking branch 'ivan/bug/4025_display-soledad-errors' into develop | Tomás Touceda | |