summaryrefslogtreecommitdiffhomepage
path: root/client/web/src/hooks/auth.ts
AgeCommit message (Expand)AuthorFilesLines
2026-03-11client/web: signal need to wait for auth across tabsGesa Stupperich1-46/+32
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2024-02-26client/web: use grants on web UI frontendSonia Appasamy1-23/+51
2024-02-08client/web: add new readonly modeWill Norris1-1/+1
2023-12-13client/web: fix redirect logic when accessing login client over TS IPSonia Appasamy1-0/+1
2023-12-12client/web: fix ts connection checkSonia Appasamy1-1/+2
2023-12-12client/web: refresh auth after syno loginSonia Appasamy1-0/+6
2023-12-06client/web: start using swr for some fetchingSonia Appasamy1-7/+7
2023-11-29client/web: skip check mode for non-tailscale.com control servers (#10413)Will Norris1-2/+2
2023-11-28client/web: add eslintSonia Appasamy1-2/+3
2023-11-28scripts/check_license_headers: enforce license on ts/tsx filesSonia Appasamy1-0/+3
2023-11-14client/web: only trigger check mode if not authedWill Norris1-4/+9
2023-11-10client/web: add readonly/manage toggleSonia Appasamy1-1/+7
2023-11-07client/web: show manage button in readonly viewWill Norris1-17/+10
2023-11-03client/web: move auth session creation out of /api/authSonia Appasamy1-7/+32
2023-11-02client/web: limit authorization checks to API callsWill Norris1-10/+13
2023-11-01web/client: update synology token from /api/auth callWill Norris1-1/+15
2023-10-19client/web: hook up auth flowSonia Appasamy1-0/+37