Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-03 | Add preference to set autostart EIP option. | Ivan Alejandro | |
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 | |
2013-10-02 | Move echo-mode-setting to the ui file. | Ivan Alejandro | |
2013-10-02 | Merge remote-tracking branch 'chiiph/bug/fix_more_tests' into develop | Ivan Alejandro | |
2013-10-02 | Fix some more tests | Tomás Touceda | |
2013-10-02 | Merge remote-tracking branch 'chiiph/bug/hide_logout_error_msg' into develop | Ivan Alejandro | |
2013-10-02 | Merge remote-tracking branch 'chiiph/bug/fix_tests' into develop | Ivan Alejandro | |
2013-10-02 | Fix failing tests/code | Tomás Touceda | |
2013-10-02 | Hide logout error message label | Tomás Touceda | |
2013-10-01 | Use the same exception for all the auth user facing errors | Tomás Touceda | |
2013-10-01 | Merge remote-tracking branch 'kali/bug/soledad-boostrap-problem' into develop | Tomás Touceda | |
2013-10-01 | Add more verbose error handling | Kali Kaneko | |
To help diagnose this problem. I think we might prefer to leave this on hold until we merge the new gnupg module. | |||
2013-10-01 | Hide error message label when starting a new login | Tomás Touceda | |
2013-10-01 | Merge remote-tracking branch 'chiiph/feature/new_ui' into develop | Ivan Alejandro | |
2013-10-01 | Merge remote-tracking branch 'ivan/feature/update-failing-tests' into develop | Tomás Touceda | |
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 | Force cleanlooks only from bundle. | Ivan Alejandro | |
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 | refactor to use generic download_service_config | Kali Kaneko | |
2013-09-30 | remove unused import | Kali Kaneko | |
2013-09-30 | add comments | Kali Kaneko | |
2013-09-30 | Improve error handling during soledad boostrapping in the client. | Kali Kaneko | |
The aim is to have better logs for debugging the different problems behind issues like #3619 and #3867. As I'm finding a good quantity of SSL handshake timeouts, I'm also adding a litte retry subroutine to the load_and_sync. Also, initialization and sync calls are separeted to be able to correlate logs with server-side soledad. | |||
2013-09-30 | Merge remote-tracking branch 'kali/bug/connection_aborted' into develop | Tomás Touceda | |
2013-09-30 | add connection_died transition to connecting->off too | Kali Kaneko | |
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 | Split vpnaunchers by platform, refactor some code. | Ivan Alejandro | |
2013-09-30 | increase timeout, getting many timeouts for european providers | Kali Kaneko | |
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-27 | Refactor to be consistent with other launchers. | Ivan Alejandro | |
This is done in order to make them similar and them merge as much as code as possible. | |||
2013-09-24 | Update path comparison for certs. | Ivan Alejandro | |
We need to check if the path *after* the prefix is correct, assuming that the prefix methods works fine. | |||
2013-09-24 | Update standalone dependency usage. | Ivan Alejandro | |
2013-09-24 | Only ensure server if we are running the app. | Ivan Alejandro | |
This code reorder avoids to get an error message if we run some code when the only thing we want is to get the version. Closes #3914. | |||
2013-09-24 | Move logger up to be available sooner. | Ivan Alejandro | |