| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-03-24 | Merge branch 'win-ensure-pipe-ownership' | David Lönnhager | 8 | -0/+142 | |
| 2025-03-24 | Add functions to windows-utils for checking named pipe ownership | David Lönnhager | 5 | -0/+53 | |
| 2025-03-24 | Add test for is_admin_owned | David Lönnhager | 2 | -0/+38 | |
| 2025-03-24 | Add function for checking if file is owned by admin or system account | David Lönnhager | 3 | -0/+51 | |
| 2025-03-24 | Merge branch 'list-item-types' | Sebastian Holmin | 4 | -19/+11 | |
| 2025-03-24 | Update ListItem gap | Oliver | 1 | -1/+1 | |
| 2025-03-24 | Update ListItem sub component types | Oliver | 3 | -18/+10 | |
| 2025-03-24 | Merge branch 'workaround-ipv6-leak-when-disabling-in-tunnel-ipv6-droid-1669' | Jonatan Rhodin | 43 | -78/+221 | |
| 2025-03-24 | Update changelog | Jonatan Rhodin | 1 | -0/+1 | |
| 2025-03-24 | Update translations | Jonatan Rhodin | 21 | -0/+24 | |
| 2025-03-24 | Make it possible to disable IPv6 in the tunnel | Jonatan Rhodin | 21 | -78/+196 | |
| 2025-03-24 | Merge branch 'add-des-1835-to-changelog' | Markus Pettersson | 1 | -0/+1 | |
| 2025-03-24 | Update changelog | Tobias Järvelöv | 1 | -0/+1 | |
| 2025-03-24 | Merge branch 'create-listitem-component-des-1895' | Sebastian Holmin | 12 | -0/+236 | |
| 2025-03-24 | Add ListItem component | Oliver | 12 | -0/+236 | |
| 2025-03-24 | Merge branch 'create-dot-component-des-1896' | Sebastian Holmin | 2 | -0/+33 | |
| 2025-03-24 | Add Dot component | Oliver | 2 | -0/+33 | |
| 2025-03-24 | Merge branch 'do-not-show-account-number-when-copying-to-clipboard-droid-1875' | David Göransson | 4 | -6/+24 | |
| 2025-03-24 | Hide clipboard data when copying account number | Kalle Lindström | 4 | -6/+24 | |
| 2025-03-24 | Merge branch 'connecting-is-not-translated-droid-1891' | David Göransson | 33 | -193/+198 | |
| 2025-03-24 | Fix non-translatable string | David Göransson | 1 | -1/+1 | |
| 2025-03-24 | Prevent duplicate string values in Android xml | David Göransson | 3 | -0/+39 | |
| 2025-03-21 | Fix duplicate verifying purchase string | David Göransson | 24 | -27/+24 | |
| 2025-03-21 | Fix duplicate Split Tunneling string | David Göransson | 22 | -24/+1 | |
| 2025-03-21 | Fix duplicate Server IP override string | David Göransson | 23 | -24/+23 | |
| 2025-03-21 | Fix duplicate Multihop string | David Göransson | 2 | -3/+2 | |
| 2025-03-21 | Fix duplicate local network sharing string | David Göransson | 21 | -21/+20 | |
| 2025-03-21 | Fix duplicate IPv6 string | David Göransson | 22 | -23/+22 | |
| 2025-03-21 | Fix duplicate IPv4 string | David Göransson | 22 | -23/+22 | |
| 2025-03-21 | Fix duplicate import string | David Göransson | 2 | -2/+1 | |
| 2025-03-21 | Fix duplicate dns content blockers string | David Göransson | 23 | -24/+23 | |
| 2025-03-21 | Fix duplicate connecting string | David Göransson | 22 | -23/+22 | |
| 2025-03-21 | Merge branch 'deserialize-canon-json' | David Lönnhager | 1 | -1/+3 | |
| 2025-03-21 | Fix inaccurate comment | David Lönnhager | 1 | -2/+2 | |
| 2025-03-21 | Revert "Do not deserialize back canonical JSON" | David Lönnhager | 1 | -1/+3 | |
| This reverts commit 147a28c9e0244c0c4ca24fdd30f720616f2fb3b1. | |||||
| 2025-03-21 | Merge branch 'fix-misleading-docs' | David Lönnhager | 1 | -3/+4 | |
| 2025-03-21 | Do not imply that TOCTOU is mitigated by random dir name | David Lönnhager | 1 | -3/+4 | |
| 2025-03-21 | Merge branch 'remove-see-full-changelog-button-from-whats-new-view-droid-1816' | David Göransson | 26 | -94/+4 | |
| 2025-03-21 | Remove see full changelog button | Kalle Lindström | 26 | -94/+4 | |
| 2025-03-21 | Merge branch 'win-remove-1-prefix-routes' | David Lönnhager | 2 | -22/+2 | |
| 2025-03-21 | Update changelog | David Lönnhager | 1 | -0/+1 | |
| 2025-03-21 | Use regular default route for the tunnel interface on Windows | David Lönnhager | 1 | -22/+1 | |
| This replaces the /1 routes for two reasons: 1. This mitigates an issue in our fork of wireguard-nt, which intentionally allows routes back to the tunnel interface. The fork explicitly disallows this only for routes with a prefix 0, which means that the /1 routes are not exempted. This can result in an infinite routing loop if the non-tunnel route to the relay is removed (e.g., if the default interface or its routes disappear). 2. This simplifies the code and routes. The /1 routes are unnecessary since we're setting the metric on the default route and interface to the lowest value anyway, so the OS should always prefer the tunnel default route. Even if it doesn't, the firewall will prevent leaks. | |||||
| 2025-03-21 | Merge branch 'add-action-to-vpn-permission-snackbar-droid-1866' | David Göransson | 1 | -11/+13 | |
| 2025-03-21 | Add action to go to VPN settings from snackbar | Kalle Lindström | 1 | -11/+13 | |
| 2025-03-21 | Merge branch 'build-trim-surrounding-whitespace' | David Lönnhager | 1 | -1/+3 | |
| 2025-03-20 | Trim surrounding whitespace in checksum files | David Lönnhager | 1 | -1/+3 | |
| 2025-03-20 | Merge branch 'add-upload-option-build-sh' | David Lönnhager | 4 | -15/+117 | |
| 2025-03-20 | Lower downloader version to 0.1.0 | David Lönnhager | 2 | -2/+2 | |
| 2025-03-20 | Disable publishing for installer-downloader | David Lönnhager | 1 | -0/+1 | |
| 2025-03-20 | Verify that downloader has signed tag | David Lönnhager | 1 | -0/+37 | |
