summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2022-12-21Remove unneeded referenceEmīls1-1/+1
2022-12-21Merge branch 'fix-screenshots'Andrej Mihajlov9-66/+108
2022-12-20MKMapView.setRegion() may call delegate synchronously. Reorder operationsAndrej Mihajlov1-1/+1
2022-12-20Connect: refactorAndrej Mihajlov1-8/+7
2022-12-20Snapfile: stop on first errorAndrej Mihajlov1-0/+3
2022-12-20Fix screenshot scriptAndrej Mihajlov2-4/+23
2022-12-20Add accessibility identifiers for preferencesAndrej Mihajlov2-13/+34
2022-12-20Update snapshot helperAndrej Mihajlov1-2/+2
2022-12-20Update fastlaneAndrej Mihajlov2-38/+38
2022-12-20Merge branch 'change-voucher-message'Andrej Mihajlov2-21/+23
2022-12-20Change texts related to redeem voucher.sajacl2-21/+23
2022-12-20Merge branch 'remove-logout-confirmation'Andrej Mihajlov1-60/+2
2022-12-20Remove logout confirmationAndrej Mihajlov1-60/+2
2022-12-20Merge branch 'device-logout-text'Andrej Mihajlov1-1/+1
2022-12-20Changed logout device `x` text.sajacl1-1/+1
2022-12-19Merge branch 'macos-fix-fish-uninstall'David Lönnhager1-7/+2
2022-12-19Don't fail uninstall_macos.sh if brew is not installedDavid Lönnhager1-7/+2
2022-12-19Merge branch 'do-not-embed-frameworks-into-appex'Andrej Mihajlov1-19/+0
2022-12-19Do not embed frameworks into PackeTunnel.appexAndrej Mihajlov1-19/+0
2022-12-19Bump iOS 2022.3 (build 4)Andrej Mihajlov1-28/+28
2022-12-19Merge branch 'restart-tunnel-after-migration'Andrej Mihajlov3-94/+120
2022-12-19Reconnect tunnel after migration from AppDelegateAndrej Mihajlov3-94/+120
2022-12-16Merge branch 'wrong_in_app_notification'Albin2-4/+7
2022-12-16Fix showing wrong in-app notificationssaber safavi2-4/+7
2022-12-16Merge branch 'fix-static-lib-deps'Andrej Mihajlov7-508/+970
2022-12-16Migration v1 -> v2: Log out user but migrate settings when we cannot match ↵Andrej Mihajlov1-35/+40
the pubkey with device
2022-12-16Convert MullvadLogging, MullvadTypes, Operations into frameworksAndrej Mihajlov6-459/+937
2022-12-16Clean up old references of MullvadNetworkAndrej Mihajlov1-22/+1
2022-12-16Merge branch 'update-compose-to-1.3.2'Albin6-189/+129
2022-12-16Update compose to 1.3.2Albin5-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-16Improve lockfile documentationAlbin1-8/+17
2022-12-16Add script to easily update lockfileAlbin1-0/+19
2022-12-16Merge better debug impl for PresharedKeyLinus Färnstrand1-1/+7
2022-12-16Update wireguard.rsjackloomen1-6/+0
2022-12-16debug/display for PresharedKeyjackloomen1-1/+13
https://github.com/mullvad/mullvadvpn-app/issues/4133
2022-12-15Merge branch 'add-more-e2e-tests'Oskar Nyberg13-46/+131
2022-12-15Add test for successfull login from daemonOskar Nyberg1-0/+32
2022-12-15Add utility function for getting current url in e2e testsOskar Nyberg3-2/+22
2022-12-15Add util function for asserting location switchOskar Nyberg1-0/+22
2022-12-15Group utility functions in start app responseOskar Nyberg7-41/+52
2022-12-15Improve npm alias for running e2e tests against installed appOskar Nyberg3-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-15Merge branch 'use-linux-container-in-gh-actions'Linus Färnstrand1-23/+37
2022-12-15Use the official Linux container image to build Rust in GH actionsLinus Färnstrand1-23/+37
2022-12-15Merge branch 'fix-release-config'Andrej Mihajlov6-17/+26
2022-12-15Update build configurationAndrej Mihajlov6-17/+26
2022-12-14Merge branch 'fix-incorrect-in-app-notification-showing'Albin1-2/+4
2022-12-14Fix incorrect in-app notification showingAlbin1-2/+4
This commit fixes an issue where the incorrect notification was showing due to the amount of notification changes.
2022-12-14Merge branch 'fix-problem-report'David Lönnhager1-10/+6
2022-12-14Return non-zero status if sending problem report failsDavid Lönnhager1-10/+6
2022-12-14Merge branch 'win-clear-nsis-flag'David Lönnhager1-0/+4