summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-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.
2013-09-24Update standalone dependency usage.Ivan Alejandro
2013-09-24Only 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-24Move logger up to be available sooner.Ivan Alejandro
2013-09-20State Machine Builder and eip connection machineKali Kaneko
This implements an abstract definition of a LEAP state machine, and refactors eip connections to use it.
2013-09-20move out vpn management utilityKali Kaneko
2013-09-19Merge remote-tracking branch 'ivan-github/bug/3857_username-case-problem' ↵Kali Kaneko
into develop
2013-09-19Merge remote-tracking branch ↵Kali Kaneko
'ivan-github/bug/3656_generic-username-password-message' into develop
2013-09-19Merge remote-tracking branch 'ivan-github/feature/standalone-flag-to-module' ↵Kali Kaneko
into develop
2013-09-19Username case problem at login. Closes #3857.Ivan Alejandro
2013-09-18Use generic username/password message.Ivan Alejandro