summaryrefslogtreecommitdiffhomepage
path: root/gui/src/shared
AgeCommit message (Collapse)AuthorFilesLines
2024-11-14Move gui directory to desktop/packages/mullvad-vpnOskar31-2688/+0
2024-10-29Show full disk access instructions in split tunneling viewOskar1-0/+3
2024-10-23Add 'Encrypted DNS proxy' built-in access method to GUIMarkus Pettersson1-1/+3
2024-10-22Fix exhaustive-deps rule violationsOskar1-1/+1
2024-10-07Replace "smart routing" with "direct only" in gui codeSebastian Holmin2-3/+2
2024-10-04Remove setting to leak traffic to apple networksDavid Lönnhager2-3/+0
2024-10-01Rename account "token" to account "number"Joakim Hulthe2-8/+8
2024-09-30Add PageSlider componentOskar1-0/+2
2024-09-25Add setting to leak traffic to apple networksJoakim Hulthe2-0/+3
Co-authored-by: David Lönnhager <david.l@mullvad.net>
2024-09-17Align Smart routing GUI with design specJoakim Hulthe2-3/+3
2024-09-17Add daita.enabled and daita.use_anywhere rpc callsJoakim Hulthe1-2/+2
2024-09-17Add `use_anywhere` feature indicatorJoakim Hulthe1-0/+1
2024-09-17Add temporary gui toggle for `use_anywhere`Joakim Hulthe1-0/+1
2024-08-30Fix missing daemon event obfuscation type convertionOskar1-1/+1
2024-08-30Add rpc and state handling of shadowsocks settingsOskar1-0/+6
2024-08-21Fix error.ts import orderOskar1-1/+1
2024-08-21Add feature indicator plumbingOskar2-9/+45
2024-06-18Fix eslint errorsOskar Nyberg10-14/+21
All changes in this commit were produced by running `npm run lint -- --fix`.
2024-05-31Show error and troubleshoot dialog when lacking full disk accessOskar Nyberg4-197/+235
2024-05-29Add error state cause for full disk permissions errorDavid Lönnhager1-4/+13
2024-05-28Provide whether or not macOS 13 or newer to rendererOskar Nyberg1-0/+1
2024-05-28Make Windows split tunneling types more generalOskar Nyberg2-9/+46
2024-04-16Add daita label to filters in location selectorOskar Nyberg1-0/+1
2024-04-16Add daita toggleOskar Nyberg2-0/+8
2024-04-11Add view for editing custom bridgeOskar Nyberg1-0/+1
2024-04-11Remove bridge settings builderOskar Nyberg2-69/+0
2024-04-11Display custom bridge correctly in ConnectionPanelOskar Nyberg1-10/+0
2024-04-11Improve custom proxy daemon rpc code and typesOskar Nyberg1-51/+18
2024-03-20Return unsubscribe function when registering IPC listener in rendererOskar Nyberg1-2/+4
2024-03-20Add IPC call to notify renderer of scale factor changeOskar Nyberg1-0/+1
2024-02-15Add IP override viewsOskar Nyberg1-0/+1
2024-02-15Add rpc and ipc calls for IP override along with redux additionsOskar Nyberg2-0/+10
2024-02-15Add utility ipc-call to get path basenameOskar Nyberg1-0/+1
2024-01-31Fix text strings that were incorrectOskar Nyberg1-4/+4
2024-01-31Add VMWare error message and troubleshooting instructionsOskar Nyberg1-2/+22
2024-01-31Adapt Electron frontend to new access method settings formatMarkus Pettersson1-1/+5
2024-01-31Update disconnected from daemon system notificationOskar Nyberg2-0/+23
2024-01-31Handle create tunnel device variant in frontendDavid Lönnhager2-0/+15
2024-01-30Add setting to toggle mapsOskar Nyberg2-0/+4
2024-01-30Integrate webgl maps into appOskar Nyberg1-0/+4
2024-01-29Add API access methods viewOskar Nyberg1-0/+1
2024-01-29Add API access methods to Electron IPCOskar Nyberg1-0/+11
2024-01-29Add api acces methods to daemon-rpcOskar Nyberg2-1/+59
2024-01-03Allow app to use custom socks5 and shadwosocks proxiesJonathan2-6/+20
This PR has a couple of different purposes - Allow users to use socks5 local proxies with the CLI without having to be root nor use split-tunneling. This only works for OpenVPN. - Unify the types used by different proxy parts of the codebase, such as the Access Methods as well as some already existing OpenVPN proxy code. This PR changes the firewall on all desktop platforms as well as changes the routing table slightly on MacOS and Windows. On Linux the firewall code is modified to apply the appropriate firewall marks to all packages that go to a remote endpoint corresponding to the remote part of a local socks5 proxy. The firewall marks will allow the routing to be done without having to modify the routing table. On MacOS and Windows the routing table is modified to allow packages to go to that same endpoint to pass outside the VPN tunnel, it will additionally punch a hole in the firewall. The PR also migrates the settings file from version 7 to version 8 in order to properly and neatly unify Proxy related types. Finally it provides some slight extensions to the gRPC interface in order to allow for control over the custom proxy settings.
2023-12-21Remove location fetch in Electron appOskar Nyberg2-6/+2
2023-11-17Remove debug code that was mistakenly left inOskar Nyberg1-1/+0
2023-10-31Rename updateRelaySettings to setRelaySettingsOskar Nyberg1-1/+1
2023-10-31Remove RelaySettingsUpdate from gui/David Lönnhager3-204/+10
2023-10-20Add console.log error handlingOskar Nyberg1-27/+39
2023-10-09Add custom lists to settings, ipc and rpc callsOskar Nyberg3-18/+80