Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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-10 | Merge remote-tracking branch 'kali/bug/catch-u1db-httperror' into develop | Tomás Touceda | |
2013-10-09 | catch u1db errors | Kali Kaneko | |
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/config_init' into develop | Ivan Alejandro | |
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 | Merge remote-tracking branch 'ivan/bug/4058_spacer-policy-problem' into develop | 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-07 | Add missing empty init file to the config module | Tomás Touceda | |
2013-10-07 | Increase the max retries for the sessions in SRPAuth | Tomás Touceda | |
2013-10-07 | Merge remote-tracking branch 'ivan/feature/4028_support-lxpolkit' into develop | Tomás Touceda | |
2013-10-07 | Add support for running lxde polkit agent. | Ivan Alejandro | |
2013-10-07 | Show more context information in the logs. | Ivan Alejandro | |
Add line numbers and function name from where the log is displayed. | |||
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 | |
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 | Reset the session on every login attempt | Tomás Touceda | |
2013-10-03 | Update provider_config in SRPAuth initialization | Tomás Touceda | |
2013-10-03 | Merge remote-tracking branch 'kali/bug/fix-eip-switch-on' into develop | Tomás Touceda | |
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-03 | Reorder providers combo, disable if no providers. | Ivan Alejandro | |
- Move radio buttons to get more space for the labels. - If there are no configured providers then disable the combo. | |||
2013-10-03 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'ivan/feature/3996_separate-providers-in-wizard' into develop | |||
2013-10-03 | Only pick one gnupg bin path which is not a symlink | Tomás Touceda | |
2013-10-03 | Separate pre-seeded providers from user added ones | Ivan Alejandro | |
2013-10-02 | remove duplicated method definition | Kali Kaneko | |
2013-10-02 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'ivan/feature/3995_add-drop-down-selection-for-known-providers' into develop | |||
2013-10-02 | Skip checks for an existing provider. | Ivan Alejandro | |
2013-10-02 | Merge remote-tracking branch 'chiiph/feature/use_token' into develop | Ivan Alejandro | |
2013-10-02 | Use token header also for authenticated requests | Tomás Touceda | |
2013-10-02 | Add providers combobox with configured providers. | Ivan Alejandro | |