summaryrefslogtreecommitdiffhomepage
path: root/desktop/packages/mullvad-vpn/src
AgeCommit message (Expand)AuthorFilesLines
2025-09-18Add multiplexer POC to daemon, TSM, and relay selectorDavid Lönnhager3-13/+21
2025-09-18Add testid to LinuxApplicationListTobias Järvelöv1-1/+7
2025-09-18Disable open file picker button if split tunneling unsupportedTobias Järvelöv3-2/+13
2025-09-18Show unsupported dialog on app launch if split tunneling unsupportedTobias Järvelöv1-2/+13
2025-09-18Disable application list item when split tunneling is unsupportedTobias Järvelöv1-1/+4
2025-09-18Add info and dialog for if split tunneling is unsupportedTobias Järvelöv8-6/+131
2025-09-18Add show unsupported dialog property to LinuxSettingsContextTobias Järvelöv1-0/+7
2025-09-18Pass disabled prop to ApplicationSearchBarTobias Järvelöv1-3/+12
2025-09-18Update split tunneling support on mountTobias Järvelöv1-4/+10
2025-09-18Add split tunneling supported property to LinuxSettingsContextTobias Järvelöv1-1/+17
2025-09-18Add render method for IPC call if linux split tunneling is supportedTobias Järvelöv1-0/+3
2025-09-18Add main IPC handler for linux split tunneling supportedTobias Järvelöv1-0/+4
2025-09-18Add isSplitTunnelingSupported to linux split tunneling IPC schemaTobias Järvelöv1-0/+1
2025-09-18Rename method splitTunnelIsEnabled to linuxSplitTunnelIsSupportedTobias Järvelöv1-3/+7
2025-09-18Add disabled style for SearchBarTobias Järvelöv1-1/+12
2025-09-17Add LWO to UI obfuscation typesDavid Lönnhager2-1/+4
2025-09-11Remove duplicated test idTobias Järvelöv1-1/+1
2025-09-11Show spinner when linux application list is not ready to displayTobias Järvelöv3-2/+21
2025-09-11Refactor Split tunneling settingsTobias Järvelöv134-803/+1828
2025-09-11Export interface ISearchBarPropsTobias Järvelöv1-1/+1
2025-09-11Update Link default color to chalkOliver4-12/+8
2025-09-11Use Link button instead of footer to create new account in Login viewOliver2-58/+55
2025-09-11Add hover and active colors to Link componentOliver5-26/+49
2025-09-11Make Link component polymorphicOliver1-5/+8
2025-09-11Rename Login to LoginViewOliver4-4/+12
2025-09-11Add login button under account inputOliver2-81/+75
2025-09-11Update Container to only center content horizontallyOliver1-1/+1
2025-09-05Fix expect and ignore of send callsOskar1-0/+4
2025-09-05Refactor creation of mock ipc methodsOskar1-0/+3
2025-09-05Add new ipc utility for mocked testsOskar1-18/+9
2025-09-02Remove unnecessary eslint ignore commentTobias Järvelöv1-1/+0
2025-08-29Add ipc structure containing keys for mocked testsOskar2-4/+16
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-27Change settings header to small titleTobias Järvelöv1-7/+1
2025-08-27Add warning about voucher input looks like account numberOskar2-5/+36
2025-08-27Add isAccountNumber utility functionOskar1-0/+4
2025-08-18Filter on IP version for QUIC in desktop UIDavid Lönnhager2-3/+33
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-13Fix do not filter exit relays when multihop and QUIC is enabledMarkus Pettersson3-16/+31