| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2023-10-09 | Add label to custom list row in add dialog | Oskar Nyberg | 2 | -1/+7 | |
| 2023-10-09 | Simplify location specification interfaces | Oskar Nyberg | 2 | -7/+4 | |
| 2023-10-09 | Update translation template with custom list strings | Oskar Nyberg | 1 | -0/+42 | |
| 2023-10-09 | Fix calculated properties when searching in relay list | Oskar Nyberg | 7 | -38/+87 | |
| 2023-10-09 | Add custom lists list in select location view | Oskar Nyberg | 16 | -240/+914 | |
| 2023-10-09 | Add dialogs for editing custom lists | Oskar Nyberg | 1 | -0/+201 | |
| 2023-10-09 | Update types for filter function and export search function | Oskar Nyberg | 1 | -19/+22 | |
| 2023-10-09 | Make select location button show list name if list is selected | Oskar Nyberg | 1 | -24/+30 | |
| 2023-10-09 | Add custom lists to settings, ipc and rpc calls | Oskar Nyberg | 13 | -106/+301 | |
| 2023-10-09 | Add input component | Oskar Nyberg | 1 | -0/+71 | |
| 2023-09-29 | Add social media blocking server | David Lönnhager | 7 | -1/+38 | |
| 2023-09-28 | Add platform to download urls | Oskar Nyberg | 6 | -15/+37 | |
| 2023-09-25 | Update translations | Oskar Nyberg | 38 | -987/+2089 | |
| 2023-09-08 | Add logging of account expiry when running tests | Oskar Nyberg | 1 | -0/+4 | |
| 2023-09-05 | Change notarization env vars to contain the keychain profile | Oskar Nyberg | 1 | -2/+2 | |
| 2023-09-05 | Enable Apple notarization for all build server builds | Oskar Nyberg | 1 | -3/+3 | |
| 2023-09-05 | Upgrade to @electron/notarize from electron-notarize | Oskar Nyberg | 3 | -100/+160 | |
| 2023-09-05 | Fix login tests | Oskar Nyberg | 2 | -3/+5 | |
| 2023-09-05 | Remove unused translations | Linus Färnstrand | 1 | -15/+0 | |
| 2023-09-05 | Remove forwarded ports messages from GUI frontend | Linus Färnstrand | 11 | -217/+10 | |
| 2023-08-31 | Stop building libwg and wireguard-go on Windows | David Lönnhager | 1 | -1/+0 | |
| 2023-08-30 | Remove unused link from config.json | Oskar Nyberg | 1 | -1/+0 | |
| 2023-08-28 | Replace out of time view when adding time | Oskar Nyberg | 7 | -94/+117 | |
| 2023-07-13 | Add the ability to set a custom wireguard port | Jonatan Rhodin | 1 | -0/+15 | |
| 2023-07-11 | Update login test to click correct account button | David Lönnhager | 2 | -1/+2 | |
| 2023-07-07 | Add option to change wireguard port to vpn settings | Jonatan Rhodin | 1 | -0/+3 | |
| 2023-07-07 | Update Electron to 25.2.0 | Oskar Nyberg | 3 | -24/+38 | |
| 2023-07-07 | Update account expiry fetch logic | Oskar Nyberg | 3 | -13/+8 | |
| 2023-07-04 | Fix tunnel state tests | Oskar Nyberg | 6 | -58/+57 | |
| 2023-07-04 | Use playwright config when running e2e tests with npm | Oskar Nyberg | 1 | -1/+1 | |
| 2023-07-04 | Improve playwright config | Oskar Nyberg | 1 | -0/+2 | |
| 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. | |||||
| 2023-06-29 | Update changelog, sync naming in .proto update gui | Jonathan | 1 | -11/+21 | |
| Updates the changelog, syncs naming to be consistent inside the .proto file with rust in regards to newly added message types for custom lists. Update the gui so that it does not break when using a custom list daemon. However does not let gui actually use custom lists, only has CLI support. | |||||
| 2023-06-28 | Fix `too many devices` end-to-end test | Markus Pettersson | 2 | -1/+9 | |
| Fix a failing end-to-end test that was caused due to missing navigation events. | |||||
| 2023-06-28 | Fix type signature of `currentRoute` | Markus Pettersson | 1 | -2/+2 | |
| Change the type signature of `currentRoute` to return a `string` rather than `void`. | |||||
| 2023-06-28 | Merge branch 'update-translations-for-2023.4' into prepare-2023.4 | Oskar Nyberg | 38 | -935/+1163 | |
