summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2025-05-19Move IconButton styling to styled componentOliver1-27/+21
2025-05-19Use new colors in IconButtonOliver1-2/+2
2025-05-19Use new colors in ProgressOliver4-15/+11
2025-05-19Use new colors in FilterChipOliver1-5/+5
2025-05-19Use new colors in Icon and related componentsOliver17-64/+59
2025-05-19Use new colors in Text and related componentsOliver13-51/+28
2025-05-19Use new colors in DotOliver1-7/+7
2025-05-19Use new colors in ButtonOliver1-11/+11
2025-05-19Add new color tokens and variablesOliver3-1/+196
2025-05-19Deprecate old color tokens and variablesOliver89-417/+462
2025-05-19Merge branch 'quinn-opt-level'David Lönnhager1-2/+8
2025-05-19Set opt-level=3 for quinn-udpDavid Lönnhager1-0/+1
2025-05-19Update cargo.tomlJoakim Hulthe1-13/+6
2025-05-19Set opt-level=3 for mullvad-masque-proxyJoakim Hulthe1-0/+3
2025-05-19Set opt-level=3 for quinnJoakim Hulthe1-0/+3
2025-05-19Set opt-level=3 for quinn-protoJoakim Hulthe1-0/+3
2025-05-19Set opt-level=3 for ringJoakim Hulthe1-0/+3
2025-05-19Merge branch 'disable-enablenodecliinspectarguments-fuse-des-1969'Tobias Järvelöv3-4/+118
2025-05-19Add flipping of electron fusesTobias Järvelöv1-4/+43
We want to disable the possibility to pass --inspect to the production build as this opens up for arbitrary code execution.
2025-05-19Update package-lock.jsonTobias Järvelöv1-0/+74
2025-05-19Add @electron/fuses dependencyTobias Järvelöv1-0/+1
2025-05-19Merge branch 'remove-developvite-command-des-2064'Tobias Järvelöv1-1/+0
2025-05-16Remove develop:vite commandTobias Järvelöv1-1/+0
It has been deprecated and replaced by the `develop` command.
2025-05-16Merge branch 'link-404-in-readme-droid-2003'Jonatan Rhodin1-1/+1
2025-05-16Fix broken linkDavid Göransson1-1/+1
2025-05-16Merge branch 'add-block-all-except-destination-api-to-raas'Jonatan Rhodin6-66/+208
2025-05-16Add assertKalle Lindström1-2/+6
2025-05-16Use block wireguard new apiKalle Lindström2-2/+2
2025-05-16Remove Option and use #[serde(default)] insteadKalle Lindström2-10/+12
2025-05-16Fix formattingKalle Lindström1-4/+15
2025-05-16Add block all except destination apiKalle Lindström4-61/+186
* add `block_all_except_dst` field to /rule api call. Normally a packet sent to `dst` would match the block rule, but this inverts that so that any packet *not* sent to `dst` will match the block rule. * remove `block_wireguard` field from /rule Blocking wireguard is now done by adding "wireguard" to the protocols list.
2025-05-16Merge branch 'add-in-app-banner-message-for-wireguard-port-changelog'Markus Pettersson1-0/+3
2025-05-16Mention "Add unsupported WireGuard port notification" in changelogMarkus Pettersson1-0/+3
2025-05-16Merge branch 'add-in-app-banner-message-for-wireguard-port-des-2125'David Lönnhager7-5/+230
2025-05-16Update translationsOliver1-3/+21
2025-05-16Use utility function for port validationOliver1-1/+2
2025-05-16Add tests for unsupported WireGuard port notificationsOliver1-1/+118
2025-05-16Add unsupported WireGuard port notificationOliver3-0/+85
2025-05-16Add isInRanges utility functionOliver1-0/+4
2025-05-16Add release channel name as extra deb repo codenameLinus Färnstrand5-6/+23
Allows specifying a static codename. Allows users on non Debian/Ubuntu distros to successfully use the repositories even though their lsb_release command does not print a supported codename. We are transitioning towards only having the "stable" and "beta" code names
2025-05-16Merge branch ↵Markus Pettersson1-0/+5
'allow-long-filenames-in-git-for-the-windows-github-runners-des-2148'
2025-05-16Allow long filenames in git for the Windows Github runnersMarkus Pettersson1-0/+5
2025-05-15Add link to installer downloader audit on Assured's websiteLinus Färnstrand1-1/+2
2025-05-15Merge branch 'design-review-changes'David Göransson55-307/+286
2025-05-15Fix Device IP version header not clickableDavid Göransson1-0/+1
2025-05-15Fix another testJonatan Rhodin1-0/+1
2025-05-15Rework StatusLevelJonatan Rhodin2-5/+5
2025-05-15Fix test crashJonatan Rhodin1-0/+1
2025-05-15Fix fail & success icon sizeDavid Göransson10-138/+93
2025-05-15Replace auto connect top bar with medium top barJonatan Rhodin2-5/+25