Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | Various minor OSX fixes | Tomás Touceda | |
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 | Merge remote-tracking branch 'chiiph/feature/hide_unused_services' into develop | Ivan Alejandro | |
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-28 | Mail State Machine refactor. Closes: #4059 | Kali Kaneko | |
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-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-10 | Display a Soledad error to the user if needed. | Ivan Alejandro | |
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 | Display the mail status menu enabled | Tomás Touceda | |
2013-10-03 | Properly stop the smtp daemon | Tomás Touceda | |
2013-10-03 | Allow window minization in OSX | Tomás Touceda | |
2013-10-03 | Start Soledad only if Mail is enabled for the current provider | Tomás Touceda | |
Also update enabled_services in mainwindow right after login to have an updated list of services to launch from that point on. | |||
2013-10-03 | Disable EIP on/off button and action when login required. | Kali Kaneko | |
Also adds an explicit should_autostart flag in config. | |||
2013-10-01 | Implement new UI | Tomás Touceda | |
Also: - Remove status_panel - Add new icons - Refactor components a bit (mostly divide functionality) | |||
2013-09-30 | Merge remote-tracking branch 'kali/feature/soledad_boostrap_error_handling' ↵ | Tomás Touceda | |
into develop | |||
2013-09-30 | make socket errors during initialization recoverable | Kali Kaneko | |
2013-09-30 | add comments | Kali Kaneko | |
2013-09-30 | Merge remote-tracking branch 'kali/bug/connection_aborted' into develop | Tomás Touceda | |
2013-09-30 | add connection_aborted signal to state machine | Kali Kaneko | |
2013-09-30 | Merge remote-tracking branch 'ivan/feature/refactor-vpnlaunchers' into develop | Tomás Touceda | |
2013-09-30 | Replace launcher with new implementation. | Ivan Alejandro | |
2013-09-30 | Make providerboostrapper take the verify path from our ca-bundle. | Kali Kaneko | |
Also, move module to a more logical placement, since provier boostrapping is not dependent on eip service. | |||
2013-09-20 | State Machine Builder and eip connection machine | Kali Kaneko | |
This implements an abstract definition of a LEAP state machine, and refactors eip connections to use it. | |||
2013-09-20 | move out vpn management utility | Kali Kaneko | |
2013-09-19 | Merge remote-tracking branch 'ivan-github/feature/standalone-flag-to-module' ↵ | Kali Kaneko | |
into develop | |||
2013-09-18 | Move STANDALONE flag to a module and unify paths queries. | Ivan Alejandro | |
2013-09-18 | Move EIP status and action to submenu in tray. | Ivan Alejandro | |
2013-09-18 | Update services' status texts. | Ivan Alejandro | |
2013-09-18 | Remove the provider domain item from tray menu. | Ivan Alejandro | |
2013-09-18 | Merge remote-tracking branch 'kali/bug/start_smtp_without_eip' into develop | Ivan Alejandro | |
2013-09-18 | download cert for SMTP if EIP did not do it. | Kali Kaneko | |
includes refactor of common code for download of certificates and config files. | |||
2013-09-18 | Merge remote-tracking branch 'ivan-github/bug/3774_handle-logout-problem' ↵ | Kali Kaneko | |
into develop | |||
2013-09-16 | Wait for visibility to change before update menu. | Ivan Alejandro | |
2013-09-13 | Handle correctly a logout problem. Closes #3774. | Ivan Alejandro | |
Also remove preferences button disable, we don't need that. | |||
2013-09-11 | Prevent last window closing the app in tray. | Ivan Alejandro | |
2013-09-09 | Make user messages more consistent. | Ivan Alejandro | |
2013-09-05 | Display the mx status in the system tray. | Ivan Alejandro | |
2013-09-05 | Fix: Update version location. | Ivan Alejandro | |
2013-09-04 | Enable preferences option in systray. Closes #3717 | Ivan Alejandro | |
2013-09-04 | Set appropiate error on login cancel. Closes #3582 | Ivan Alejandro | |