summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2023-11-17types/key: add database scan/value to publickeyskradalby-keys-db-interfaceKristoffer Dalby3-0/+74
2023-11-16{client/web},{ipn/ipnlocal}: replace localapi debug-web-client endpointSonia Appasamy5-144/+125
2023-11-16health: don't report a warning in DERP homeless modeBrad Fitzpatrick2-12/+20
2023-11-16ipn/ipnlocal: add c2n method to check on TLS cert fetch statusBrad Fitzpatrick6-2/+236
2023-11-16cmd/containerboot: fix unclean shutdown (#10035)Irbe Krumina1-75/+124
2023-11-16client/web: fix margins on login popoverSonia Appasamy1-2/+2
2023-11-16tsnet: add option to run integrated web clientWill Norris2-1/+7
2023-11-16ipn/ipnlocal: log and don't return full file serve error (#10174)Tyler Smalley1-2/+4
2023-11-16client/web: when readonly, add check for TS connectionSonia Appasamy1-4/+53
2023-11-16.github: build gocross using regular GOPROXY settingsWill Norris1-0/+1
2023-11-16go.mod.sri: update SRI hash for go.mod changesFlakes Updater3-3/+3
2023-11-16go.mod: update web-client-prebuilt moduleOSS Updater2-3/+3
2023-11-16client/web: allow login client to still run tailscale upWill Norris1-0/+4
2023-11-15wgengine/magicsock: add DERP homeless debug mode for testingBrad Fitzpatrick6-15/+53
2023-11-15wgengine/magicsock: move trustBestAddrUntil forward on non-disco rx (#10274)Jordan Whited1-2/+10
2023-11-15cmd/tailscaled: make tun mode default on gokrazyMaisem Ali1-14/+0
2023-11-15client/web: remove legacy-client-view.tsxSonia Appasamy2-244/+0
2023-11-15ipn/ipnlocal: add mutex to webClient structSonia Appasamy3-27/+34
2023-11-15cmd/tsidp: add start of OIDC Tailscale IdPMaisem Ali3-0/+706
2023-11-15client/web: remove DebugMode from GET /api/dataSonia Appasamy4-20/+3
2023-11-15ipn/ipnlocal: rename SetWebLocalClient to ConfigureWebClientSonia Appasamy3-6/+7
2023-11-15client/{tailscale,web}: add initial webUI frontend for self-updates (#10191)Naman Sood13-1/+389
2023-11-15appc: fix DomainRoutes copyJames Tucker2-1/+17
2023-11-15util/syspolicy: add some additional policy keysAdrian Dewhurst1-0/+4
2023-11-15util/osdiag, util/winutil: expose Windows policy keyAdrian Dewhurst3-4/+12
2023-11-15cmd/tailscaled, util/winutil: changes to process and token APIs in winutilAaron Klotz2-42/+103
2023-11-15client/web: disable the "disable" button when disabledWill Norris1-1/+3
2023-11-15ipn: remove the preview-webclient node capabilityWill Norris3-14/+8
2023-11-15cmd/tailscale: expose --webclient for all buildsWill Norris1-5/+1
2023-11-15net/dnsfallback: add singleflight to recursive resolverAndrew Dunham3-54/+175
2023-11-15VERSION.txt: this is v1.55.0Denton Gentry1-1/+1
2023-11-15types/appctype: correct app-connector cap name in documentationJames Tucker1-1/+1
2023-11-15cmd/cli: remove --webclient flag from upSonia Appasamy2-6/+0
2023-11-15ipn/ipnlocal: only call serve handler if non-nilWill Norris1-2/+2
2023-11-15adjust build tags for tamagoAndrea Barisani1-1/+1
2023-11-14ipn/ipnlocal: call serve handler for local trafficWill Norris1-0/+1
2023-11-14go.mod.sri: update SRI hash for go.mod changesFlakes Updater3-3/+3
2023-11-14clientupdate: fix auto-update on Windows over RDP (#10242)Andrew Lytvynov3-9/+36
2023-11-14client/web: fix back button on devices with URL prefixWill Norris1-1/+1
2023-11-14client/web: server /index.html on 404 requestsWill Norris1-1/+14
2023-11-14client/web: only trigger check mode if not authedWill Norris1-4/+9
2023-11-14ipn/ipnlocal: remove web client listeners after closeWill Norris1-1/+2
2023-11-14client/web: fix panic on logoutSonia Appasamy1-2/+4
2023-11-14go.mod: update web-client-prebuilt moduleOSS Updater2-3/+3
2023-11-14.github: add action for updating web-client-prebuilt moduleWill Norris1-0/+51
2023-11-13ipn/ipnlocal: run "tailscale update" via systemd-run on Linux (#10229)Andrew Lytvynov2-10/+32
2023-11-13wgengine/magicsock: fix typo in endpoint.sendDiscoPing() docs (#10232)Jordan Whited1-1/+1
2023-11-13cmd/tailscale: warn if app-connector is enabled without ip forwardingTom DNetto1-1/+1
2023-11-13ipn/ipnlocal: respect ExitNodeAllowLANAccess on iOS (#10230)Brad Fitzpatrick1-1/+6
2023-11-13client/web: add Tailscale SSH viewSonia Appasamy9-31/+290