summaryrefslogtreecommitdiffhomepage
path: root/client/web/web.go
AgeCommit message (Expand)AuthorFilesLines
2026-03-11client/web: signal need to wait for auth across tabsGesa Stupperich1-0/+13
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-09-30feature, net/tshttpproxy: pull out support for using proxies as a featureBrad Fitzpatrick1-0/+5
2025-09-29feature/clientupdate: move clientupdate to a modular feature, disabled for tsnetBrad Fitzpatrick1-2/+2
2025-09-22client/web: use network profile for displaying tailnet infoWill Norris1-3/+12
2025-09-02util/syspolicy: finish plumbing policyclient, add feature/syspolicy, move glo...Brad Fitzpatrick1-2/+10
2025-05-22client/web: add Sec-Fetch-Site CSRF protection (#16046)Patrick O'Doherty1-60/+77
2025-03-19web: support Host 100.100.100.100:80 in tailscaled web serverklyubin1-1/+2
2025-02-27client/web: fix CSRF handler order in web UI (#15143)Patrick O'Doherty1-23/+30
2025-02-05all: use new LocalAPI client package locationBrad Fitzpatrick1-5/+5
2025-01-29go.mod: bump gorilla/csrf for security fix (#14822)Brad Fitzpatrick1-3/+13
2025-01-14cmd/viewer,all: consistently use "read-only" instead of "readonly"Brad Fitzpatrick1-7/+7
2025-01-08client/web: properly show "Log In" for web client on fresh install (#14569)Mario Minardi1-6/+6
2024-10-16ipn/ipnlocal: error when trying to use exit node on unsupported platform (#13...Mario Minardi1-23/+3
2024-09-26client/web: use tsaddr helpersKristoffer Dalby1-15/+5
2024-08-27usermetric: add initial user-facing metricsKristoffer Dalby1-0/+6
2024-05-07web: use EditPrefs instead of passing UpdatePrefs to starting (#12040)kari-ts1-1/+9
2024-02-26client/web: use grants on web UI frontendSonia Appasamy1-26/+27
2024-02-26client/web: restrict serveAPI endpoints to peer capabilitiesSonia Appasamy1-76/+201
2024-02-09client/web: only check policy caps for tagged nodesSonia Appasamy1-1/+1
2024-02-08client/web: add new readonly modeWill Norris1-4/+16
2024-01-11client/web: add initial types for using peer capabilitiesSonia Appasamy1-4/+11
2024-01-08client/web: ensure path prefix has a leading slashWill Norris1-5/+6
2023-12-14client/web: use Tailscale IP known by peer nodeSonia Appasamy1-21/+55
2023-12-13client/web: keep redirects on-site (#10525)Chris Palmer1-0/+8
2023-12-13client/web: fix redirect logic when accessing login client over TS IPSonia Appasamy1-0/+2
2023-12-11client/web: use CSP hash for inline javascriptWill Norris1-2/+6
2023-12-11client/web: restrict using an exit node on a couple more platformsSonia Appasamy1-4/+18
2023-12-11client/web: add metric logging when viewing local / remote node (#10555)Mario Minardi1-0/+7
2023-12-11client/web: add visual indication for exit node pending approval (#10532)Mario Minardi1-4/+7
2023-12-11client/web: remove 'unsafe-inline' from CSPWill Norris1-1/+1
2023-12-11client/web: add endpoint for logging device detail click metric (#10505)Mario Minardi1-0/+23
2023-12-08client/web: use Home Assistant's X-Ingress-Path headerWill Norris1-1/+19
2023-12-08client/web: check content-type on PATCH requestsWill Norris1-0/+7
2023-12-08client/web: add security attributes on session cookieWill Norris1-5/+13
2023-12-08client/web: limit updates ui to unstable buildsSonia Appasamy1-1/+2
2023-12-08client/web: only enforce path prefix in CGI modeWill Norris1-1/+1
2023-12-08client/web: fix serveAPIAuth in Login modeSonia Appasamy1-19/+25
2023-12-08client/web: fix 500 error after logoutSonia Appasamy1-5/+1
2023-12-08client/web: add logging of device management type for web client (#10492)Mario Minardi1-13/+20
2023-12-08client/web: always run platform auth for login modeSonia Appasamy1-1/+1
2023-12-07client/web: restructure api mutations into hookSonia Appasamy1-1/+24
2023-12-05client/web: add copyable components throughout UISonia Appasamy1-3/+3
2023-12-05client/web: add metric logging logic to the web client (#10434)Mario Minardi1-15/+1
2023-12-04client/web: handle offline exit nodesWill Norris1-0/+1
2023-12-01client/web: indicate if ACLs prevent accessWill Norris1-0/+24
2023-12-01client/web: show features based on platform supportSonia Appasamy1-0/+21
2023-11-29client/web: hide admin panel links for non-tailscale control serversSonia Appasamy1-1/+4
2023-11-29client/web: add subnet routes viewSonia Appasamy1-62/+77
2023-11-29client/web: remove duplicate WhoIs callSonia Appasamy1-8/+3