summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2023-11-03cmd/sniproxy: add support for sniproxy as subnet routerrichard/15372Richard Castro2-4/+25
2023-11-03types/dnstype: update the usage documentation on dnstype.ResolverJames Tucker1-0/+2
2023-11-02client/web: fill devMode from an env varSonia Appasamy4-16/+8
2023-11-02ipn/localapi: make serveTKASign require write permission (#10094)Andrew Lytvynov1-2/+2
2023-11-02client/web: add ServerMode to web.ServerSonia Appasamy5-40/+114
2023-11-02clientupdate: do not recursively delete dirs in cleanupOldDownloads (#10093)Andrew Lytvynov2-2/+125
2023-11-02client/web: limit authorization checks to API callsWill Norris6-94/+97
2023-11-02appc,cmd/sniproxy,ipn/ipnlocal: split sniproxy configuration code out of appcJames Tucker11-51/+43
2023-11-02clientupdate: cleanup SPK and MSI downloads (#10085)Andrew Lytvynov1-0/+15
2023-11-02ipn/ipnlocal: include web client port in setTCPPortsInterceptedSonia Appasamy1-0/+6
2023-11-02ipn/localapi: remove webclient endpointSonia Appasamy1-42/+4
2023-11-02ipn/ipnlocal: pull CapabilityPreviewWebClient into webClientAtomicBoolSonia Appasamy2-9/+12
2023-11-02ipn/localapi: require Write access on /watch-ipn-bus with private keys (#10059)Andrew Lytvynov2-1/+107
2023-11-02cmd/tailscaled: pre-load wintun.dll using a fully-qualified pathAaron Klotz1-1/+23
2023-11-02cmd/k8s-operator: set different app type for operator with proxy (#10081)Irbe Krumina2-6/+12
2023-11-01util/groupmember: fail earlier if group doesn't exist, use slices.ContainsBrad Fitzpatrick1-8/+4
2023-11-01ipn/ipnlocal,tailcfg: add AppConnector service to HostInfo when configuredJames Tucker4-7/+39
2023-11-01appc,ipn/ipnlocal: add App Connector domain configuration from mapcapJames Tucker5-5/+101
2023-11-01tstest/deptest: fix minor escaping error in regexJames Tucker1-1/+1
2023-11-01appc,ipn/ipnlocal,net/dns/resolver: add App Connector wiring when enabled in ...James Tucker9-15/+518
2023-11-01ipn/ipnlocal: prevent deadlock on WebClientShutdownWill Norris1-1/+1
2023-11-01client/web: move more session logic to auth.goSonia Appasamy3-35/+58
2023-11-01build(deps): bump github.com/docker/dockerdependabot[bot]2-3/+3
2023-11-01build(deps-dev): bump postcss from 8.4.27 to 8.4.31 in /client/webdependabot[bot]2-5/+5
2023-11-01build(deps): bump get-func-name from 2.0.0 to 2.0.2 in /client/webdependabot[bot]1-3/+3
2023-11-01build(deps): bump @babel/traverse from 7.22.10 to 7.23.2 in /client/webdependabot[bot]1-15/+75
2023-11-01web/client: update synology token from /api/auth callWill Norris3-6/+37
2023-11-01.github: Bump actions/checkout from 3 to 4dependabot[bot]1-1/+1
2023-11-01clientupdate: clarify how to run update as Administrator on Windows (#10043)Andrew Lytvynov1-1/+6
2023-11-01hostinfo: fix a couple of logic simplification lintsJames Tucker1-8/+2
2023-11-01cmd/k8s-operator: strip credentials from client config in noauth modeDavid Anderson1-0/+3
2023-11-01ipn/ipnlocal: fix small typoJames Tucker1-1/+1
2023-11-01client/web: call /api/auth before rendering any client viewsWill Norris2-21/+19
2023-11-01cmd/k8s-operator: sanitize connection headers (#10063)Rhea Ghosh1-10/+11
2023-11-01ipn: introduce app connector advertisement preference and flagsJames Tucker7-0/+108
2023-11-01net/dnscache: remove completed TODOJames Tucker1-2/+0
2023-11-01client/web: move session logic to auth.goSonia Appasamy2-184/+202
2023-11-01util/set: make Clone a method (#10044)Chris Palmer2-2/+2
2023-11-01clientupdate: disable on Unraid (#10048)Derek Kaser1-0/+5
2023-11-01cmd/k8s-operator/deploy/chart,.github/workflows: use helm chart API v2 (#10055)Irbe Krumina2-1/+25
2023-11-01wgengine/netstack: standardize var names in UpdateNetstackIPsMaisem Ali1-31/+37
2023-11-01wgengine/netstack: remove unnecessary map in UpdateNetstackIPsMaisem Ali1-6/+4
2023-11-01wgengine/netstack: use netip.Prefix as map keysMaisem Ali1-20/+19
2023-11-01derp/derphttp: close DERP client to avoid data race in testAnton Tolchanov1-10/+14
2023-10-31ipn: replace web client debug flag with node capabilityWill Norris4-12/+6
2023-10-31go.mod: update wireguard-go (#10046)Jordan Whited2-3/+3
2023-10-31util/set: add some more Set operations (#10022)Chris Palmer2-3/+74
2023-10-31clientupdate: mention release track when running latest (#10039)Andrew Lytvynov1-2/+2
2023-10-31ipn/ipnlocal: rename web fields/structs to webClientSonia Appasamy4-42/+41
2023-10-31derp/derphttp: add watch reconnection tests from #9719Anton Tolchanov2-1/+193