summaryrefslogtreecommitdiffhomepage
path: root/gui/src/renderer/redux
AgeCommit message (Collapse)AuthorFilesLines
2024-11-14Move gui directory to desktop/packages/mullvad-vpnOskar15-1897/+0
2024-10-22Fix react-compiler rule violationsOskar1-0/+2
2024-10-04Remove setting to leak traffic to apple networksDavid Lönnhager4-45/+1
2024-10-01Rename account "token" to account "number"Joakim Hulthe2-30/+30
2024-09-25Add setting to leak traffic to apple networksJoakim Hulthe4-1/+45
Co-authored-by: David Lönnhager <david.l@mullvad.net>
2024-08-30Add rpc and state handling of shadowsocks settingsOskar1-0/+3
2024-08-21Add feature indicator plumbingOskar2-7/+26
2024-05-28Provide whether or not macOS 13 or newer to rendererOskar Nyberg2-1/+23
2024-05-28Make Windows split tunneling types more generalOskar Nyberg2-5/+5
2024-04-16Add daita filtering of relay listOskar Nyberg1-0/+1
2024-04-16Add daita toggleOskar Nyberg2-0/+25
2024-04-11Convert comment to JSDoc commentsMarkus Pettersson1-1/+2
2024-04-11Improve custom proxy daemon rpc code and typesOskar Nyberg1-2/+2
2024-04-11Move location type state to reduxOskar Nyberg2-1/+25
2024-04-11Add provider and ownership to bridgesettingsOskar Nyberg1-0/+5
2024-02-15Add rpc and ipc calls for IP override along with redux additionsOskar Nyberg5-2/+112
2024-01-31Adapt Electron frontend to new access method settings formatMarkus Pettersson1-1/+2
2024-01-30Add setting to toggle mapsOskar Nyberg1-0/+1
2024-01-29Add API access methods to Electron IPCOskar Nyberg2-1/+49
2024-01-03Allow app to use custom socks5 and shadwosocks proxiesJonathan1-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-16Fix device banner not showing after logging inOskar Nyberg1-1/+5
2023-10-09Add custom lists to settings, ipc and rpc callsOskar Nyberg2-6/+32
2023-09-29Add social media blocking serverDavid Lönnhager1-0/+1
2023-09-05Remove forwarded ports messages from GUI frontendLinus Färnstrand2-37/+0
2023-08-28Replace out of time view when adding timeOskar Nyberg2-3/+26
2023-06-14Add new device in-app notificationOskar Nyberg2-4/+24
2023-06-12Replace thrown error in account data fetch with typed valuesOskar Nyberg2-9/+9
2023-02-22Add quantum resistant property to daemon rpc and internal structuresOskar Nyberg2-0/+26
2023-02-06Fix device sortingOskar Nyberg1-1/+1
2023-02-01Add 'Go to System Settings' button to launch viewDavid Lönnhager2-0/+19
2022-11-30Update logic to work with new ErrorState structuresOskar Nyberg1-3/+3
2022-11-24Move relay filtering to filter-relays.tsOskar Nyberg2-24/+2
2022-11-24Refactor SelectLocation and its subcomponentsOskar Nyberg1-19/+23
2022-11-07Add view state to history location stateOskar Nyberg2-62/+1
2022-09-27Handle WireguardEndpointDataOskar Nyberg2-1/+31
2022-09-20Simplify expressionHank1-6/+11
2022-09-20Add sepearate implementation for main-process for testsOskar Nyberg1-1/+1
2022-09-09Add transition when logging outOskar Nyberg1-8/+8
2022-09-09Add component for pausing reduxOskar Nyberg1-1/+13
2022-07-26Add rpc and ipc calls for obfuscation settingsOskar Nyberg2-2/+33
2022-07-22Rename support view to problem reportOskar Nyberg1-3/+3
2022-05-25Sort devices chronologically in the "too many devices" viewDavid Lönnhager1-1/+1
2022-05-19Add command line switch for force display of changes dialogOskar Nyberg2-0/+22
2022-05-19Add owned information to relayOskar Nyberg1-0/+1
2022-05-19Add ipc and state code for ownershipOskar Nyberg1-0/+3
2022-05-13Update to new device state rpc callsOskar Nyberg1-7/+11
2022-04-25Extend DNS blocking in GUIOdd Stranne1-0/+2
2022-04-20Remember scroll position on refreshOskar Nyberg2-1/+18
2022-04-14Prevent login input from being emptied on failed attemptOskar Nyberg1-1/+0
2022-04-05Add information about post upgrade tasks in UIOskar Nyberg2-1/+23