| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-12-21 | Remove unneeded reference | Emīls | 1 | -1/+1 | |
| 2022-12-21 | Merge branch 'fix-screenshots' | Andrej Mihajlov | 9 | -66/+108 | |
| 2022-12-20 | MKMapView.setRegion() may call delegate synchronously. Reorder operations | Andrej Mihajlov | 1 | -1/+1 | |
| 2022-12-20 | Connect: refactor | Andrej Mihajlov | 1 | -8/+7 | |
| 2022-12-20 | Snapfile: stop on first error | Andrej Mihajlov | 1 | -0/+3 | |
| 2022-12-20 | Fix screenshot script | Andrej Mihajlov | 2 | -4/+23 | |
| 2022-12-20 | Add accessibility identifiers for preferences | Andrej Mihajlov | 2 | -13/+34 | |
| 2022-12-20 | Update snapshot helper | Andrej Mihajlov | 1 | -2/+2 | |
| 2022-12-20 | Update fastlane | Andrej Mihajlov | 2 | -38/+38 | |
| 2022-12-20 | Merge branch 'change-voucher-message' | Andrej Mihajlov | 2 | -21/+23 | |
| 2022-12-20 | Change texts related to redeem voucher. | sajacl | 2 | -21/+23 | |
| 2022-12-20 | Merge branch 'remove-logout-confirmation' | Andrej Mihajlov | 1 | -60/+2 | |
| 2022-12-20 | Remove logout confirmation | Andrej Mihajlov | 1 | -60/+2 | |
| 2022-12-20 | Merge branch 'device-logout-text' | Andrej Mihajlov | 1 | -1/+1 | |
| 2022-12-20 | Changed logout device `x` text. | sajacl | 1 | -1/+1 | |
| 2022-12-19 | Merge branch 'macos-fix-fish-uninstall' | David Lönnhager | 1 | -7/+2 | |
| 2022-12-19 | Don't fail uninstall_macos.sh if brew is not installed | David Lönnhager | 1 | -7/+2 | |
| 2022-12-19 | Merge branch 'do-not-embed-frameworks-into-appex' | Andrej Mihajlov | 1 | -19/+0 | |
| 2022-12-19 | Do not embed frameworks into PackeTunnel.appex | Andrej Mihajlov | 1 | -19/+0 | |
| 2022-12-19 | Bump iOS 2022.3 (build 4) | Andrej Mihajlov | 1 | -28/+28 | |
| 2022-12-19 | Merge branch 'restart-tunnel-after-migration' | Andrej Mihajlov | 3 | -94/+120 | |
| 2022-12-19 | Reconnect tunnel after migration from AppDelegate | Andrej Mihajlov | 3 | -94/+120 | |
| 2022-12-16 | Merge branch 'wrong_in_app_notification' | Albin | 2 | -4/+7 | |
| 2022-12-16 | Fix showing wrong in-app notifications | saber safavi | 2 | -4/+7 | |
| 2022-12-16 | Merge branch 'fix-static-lib-deps' | Andrej Mihajlov | 7 | -508/+970 | |
| 2022-12-16 | Migration v1 -> v2: Log out user but migrate settings when we cannot match ↵ | Andrej Mihajlov | 1 | -35/+40 | |
| the pubkey with device | |||||
| 2022-12-16 | Convert MullvadLogging, MullvadTypes, Operations into frameworks | Andrej Mihajlov | 6 | -459/+937 | |
| 2022-12-16 | Clean up old references of MullvadNetwork | Andrej Mihajlov | 1 | -22/+1 | |
| 2022-12-16 | Merge branch 'update-compose-to-1.3.2' | Albin | 6 | -189/+129 | |
| 2022-12-16 | Update compose to 1.3.2 | Albin | 5 | -181/+93 | |
| This fixes the following transitive CVEs in Compose: - CVE-2022-3171 - CVE-2022-3510 However, the mentioned CVEs are still present via the espresso-contrib dependency. | |||||
| 2022-12-16 | Improve lockfile documentation | Albin | 1 | -8/+17 | |
| 2022-12-16 | Add script to easily update lockfile | Albin | 1 | -0/+19 | |
| 2022-12-16 | Merge better debug impl for PresharedKey | Linus Färnstrand | 1 | -1/+7 | |
| 2022-12-16 | Update wireguard.rs | jackloomen | 1 | -6/+0 | |
| 2022-12-16 | debug/display for PresharedKey | jackloomen | 1 | -1/+13 | |
| https://github.com/mullvad/mullvadvpn-app/issues/4133 | |||||
| 2022-12-15 | Merge branch 'add-more-e2e-tests' | Oskar Nyberg | 13 | -46/+131 | |
| 2022-12-15 | Add test for successfull login from daemon | Oskar Nyberg | 1 | -0/+32 | |
| 2022-12-15 | Add utility function for getting current url in e2e tests | Oskar Nyberg | 3 | -2/+22 | |
| 2022-12-15 | Add util function for asserting location switch | Oskar Nyberg | 1 | -0/+22 | |
| 2022-12-15 | Group utility functions in start app response | Oskar Nyberg | 7 | -41/+52 | |
| 2022-12-15 | Improve npm alias for running e2e tests against installed app | Oskar Nyberg | 3 | -5/+5 | |
| The tests for an installed version of the app isn't possible to run in sequence. A lot of them requires the daemon to be in a specific state, and some require the daemon to change state during the test. This means that for the tests to be useful they have to be run individually when the daemon is in the correct state. The `e2e:installed` alias has been replaced with `e2e:sequential` which can be used to run tests against the installed app by running `npm run e2e:sequential installed/<test>`. | |||||
| 2022-12-15 | Merge branch 'use-linux-container-in-gh-actions' | Linus Färnstrand | 1 | -23/+37 | |
| 2022-12-15 | Use the official Linux container image to build Rust in GH actions | Linus Färnstrand | 1 | -23/+37 | |
| 2022-12-15 | Merge branch 'fix-release-config' | Andrej Mihajlov | 6 | -17/+26 | |
| 2022-12-15 | Update build configuration | Andrej Mihajlov | 6 | -17/+26 | |
| 2022-12-14 | Merge branch 'fix-incorrect-in-app-notification-showing' | Albin | 1 | -2/+4 | |
| 2022-12-14 | Fix incorrect in-app notification showing | Albin | 1 | -2/+4 | |
| This commit fixes an issue where the incorrect notification was showing due to the amount of notification changes. | |||||
| 2022-12-14 | Merge branch 'fix-problem-report' | David Lönnhager | 1 | -10/+6 | |
| 2022-12-14 | Return non-zero status if sending problem report fails | David Lönnhager | 1 | -10/+6 | |
| 2022-12-14 | Merge branch 'win-clear-nsis-flag' | David Lönnhager | 1 | -0/+4 | |
