| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-01-05 | Respect prefer-reduced-motion | Oskar Nyberg | 2 | -0/+11 | |
| 2024-01-05 | Update DNS content blocker info dialog text | Oskar Nyberg | 2 | -5/+18 | |
| 2024-01-05 | Update text style for DNS content blockers | Oskar Nyberg | 3 | -20/+23 | |
| 2024-01-05 | Add delete confirmation for custom lists | Oskar Nyberg | 3 | -4/+63 | |
| 2024-01-05 | Add back action for custom list add input | Oskar Nyberg | 1 | -28/+31 | |
| 2024-01-05 | Align custom list buttons | Oskar Nyberg | 1 | -0/+4 | |
| 2024-01-05 | Show disabled chevron for custom lists without items | Oskar Nyberg | 1 | -3/+5 | |
| 2024-01-05 | Prevent creating custom lists with empty names | Oskar Nyberg | 1 | -9/+17 | |
| 2024-01-03 | Allow app to use custom socks5 and shadwosocks proxies | Jonathan | 8 | -71/+144 | |
| 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-28 | Prevent translation of Split tunneling in settings view | Oskar Nyberg | 2 | -12/+2 | |
| 2023-12-28 | Fix format of IPv6 addresses in allow lan info dialog | Oskar Nyberg | 1 | -2/+2 | |
| 2023-12-21 | Remove location fetch in Electron app | Oskar Nyberg | 7 | -62/+33 | |
| 2023-12-07 | Update translations | Jonatan Rhodin | 1 | -0/+3 | |
| 2023-12-04 | Update translations | Oskar Nyberg | 38 | -526/+2745 | |
| 2023-12-04 | Update relay-locations.pot | Oskar Nyberg | 20 | -19/+400 | |
| 2023-11-27 | Add copy to clipboard action | David Göransson | 1 | -0/+3 | |
| 2023-11-27 | Update test with new CLI command | Sebastian Holmin | 1 | -1/+1 | |
| 2023-11-17 | Remove debug code that was mistakenly left in | Oskar Nyberg | 1 | -1/+0 | |
| 2023-11-17 | Prevent gRPC channel from entering the idle state | Oskar Nyberg | 1 | -0/+1 | |
| 2023-11-17 | Evaluate current transition state more strictly to avoid freezing | Oskar Nyberg | 1 | -2/+2 | |
| 2023-11-16 | Fix button color in revoked view | Oskar Nyberg | 1 | -1/+1 | |
| 2023-11-16 | Add translations and update messages.pot | Jonatan Rhodin | 1 | -0/+36 | |
| 2023-11-16 | Reset port when chaning transport protocol | Oskar Nyberg | 1 | -0/+1 | |
| 2023-11-14 | Change - to ~ in rpm version to make dnf treat it as upgrade | Linus Färnstrand | 1 | -4/+9 | |
| 2023-11-08 | Tunneling description | David Göransson | 1 | -3/+0 | |
| 2023-10-31 | Separate update of protocol and port | Oskar Nyberg | 2 | -33/+20 | |
| 2023-10-31 | Rename updateRelaySettings to setRelaySettings | Oskar Nyberg | 6 | -11/+11 | |
| 2023-10-31 | Remove RelaySettingsUpdate from gui/ | David Lönnhager | 14 | -491/+234 | |
| 2023-10-30 | Adjust codebase to breaking changes in styled components v6 | Oskar Nyberg | 41 | -301/+339 | |
| 2023-10-30 | Add types for convering between transient props | Oskar Nyberg | 1 | -0/+9 | |
| 2023-10-30 | Update styled components | Oskar Nyberg | 2 | -479/+221 | |
| 2023-10-30 | Move ref cast to hook | Oskar Nyberg | 12 | -30/+38 | |
| 2023-10-30 | Fix no result text in split tunneling view | Oskar Nyberg | 2 | -1/+16 | |
| 2023-10-27 | Increase hitarea of settings and account icons in headerbar | Oskar Nyberg | 1 | -6/+12 | |
| 2023-10-26 | Update privacy strings | David Göransson | 1 | -1/+4 | |
| 2023-10-25 | Fix app settings string resources capitalizations | saber safavi | 1 | -3/+3 | |
| 2023-10-20 | Update grpc-js and grpc-tools | Oskar Nyberg | 2 | -308/+51 | |
| 2023-10-20 | Add console.log error handling | Oskar Nyberg | 1 | -27/+39 | |
| 2023-10-17 | Update translations with IPv6 info dialog strings | Oskar Nyberg | 1 | -4/+8 | |
| 2023-10-17 | Add IPv6 info dialog | Oskar Nyberg | 1 | -10/+16 | |
| 2023-10-17 | Fix LocationRow and search input line height | Oskar Nyberg | 2 | -0/+2 | |
| 2023-10-17 | Fix all providers should become selected when selecting all providers | Oskar Nyberg | 1 | -6/+13 | |
| 2023-10-17 | Make sure filter count is correct when using multiple filters | Oskar Nyberg | 2 | -18/+32 | |
| 2023-10-16 | Fix device banner not showing after logging in | Oskar Nyberg | 1 | -1/+5 | |
| 2023-10-13 | Use optional modifier for optional primitives in protobuf messages | David Lönnhager | 1 | -49/+44 | |
| 2023-10-11 | Update dependencies with known vulnerabilities | Oskar Nyberg | 1 | -77/+74 | |
| 2023-10-11 | Downgrade npm to version supporting our node version | Oskar Nyberg | 1 | -1/+1 | |
| 2023-10-11 | Add string resources | saber safavi | 1 | -0/+19 | |
| 2023-10-11 | Register power monitor listeners after ready | Oskar Nyberg | 1 | -4/+4 | |
| 2023-10-11 | Upgrade Electron from 25.2.0 to 26.3.0 along with Node and npm | Oskar Nyberg | 2 | -18/+18 | |
