summaryrefslogtreecommitdiffhomepage
path: root/client/web
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 Stupperich5-71/+99
2026-02-19build(deps): bump lodash from 4.17.21 to 4.17.23 in /client/web (#18476)dependabot[bot]1-3/+3
2026-01-23all: remove AUTHORS file and references to itWill Norris48-49/+49
2025-11-27build(deps): bump braces from 3.0.2 to 3.0.3 in /client/webdependabot[bot]1-8/+8
2025-11-27build(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /client/webdependabot[bot]1-3/+3
2025-11-27build(deps-dev): bump vitest from 1.3.1 to 1.6.1 in /client/webdependabot[bot]2-49/+44
2025-11-27build(deps-dev): bump vite from 5.1.7 to 5.4.21 in /client/webdependabot[bot]2-213/+277
2025-11-27build(deps): bump js-yaml from 4.1.0 to 4.1.1 in /client/webdependabot[bot]1-3/+3
2025-11-18all: rename variables with lowercase-l/uppercase-IAlex Chan1-4/+4
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 Fitzpatrick3-3/+13
2025-07-28build(deps): bump @babel/runtime from 7.23.4 to 7.26.10 in /client/web (#15299)dependabot[bot]1-10/+3
2025-07-28build(deps): bump form-data from 4.0.0 to 4.0.4 in /client/web (#16623)dependabot[bot]1-3/+102
2025-05-22client/web: add Sec-Fetch-Site CSRF protection (#16046)Patrick O'Doherty3-144/+166
2025-04-15node.rev: bump to latest 22.x LTS release (#15652)Mario Minardi2-11/+11
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 serverklyubin2-1/+12
2025-02-27client/web: fix CSRF handler order in web UI (#15143)Patrick O'Doherty2-23/+112
2025-02-05all: use new LocalAPI client package locationBrad Fitzpatrick2-12/+12
2025-01-29go.mod: bump gorilla/csrf for security fix (#14822)Brad Fitzpatrick1-3/+13
2025-01-24client/web: remove advanced options from web client login (#14770)Mario Minardi1-35/+1
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-09-10build(deps): bump ws from 8.14.2 to 8.17.1 in /client/web (#12524)dependabot[bot]1-3/+3
2024-08-27usermetric: add initial user-facing metricsKristoffer Dalby1-0/+6
2024-07-18{tool,client}: bump node version (#12840)Mario Minardi1-1/+1
2024-05-07web: use EditPrefs instead of passing UpdatePrefs to starting (#12040)kari-ts1-1/+9
2024-04-17build(deps-dev): bump vite from 5.1.4 to 5.1.7 in /client/webdependabot[bot]2-37/+25
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-1/+1
2024-03-07client/web: dedupe packages in yarn.lock (#11327)Mario Minardi1-374/+38
2024-02-28client/web: fix Vite CJS deprecation warning (#11288)Ross Zurowski2-11/+14
2024-02-27client/web: update to typescript 5.3.3 (#11267)Mario Minardi3-40/+125
2024-02-26client/web: use grants on web UI frontendSonia Appasamy10-310/+548
2024-02-26client/web: restrict serveAPI endpoints to peer capabilitiesSonia Appasamy3-127/+357
2024-02-23client/web: update vite and vitest to latest versions (#11200)Mario Minardi4-294/+496
2024-02-22client/web: update plugin-react-swc to latest version (#11199)Mario Minardi2-60/+73
2024-02-22client/web: update vite-plugin-svgr to latest version (#11197)Mario Minardi15-93/+125
2024-02-09build(deps-dev): bump vite from 4.4.9 to 4.5.2 in /client/webdependabot[bot]2-5/+5
2024-02-09client/web: only check policy caps for tagged nodesSonia Appasamy3-12/+61
2024-02-08client/web: use smart quotes in web UI frontendWill Norris7-6/+14
2024-02-08client/web: add new readonly modeWill Norris3-6/+30
2024-01-11client/web: skip connectivity check on httpsWill Norris1-3/+18
2024-01-11client/web: add initial types for using peer capabilitiesSonia Appasamy3-4/+222
2024-01-08client/web: ensure path prefix has a leading slashWill Norris2-22/+52