summaryrefslogtreecommitdiff
path: root/ui/app/components/main_panel/vpn_section.js
AgeCommit message (Collapse)Author
2018-01-25[feat] report missing polkit properly from main UIKali Kaneko
also refactor and move polkit_agent so that it does not depend on having bitmask on the path.
2017-05-19[bug] Don't update VPN status component for wrong domainSimon Fondrie-Teitler
Previously, if the active VPN was in the connecting state and the VPN status component for another account was rendered the status for the new account would show as connecting. This was because it didn't check the domain returned from the status endpoint when parsing the returned data and setting "connecting" as the status. We can safely assume that a non active VPN is in the "down" state, so that's what this commit does.
2017-04-24[feat] usable vpn uielijah
2017-03-15[feat] minimal vpn uielijah
2017-02-28[bug] correctly determine available services in the uielijah
2016-09-22[pkg] rename www to uielijah