summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-06-12Merge branch 'fix-null'David Lönnhager1-11/+4
2020-06-12Improve error handlingDavid Lönnhager1-10/+2
2020-06-12Fix null terminator in deny_network_accessDavid Lönnhager1-1/+2
2020-06-11Merge branch 'fix-not-null-warning'Janito Vaqueiro Ferreira Filho1-9/+1
2020-06-11Remove unused private methodJanito Vaqueiro Ferreira Filho1-4/+0
2020-06-11Remove unnecessary null-checkJanito Vaqueiro Ferreira Filho1-5/+1
2020-06-11Merge branch 'win7-permit-relay-fix'David Lönnhager14-141/+115
2020-06-11Remove mullvad-specific stringDavid Lönnhager1-1/+1
2020-06-11Pass a single relay client path to WinFwDavid Lönnhager8-69/+72
2020-06-11Restrict relay access to a single applicationOdd Stranne6-72/+43
2020-06-10Merge branch 'tweak-key-verified-position'Janito Vaqueiro Ferreira Filho1-5/+5
2020-06-10Use hidden views for layout measurementsJanito Vaqueiro Ferreira Filho1-5/+5
2020-06-10Merge branch 'fix-wireguard-key-verification'Janito Vaqueiro Ferreira Filho2-6/+12
2020-06-10Use `notifiable` in `KeyStatusListener`Janito Vaqueiro Ferreira Filho1-6/+6
2020-06-10Create `EventNotifier.notifiable()` prop. delegateJanito Vaqueiro Ferreira Filho1-0/+6
2020-06-10Merge branch 'fix-app-history-migration'David Lönnhager1-20/+11
2020-06-10Do not delete the account history during path migration if the settings direc...David Lönnhager1-20/+11
2020-06-10Merge branch 'refactor-notifications'Oskar Nyberg23-818/+793
2020-06-10Remove NotificationArea testsOskar Nyberg1-277/+0
2020-06-10Change SecuredLabel to 'BLOCKED CONNECTION' when disconnected and always requ...Oskar Nyberg3-2/+10
2020-06-10Categorize notifications and their logic into notification definitionOskar Nyberg20-539/+783
2020-06-10Merge branch 'fix-in-app-notification-onclick'Oskar Nyberg1-0/+2
2020-06-10Fix in-app notification button onclickOskar Nyberg1-0/+2
2020-06-09Merge branch 'fix-aab-build'Janito Vaqueiro Ferreira Filho1-1/+1
2020-06-09Fix updated file name of the generated bundleJanito Vaqueiro Ferreira Filho1-1/+1
2020-06-09Merge branch 'macos-use-network-reachability'Emīls4-60/+175
2020-06-09Improve offline detectionEmīls Piņķis4-60/+175
2020-06-09Merge branch 'win-pipe-permissions'David Lönnhager4-1/+184
2020-06-09Limit security identifiers with access to the management interface pipeDavid Lönnhager4-1/+184
2020-06-09Merge remote-tracking branch 'origin/macos-fw-filter-by-user'Emīls1-1/+4
2020-06-09Only allow root to send tunnel trafficEmīls Piņķis1-1/+4
2020-06-09Merge remote-tracking branch 'origin/macos-block-fw-update'Emīls9-98/+76
2020-06-09Update ipnetwork to 0.16Emīls Piņķis7-21/+12
2020-06-09Bump pfctl dependencyDavid Lönnhager2-72/+46
2020-06-09Update CHANGELOG.mdDavid Lönnhager1-4/+3
2020-06-09Reject instead of dropping outgoing packets on macOSDavid1-8/+22
2020-06-09Merge branch 'win-fw-restrict-relay-access'Odd Stranne15-107/+276
2020-06-09Update Rust code to work with set of approved applications for relay accessOdd Stranne5-2/+66
2020-06-09Update winfw interface to include set of approved applicationsOdd Stranne4-10/+51
2020-06-09Install PermitVpnRelay rule into different sublayer based on relay portOdd Stranne2-60/+68
2020-06-09Move PermitVpnRelay rule and make it limit access to set of approved applicat...Odd Stranne3-33/+82
2020-06-09Update comments on rules::dns::PermitNonTunnelOdd Stranne1-2/+9
2020-06-08Merge branch 'show-time-running-out-banner'Janito Vaqueiro Ferreira Filho6-53/+99
2020-06-08Describe time running out banner in the changelogJanito Vaqueiro Ferreira Filho1-0/+1
2020-06-08Make time running out warning clickableJanito Vaqueiro Ferreira Filho1-2/+10
2020-06-08Refactor to centralize click handlingJanito Vaqueiro Ferreira Filho1-20/+13
2020-06-08Show warning banner when account expiry is closeJanito Vaqueiro Ferreira Filho3-4/+32
2020-06-08Use observable property for input eventsJanito Vaqueiro Ferreira Filho1-11/+2
2020-06-08Use `TimeLeftFormatter` in `RemainingTimeLabel`Janito Vaqueiro Ferreira Filho1-16/+3
2020-06-08Create `TimeLeftFormatter` helper classJanito Vaqueiro Ferreira Filho1-0/+38