aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/editdialog.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ui: remove cloneJason A. Donenfeld2019-06-261-10/+3
|
* global: cleanup TODO comment spacingJason A. Donenfeld2019-06-071-1/+1
|
* service: split into tunnel and managerJason A. Donenfeld2019-05-201-3/+4
|
* ui: fix dpi related code smellsAlexander Neumann2019-05-151-1/+1
| | | | Signed-off-by: Alexander Neumann <alexander.neumann@picos-software.com>
* ui: give editor different iconJason A. Donenfeld2019-05-121-0/+3
|
* ui: allow editing existing tunnels without changing nameJason A. Donenfeld2019-05-111-18/+19
|
* ui: tunnel cloningSteven Honson2019-05-111-4/+11
| | | | | | | | Allows a tunnel to be cloned verbatim. It's not part of the toolbar or with a shortcut, as it's a rather obscure action. Signed-off-by: Steven Honson <steven@honson.id.au> [zx2c4: removed from toolbar and shortcut]
* ui: use ipc client to list existing tunnelsSteven Honson2019-05-111-3/+4
| | | | | | | | | The manager service and ui application may be running as different users, and therefore use different configurations directories. Using the ipc client ensures that tunnels are listed from the perspective of the service. Signed-off-by: Steven Honson <steven@honson.id.au>
* ui: fix weird scrolling behavior in editorJason A. Donenfeld2019-05-051-0/+8
|
* ui: check for duplicate names alwaysJason A. Donenfeld2019-05-051-13/+9
|
* ui: syntax: implement trafic blocking semanticsJason A. Donenfeld2019-05-051-164/+117
| | | | This is our "auto kill switch".
* ui: rename things to say tunnel lessJason A. Donenfeld2019-05-021-0/+323