aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI (follow)
Commit message (Expand)AuthorAgeFilesLines
* on-demand: macOS: Integrate Ethernet and Wi-Fi controls in one rowRoopesh Chander2019-03-182-45/+82
* on-demand: View model should account for isActivateOnDemandEnabledRoopesh Chander2019-03-185-20/+22
* on-demand: macOS: Disable SSIDs field when adding a tunnelRoopesh Chander2019-03-181-0/+1
* on-demand: iOS: Disable selection in SSID detail table viewRoopesh Chander2019-03-181-0/+1
* on-demand: macOS: Remove unused class PopupRowRoopesh Chander2019-03-181-75/+0
* on-demand: macOS: Auto-complete SSIDs based on currently connected SSIDRoopesh Chander2019-03-181-0/+16
* on-demand: "Only selected SSIDs" -> "Only these SSIDs"Roopesh Chander2019-03-181-2/+2
* on-demand: macOS: Tunnel detail: List SSIDsRoopesh Chander2019-03-181-1/+9
* on-demand: iOS: Only n SSIDs / Except m SSIDsRoopesh Chander2019-03-183-2/+21
* on-demand: iOS: Show list of SSIDs in a separate screenRoopesh Chander2019-03-182-6/+84
* on-demand: iOS: SSIDs view: Always show the selected SSIDs sectionRoopesh Chander2019-03-182-23/+35
* on-demand: Remove ActivateOnDemandSetting typeRoopesh Chander2019-03-185-30/+15
* on-demand: TunnelViewModel: Remove unused on-demand-related methodsRoopesh Chander2019-03-181-43/+0
* on-demand: macOS: Tunnel detail: Show SSID infoRoopesh Chander2019-03-181-3/+24
* on-demand: iOS: Update on-demand info shown in tunnel edit viewRoopesh Chander2019-03-183-4/+23
* on-demand: ActivateOnDemandViewModel: Uniquify SSIDs listRoopesh Chander2019-03-181-2/+16
* on-demand: macOS: Support SSIDs in on demand activationRoopesh Chander2019-03-183-22/+187
* on-demand: iOS: Tunnel detail: Show SSID infoRoopesh Chander2019-03-183-13/+78
* on-demand: iOS: Add ability to add current SSIDRoopesh Chander2019-03-181-5/+71
* on-demand: iOS: Xcode: Add ability to access current SSIDRoopesh Chander2019-03-181-0/+2
* on-demand: iOS: Support for SSIDsRoopesh Chander2019-03-185-41/+380
* on-demand: Introducing ActivateOnDemandViewModelRoopesh Chander2019-03-181-0/+128
* on-demand: Infrastructure for supporting SSID-based rulesRoopesh Chander2019-03-183-5/+5
* on-demand: Simplify OS-specific code for interface type selectionRoopesh Chander2019-03-183-25/+22
* macOS: Localize tooltipsRoopesh Chander2019-03-181-2/+2
* macOS: Tunnel detail: Make the Activate button part of the list viewRoopesh Chander2019-03-183-39/+108
* macOS: Nullify observationToken on prepareForReuse()Roopesh Chander2019-03-181-0/+1
* ringlogger: support mpsc for singlefileJason A. Donenfeld2019-03-174-14/+4
* macOS: Tunnel detail: Activate / Deactivate is now a buttonRoopesh Chander2019-03-171-35/+25
* macOS: Tunnel detail: Show the status in the list viewRoopesh Chander2019-03-172-8/+60
* macOS: KeyValueImageRow classRoopesh Chander2019-03-171-4/+44
* macOS: Ability to remove multiple tunnels at a timeRoopesh Chander2019-03-102-13/+38
* macOS: Generalize NoTunnelsDetailVC into a ButtonedDetailVCRoopesh Chander2019-03-103-47/+54
* Importing: Only the main thread shall access lastFileImportErrorTextRoopesh Chander2019-03-051-8/+8
* Importing: Make use of lastError returned from TunnelsManager.addMultiple()Roopesh Chander2019-03-051-13/+12
* TunnelsManager: addMultiple() should also return the last errorRoopesh Chander2019-03-051-1/+1
* Importing: Simplify TunnelImporterRoopesh Chander2019-03-041-65/+56
* Importing: macOS: Support importing of multiple files at a timeRoopesh Chander2019-02-254-7/+43
* Importing: Use case-insensitive comparison for zip extensionRoopesh Chander2019-02-251-1/+1
* Importing: Show OS error when unable to open a .conf fileRoopesh Chander2019-02-241-2/+8
* macOS: Tunnel edit: Disable user interaction when OS VPN prompt is shownRoopesh Chander2019-02-241-0/+10
* macOS: Tunnel edit: s/populateTextFields()/populateFields()/g;Roopesh Chander2019-02-241-2/+2
* macOS: When programmatically selecting a tunnel, also scroll if requiredRoopesh Chander2019-02-221-0/+1
* macOS: Replace NSSegmentedControl with NSPopUpButton and NSButtonRoopesh Chander2019-02-221-43/+50
* Importing: Give a clearer error message on importing an invalid configRoopesh Chander2019-02-221-1/+1
* macOS: Show 'quitting with active tunnel' only when appropriateRoopesh Chander2019-02-223-13/+8
* macOS: Fix removal of DNSes from AllowedIPs when DNS has changedRoopesh Chander2019-02-212-5/+7
* iOS: On changing DNS, update AllowedIPs with the current DNS serversRoopesh Chander2019-02-213-5/+26
* macOS: On saving, update AllowedIPs with the current DNS serversRoopesh Chander2019-02-211-1/+19
* Importing: Better error message when .conf file is not readableRoopesh Chander2019-02-211-2/+9