| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-03-11 | Merge branch 'silence-RUSTSEC-2024-0436' | Markus Pettersson | 2 | -0/+12 | |
| 2025-03-11 | Silence RUSTSEC-2024-0436 | Markus Pettersson | 2 | -0/+12 | |
| 2025-03-11 | Merge branch 'improve-browser-download-script' | Linus Färnstrand | 2 | -3/+12 | |
| 2025-03-11 | Sleep before rsync to avoid remote file locking issue | Linus Färnstrand | 1 | -0/+4 | |
| 2025-03-11 | Move browser files to WORKDIR only after all fallible downloads | Linus Färnstrand | 1 | -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-11 | Specify what file to check with gpg explicitly | Linus Färnstrand | 1 | -1/+1 | |
| Reduces noisy output from gpg | |||||
| 2025-03-11 | Fix bug in nightly osv-scanner CI job | Linus Färnstrand | 2 | -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-10 | Merge branch 'bump-ring-test-framework' | Markus Pettersson | 1 | -5/+4 | |
| 2025-03-10 | Bump `ring` to `0.7.13` to mitigate RUSTSEC-2025-0009 | Markus Pettersson | 1 | -5/+4 | |
| 2025-03-10 | Merge branch 'remove-automatic-tunnel-option-from-gui-des-1787' | Markus Pettersson | 18 | -141/+92 | |
| 2025-03-10 | Remove unused helper to convert from tunnel type constraint | Tobias Järvelöv | 1 | -16/+0 | |
| 2025-03-10 | Remove parameter relaySettings in getTunnelProtocolFilter | Tobias Järvelöv | 3 | -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-10 | Update Tunnel Protocol fallback handling | Tobias Järvelöv | 3 | -8/+7 | |
| Remove "any" as fallback value. | |||||
| 2025-03-10 | Use hook useTunnelProtocol to get tunnel protocol value | Tobias Järvelöv | 3 | -8/+7 | |
| This way we can use its fallback value if relaySettings.tunnelProtocol is undefined. | |||||
| 2025-03-10 | Remove constraint for TunnelProtocol | Tobias Järvelöv | 8 | -17/+14 | |
| 2025-03-10 | Remove "any" for TunnelType | Tobias Järvelöv | 2 | -7/+2 | |
| 2025-03-10 | Update tunnel protocol to "wireguard" in redux | Tobias Järvelöv | 1 | -1/+1 | |
| 2025-03-10 | Update tunnel protocol to "wireguard" for default normal relay settings | Tobias Järvelöv | 1 | -1/+1 | |
| 2025-03-10 | Use helper for default normal relay settings for fallback value | Tobias Järvelöv | 1 | -16/+4 | |
| 2025-03-10 | Use helper for normal relay settings to get default value | Tobias Järvelöv | 1 | -16/+1 | |
| 2025-03-10 | Add helper to return default value for normal relay settings | Tobias Järvelöv | 1 | -0/+25 | |
| 2025-03-10 | Update translations | Tobias Järvelöv | 1 | -3/+3 | |
| 2025-03-10 | Remove support for setting Tunnel Protocol to "Automatic" | Tobias Järvelöv | 1 | -1/+0 | |
| 2025-03-10 | Remove mention of "Automatic" in tunnel protocol translations | Tobias Järvelöv | 2 | -6/+16 | |
| Also add TRANSLATORS comment to the changed translations. | |||||
| 2025-03-10 | Handle tunnel_protocol now being a required message field | Tobias Järvelöv | 1 | -13/+3 | |
| 2025-03-10 | Remove optional for tunnel_type in NormalRelaySettings message | Tobias Järvelöv | 1 | -1/+1 | |
| 2025-03-10 | Fix wrong placeholders declared in TRANSLATORS comment | Tobias Järvelöv | 1 | -2/+2 | |
| 2025-03-10 | Merge branch 'backport-2025.3' | Jon Petersson | 2 | -1/+5 | |
| 2025-03-10 | Backport release build verions and changelog | Jon Petersson | 2 | -1/+5 | |
| 2025-03-10 | Merge branch 'rename-spacing-tokens-des-1647' | Markus Pettersson | 48 | -255/+237 | |
| 2025-03-10 | Remove spacing tokens that are not part of design system | Oliver | 1 | -8/+0 | |
| 2025-03-10 | Adjust NavigationHeader height | Oliver | 1 | -2/+3 | |
| 2025-03-10 | Convert spacing enum to const object | Oliver | 46 | -205/+217 | |
| 2025-03-10 | Update to new spacings from design system | Oliver | 43 | -109/+94 | |
| 2025-03-10 | Rename variable containing spacing primitives | Oliver | 2 | -3/+3 | |
| 2025-03-10 | Rename spacing tokens | Oliver | 2 | -43/+35 | |
| 2025-03-10 | Merge branch 'fix-4-make-release' | Oskar | 1 | -16/+33 | |
| 2025-03-10 | Disable metadata generation in 4-make-release | Oskar | 1 | -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-09 | Make it possible to run 4-make-release standalone | Oskar | 1 | -14/+30 | |
| 2025-03-07 | Merge branch 'dont-use-stdin-meta' | David Lönnhager | 2 | -17/+10 | |
| 2025-03-07 | Update metadata release script | David Lönnhager | 1 | -3/+1 | |
| 2025-03-07 | Replace local work files in 4-make-release script | David Lönnhager | 1 | -0/+4 | |
| 2025-03-07 | Require ed25519 secret to be specified from stdin | David Lönnhager | 1 | -14/+5 | |
| 2025-03-07 | Merge branch 'fix-devmole-publishing' | Albin | 1 | -1/+4 | |
| 2025-03-07 | Fix devmole publishing | Albin | 1 | -1/+4 | |
| 2025-03-07 | Merge branch 'settings-migration-fails-on-main-des-1809' | Sebastian Holmin | 6 | -98/+230 | |
| 2025-03-07 | Test that running migrations results in the most recent settings version | David Lönnhager | 3 | -41/+50 | |
| 2025-03-07 | Simplify tests and improve coverage | Sebastian Holmin | 1 | -451/+68 | |
| 2025-03-07 | Add tunnel protocol migration to new v10 | Sebastian Holmin | 3 | -1/+560 | |
| 2025-03-07 | Remove tunnel protocol migration from v9 | Sebastian Holmin | 1 | -56/+3 | |
