| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-03-14 | Bump compose destinations to 2.1.0 | David Göransson | 1 | -1/+1 | |
| 2025-03-14 | Bump androidx credentials to 1.5.0 | David Göransson | 1 | -1/+1 | |
| 2025-03-13 | Merge branch 'remove-relay-query-builder-any-protocol' | Sebastian Holmin | 8 | -187/+105 | |
| 2025-03-13 | Remove "Any" tunnel protocol from query builder | Sebastian Holmin | 8 | -187/+105 | |
| 2025-03-13 | Merge branch 'fix-bug-with-locales-not-loading-after-switch-to-vite-des-1854' | Markus Pettersson | 1 | -1/+2 | |
| 2025-03-13 | Ensure locales are loaded from the correct path | Tobias Järvelöv | 1 | -1/+2 | |
| Due to the vite migration the path to load resources from is different between the production and development environments. | |||||
| 2025-03-13 | Merge branch 'only-use-lint-for-verification-script' | Jonatan Rhodin | 1 | -8/+2 | |
| 2025-03-13 | Use lint only when generating a new verification metadata file | Jonatan Rhodin | 1 | -8/+2 | |
| Also remove excluded cargo task as it is no longer needed | |||||
| 2025-03-13 | Merge branch ↵ | Markus Pettersson | 1 | -4/+1 | |
| 'investigate-bug-reports-that-new-users-are-not-forwarded-to-des-1835' | |||||
| 2025-03-13 | Fix logic keeping users on expired route even after time has been added | Tobias Järvelöv | 1 | -4/+1 | |
| When a user creates an account in the app and then adds time to the account outside of the app the user should then be shown the "/main/time-added" route. Whenever an account is created in the app, it's expiredStatus is set immediately to "expired", which makes the app show the "/main/expired" route. When time is added to the account its expiredStatus changes to "time_added" and this should show the "/main/time-added" route. However, due to an overly broad condition in the logic to determine when the "/main/expired" route should be shown, this caused the "main/time-added" route to never be shown, as the overly broad condition effectively prevented the logic to determine when to show the "/main/time-added" route from ever being called. This overly broad condition erroneously targeted all new accounts created from within the app and prevented the transition to the "/main/time-added" route. To fix the problem we update the logic regarding when to show the "/main/expired" route to not check if the account is new, as it is enough to only check if the account is logged in and that its expiredStatus is "expired". This change allows the logic to determine when the "/main/time-added" route should be shown to be called and as such can allow the route to be shown after time has been added. | |||||
| 2025-03-13 | Merge branch 'clean-up-redundant-gradle-repo' | Albin | 2 | -4/+0 | |
| 2025-03-13 | Clean up redundant gradle repo | Albin | 2 | -4/+0 | |
| 2025-03-13 | Update android app version to 2025.1-beta1 | Albin | 2 | -2/+2 | |
| 2025-03-13 | Update changelog for android/2025.1-beta1 | David Göransson | 1 | -2/+10 | |
| 2025-03-13 | Merge branch 'change-lockfile-task-order' | Albin | 1 | -1/+1 | |
| 2025-03-13 | Improve lockfile task order | Albin | 1 | -1/+1 | |
| This is done to earlier detect lint issues. | |||||
| 2025-03-13 | Merge branch 'extend-ignore-cves-babel' | Oskar | 3 | -77/+85 | |
| 2025-03-13 | Add Babel core, helpers, and runtime to development dependencies | Oliver | 2 | -74/+82 | |
| CVE-2025-27789 was introduced in version 7.26.9, a dependency for several packages. Since overriding the version had no effect, we’re now adding these packages as dev dependencies to lock in a fixed version. | |||||
| 2025-03-13 | Extend ignores for CVEs | Oliver | 1 | -3/+3 | |
| 2025-03-13 | Merge branch 'ios-1051-use-custom-dns-label-constancy' | Bug Magnet | 1 | -10/+4 | |
| 2025-03-13 | Decouple DNS server info from content-blockers UI expansion | Andrew Bulhak | 1 | -10/+4 | |
| 2025-03-13 | Merge branch 'always-refresh-relay-file-opportunistically-ios-1097' | Bug Magnet | 2 | -4/+20 | |
| 2025-03-13 | Update the README file describing changes to the relay prebuild script | Bug Magnet | 1 | -1/+3 | |
| 2025-03-13 | Build and cache relay list per configuration excluding Release | Bug Magnet | 1 | -3/+17 | |
| 2025-03-12 | Merge branch 'suppress-netty-cves' | Albin | 1 | -1/+13 | |
| 2025-03-12 | Suppress netty CVEs | Albin | 1 | -1/+13 | |
| 2025-03-12 | Merge branch 'fix-make-release-script' | Oskar | 1 | -0/+4 | |
| 2025-03-12 | Improve information in 4-make-release script | Oskar | 1 | -0/+4 | |
| 2025-03-12 | Merge branch 'fix-broken-pipe-printing-to-stdout' | Markus Pettersson | 4 | -0/+22 | |
| 2025-03-12 | Handle `SIGPIPE` | Markus Pettersson | 4 | -0/+22 | |
| Fix `SIGPIPE` being ignored, which would cause the `mullvad-cli` to panic if it received a `PIPE` signal (e.g. it was piped into `echo`). | |||||
| 2025-03-12 | Merge branch 'fix-macos-e2e-desktop-workflow' | Markus Pettersson | 1 | -4/+3 | |
| 2025-03-12 | Fix always build `test-manager` binary | Markus Pettersson | 1 | -4/+3 | |
| 2025-03-12 | Merge branch 'upload-metadata-to-cdn-servers-des-1781' | Oskar | 2 | -5/+73 | |
| 2025-03-12 | Fix git diff command in 4-make-release | Oskar | 1 | -1/+1 | |
| 2025-03-12 | Add call to upload-metadata-to-cdn in 4-make-release | Oskar | 1 | -5/+13 | |
| 2025-03-12 | Add script which uploads metadata to CDN servers | Oskar | 1 | -0/+60 | |
| 2025-03-12 | Merge branch 'silence-cves-libwg' | Markus Pettersson | 1 | -7/+19 | |
| 2025-03-12 | Silence `GO-2025-3447` in `libwg` | Markus Pettersson | 1 | -0/+6 | |
| 2025-03-12 | Silence `GO-2025-3487` in `libwg` | Markus Pettersson | 1 | -0/+6 | |
| 2025-03-12 | Update end date for silencing CVEs in `libwg/osv-scanner.toml` | Markus Pettersson | 1 | -7/+7 | |
| 2025-03-12 | Merge branch 'bump-python-cve-ignores' | Linus Färnstrand | 1 | -7/+10 | |
| 2025-03-12 | Bump the ignoreUntil on python dependencies | Linus Färnstrand | 1 | -7/+10 | |
| 2025-03-12 | Merge branch 'improve-release-scripts' | Oskar | 3 | -4/+6 | |
| 2025-03-11 | Improve release preparation diff verification output | Oskar | 1 | -2/+2 | |
| 2025-03-11 | Make desktop release script print link to releases directory | Oskar | 1 | -0/+2 | |
| 2025-03-11 | Rename release script for creating and pushing tag | Oskar | 1 | -0/+0 | |
| 2025-03-11 | Fix version matching | Oskar | 1 | -2/+2 | |
| 2025-03-11 | Merge branch 'fix-rustsec-2025-0014' | Markus Pettersson | 8 | -128/+204 | |
| 2025-03-11 | Silence `RUSTSEC-2025-0014` in test workspace | Markus Pettersson | 2 | -0/+13 | |
| 2025-03-11 | Bump `env_logger` to get rid of `humantime` | Markus Pettersson | 6 | -128/+191 | |
