summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2025-03-11Merge branch 'silence-RUSTSEC-2024-0436'Markus Pettersson2-0/+12
2025-03-11Silence RUSTSEC-2024-0436Markus Pettersson2-0/+12
2025-03-11Merge branch 'improve-browser-download-script'Linus Färnstrand2-3/+12
2025-03-11Sleep before rsync to avoid remote file locking issueLinus Färnstrand1-0/+4
2025-03-11Move browser files to WORKDIR only after all fallible downloadsLinus Färnstrand1-2/+7
Fixes bug where downloading a new stable could replace the artifact in $WORKDIR/, and then a download of the alpha could fail, aborting the script. but since the WORKDIR cache of stable was already replaced, subsequent runs would not trigger a notification to the repository builder, as the stable artifact in WORKDIR would be identical at this point. Saving the move to WORKDIR until last prevents this hickup
2025-03-11Specify what file to check with gpg explicitlyLinus Färnstrand1-1/+1
Reduces noisy output from gpg
2025-03-11Fix bug in nightly osv-scanner CI jobLinus Färnstrand2-2/+2
When we patched the CI job to allow checking out git submodules, I accidentally copy-pasted the wrong workflow yaml file. This made the nightly scheduled scan use the PR workflow. This workflow does not work in this setting, and it always just reported green status Moving back to consuming the workflow from google instead of our fork again, since the PR with the needed changes have been merged upstream
2025-03-10Merge branch 'bump-ring-test-framework'Markus Pettersson1-5/+4
2025-03-10Bump `ring` to `0.7.13` to mitigate RUSTSEC-2025-0009Markus Pettersson1-5/+4
2025-03-10Merge branch 'remove-automatic-tunnel-option-from-gui-des-1787'Markus Pettersson18-141/+92
2025-03-10Remove unused helper to convert from tunnel type constraintTobias Järvelöv1-16/+0
2025-03-10Remove parameter relaySettings in getTunnelProtocolFilterTobias Järvelöv3-26/+6
We only used the relaySettings parameter to handle when tunnel protocol was set to "any" to potentially enable "openvpn" endpoints if multihop was not enabled. However, as the tunnel protocol now has to be explicitly assigned to either "wireguard" or "openvpn" we should only enable endpoints which matches the tunnel protocol so we don't need to check the multihop setting, as it has to be disabled for the user to switch the tunnel protocol to "openvpn"
2025-03-10Update Tunnel Protocol fallback handlingTobias Järvelöv3-8/+7
Remove "any" as fallback value.
2025-03-10Use hook useTunnelProtocol to get tunnel protocol valueTobias Järvelöv3-8/+7
This way we can use its fallback value if relaySettings.tunnelProtocol is undefined.
2025-03-10Remove constraint for TunnelProtocolTobias Järvelöv8-17/+14
2025-03-10Remove "any" for TunnelTypeTobias Järvelöv2-7/+2
2025-03-10Update tunnel protocol to "wireguard" in reduxTobias Järvelöv1-1/+1
2025-03-10Update tunnel protocol to "wireguard" for default normal relay settingsTobias Järvelöv1-1/+1
2025-03-10Use helper for default normal relay settings for fallback valueTobias Järvelöv1-16/+4
2025-03-10Use helper for normal relay settings to get default valueTobias Järvelöv1-16/+1
2025-03-10Add helper to return default value for normal relay settingsTobias Järvelöv1-0/+25
2025-03-10Update translationsTobias Järvelöv1-3/+3
2025-03-10Remove support for setting Tunnel Protocol to "Automatic"Tobias Järvelöv1-1/+0
2025-03-10Remove mention of "Automatic" in tunnel protocol translationsTobias Järvelöv2-6/+16
Also add TRANSLATORS comment to the changed translations.
2025-03-10Handle tunnel_protocol now being a required message fieldTobias Järvelöv1-13/+3
2025-03-10Remove optional for tunnel_type in NormalRelaySettings messageTobias Järvelöv1-1/+1
2025-03-10Fix wrong placeholders declared in TRANSLATORS commentTobias Järvelöv1-2/+2
2025-03-10Merge branch 'backport-2025.3'Jon Petersson2-1/+5
2025-03-10Backport release build verions and changelogJon Petersson2-1/+5
2025-03-10Merge branch 'rename-spacing-tokens-des-1647'Markus Pettersson48-255/+237
2025-03-10Remove spacing tokens that are not part of design systemOliver1-8/+0
2025-03-10Adjust NavigationHeader heightOliver1-2/+3
2025-03-10Convert spacing enum to const objectOliver46-205/+217
2025-03-10Update to new spacings from design systemOliver43-109/+94
2025-03-10Rename variable containing spacing primitivesOliver2-3/+3
2025-03-10Rename spacing tokensOliver2-43/+35
2025-03-10Merge branch 'fix-4-make-release'Oskar1-16/+33
2025-03-10Disable metadata generation in 4-make-releaseOskar1-2/+3
This commit should be reverted when ready to release installer downloader. The metadata won't be needed until then and should not affect the release workflow until needed.
2025-03-09Make it possible to run 4-make-release standaloneOskar1-14/+30
2025-03-07Merge branch 'dont-use-stdin-meta'David Lönnhager2-17/+10
2025-03-07Update metadata release scriptDavid Lönnhager1-3/+1
2025-03-07Replace local work files in 4-make-release scriptDavid Lönnhager1-0/+4
2025-03-07Require ed25519 secret to be specified from stdinDavid Lönnhager1-14/+5
2025-03-07Merge branch 'fix-devmole-publishing'Albin1-1/+4
2025-03-07Fix devmole publishingAlbin1-1/+4
2025-03-07Merge branch 'settings-migration-fails-on-main-des-1809'Sebastian Holmin6-98/+230
2025-03-07Test that running migrations results in the most recent settings versionDavid Lönnhager3-41/+50
2025-03-07Simplify tests and improve coverageSebastian Holmin1-451/+68
2025-03-07Add tunnel protocol migration to new v10Sebastian Holmin3-1/+560
2025-03-07Remove tunnel protocol migration from v9Sebastian Holmin1-56/+3