Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-09-20 | State Machine Builder and eip connection machine | Kali Kaneko | |
This implements an abstract definition of a LEAP state machine, and refactors eip connections to use it. | |||
2013-09-20 | move out vpn management utility | Kali Kaneko | |
2013-09-19 | Merge remote-tracking branch 'ivan-github/bug/3857_username-case-problem' ↵ | Kali Kaneko | |
into develop | |||
2013-09-19 | Merge remote-tracking branch ↵ | Kali Kaneko | |
'ivan-github/bug/3656_generic-username-password-message' into develop | |||
2013-09-19 | Merge remote-tracking branch 'ivan-github/feature/standalone-flag-to-module' ↵ | Kali Kaneko | |
into develop | |||
2013-09-19 | Username case problem at login. Closes #3857. | Ivan Alejandro | |
2013-09-18 | Use generic username/password message. | Ivan Alejandro | |
2013-09-18 | Move STANDALONE flag to a module and unify paths queries. | Ivan Alejandro | |
2013-09-18 | Move EIP status and action to submenu in tray. | Ivan Alejandro | |
2013-09-18 | Update services' status texts. | Ivan Alejandro | |
2013-09-18 | Remove the provider domain item from tray menu. | Ivan Alejandro | |
2013-09-18 | Merge remote-tracking branch 'kali/bug/workaround_keyring_imports' into develop | Ivan Alejandro | |
2013-09-18 | Merge remote-tracking branch 'ivan-github/feature/proper-app-header' into ↵ | Kali Kaneko | |
develop | |||
2013-09-18 | fix keyring problem with imports | Kali Kaneko | |
2013-09-18 | Remove unused existing code. | Ivan Alejandro | |
2013-09-18 | Merge remote-tracking branch 'kali/bug/start_smtp_without_eip' into develop | Ivan Alejandro | |
2013-09-18 | download cert for SMTP if EIP did not do it. | Kali Kaneko | |
includes refactor of common code for download of certificates and config files. | |||
2013-09-18 | Merge remote-tracking branch 'ivan-github/bug/3774_handle-logout-problem' ↵ | Kali Kaneko | |
into develop | |||
2013-09-17 | Add a proper header for the app.py. | Ivan Alejandro | |
2013-09-16 | Wait for visibility to change before update menu. | Ivan Alejandro | |
2013-09-16 | update metadata in setup.py | Kali Kaneko | |
2013-09-13 | Handle correctly a logout problem. Closes #3774. | Ivan Alejandro | |
Also remove preferences button disable, we don't need that. | |||
2013-09-12 | add --version flag | Kali Kaneko | |
2013-09-11 | Merge branch 'develop' of ssh://leap.se/leap_client into develop | Kali Kaneko | |
2013-09-11 | Merge remote-tracking branch ↵ | Kali Kaneko | |
'ivan-github/bug/3791_prevent-last-window-close-app' into develop | |||
2013-09-11 | Merge remote-tracking branch 'kali/hotfix/fix-first' into develop | Ivan Alejandro | |
2013-09-11 | Prevent last window closing the app in tray. | Ivan Alejandro | |