summaryrefslogtreecommitdiffhomepage
path: root/client/web/web_test.go
AgeCommit message (Expand)AuthorFilesLines
2026-04-05client/web: fix nil metricCapture crash in mockLocalAPIBrad Fitzpatrick1-1/+3
2026-04-05cmd/vet: add subtestnames analyzer; fix all existing violationsBrad Fitzpatrick1-15/+15
2026-03-11client/web: signal need to wait for auth across tabsGesa Stupperich1-18/+33
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-09-02util/syspolicy: finish plumbing policyclient, add feature/syspolicy, move glo...Brad Fitzpatrick1-0/+2
2025-05-22client/web: add Sec-Fetch-Site CSRF protection (#16046)Patrick O'Doherty1-74/+89
2025-04-07nettest, *: add option to run HTTP tests with in-memory networkBrad Fitzpatrick1-1/+2
2025-03-19web: support Host 100.100.100.100:80 in tailscaled web serverklyubin1-0/+10
2025-02-27client/web: fix CSRF handler order in web UI (#15143)Patrick O'Doherty1-0/+82
2025-02-05all: use new LocalAPI client package locationBrad Fitzpatrick1-7/+7
2024-02-26client/web: use grants on web UI frontendSonia Appasamy1-39/+55
2024-02-26client/web: restrict serveAPI endpoints to peer capabilitiesSonia Appasamy1-50/+151
2024-02-09client/web: only check policy caps for tagged nodesSonia Appasamy1-8/+46
2024-01-11client/web: add initial types for using peer capabilitiesSonia Appasamy1-0/+158
2024-01-08client/web: ensure path prefix has a leading slashWill Norris1-17/+46
2023-12-13client/web: keep redirects on-site (#10525)Chris Palmer1-1/+44
2023-12-13client/web: fix redirect logic when accessing login client over TS IPSonia Appasamy1-3/+3
2023-12-11client/web: add metric logging when viewing local / remote node (#10555)Mario Minardi1-11/+50
2023-12-08client/web: check content-type on PATCH requestsWill Norris1-5/+20
2023-12-08client/web: add logging of device management type for web client (#10492)Mario Minardi1-4/+189
2023-11-29client/web: skip check mode for non-tailscale.com control servers (#10413)Will Norris1-19/+51
2023-11-16{client/web},{ipn/ipnlocal}: replace localapi debug-web-client endpointSonia Appasamy1-28/+22
2023-11-10client/web: add readonly/manage toggleSonia Appasamy1-5/+18
2023-11-03client/web: add some security checks for full clientWill Norris1-2/+93
2023-11-03client/web: move auth session creation out of /api/authSonia Appasamy1-44/+62
2023-11-02client/web: add ServerMode to web.ServerSonia Appasamy1-6/+6
2023-11-02client/web: limit authorization checks to API callsWill Norris1-7/+1
2023-11-01client/web: move more session logic to auth.goSonia Appasamy1-1/+1
2023-10-24client/web: split errTaggedSelf resp from getTailscaleBrowserSessionSonia Appasamy1-5/+20
2023-10-24client/web: pipe Server.timeNow() through session funcsSonia Appasamy1-2/+6
2023-10-19client/web: use auth ID in browser sessionsSonia Appasamy1-28/+106
2023-10-19client/web: hook up auth flowSonia Appasamy1-12/+198
2023-10-18client/web: add tests for authorizeRequestSonia Appasamy1-34/+137
2023-10-05client/web: restrict full management client behind browser sessionsSonia Appasamy1-0/+196
2023-08-29client/web: fix data raceMaisem Ali1-10/+6
2023-08-29client/web: add localapi proxySonia Appasamy1-0/+71
2023-08-09client/web: extract web client from cli packageWill Norris1-0/+64