summaryrefslogtreecommitdiffhomepage
path: root/client
AgeCommit message (Expand)AuthorFilesLines
2023-10-16cmd/tailscaled,*: add start of configuration file supportBrad Fitzpatrick2-0/+28
2023-10-12client/web: add metric for exit node advertising (#9781)Naman Sood1-3/+22
2023-10-11client/web: remove unused context param from NewServerSonia Appasamy1-2/+1
2023-10-05client/web: restrict full management client behind browser sessionsSonia Appasamy2-5/+349
2023-10-04client/web: add browser session cache to web.ServerSonia Appasamy1-0/+29
2023-09-28client/web: add debug mode for web client ui updatesSonia Appasamy8-27/+193
2023-09-28client/web: add login client mode to web.ServerSonia Appasamy3-39/+78
2023-09-27client/web: refactor serveGetNodeDataSonia Appasamy1-15/+8
2023-09-19client/web: switch to using prebuilt web client assetsWill Norris2-25/+3
2023-09-13cmd/tailscale/cli: use optimistic concurrency control on SetServeConfigMarwan Sulaiman1-9/+58
2023-09-12ipn/ipnlocal: fix missing controlknobs.Knobs plumbingBrad Fitzpatrick1-0/+14
2023-09-08client/web: clean up assets handlingSonia Appasamy3-47/+49
2023-09-07ipn, ipn/ipnlocal: add Foreground field for ServeConfigMarwan Sulaiman1-23/+0
2023-09-02client/web, clientupdate, util/linuxfw, wgengine/magicsock: Use %v verb for e...Craig Rodrigues1-1/+1
2023-09-01client/web,cmd/tailscale: add prefix flag for web commandWill Norris4-27/+24
2023-08-30client/web: simply csrf key caching in cgi modeWill Norris1-10/+1
2023-08-29client/web: fix data raceMaisem Ali1-10/+6
2023-08-29client/web: pipe unraid csrf token through apiFetchSonia Appasamy3-34/+38
2023-08-29client/web: remove self node on serverSonia Appasamy1-73/+0
2023-08-29client/web: add localapi proxySonia Appasamy5-10/+152
2023-08-29client/web: pull SynoToken logic into apiFetchSonia Appasamy2-35/+36
2023-08-28client/web: always use new web client; remove old clientWill Norris7-1652/+80
2023-08-28client/web: skip authorization checks for static assetsWill Norris1-13/+24
2023-08-28cmd/tailscale, net/portmapper: add --log-http option to "debug portmap"Andrew Dunham1-5/+42
2023-08-25client/web: move api handler into web.goSonia Appasamy2-38/+23
2023-08-24client/web: add self node cacheSonia Appasamy1-1/+76
2023-08-24client/web: enforce full path for CGI platformsWill Norris5-3/+44
2023-08-24client/web: invert auth logic for synology and qnapWill Norris4-99/+83
2023-08-24client/web: move synology and qnap logic into separate filesWill Norris3-154/+182
2023-08-24client/web: refresh on tab focusSonia Appasamy1-3/+16
2023-08-24client/web: cache csrf key when running in CGI modeWill Norris1-13/+54
2023-08-23client/web: don't require secure cookies for csrfWill Norris1-3/+6
2023-08-23client/web: open auth URLs in new browser tabSonia Appasamy1-5/+1
2023-08-22client/web: remove old /redirect handlerWill Norris2-63/+1
2023-08-22client/web: fix globbing for file embeddingWill Norris1-1/+1
2023-08-22client/web: combine embeds into a single embed.FSWill Norris1-13/+17
2023-08-22client/web: track web client initializationsSonia Appasamy1-0/+2
2023-08-22client/web: hook up remaining legacy POST requestsSonia Appasamy3-49/+69
2023-08-22cmd/tailscale/cli, ipn/ipnlocal: [funnel] add stream modeMarwan Sulaiman1-0/+23
2023-08-21client/web: add csrf protection to web client apiSonia Appasamy8-46/+233
2023-08-16tailcfg: rename prototype field to reflect its statusBrad Fitzpatrick1-7/+7
2023-08-16client: update DNSConfig type (#8916)Richard Castro1-0/+1
2023-08-16client/web: hook up data fetching to fill --dev React UISonia Appasamy3-120/+166
2023-08-15client/web: copy existing UI to basic react componentsWill Norris5-2/+487
2023-08-15client/web: add prettier and format scriptsWill Norris2-1/+15
2023-08-15cli/serve: funnel interactive enablement flow tweaksSonia Appasamy1-6/+5
2023-08-14client/tailscale: add LocalClient.IncrementMetric funcSonia Appasamy1-0/+23
2023-08-14client/web: add tailwind styling to react appSonia Appasamy7-7/+58
2023-08-11client/web: add tsconfig.jsonSonia Appasamy4-2/+51
2023-08-11client/web: pipe through to React in dev modeSonia Appasamy5-4/+57