Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-05 | change elements naming | Kali Kaneko | |
2014-06-05 | Grep for gnome-shell as it were a polkit agent. | Ivan Alejandro | |
The $DESKTOP_SESSION is not reliable since is set to 'default' in any case that you choose as your default desktop environment. Also, after some tests, I've seen that the `gnome-shell` process is not launched in the fallback mode, so we use it as a condition for the polkit agent present. | |||
2014-06-05 | Add support for gnome-shell polkit agent. | Ivan Alejandro | |
The gnome-shell desktop does not uses a separate process as others do. It uses an agent within its own process so we need to check for gnome-shell and then assume that its polkit is working. | |||
2014-06-04 | tear down fw on cold starts. Closes: ##5727 | Kali Kaneko | |
2014-06-04 | catch openvpn unexpected ending | Kali Kaneko | |
show also the back-to-clearnet button on that case. | |||
2014-06-04 | add restore clearnet button. Closes: #5726 | Kali Kaneko | |
2014-05-30 | Do nothing if the vpnprocess is not started. | Ivan Alejandro | |
We were trying to access the `is_restart` attribute that causes a failure if the vpnprocess is not instantiated. | |||
2014-05-30 | Check openvpn bin path before starting openvpn | Tomás Touceda | |
2014-05-29 | display restart error after SIGTERM[soft,tls-error] | Kali Kaneko | |
- fix tls-error: is SIGTERM now - connect to connection-died signal - display error to user | |||
2014-05-29 | fix non-existing logged_user | Kali Kaneko | |
caused by a bad rebase. | |||
2014-05-29 | refactor eip start/stop control to conductor | Kali Kaneko | |
and cleanup a little bit of the signal mess. | |||
2014-05-28 | Properly set userid for SMTP | Tomás Touceda | |
2014-05-28 | Refactor cleanup, ProviderConfig to backend. | Ivan Alejandro | |
2014-05-23 | Fix method names. | Ivan Alejandro | |
2014-05-21 | do not tear fw down during restarts | Kali Kaneko | |
2014-05-21 | Rename backend methods for consistency. | Ivan Alejandro | |
2014-05-21 | Improve wait and quit process. | Ivan Alejandro | |
Refactor logic from backend to the vpnprocess. | |||
2014-05-21 | Move waiting logic for imap stop to the backend. | Ivan Alejandro | |
Also, improve quit and cleanup calls. | |||
2014-05-21 | Move Mail logic to backend. | Ivan Alejandro | |
2014-05-21 | Separate imap/smtp logic from conductor. | Ivan Alejandro | |
2014-05-21 | Refactor SoledadBootstrapper to backend. | Ivan Alejandro | |
2014-05-21 | Merge remote-tracking branch 'chiiph/bug/add_openvpn_bin_path_osx' into develop | Ivan Alejandro | |
2014-05-20 | backward compat for psutil p.cmdline. Closes: #5689 | Kali Kaneko | |
2014-05-19 | Add OPENVPN_BIN_PATH for OSX | Tomás Touceda | |
2014-05-16 | Merge remote-tracking branch 'kali/linux-firewall-root-py-2' into develop | Tomás Touceda | |
2014-05-15 | avoid openvp soft-restart. Closes: #5669 | Kali Kaneko | |
2014-05-15 | allow osx and win to continue with updown scripts for the time being | Kali Kaneko | |
2014-05-15 | remove up-restart option. Related: #5669 | Kali Kaneko | |
2014-05-15 | remove commented block, fix typo | Kali Kaneko | |
2014-05-12 | change paths for installing the latest helpers | Kali Kaneko | |
2014-05-12 | introduce delay on shutdown after resolvconf was daemonized | Kali Kaneko | |
2014-05-12 | tear down fw on quit-action too | Kali Kaneko | |
2014-05-12 | hardcode openvpn binary for bundle | Kali Kaneko | |
2014-05-12 | only switch the fw down if user asked for eip down | Kali Kaneko | |
2014-05-12 | tear the firewall down when openvpn is finished | Kali Kaneko | |
2014-05-12 | use bitmask-root with pkexec | Kali Kaneko | |
2014-05-12 | pass gateways to firewall up | Kali Kaneko | |
2014-05-12 | use bitmask-root to bring up the firewall | Kali Kaneko | |
2014-05-12 | add elijah's root-wrapper in python | Kali Kaneko | |
2014-05-08 | Organize smtp logic in the bootstrapper. | Ivan Alejandro | |
2014-04-30 | Handle retries in the soledad bootstrapper object. | Ivan Alejandro | |
2014-04-25 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/ivan/bug/5563_download-upload-backward' into develop | |||
2014-04-23 | Swap upload/download data strings. Closes #5563. | Ivan Alejandro | |
2014-04-23 | Merge remote-tracking branch 'chiiph/bug/reenable-ping-restart' into develop | Kali Kaneko | |
2014-04-17 | Use consistent wording for triggers documentation. | Ivan Alejandro | |
2014-04-17 | Use Slot decorator instead of SLOT docstring. | Ivan Alejandro | |
2014-04-16 | Let OpenVPN handle ping-restarts | Tomás Touceda | |
2014-04-15 | Use less confusing signal names. | Ivan Alejandro | |
Renames: eip_download_config -> eip_config_ready eip_download_client_certificate -> eip_client_certificate_ready | |||
2014-04-15 | Handle trying to kill a non running process. | Ivan Alejandro | |
2014-04-15 | Move EIP to the backend. | Ivan Alejandro | |
- Add backend eip management - Connect gui with new eip signals - remove old unused code - remove Qt dependency from backend services. - use Signaler to emit status/state changes from openvpn |