| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-11-14 | Move gui directory to desktop/packages/mullvad-vpn | Oskar | 36 | -3907/+0 | |
| 2024-10-29 | Fix `api-access-methods.spec` - counting of access methods was off | Markus Pettersson | 1 | -3/+6 | |
| 2024-10-23 | Update API access method GUI e2e tests to include Encrypted DNS proxy | Markus Pettersson | 1 | -2/+7 | |
| 2024-10-22 | Prohibit @ts-ignore comments and update codebase to not use it | Oskar | 2 | -6/+6 | |
| 2024-10-22 | Add entry selection test | Oskar | 1 | -0/+148 | |
| 2024-10-18 | Fix linter errors | Oskar | 2 | -17/+19 | |
| 2024-10-18 | Use 'os.homedir' instead of HOME environment variable | David Lönnhager | 1 | -5/+12 | |
| 2024-10-18 | Toggle off GUI auto-connect after test | David Lönnhager | 1 | -2/+10 | |
| GUI settings are not cleaned up between tests | |||||
| 2024-10-18 | Add settings test | Oskar | 2 | -1/+97 | |
| 2024-10-14 | Disable chrome sandbox when running e2e tests on Linux in GitHub actions | Oskar | 1 | -1/+11 | |
| 2024-10-04 | Remove setting to leak traffic to apple networks | David Lönnhager | 1 | -1/+0 | |
| 2024-10-01 | Rename account "token" to account "number" | Joakim Hulthe | 2 | -24/+24 | |
| 2024-09-25 | Add setting to leak traffic to apple networks | Joakim Hulthe | 1 | -0/+1 | |
| Co-authored-by: David Lönnhager <david.l@mullvad.net> | |||||
| 2024-09-24 | Fix linting errors | Oskar | 31 | -330/+336 | |
| 2024-09-03 | Stop waiting for transition if failed | Oskar | 1 | -1/+6 | |
| 2024-08-30 | Fix missing daemon event obfuscation type convertion | Oskar | 1 | -0/+7 | |
| 2024-08-30 | Add obfuscation tests | Oskar | 1 | -0/+112 | |
| 2024-08-29 | Close connection panel after first test | Oskar | 1 | -3/+9 | |
| 2024-08-21 | Add feature-indicator test | Oskar | 1 | -0/+133 | |
| 2024-08-21 | Fix tunnel-state tests | Oskar | 2 | -57/+39 | |
| 2024-08-21 | Add feature indicator plumbing | Oskar | 2 | -3/+3 | |
| 2024-06-25 | Add e2e test for account expiry notifications | Hank | 1 | -0/+52 | |
| 2024-06-25 | Disable obfuscation in WireGuard port GUI test | Oskar Nyberg | 1 | -0/+2 | |
| 2024-05-28 | Add macos split tunneling test | Oskar Nyberg | 1 | -0/+162 | |
| 2024-05-28 | Provide whether or not macOS 13 or newer to renderer | Oskar Nyberg | 1 | -0/+1 | |
| 2024-05-28 | Make Windows split tunneling types more general | Oskar Nyberg | 1 | -1/+1 | |
| 2024-04-19 | Add GUI test for custom bridge | Oskar Nyberg | 1 | -0/+173 | |
| 2024-04-16 | Add daita label to filters in location selector | Oskar Nyberg | 1 | -0/+1 | |
| 2024-04-16 | Add daita toggle | Oskar Nyberg | 1 | -0/+1 | |
| 2024-02-15 | Enable access method GUI test in e2e testing | Markus Pettersson | 1 | -1/+1 | |
| Since `test_custom_access_methods_ui` may fail after messing with the test runner environment, we want to fail fast and abort the entire test run if the test fails before managing to clean up. | |||||
| 2024-02-15 | Add test for IP overriede UI | Oskar Nyberg | 1 | -0/+116 | |
| 2024-02-13 | Add GUI test for API access methods | Oskar Nyberg | 1 | -0/+169 | |
| 2024-02-09 | Prevent race conditions in login test | Oskar Nyberg | 1 | -16/+15 | |
| 2024-02-09 | Add test that makes sure the app switches to the out of time view | Oskar Nyberg | 1 | -2/+15 | |
| 2024-01-31 | Replace electron-mocha with mocha | Oskar Nyberg | 1 | -2/+2 | |
| 2024-01-31 | Restore fake clock to prevent test from hanging | Oskar Nyberg | 1 | -0/+2 | |
| 2024-01-30 | Add setting to toggle maps | Oskar Nyberg | 1 | -0/+1 | |
| 2023-12-21 | Remove location fetch in Electron app | Oskar Nyberg | 1 | -3/+1 | |
| 2023-11-27 | Update test with new CLI command | Sebastian Holmin | 1 | -1/+1 | |
| 2023-10-31 | Remove RelaySettingsUpdate from gui/ | David Lönnhager | 1 | -99/+0 | |
| 2023-10-09 | Add custom lists to settings, ipc and rpc calls | Oskar Nyberg | 1 | -3/+3 | |
| 2023-09-05 | Fix login tests | Oskar Nyberg | 1 | -2/+2 | |
| 2023-09-05 | Remove forwarded ports messages from GUI frontend | Linus Färnstrand | 1 | -1/+0 | |
| 2023-07-11 | Update login test to click correct account button | David Lönnhager | 1 | -1/+1 | |
| 2023-07-04 | Fix tunnel state tests | Oskar Nyberg | 5 | -57/+56 | |
| 2023-07-04 | Improve playwright config | Oskar Nyberg | 1 | -0/+2 | |
| 2023-06-28 | Fix `too many devices` end-to-end test | Markus Pettersson | 2 | -1/+9 | |
| Fix a failing end-to-end test that was caused due to missing navigation events. | |||||
| 2023-06-28 | Fix type signature of `currentRoute` | Markus Pettersson | 1 | -2/+2 | |
| Change the type signature of `currentRoute` to return a `string` rather than `void`. | |||||
| 2023-06-28 | Update tests | Oskar Nyberg | 1 | -18/+18 | |
| 2023-06-28 | Refactor time left calculations | Oskar Nyberg | 1 | -37/+60 | |
