summaryrefslogtreecommitdiffhomepage
path: root/desktop/packages/mullvad-vpn/src/shared
AgeCommit message (Collapse)AuthorFilesLines
2025-10-31Add robber languageOskar1-0/+4
2025-10-30Add utility type ValueOfArrayTobias Järvelöv1-0/+2
2025-10-24Remove unused 'no wireguard key' errorDavid Lönnhager2-11/+0
2025-10-23Make sure link to app upgrade view only appears on supported platformsTobias Järvelöv1-13/+22
2025-10-13Add properties for LWO and QUIC in strings constantTobias Järvelöv1-0/+2
2025-10-10Add manage devices viewOliver1-0/+1
2025-09-30Add LWO to UIDavid Lönnhager1-0/+2
2025-09-30Add feature indicator for LWODavid Lönnhager1-0/+1
2025-09-30Rename block_when_disconnected to lockdown_mode in Electron appTobias Järvelöv3-8/+7
2025-09-30Update IPC types with potential error when updating an access methodTobias Järvelöv1-1/+1
2025-09-30Update IPC types with potential error when adding an access methodTobias Järvelöv1-1/+2
2025-09-30Handle daemon error when adding an api access methodTobias Järvelöv1-0/+2
2025-09-22Add and use anchor id typeOliver1-1/+16
2025-09-22Add scroll to anchor option typeOliver1-1/+6
2025-09-18Add multiplexer POC to daemon, TSM, and relay selectorDavid Lönnhager1-1/+0
2025-09-18Add isSplitTunnelingSupported to linux split tunneling IPC schemaTobias Järvelöv1-0/+1
2025-09-17Add LWO to UI obfuscation typesDavid Lönnhager1-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-08-29Add ipc structure containing keys for mocked testsOskar2-4/+16
This commit adds a function along with types to enable type safety for referencing ipc event keys.
2025-08-27Add isAccountNumber utility functionOskar1-0/+4
2025-07-23Refactor Relay protobuf typeMarkus Pettersson1-7/+2
Remove the dependency on google/protobuf/any.proto.
2025-07-23Filter relay list by QUICMarkus Pettersson1-1/+15
2025-07-16Add QUIC feature indicator to Electron GUIMarkus Pettersson1-0/+1
2025-07-04Add info dialog explaining where daemon caches the installerOskar1-0/+1
2025-06-30Implement daemon status management and related IPC communicationOliver2-0/+5
2025-06-24Enable support for creating a custom list with locationsJonatan Rhodin2-1/+4
2025-05-28Update link to AppUpgrade route to be separate from rest of messageTobias Järvelöv1-15/+30
2025-05-28Make "Update available" system notification navigate to upgrade routeTobias Järvelöv1-3/+3
2025-05-28Make notification action conditionally navigate to AppUpgrade routeTobias Järvelöv1-13/+28
If an upgrade exists then the user can upgrade from within the app, rather than visiting the website to download an installer.
2025-05-28Update unsupported version notification to receive suggestedUpgradeTobias Järvelöv1-0/+2
2025-05-28Add 'navigate-internal' SystemNotificationActionTobias Järvelöv1-8/+17
2025-05-28Add app-openRoute to IPC schemaTobias Järvelöv1-0/+1
2025-05-28Update import path for routesTobias Järvelöv1-0/+1
2025-05-28Move routes to shared folderTobias Järvelöv1-0/+37
2025-05-28Update system notifications to use 'navigate-external' typeTobias Järvelöv4-14/+22
2025-05-28Replace 'open-url' with 'navigate-external' for SystemNotificationActionTobias Järvelöv1-4/+6
2025-05-28Rename NotificationAction to SystemNotificationActionTobias Järvelöv1-2/+2
2025-05-28Remove NotificationAction from InAppNotificationActionTobias Järvelöv1-1/+0
The system notifications and in app notifications should no longer use the same types.
2025-05-28Migrate in app notifications to use 'navigate-external' action typeTobias Järvelöv2-3/+11
2025-05-28Expand navigate-external link props to include withAuthTobias Järvelöv1-1/+1
2025-05-28Add AppUpgradeStep typeTobias Järvelöv1-0/+1
2025-05-28Remove AppUpgradeError for automatic start of installer failingTobias Järvelöv1-5/+2
2025-05-28Update AppUpgradeEventStatus typesTobias Järvelöv1-8/+18
Add manual and automatic statuses
2025-05-28Refactor location state options to use objectsOliver1-1/+7
2025-05-28Add AppUpgradEventStatus for when installer is exitedTobias Järvelöv1-0/+5
2025-05-28Add installer failed value for AppUpgradeErrorTobias Järvelöv1-1/+2
2025-05-28Set timeLeft as optional for AppUpgrade download progress event typeTobias Järvelöv1-1/+1
2025-05-28Add isNumber utilityTobias Järvelöv1-0/+4