aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI (follow)
Commit message (Collapse)AuthorAgeFilesLines
* macOS: Tunnel detail: Activate / Deactivate is now a buttonRoopesh Chander2019-03-171-35/+25
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Tunnel detail: Show the status in the list viewRoopesh Chander2019-03-172-8/+60
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: KeyValueImageRow classRoopesh Chander2019-03-171-4/+44
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Ability to remove multiple tunnels at a timeRoopesh Chander2019-03-102-13/+38
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Generalize NoTunnelsDetailVC into a ButtonedDetailVCRoopesh Chander2019-03-103-47/+54
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Importing: Only the main thread shall access lastFileImportErrorTextRoopesh Chander2019-03-051-8/+8
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Importing: Make use of lastError returned from TunnelsManager.addMultiple()Roopesh Chander2019-03-051-13/+12
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* TunnelsManager: addMultiple() should also return the last errorRoopesh Chander2019-03-051-1/+1
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Importing: Simplify TunnelImporterRoopesh Chander2019-03-041-65/+56
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Importing: macOS: Support importing of multiple files at a timeRoopesh Chander2019-02-254-7/+43
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Importing: Use case-insensitive comparison for zip extensionRoopesh Chander2019-02-251-1/+1
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Importing: Show OS error when unable to open a .conf fileRoopesh Chander2019-02-241-2/+8
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Tunnel edit: Disable user interaction when OS VPN prompt is shownRoopesh Chander2019-02-241-0/+10
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Tunnel edit: s/populateTextFields()/populateFields()/g;Roopesh Chander2019-02-241-2/+2
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: When programmatically selecting a tunnel, also scroll if requiredRoopesh Chander2019-02-221-0/+1
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Replace NSSegmentedControl with NSPopUpButton and NSButtonRoopesh Chander2019-02-221-43/+50
| | | | | | Thereby avoiding the hacky way of showing the menus. Signed-off-by: Roopesh Chander <roop@roopc.net>
* Importing: Give a clearer error message on importing an invalid configRoopesh Chander2019-02-221-1/+1
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Show 'quitting with active tunnel' only when appropriateRoopesh Chander2019-02-223-13/+8
| | | | | | Not when logging off or when the machine's shutting down Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Fix removal of DNSes from AllowedIPs when DNS has changedRoopesh Chander2019-02-212-5/+7
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* iOS: On changing DNS, update AllowedIPs with the current DNS serversRoopesh Chander2019-02-213-5/+26
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: On saving, update AllowedIPs with the current DNS serversRoopesh Chander2019-02-211-1/+19
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Importing: Better error message when .conf file is not readableRoopesh Chander2019-02-211-2/+9
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Specify crypto complianceJason A. Donenfeld2019-02-191-0/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* TunnelViewModel: Remove DNS from AllowedIPs when unchecking 'Exclude private IPs'Roopesh Chander2019-02-161-2/+7
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Exclude private IPsRoopesh Chander2019-02-163-0/+61
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* TunnelViewModel: Minor refactoring of exclude private IPs handlingRoopesh Chander2019-02-161-20/+23
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* ConfTextStorage: lowercase only onceJason A. Donenfeld2019-02-161-5/+4
| | | | | | Also fix submodule regression. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ConfTextStorage: Let's keep the AllowedIPs and DNS servers as stringsRoopesh Chander2019-02-161-8/+4
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* ConfTextStorage: Make fieldType an enumRoopesh Chander2019-02-161-11/+8
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* ConfTextStorage: keep track of single peer state for exclude private IPsJason A. Donenfeld2019-02-151-1/+59
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* macOS: Tunnel detail: Set min width/heightRoopesh Chander2019-02-151-0/+5
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Tunnels list: Use constant width for the table viewRoopesh Chander2019-02-152-3/+2
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Show privacy notice on adding first tunnel0.0.20190207-3Jason A. Donenfeld2019-02-153-8/+41
| | | | | | | | App store reviewers don't understand that this isn't a service. Revert this as soon as they come to their senses. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Preshared key field in the detail view should just say 'enabled'Roopesh Chander2019-02-122-0/+4
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Info.plist: Localize with InfoPlist.stringsRoopesh Chander2019-02-111-2/+2
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Change keyboard shortcut for importing to Cmd+ORoopesh Chander2019-02-102-2/+2
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Adapt to the new applyConfiguration APIRoopesh Chander2019-02-101-34/+57
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* iOS: Rewrite applying runtime configurationRoopesh Chander2019-02-102-66/+76
| | | | | | To make scrolling smoother while the fields are modified Signed-off-by: Roopesh Chander <roop@roopc.net>
* Global: fix swiftlint issuesJason A. Donenfeld2019-02-084-10/+14
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Info.plist: Add missing key types0.0.20190207-1Jason A. Donenfeld2019-02-081-0/+2
| | | | | | | | I worry that LSMinimumSystemVersion in the extension's plist might be problematic, since that same plist runs on macOS and iOS. We _might_ need to bifurcate. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Key: Constant time encodingJason A. Donenfeld2019-02-083-19/+21
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* iOS: Use shorter pretty timeRoopesh Chander2019-02-081-0/+19
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* iOS: Tunnel detail: Turn off animation when showing fields changingRoopesh Chander2019-02-081-1/+1
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Show alert if exiting with an active tunnelRoopesh Chander2019-02-081-3/+20
| | | | | | Instead of deactivating the tunnel. Signed-off-by: Roopesh Chander <roop@roopc.net>
* StatusItemController: Show animation when deactivatingJason A. Donenfeld2019-02-071-3/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* macOS: prohibit multiple instances of appJason A. Donenfeld2019-02-061-0/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* PrivateDataConfirmation: prompt with touch/face/pin/password ID for viewing/exporting keysJason A. Donenfeld2019-02-066-39/+91
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Keychain: store configurations in keychain instead of providerConfigJason A. Donenfeld2019-02-061-2/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* macOS: Select tunnel after adding it with 'Add empty tunnel'Roopesh Chander2019-02-051-0/+13
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Ensure fields are updated on savingRoopesh Chander2019-02-051-1/+3
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>