| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-08-21 | Add feature indicator plumbing | Oskar | 2 | -3/+51 | |
| 2024-08-16 | Add Shadowsocks feature indicator | David Lönnhager | 1 | -3/+3 | |
| 2024-08-16 | Add Shadowsocks obfuscation support to mullvad-daemon | David Lönnhager | 1 | -5/+9 | |
| 2024-06-25 | Allow requests to all development URI:s during development | Oskar Nyberg | 1 | -1/+1 | |
| 2024-06-20 | Add `PrepareRestartv2` gRPC call | Markus Pettersson | 3 | -2/+21 | |
| - Add option to automatically shutdown daemon on after running through the same safety routine as `PrepareRestart`. This is exposed via a new gRPC call called `PrepareRestartV2`. - Add help text for enabling full disk access to the CLI | |||||
| 2024-06-18 | Fix eslint errors | Oskar Nyberg | 9 | -41/+59 | |
| All changes in this commit were produced by running `npm run lint -- --fix`. | |||||
| 2024-06-05 | Save executable path instead of application bundle path | Oskar Nyberg | 1 | -1/+1 | |
| 2024-05-31 | Show error and troubleshoot dialog when lacking full disk access | Oskar Nyberg | 2 | -4/+11 | |
| 2024-05-29 | Ignore non-existent directories when listing split tunneling apps | David Lönnhager | 1 | -2/+10 | |
| 2024-05-29 | Add error state cause for full disk permissions error | David Lönnhager | 1 | -0/+6 | |
| 2024-05-28 | Add macOS split tunneling | Oskar Nyberg | 2 | -3/+343 | |
| 2024-05-28 | Provide whether or not macOS 13 or newer to renderer | Oskar Nyberg | 2 | -0/+7 | |
| 2024-05-28 | Make Windows split tunneling types more general | Oskar Nyberg | 2 | -498/+543 | |
| 2024-05-28 | Sort split tunneling applications on name | Oskar Nyberg | 1 | -1/+0 | |
| 2024-04-29 | Ignore waitForReady completing for stale daemon clients | David Lönnhager | 1 | -0/+9 | |
| 2024-04-16 | Add daita label to filters in location selector | Oskar Nyberg | 1 | -14/+23 | |
| 2024-04-16 | Add daita toggle | Oskar Nyberg | 2 | -0/+14 | |
| 2024-04-11 | Improve custom proxy daemon rpc code and types | Oskar Nyberg | 1 | -123/+64 | |
| 2024-04-11 | Only reset bridge location when normal is selected | Oskar Nyberg | 1 | -4/+9 | |
| 2024-04-05 | Adjust map file extension used in desktop apps | Albin | 1 | -7/+5 | |
| 2024-04-02 | Prevent disconnected from daemon notification on suspend | Oskar Nyberg | 1 | -3/+3 | |
| 2024-03-21 | Add notification icon logging | Oskar Nyberg | 4 | -18/+35 | |
| 2024-03-21 | Close notifications in some situations where they should be closed | Oskar Nyberg | 2 | -0/+10 | |
| 2024-03-20 | Add IPC call to notify renderer of scale factor change | Oskar Nyberg | 1 | -0/+4 | |
| 2024-02-15 | Add rpc and ipc calls for IP override along with redux additions | Oskar Nyberg | 3 | -0/+27 | |
| 2024-02-15 | Add utility ipc-call to get path basename | Oskar Nyberg | 1 | -0/+3 | |
| 2024-02-15 | Make window show after file picker has been visible | Oskar Nyberg | 1 | -0/+1 | |
| 2024-02-15 | Add default return types for some rpc calls | Oskar Nyberg | 1 | -2/+5 | |
| 2024-01-31 | Adapt Electron frontend to new access method settings format | Markus Pettersson | 2 | -8/+44 | |
| 2024-01-31 | Update disconnected from daemon system notification | Oskar Nyberg | 2 | -0/+16 | |
| 2024-01-31 | Replace electron-mocha with mocha | Oskar Nyberg | 1 | -1/+2 | |
| 2024-01-31 | Fix timeout type | Oskar Nyberg | 1 | -1/+1 | |
| 2024-01-31 | Handle create tunnel device variant in frontend | David Lönnhager | 1 | -0/+6 | |
| 2024-01-30 | Add setting to toggle maps | Oskar Nyberg | 2 | -0/+14 | |
| 2024-01-30 | Integrate webgl maps into app | Oskar Nyberg | 1 | -0/+14 | |
| 2024-01-29 | Add API access methods to Electron IPC | Oskar Nyberg | 3 | -0/+43 | |
| 2024-01-29 | Add api acces methods to daemon-rpc | Oskar Nyberg | 1 | -0/+237 | |
| 2024-01-03 | Allow app to use custom socks5 and shadwosocks proxies | Jonathan | 2 | -42/+98 | |
| 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 | 3 | -11/+21 | |
| 2023-11-17 | Prevent gRPC channel from entering the idle state | Oskar Nyberg | 1 | -0/+1 | |
| 2023-10-31 | Rename updateRelaySettings to setRelaySettings | Oskar Nyberg | 2 | -3/+3 | |
| 2023-10-31 | Remove RelaySettingsUpdate from gui/ | David Lönnhager | 2 | -50/+34 | |
| 2023-10-13 | Use optional modifier for optional primitives in protobuf messages | David Lönnhager | 1 | -49/+44 | |
| 2023-10-11 | Register power monitor listeners after ready | Oskar Nyberg | 1 | -4/+4 | |
| 2023-10-09 | Add custom lists to settings, ipc and rpc calls | Oskar Nyberg | 4 | -42/+141 | |
| 2023-09-29 | Add social media blocking server | David Lönnhager | 2 | -0/+3 | |
| 2023-09-05 | Remove forwarded ports messages from GUI frontend | Linus Färnstrand | 2 | -10/+0 | |
| 2023-07-07 | Update Electron to 25.2.0 | Oskar Nyberg | 1 | -4/+4 | |
| 2023-07-07 | Update account expiry fetch logic | Oskar Nyberg | 1 | -5/+1 | |
| 2023-06-29 | Cleanup review comments, CI issues and android support | Jonathan | 1 | -11/+9 | |
| Add necessary android support to allow it to not crash due to interface changes. Format the code, remove redundant async functions, fix android issues related to not having to use a Vec to store the custom lists and a string as an id. Fix unit tests. | |||||
