summaryrefslogtreecommitdiffhomepage
path: root/desktop/packages
AgeCommit message (Expand)AuthorFilesLines
2025-09-05Ignore calls to getUpgradeCacheDir in app upgrade testsOskar1-0/+2
2025-09-05Fix expect and ignore of send callsOskar2-37/+74
2025-09-05Add environment variable to trigger window.show in mocked testsOskar2-0/+11
2025-09-05Add ipc ignore handle in select entry location testOskar1-0/+3
2025-09-05Refactor creation of mock ipc methodsOskar2-57/+31
2025-09-05Convert existing mocked tests to new ipc utilityOskar11-241/+104
2025-09-05Use new ipc utility for mocked login testOskar1-21/+8
2025-09-05Add utility function to ignore ipc call in mocked testsOskar1-4/+23
2025-09-05Add new ipc utility for mocked testsOskar2-21/+59
2025-09-05Start login ui test with clear account historyOskar1-1/+1
2025-09-03Update translationsJonatan Rhodin39-155/+440
2025-09-02Update npm lint script to set the --max-warnings argumentTobias Järvelöv1-1/+1
2025-09-02Remove unnecessary eslint ignore commentTobias Järvelöv1-1/+0
2025-09-02Exit process with an exit code when an npm command exits with an errorTobias Järvelöv1-0/+1
2025-08-29Update translationsOskar1-12/+30
2025-08-29Add tests of warnings when clearing account historyOskar5-0/+179
2025-08-29Add ipc structure containing keys for mocked testsOskar3-4/+21
2025-08-29Add utility function for mocked tests that listens for ipc callsOskar1-0/+20
2025-08-29Add confirmation dialog when creating new accountOskar2-8/+82
2025-08-29Add confirmation dialog when clearing account historyOskar2-52/+121
2025-08-29Move Login.tsx to a view directoryOskar3-22/+31
2025-08-27Update translationsTobias Järvelöv1-1/+0
2025-08-27Change settings header to small titleTobias Järvelöv1-7/+1
2025-08-27Update translationsOskar1-3/+4
2025-08-27Add warning about voucher input looks like account numberOskar2-5/+36
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