Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Merge remote-tracking branch 'chiiph/bug/login_errors' into develop | Ivan Alejandro | |
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 | partial changes file | Kali Kaneko | |
2013-10-01 | Merge remote-tracking branch 'chiiph/bug/hide_error_msg' into develop | Ivan Alejandro | |
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 | Add changes file | 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 | Merge remote-tracking branch 'ivan/feature/3981_cleanlooks-for-bundle-only' ↵ | Tomás Touceda | |
into develop | |||
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 | add changes file | Kali Kaneko | |
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 | Add changelog. Closes #2858. | Ivan Alejandro | |
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 | Merge remote-tracking branch 'kali/feature/provider_check_against_ca_bundle' ↵ | Tomás Touceda | |
into develop | |||
2013-09-30 | add changes | Kali Kaneko | |
On branch feature/provider_check_against_ca_bundle | |||
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-25 | Merge remote-tracking branch 'kali/feature/updated-source-strings' into develop | Ivan Alejandro | |
2013-09-25 | update source strings so translators can go on | Kali Kaneko | |
2013-09-25 | Merge remote-tracking branch 'kali/doc/fix-repo-yet-another-time' into develop | Ivan Alejandro | |
2013-09-25 | Merge remote-tracking branch 'kali/feature/bug-report-template' into develop | Ivan Alejandro | |
2013-09-25 | fix repo in installing doc | Kali Kaneko | |
2013-09-25 | fix branching model picture | Kali Kaneko | |
2013-09-25 | add sphinx-pypi-upload helper package | Kali Kaneko | |
2013-09-25 | mock clibs in sphinx build | Kali Kaneko | |
Following the docs here: http://read-the-docs.readthedocs.org/en/latest/faq.html#i-get-import-errors-on-libraries-that-depend-on-c-modules | |||
2013-09-25 | Merge remote-tracking branch 'kali/feature/bug-report-template' into develop | Ivan Alejandro | |
2013-09-24 | improve bug reporting section | Kali Kaneko | |
2013-09-24 | Merge remote-tracking branch 'ivan/feature/improve-release-doc-script' into ↵ | Tomás Touceda | |
develop | |||
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 | Merge remote-tracking branch ↵ | Kali Kaneko | |
'ivan-github/bug/3914_unhandled-error-on-version-flag' into develop | |||
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 | |