summaryrefslogtreecommitdiffhomepage
path: root/client
AgeCommit message (Expand)AuthorFilesLines
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
2023-08-10client/web: add barebones vite dev setupSonia Appasamy6-4/+1906
2023-08-09client/web: fix rendering of node owner profileWill Norris1-1/+1
2023-08-09client/web: add web client Server structSonia Appasamy1-12/+30
2023-08-09tailscale/cli: add interactive flow for enabling FunnelSonia Appasamy1-10/+10
2023-08-09client/web: extract web client from cli packageWill Norris5-0/+2157
2023-08-08all: require Go 1.21Brad Fitzpatrick1-2/+2
2023-08-08wgengine,ipn,cmd/tailscale: add size option to ping (#8739)salman aljammaz1-2/+22
2023-08-02tailcfg,ipn/localapi,client/tailscale: add QueryFeature endpointSonia Appasamy1-0/+21
2023-08-01all: implement lock revoke-keys commandTom DNetto1-0/+36
2023-07-31client/tailscale/apitype: document never-nil property of WhoIsResponseDavid Anderson1-0/+1
2023-07-25tailcfg,ipn/ipnlocal,wgengine: add values to PeerCapabilitiesMaisem Ali1-2/+3
2023-07-19client/tailscale: add warnings slice to ACLTestFailureSummaryJenny Zhang1-2/+3
2023-07-06client/tailscale: add API for verifying network lock signing deeplinkAaron Klotz1-0/+15
2023-06-01client/tailscale: support deauthorizing a deviceAnton Tolchanov1-2/+13
2023-05-12client/tailscale: revert CreateKey API change, add Client.CreateKeyWithExpiryBrad Fitzpatrick1-2/+14
2023-05-11client: allow the expiry time to be specified for new keysMatt Brown1-3/+11
2023-04-17various: add golangci-lint, fix issues (#7905)Andrew Dunham2-2/+2
2023-04-12client/tailscale: dial LocalAPI at 127.0.0.1 on macOSBrad Fitzpatrick1-1/+2
2023-04-03client/tailscale: Fix NPE caused by erroneous close in error caseTom DNetto1-1/+0
2023-03-13all: replace /kb/ links with /s/ equivalentsMaisem Ali1-1/+1
2023-03-08all: implement preauth-key support with tailnet lockTom DNetto1-0/+24
2023-03-03ipn,cmd/tailscale: implement resigning nodes on tka key removalTom DNetto1-0/+10
2023-03-03cmd/tailscale, cmd/tailscaled: move portmapper debugging into tailscale CLIAndrew Dunham1-0/+28
2023-02-18client/tailscale: add tags field to Device structNicolas BERNARD1-11/+12
2023-02-04all: implement pcap streaming for datapath debuggingTom DNetto1-0/+21
2023-02-03tailcfg, localapi: plumb device token to serverDavid Crawshaw1-0/+6
2023-02-01all: update to Go 1.20, use strings.CutPrefix/Suffix instead of our forkBrad Fitzpatrick1-2/+2
2023-01-27all: update copyright and license headersWill Norris13-39/+26
2023-01-26util/httpm: add new package for prettier HTTP method constantsBrad Fitzpatrick1-1/+3
2023-01-24client/tailscale/keys: fix client.Keys unmarshallingHarry Bowron1-4/+4