summaryrefslogtreecommitdiffhomepage
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2025-08-27Add isAccountNumber utility functionOskar2-0/+30
2025-08-26Add comment describing purpose of disconnected.spec.tsOskar1-0/+4
2025-08-26Refactor environment variablesOskar1-14/+15
2025-08-26Add additional udp-over-tcp testsOskar3-15/+70
2025-08-26Add functions to main route object modelOskar2-0/+14
2025-08-26Add route object models for wireguard and udp-over-tcp settingsOskar9-0/+88
2025-08-26Add navigation object model for testsOskar3-0/+31
2025-08-26Use RouteObjectModel for setup of tunnel-state.spec.tsOskar1-3/+10
2025-08-26Group tunnel state tests togetherOskar1-86/+88
2025-08-26Fix unintentional rename of desktop fileDavid Lönnhager1-1/+2
2025-08-26Refactor vpn settings tests to not assert in helper functionsOliver1-30/+26
2025-08-26Move tests to correct describe blockOliver1-6/+5
2025-08-26Fix missing enable in launch on startup and auto connect testsOliver1-2/+4
2025-08-26Wait for switches to update in vpn settings testsOliver2-20/+8
2025-08-22Improve connect on start up informationJonatan Rhodin1-1/+7
2025-08-18Filter on IP version for QUIC in desktop UIDavid Lönnhager3-4/+34
2025-08-15Disable linting on React hooks which invokes a useEffectEvent callbackTobias Järvelöv19-0/+135
2025-08-15Fix react compiler lint errorsTobias Järvelöv1-5/+6
2025-08-15Replace use of deprecated String.substr with String.substringTobias Järvelöv1-1/+1
2025-08-15Replace use of deprecated Buffer.slice with Buffer.subarrayTobias Järvelöv1-2/+2
2025-08-15Remove use of deprecated batch functionTobias Järvelöv1-22/+20
2025-08-15Replace deprecated type MutableRefObject with RefObjectTobias Järvelöv2-3/+3
2025-08-15Mark unhandled return value with void explicitlyTobias Järvelöv2-2/+2
2025-08-15Set default value for useRef hooks and update types accordinglyTobias Järvelöv8-12/+12
2025-08-15Update useStyledRef to set useRef default value to nullTobias Järvelöv1-2/+2
2025-08-15Add type for props to usage of ReactElement typeTobias Järvelöv2-2/+2
2025-08-15Update package-lock.jsonTobias Järvelöv1-157/+187
2025-08-15Upgrade experimental eslint react packages to stable versionsTobias Järvelöv1-2/+2
2025-08-15Upgrade react-redux packageTobias Järvelöv1-1/+1
2025-08-15Upgrade react packagesTobias Järvelöv1-4/+4
2025-08-14Update outdated instructions in 1-prepare-releaseDavid Lönnhager1-2/+1
2025-08-14Bump OS versions in 3-verify-buildDavid Lönnhager1-1/+1
2025-08-13Fix do not filter exit relays when multihop and QUIC is enabledMarkus Pettersson3-16/+31
2025-08-08Update electron-builder to 26David Lönnhager3-2154/+3018
2025-08-08Show external icon for upgrade button only on LinuxTobias Järvelöv1-1/+1
2025-08-08Replace select hop code with use casesJonatan Rhodin1-0/+9
2025-08-08Update translationsJonatan Rhodin39-320/+1707
2025-08-07Bump version of tmp dependencyTobias Järvelöv1-6/+7
2025-07-31Share mock relay list between select location tests and e2e setupDavid Lönnhager4-101/+6
2025-07-31Fix initial relay list state in e2e test, and update mock relay listDavid Lönnhager1-6/+54
2025-07-31Set gtk-version for playwright testsDavid Lönnhager2-0/+3
2025-07-31Add tests for select location entry and exit relay listsOliver2-2/+89
2025-07-31Add test expecting multihop to enable when clicking switchOliver1-0/+43
2025-07-31Add test expecting daita to enable when clicking switchOliver1-0/+44
2025-07-31Add select location navigation to main route object modelOliver2-0/+6
2025-07-31Add multihop and daita navigation to settings route object modelOliver2-0/+12
2025-07-31Add multihop and daita settings to main route object modelOliver1-0/+6
2025-07-31Add multihop settings route object modelOliver3-0/+35
2025-07-31Add daita settings route object modelOliver3-0/+35
2025-07-31Add openvpn server to relay mock dataOliver2-6/+26