| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-11-14 | Move gui directory to desktop/packages/mullvad-vpn | Oskar | 31 | -2688/+0 | |
| 2024-10-29 | Show full disk access instructions in split tunneling view | Oskar | 1 | -0/+3 | |
| 2024-10-23 | Add 'Encrypted DNS proxy' built-in access method to GUI | Markus Pettersson | 1 | -1/+3 | |
| 2024-10-22 | Fix exhaustive-deps rule violations | Oskar | 1 | -1/+1 | |
| 2024-10-07 | Replace "smart routing" with "direct only" in gui code | Sebastian Holmin | 2 | -3/+2 | |
| 2024-10-04 | Remove setting to leak traffic to apple networks | David Lönnhager | 2 | -3/+0 | |
| 2024-10-01 | Rename account "token" to account "number" | Joakim Hulthe | 2 | -8/+8 | |
| 2024-09-30 | Add PageSlider component | Oskar | 1 | -0/+2 | |
| 2024-09-25 | Add setting to leak traffic to apple networks | Joakim Hulthe | 2 | -0/+3 | |
| Co-authored-by: David Lönnhager <david.l@mullvad.net> | |||||
| 2024-09-17 | Align Smart routing GUI with design spec | Joakim Hulthe | 2 | -3/+3 | |
| 2024-09-17 | Add daita.enabled and daita.use_anywhere rpc calls | Joakim Hulthe | 1 | -2/+2 | |
| 2024-09-17 | Add `use_anywhere` feature indicator | Joakim Hulthe | 1 | -0/+1 | |
| 2024-09-17 | Add temporary gui toggle for `use_anywhere` | Joakim Hulthe | 1 | -0/+1 | |
| 2024-08-30 | Fix missing daemon event obfuscation type convertion | Oskar | 1 | -1/+1 | |
| 2024-08-30 | Add rpc and state handling of shadowsocks settings | Oskar | 1 | -0/+6 | |
| 2024-08-21 | Fix error.ts import order | Oskar | 1 | -1/+1 | |
| 2024-08-21 | Add feature indicator plumbing | Oskar | 2 | -9/+45 | |
| 2024-06-18 | Fix eslint errors | Oskar Nyberg | 10 | -14/+21 | |
| All changes in this commit were produced by running `npm run lint -- --fix`. | |||||
| 2024-05-31 | Show error and troubleshoot dialog when lacking full disk access | Oskar Nyberg | 4 | -197/+235 | |
| 2024-05-29 | Add error state cause for full disk permissions error | David Lönnhager | 1 | -4/+13 | |
| 2024-05-28 | Provide whether or not macOS 13 or newer to renderer | Oskar Nyberg | 1 | -0/+1 | |
| 2024-05-28 | Make Windows split tunneling types more general | Oskar Nyberg | 2 | -9/+46 | |
| 2024-04-16 | Add daita label to filters in location selector | Oskar Nyberg | 1 | -0/+1 | |
| 2024-04-16 | Add daita toggle | Oskar Nyberg | 2 | -0/+8 | |
| 2024-04-11 | Add view for editing custom bridge | Oskar Nyberg | 1 | -0/+1 | |
| 2024-04-11 | Remove bridge settings builder | Oskar Nyberg | 2 | -69/+0 | |
| 2024-04-11 | Display custom bridge correctly in ConnectionPanel | Oskar Nyberg | 1 | -10/+0 | |
| 2024-04-11 | Improve custom proxy daemon rpc code and types | Oskar Nyberg | 1 | -51/+18 | |
| 2024-03-20 | Return unsubscribe function when registering IPC listener in renderer | Oskar Nyberg | 1 | -2/+4 | |
| 2024-03-20 | Add IPC call to notify renderer of scale factor change | Oskar Nyberg | 1 | -0/+1 | |
| 2024-02-15 | Add IP override views | Oskar Nyberg | 1 | -0/+1 | |
| 2024-02-15 | Add rpc and ipc calls for IP override along with redux additions | Oskar Nyberg | 2 | -0/+10 | |
| 2024-02-15 | Add utility ipc-call to get path basename | Oskar Nyberg | 1 | -0/+1 | |
| 2024-01-31 | Fix text strings that were incorrect | Oskar Nyberg | 1 | -4/+4 | |
| 2024-01-31 | Add VMWare error message and troubleshooting instructions | Oskar Nyberg | 1 | -2/+22 | |
| 2024-01-31 | Adapt Electron frontend to new access method settings format | Markus Pettersson | 1 | -1/+5 | |
| 2024-01-31 | Update disconnected from daemon system notification | Oskar Nyberg | 2 | -0/+23 | |
| 2024-01-31 | Handle create tunnel device variant in frontend | David Lönnhager | 2 | -0/+15 | |
| 2024-01-30 | Add setting to toggle maps | Oskar Nyberg | 2 | -0/+4 | |
| 2024-01-30 | Integrate webgl maps into app | Oskar Nyberg | 1 | -0/+4 | |
| 2024-01-29 | Add API access methods view | Oskar Nyberg | 1 | -0/+1 | |
| 2024-01-29 | Add API access methods to Electron IPC | Oskar Nyberg | 1 | -0/+11 | |
| 2024-01-29 | Add api acces methods to daemon-rpc | Oskar Nyberg | 2 | -1/+59 | |
| 2024-01-03 | Allow app to use custom socks5 and shadwosocks proxies | Jonathan | 2 | -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-21 | Remove location fetch in Electron app | Oskar Nyberg | 2 | -6/+2 | |
| 2023-11-17 | Remove debug code that was mistakenly left in | Oskar Nyberg | 1 | -1/+0 | |
| 2023-10-31 | Rename updateRelaySettings to setRelaySettings | Oskar Nyberg | 1 | -1/+1 | |
| 2023-10-31 | Remove RelaySettingsUpdate from gui/ | David Lönnhager | 3 | -204/+10 | |
| 2023-10-20 | Add console.log error handling | Oskar Nyberg | 1 | -27/+39 | |
| 2023-10-09 | Add custom lists to settings, ipc and rpc calls | Oskar Nyberg | 3 | -18/+80 | |
