summaryrefslogtreecommitdiffhomepage
path: root/gui
AgeCommit message (Collapse)AuthorFilesLines
2023-10-20Update grpc-js and grpc-toolsOskar Nyberg2-308/+51
2023-10-20Add console.log error handlingOskar Nyberg1-27/+39
2023-10-17Update translations with IPv6 info dialog stringsOskar Nyberg1-4/+8
2023-10-17Add IPv6 info dialogOskar Nyberg1-10/+16
2023-10-17Fix LocationRow and search input line heightOskar Nyberg2-0/+2
2023-10-17Fix all providers should become selected when selecting all providersOskar Nyberg1-6/+13
2023-10-17Make sure filter count is correct when using multiple filtersOskar Nyberg2-18/+32
2023-10-16Fix device banner not showing after logging inOskar Nyberg1-1/+5
2023-10-13Use optional modifier for optional primitives in protobuf messagesDavid Lönnhager1-49/+44
2023-10-11Update dependencies with known vulnerabilitiesOskar Nyberg1-77/+74
2023-10-11Downgrade npm to version supporting our node versionOskar Nyberg1-1/+1
2023-10-11Add string resourcessaber safavi1-0/+19
2023-10-11Register power monitor listeners after readyOskar Nyberg1-4/+4
2023-10-11Upgrade Electron from 25.2.0 to 26.3.0 along with Node and npmOskar Nyberg2-18/+18
2023-10-09Add label to custom list row in add dialogOskar Nyberg2-1/+7
2023-10-09Simplify location specification interfacesOskar Nyberg2-7/+4
2023-10-09Update translation template with custom list stringsOskar Nyberg1-0/+42
2023-10-09Fix calculated properties when searching in relay listOskar Nyberg7-38/+87
2023-10-09Add custom lists list in select location viewOskar Nyberg16-240/+914
2023-10-09Add dialogs for editing custom listsOskar Nyberg1-0/+201
2023-10-09Update types for filter function and export search functionOskar Nyberg1-19/+22
2023-10-09Make select location button show list name if list is selectedOskar Nyberg1-24/+30
2023-10-09Add custom lists to settings, ipc and rpc callsOskar Nyberg13-106/+301
2023-10-09Add input componentOskar Nyberg1-0/+71
2023-09-29Add social media blocking serverDavid Lönnhager7-1/+38
2023-09-28Add platform to download urlsOskar Nyberg6-15/+37
2023-09-25Update translationsOskar Nyberg38-987/+2089
2023-09-08Add logging of account expiry when running testsOskar Nyberg1-0/+4
2023-09-05Change notarization env vars to contain the keychain profileOskar Nyberg1-2/+2
2023-09-05Enable Apple notarization for all build server buildsOskar Nyberg1-3/+3
2023-09-05Upgrade to @electron/notarize from electron-notarizeOskar Nyberg3-100/+160
2023-09-05Fix login testsOskar Nyberg2-3/+5
2023-09-05Remove unused translationsLinus Färnstrand1-15/+0
2023-09-05Remove forwarded ports messages from GUI frontendLinus Färnstrand11-217/+10
2023-08-31Stop building libwg and wireguard-go on WindowsDavid Lönnhager1-1/+0
2023-08-30Remove unused link from config.jsonOskar Nyberg1-1/+0
2023-08-28Replace out of time view when adding timeOskar Nyberg7-94/+117
2023-07-13Add the ability to set a custom wireguard portJonatan Rhodin1-0/+15
2023-07-11Update login test to click correct account buttonDavid Lönnhager2-1/+2
2023-07-07Add option to change wireguard port to vpn settingsJonatan Rhodin1-0/+3
2023-07-07Update Electron to 25.2.0Oskar Nyberg3-24/+38
2023-07-07Update account expiry fetch logicOskar Nyberg3-13/+8
2023-07-04Fix tunnel state testsOskar Nyberg6-58/+57
2023-07-04Use playwright config when running e2e tests with npmOskar Nyberg1-1/+1
2023-07-04Improve playwright configOskar Nyberg1-0/+2
2023-06-29Cleanup review comments, CI issues and android supportJonathan1-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-29Update changelog, sync naming in .proto update guiJonathan1-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-28Fix `too many devices` end-to-end testMarkus Pettersson2-1/+9
Fix a failing end-to-end test that was caused due to missing navigation events.
2023-06-28Fix type signature of `currentRoute`Markus Pettersson1-2/+2
Change the type signature of `currentRoute` to return a `string` rather than `void`.
2023-06-28Merge branch 'update-translations-for-2023.4' into prepare-2023.4Oskar Nyberg38-935/+1163