| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-04-19 | Block on login when requesting account data | Emīls | 2 | -30/+41 | |
| 2022-04-19 | Track API calls in device manager | Emīls | 6 | -1142/+1363 | |
| Instead of blocking the device manager on API calls, the API calls are now serviced concurrently, allowing users of the device manager to retrieve data without blocking. | |||||
| 2022-04-14 | Merge branch 'improve-blocking-state-info' | Oskar Nyberg | 2 | -32/+42 | |
| 2022-04-14 | Make status label white in blocked mode | Oskar Nyberg | 1 | -1/+1 | |
| 2022-04-14 | Remove marker when in blocked state | Oskar Nyberg | 1 | -31/+41 | |
| 2022-04-14 | Merge branch 'prevent-emptying-login-field' | Oskar Nyberg | 2 | -1/+1 | |
| 2022-04-14 | Prevent login input from being emptied on failed attempt | Oskar Nyberg | 2 | -1/+1 | |
| 2022-04-14 | Merge branch 'update-to-electron-18' | Oskar Nyberg | 6 | -35/+21 | |
| 2022-04-14 | Update changelog item about updating Electron | Oskar Nyberg | 1 | -1/+1 | |
| 2022-04-14 | Update node version | Oskar Nyberg | 4 | -4/+4 | |
| 2022-04-14 | Update Electron from 17.1.0 to 18.0.3 | Oskar Nyberg | 2 | -30/+16 | |
| 2022-04-14 | Merge branch 'clarify-cli-obfuscation-and-bridges' | Linus Färnstrand | 4 | -49/+36 | |
| 2022-04-14 | Clarify that `mullvad bridge` also affects API connectivity | Linus Färnstrand | 1 | -1/+2 | |
| 2022-04-14 | Improve and change output of `mullvad obfuscation get` | Linus Färnstrand | 2 | -45/+20 | |
| Somewhat refactors how some obfuscation related types display themselves | |||||
| 2022-04-14 | Improve help text for bridge and obfuscation subcommands | Linus Färnstrand | 3 | -4/+15 | |
| 2022-04-13 | Merge branch 'fix-relay-selector-test' | Emīls | 1 | -1/+0 | |
| 2022-04-13 | Fix overzealous relay selector test | Emīls | 1 | -1/+0 | |
| The relay selector test was testing if a WireGuard endpoint wasn't using the same ports as TCP2UDP relays will be listening on. This doesn't make much sense as a relay could very well be using those same ports, and in some cases it was, thus making this test fail. The faulty assertion has been removed. | |||||
| 2022-04-13 | Merge branch 'try-to-logout-on-quit-event' | Oskar Nyberg | 1 | -0/+9 | |
| 2022-04-13 | Add fallback quit handler | Oskar Nyberg | 1 | -0/+9 | |
| 2022-04-12 | Merge branch 'add-onion-service-to-readme' | Linus Färnstrand | 1 | -1/+7 | |
| 2022-04-12 | Add links to our website and Tor onion service to the readme | Linus Färnstrand | 1 | -1/+7 | |
| 2022-04-12 | Merge branch 'fix-32bit-nano-type' | David Lönnhager | 1 | -2/+2 | |
| 2022-04-12 | Use underscore notation for gigantic number | David Lönnhager | 1 | -1/+1 | |
| 2022-04-12 | Use correct nanosecond type on all architectures | David Lönnhager | 1 | -2/+2 | |
| 2022-04-12 | Merge branch 'bump-shadowsocks' | David Lönnhager | 3 | -4/+6 | |
| 2022-04-12 | Bump shadowsocks to released versions | David Lönnhager | 3 | -4/+6 | |
| 2022-04-11 | Merge branch 'fix-long-running-timers' | David Lönnhager | 13 | -102/+194 | |
| 2022-04-11 | Update changelog | David Lönnhager | 1 | -0/+1 | |
| 2022-04-11 | Refactor long-running timers and use talpid-time for suspend-aware | David Lönnhager | 8 | -102/+61 | |
| clocks | |||||
| 2022-04-11 | Add talpid-time crate | David Lönnhager | 5 | -0/+132 | |
| 2022-04-11 | Merge branch 'fix-port-selector-randomizer' | Andrej Mihajlov | 4 | -10/+53 | |
| 2022-04-11 | Improve port selection algorithm | Andrej Mihajlov | 4 | -10/+53 | |
| 2022-04-08 | Merge branch 'add-verbose-mode-for-tunnel-state-status' | Oskar Nyberg | 1 | -18/+26 | |
| 2022-04-08 | Make cli status verbose flag affect tunnel state | Oskar Nyberg | 1 | -18/+26 | |
| 2022-04-08 | Merge branch 'fix-entry-location-from-constraint' | Oskar Nyberg | 1 | -0/+2 | |
| 2022-04-08 | Ignore entry location if multihop is off | Oskar Nyberg | 1 | -0/+2 | |
| 2022-04-08 | Merge branch 'add-tray-tooltip' | Oskar Nyberg | 5 | -6/+87 | |
| 2022-04-08 | Update translations | Oskar Nyberg | 1 | -3/+28 | |
| 2022-04-08 | Add changelog item for tray icon tooltip | Oskar Nyberg | 1 | -0/+1 | |
| 2022-04-08 | Add tooltip to tray icon | Oskar Nyberg | 3 | -3/+58 | |
| 2022-04-07 | Merge branch 'prevent-translating-technical-terms' | Oskar Nyberg | 10 | -99/+227 | |
| 2022-04-07 | Update translations | Oskar Nyberg | 1 | -36/+66 | |
| 2022-04-07 | Prevent translation of WireGuard and OpenVPN | Oskar Nyberg | 8 | -59/+156 | |
| 2022-04-07 | Prevent translations of beta cities | Oskar Nyberg | 1 | -4/+5 | |
| 2022-04-07 | Merge branch 'handle-post-upgrade-flag' | Oskar Nyberg | 9 | -2/+96 | |
| 2022-04-05 | Update translations | Oskar Nyberg | 1 | -0/+8 | |
| 2022-04-05 | Add information about post upgrade tasks in UI | Oskar Nyberg | 8 | -2/+88 | |
| 2022-04-05 | Merge branch 'add-eslint-import-sort-rule' | Oskar Nyberg | 132 | -193/+316 | |
| 2022-04-05 | Fix import ordering | Oskar Nyberg | 129 | -192/+296 | |
| 2022-04-05 | Add eslint sort rule | Oskar Nyberg | 3 | -1/+20 | |
