summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-10-03Properly stop the smtp daemonTomás Touceda
2013-10-03Merge remote-tracking branch 'chiiph/bug/allow_minimize_osx' into developIvan Alejandro
2013-10-03Add preference to set autostart EIP option.Ivan Alejandro
2013-10-03Allow window minization in OSXTomás Touceda
2013-10-03Start Soledad only if Mail is enabled for the current providerTomá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-03Reset the session on every login attemptTomás Touceda
2013-10-03Update provider_config in SRPAuth initializationTomás Touceda
2013-10-03Merge remote-tracking branch 'kali/bug/fix-eip-switch-on' into developTomás Touceda
2013-10-03Disable EIP on/off button and action when login required.Kali Kaneko
Also adds an explicit should_autostart flag in config.
2013-10-03Reorder 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-03Merge remote-tracking branch ↵Tomás Touceda
'ivan/feature/3996_separate-providers-in-wizard' into develop
2013-10-03Only pick one gnupg bin path which is not a symlinkTomás Touceda
2013-10-03Separate pre-seeded providers from user added onesIvan Alejandro
2013-10-02remove duplicated method definitionKali Kaneko
2013-10-02Merge remote-tracking branch ↵Tomás Touceda
'ivan/feature/3995_add-drop-down-selection-for-known-providers' into develop
2013-10-02Skip checks for an existing provider.Ivan Alejandro
2013-10-02Merge remote-tracking branch 'chiiph/feature/use_token' into developIvan Alejandro
2013-10-02Use token header also for authenticated requestsTomás Touceda
2013-10-02Add providers combobox with configured providers.Ivan Alejandro
2013-10-02Move echo-mode-setting to the ui file.Ivan Alejandro
2013-10-02Merge remote-tracking branch 'chiiph/bug/fix_more_tests' into developIvan Alejandro
2013-10-02Fix some more testsTomás Touceda
2013-10-02Merge remote-tracking branch 'chiiph/bug/hide_logout_error_msg' into developIvan Alejandro
2013-10-02Merge remote-tracking branch 'chiiph/bug/fix_tests' into developIvan Alejandro
2013-10-02Fix failing tests/codeTomás Touceda
2013-10-02Hide logout error message labelTomás Touceda
2013-10-01Use the same exception for all the auth user facing errorsTomás Touceda
2013-10-01Merge remote-tracking branch 'kali/bug/soledad-boostrap-problem' into developTomás Touceda
2013-10-01Add more verbose error handlingKali 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-01Hide error message label when starting a new loginTomás Touceda
2013-10-01Merge remote-tracking branch 'chiiph/feature/new_ui' into developIvan Alejandro
2013-10-01Merge remote-tracking branch 'ivan/feature/update-failing-tests' into developTomás Touceda
2013-10-01Implement new UITomás Touceda
Also: - Remove status_panel - Add new icons - Refactor components a bit (mostly divide functionality)
2013-09-30Force cleanlooks only from bundle.Ivan Alejandro
2013-09-30Merge remote-tracking branch 'kali/feature/soledad_boostrap_error_handling' ↵Tomás Touceda
into develop
2013-09-30make socket errors during initialization recoverableKali Kaneko
2013-09-30refactor to use generic download_service_configKali Kaneko
2013-09-30remove unused importKali Kaneko
2013-09-30add commentsKali Kaneko
2013-09-30Improve 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-30Merge remote-tracking branch 'kali/bug/connection_aborted' into developTomás Touceda
2013-09-30add connection_died transition to connecting->off tooKali Kaneko
2013-09-30add connection_aborted signal to state machineKali Kaneko
2013-09-30Merge remote-tracking branch 'ivan/feature/refactor-vpnlaunchers' into developTomás Touceda
2013-09-30Replace launcher with new implementation.Ivan Alejandro
2013-09-30Split vpnaunchers by platform, refactor some code.Ivan Alejandro
2013-09-30increase timeout, getting many timeouts for european providersKali Kaneko
2013-09-30Make 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-27Refactor 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-24Update 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.