Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | add changes | Kali Kaneko | |
On branch feature/provider_check_against_ca_bundle | |||
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-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-20 | Add missing changelog and remove ramaining files. | Ivan Alejandro | |
2013-09-20 | Merge branch 'release-0.3.3'0.3.3 | Ivan Alejandro | |
Conflicts: pkg/requirements.pip setup.py src/leap/bitmask/config/leapsettings.py | |||
2013-09-20 | Bump soledad.client version requirement. | Ivan Alejandro | |
2013-09-20 | Fold in changes. | Ivan Alejandro | |
2013-09-20 | Merge remote-tracking branch 'kali/bug/include-resources' into develop | Ivan Alejandro | |
2013-09-20 | include resources | Kali Kaneko | |
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-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 | Add changelog. Closes #3792. | Ivan Alejandro | |
2013-09-18 | fix keyring problem with imports | Kali Kaneko | |
2013-09-18 | Merge remote-tracking branch 'kali/bump-soledad-dep' into develop | Ivan Alejandro | |
2013-09-18 | bump soledad version in next release requirements | Kali Kaneko | |
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-16 | Wait for visibility to change before update menu. | Ivan Alejandro | |
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 | update to new git repo name | Kali Kaneko | |
2013-09-12 | add --version flag | Kali Kaneko | |
2013-09-11 | do not try to install globally. | Kali Kaneko | |
2013-09-11 | catch indexerror on first utility | 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-11 | Fix path prefix helper for bundle and add test. | Ivan Alejandro | |
2013-09-10 | Merge remote-tracking branch 'kali/hotfix/do-not-install-globally' into develop | Ivan Alejandro | |
2013-09-10 | do not try to install globally. | 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 | Merge remote-tracking branch ↵ | Kali Kaneko | |
'ivan-github/bug/3617_remove-exec-bit-update-docs' into develop | |||
2013-09-09 | Fix path prefix helper for bundle and add test. | Ivan Alejandro | |
2013-09-09 | Update release doc, remove exec bits. Closes #3617 | Ivan Alejandro | |
2013-09-09 | Improve systray tooltip. | Ivan Alejandro | |
2013-09-06 | Fold in changes.0.3.2 | Ivan Alejandro | |
2013-09-06 | Update requirements for 0.3.2 | Ivan Alejandro | |
2013-09-05 | Display the mx status in the system tray. | Ivan Alejandro | |
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 |