summaryrefslogtreecommitdiffhomepage
path: root/client
AgeCommit message (Expand)AuthorFilesLines
2024-03-08ipn,cmd/tailscale,client/tailscale: add support for renaming TailFS sharesPercy Wegmann1-7/+16
2024-03-08ipn,tailfs: tie TailFS share configuration to user profilePercy Wegmann1-2/+2
2024-03-07client/web: dedupe packages in yarn.lock (#11327)Mario Minardi1-374/+38
2024-03-06client/tailscale: add postures to UserRuleMatchKristoffer Dalby1-8/+32
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-26tailfs: replace webdavfs with reverse proxiesPercy Wegmann1-1/+1
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-09tailfs: clean up naming and package structurePercy Wegmann2-11/+26
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-09tailfs: initial implementationPercy Wegmann1-0/+43
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-02-07util/cmpx: delete now that we're using Go 1.22Brad Fitzpatrick1-2/+2
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
2024-01-08client/web: rename Disconnect to Log outSonia Appasamy3-12/+30
2023-12-21safesocket: remove ConnectionStrategy (#10662)Andrew Lytvynov1-2/+1
2023-12-19client/tailscale: add Device.PostureIdentity fieldPaul Scott1-0/+11
2023-12-14client/web: use Tailscale IP known by peer nodeSonia Appasamy1-21/+55
2023-12-13client/web: keep redirects on-site (#10525)Chris Palmer2-1/+52
2023-12-13client/web: fix redirect logic when accessing login client over TS IPSonia Appasamy4-5/+8
2023-12-12client/web: fix key expiry text when expiry disabledSonia Appasamy1-1/+3
2023-12-12client/web: only add cache header for assetsSonia Appasamy1-4/+6
2023-12-12client/web: fix ts connection checkSonia Appasamy2-5/+4
2023-12-12client/web: refresh auth after syno loginSonia Appasamy1-0/+6
2023-12-12client/web: add debug card to details pageWill Norris1-0/+17
2023-12-12client/web: use prefs.ControlURLOrDefault from controlSupportsCheckModeSonia Appasamy1-1/+1
2023-12-11client/web: use CSP hash for inline javascriptWill Norris2-4/+9
2023-12-11client/web: restrict using an exit node on a couple more platformsSonia Appasamy1-4/+18
2023-12-11client/web: don't show login button if /ok errorsWill Norris1-2/+4
2023-12-11client/web: add metric logging when viewing local / remote node (#10555)Mario Minardi2-11/+57
2023-12-11client/web: add visual indication for exit node pending approval (#10532)Mario Minardi4-8/+42
2023-12-11client/web: open new window if iframedWill Norris1-1/+8
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 Minardi3-3/+25
2023-12-08client/web: use Home Assistant's X-Ingress-Path headerWill Norris1-1/+19
2023-12-08client/web: add confirmation dialogsSonia Appasamy9-23/+474
2023-12-08client/web: check content-type on PATCH requestsWill Norris2-5/+27
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