| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-11-14 | Move gui directory to desktop/packages/mullvad-vpn | Oskar | 15 | -1897/+0 | |
| 2024-10-22 | Fix react-compiler rule violations | Oskar | 1 | -0/+2 | |
| 2024-10-04 | Remove setting to leak traffic to apple networks | David Lönnhager | 4 | -45/+1 | |
| 2024-10-01 | Rename account "token" to account "number" | Joakim Hulthe | 2 | -30/+30 | |
| 2024-09-25 | Add setting to leak traffic to apple networks | Joakim Hulthe | 4 | -1/+45 | |
| Co-authored-by: David Lönnhager <david.l@mullvad.net> | |||||
| 2024-08-30 | Add rpc and state handling of shadowsocks settings | Oskar | 1 | -0/+3 | |
| 2024-08-21 | Add feature indicator plumbing | Oskar | 2 | -7/+26 | |
| 2024-05-28 | Provide whether or not macOS 13 or newer to renderer | Oskar Nyberg | 2 | -1/+23 | |
| 2024-05-28 | Make Windows split tunneling types more general | Oskar Nyberg | 2 | -5/+5 | |
| 2024-04-16 | Add daita filtering of relay list | Oskar Nyberg | 1 | -0/+1 | |
| 2024-04-16 | Add daita toggle | Oskar Nyberg | 2 | -0/+25 | |
| 2024-04-11 | Convert comment to JSDoc comments | Markus Pettersson | 1 | -1/+2 | |
| 2024-04-11 | Improve custom proxy daemon rpc code and types | Oskar Nyberg | 1 | -2/+2 | |
| 2024-04-11 | Move location type state to redux | Oskar Nyberg | 2 | -1/+25 | |
| 2024-04-11 | Add provider and ownership to bridgesettings | Oskar Nyberg | 1 | -0/+5 | |
| 2024-02-15 | Add rpc and ipc calls for IP override along with redux additions | Oskar Nyberg | 5 | -2/+112 | |
| 2024-01-31 | Adapt Electron frontend to new access method settings format | Markus Pettersson | 1 | -1/+2 | |
| 2024-01-30 | Add setting to toggle maps | Oskar Nyberg | 1 | -0/+1 | |
| 2024-01-29 | Add API access methods to Electron IPC | Oskar Nyberg | 2 | -1/+49 | |
| 2024-01-03 | Allow app to use custom socks5 and shadwosocks proxies | Jonathan | 1 | -7/+8 | |
| 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-10-16 | Fix device banner not showing after logging in | Oskar Nyberg | 1 | -1/+5 | |
| 2023-10-09 | Add custom lists to settings, ipc and rpc calls | Oskar Nyberg | 2 | -6/+32 | |
| 2023-09-29 | Add social media blocking server | David Lönnhager | 1 | -0/+1 | |
| 2023-09-05 | Remove forwarded ports messages from GUI frontend | Linus Färnstrand | 2 | -37/+0 | |
| 2023-08-28 | Replace out of time view when adding time | Oskar Nyberg | 2 | -3/+26 | |
| 2023-06-14 | Add new device in-app notification | Oskar Nyberg | 2 | -4/+24 | |
| 2023-06-12 | Replace thrown error in account data fetch with typed values | Oskar Nyberg | 2 | -9/+9 | |
| 2023-02-22 | Add quantum resistant property to daemon rpc and internal structures | Oskar Nyberg | 2 | -0/+26 | |
| 2023-02-06 | Fix device sorting | Oskar Nyberg | 1 | -1/+1 | |
| 2023-02-01 | Add 'Go to System Settings' button to launch view | David Lönnhager | 2 | -0/+19 | |
| 2022-11-30 | Update logic to work with new ErrorState structures | Oskar Nyberg | 1 | -3/+3 | |
| 2022-11-24 | Move relay filtering to filter-relays.ts | Oskar Nyberg | 2 | -24/+2 | |
| 2022-11-24 | Refactor SelectLocation and its subcomponents | Oskar Nyberg | 1 | -19/+23 | |
| 2022-11-07 | Add view state to history location state | Oskar Nyberg | 2 | -62/+1 | |
| 2022-09-27 | Handle WireguardEndpointData | Oskar Nyberg | 2 | -1/+31 | |
| 2022-09-20 | Simplify expression | Hank | 1 | -6/+11 | |
| 2022-09-20 | Add sepearate implementation for main-process for tests | Oskar Nyberg | 1 | -1/+1 | |
| 2022-09-09 | Add transition when logging out | Oskar Nyberg | 1 | -8/+8 | |
| 2022-09-09 | Add component for pausing redux | Oskar Nyberg | 1 | -1/+13 | |
| 2022-07-26 | Add rpc and ipc calls for obfuscation settings | Oskar Nyberg | 2 | -2/+33 | |
| 2022-07-22 | Rename support view to problem report | Oskar Nyberg | 1 | -3/+3 | |
| 2022-05-25 | Sort devices chronologically in the "too many devices" view | David Lönnhager | 1 | -1/+1 | |
| 2022-05-19 | Add command line switch for force display of changes dialog | Oskar Nyberg | 2 | -0/+22 | |
| 2022-05-19 | Add owned information to relay | Oskar Nyberg | 1 | -0/+1 | |
| 2022-05-19 | Add ipc and state code for ownership | Oskar Nyberg | 1 | -0/+3 | |
| 2022-05-13 | Update to new device state rpc calls | Oskar Nyberg | 1 | -7/+11 | |
| 2022-04-25 | Extend DNS blocking in GUI | Odd Stranne | 1 | -0/+2 | |
| 2022-04-20 | Remember scroll position on refresh | Oskar Nyberg | 2 | -1/+18 | |
| 2022-04-14 | Prevent login input from being emptied on failed attempt | Oskar Nyberg | 1 | -1/+0 | |
| 2022-04-05 | Add information about post upgrade tasks in UI | Oskar Nyberg | 2 | -1/+23 | |
