Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
2013-09-11 | Merge remote-tracking branch ↵ | Kali Kaneko | |
'ivan-github/bug/3714_fix-logger-saving-several-line-returns' into develop | |||
2013-09-11 | catch indexerror on first utility | Kali Kaneko | |
2013-09-10 | Fix LoggerWindow saving triple \n. Closes #3714. | Ivan Alejandro | |
2013-09-10 | Merge remote-tracking branch ↵ | Kali Kaneko | |
'ivan-github/feature/3758_improve-systray-tooltip' into develop | |||
2013-09-09 | Make user messages more consistent. | Ivan Alejandro | |
2013-09-09 | Fix path prefix helper for bundle and add test. | Ivan Alejandro | |
2013-09-09 | Improve systray tooltip. | Ivan Alejandro | |
2013-09-05 | Merge remote-tracking branch ↵ | Kali Kaneko | |
'ivan-github/feature/3659_display-mx-status-in-tray' into develop | |||
2013-09-05 | Display the mx status in the system tray. | Ivan Alejandro | |
2013-09-05 | Fix test checking is_release_version helper. | Ivan Alejandro | |
2013-09-05 | Merge remote-tracking branch 'kali/bug/fix-polkit-agent' into develop | Ivan Alejandro | |
2013-09-05 | Fix invocation of the helper polkit-agent launcher. | Kali Kaneko | |
Otherwise, we are dumped into a nasty console. | |||
2013-09-05 | Fix: Update version location. | Ivan Alejandro | |
2013-09-04 | Update version | Kali Kaneko | |
2013-09-04 | Fix save log dialog freezing. Closes #3675. | Ivan Alejandro | |
Avoid using native dialog seems to solve the QFileDialog freezing when qtreactor is used. See more at: http://www.code-corner.de/?p=171 | |||
2013-09-04 | Enable preferences option in systray. Closes #3717 | Ivan Alejandro | |
2013-09-04 | Set appropiate error on login cancel. Closes #3582 | Ivan Alejandro | |
2013-09-04 | Merge remote-tracking branch 'kali/bug/fail_soledad_when_socketerr' into develop | Tomás Touceda | |