headscale/hscontrol
alaningtrump 048308511c
Some checks failed
Build / build-nix (push) Has been cancelled
Build / build-cross (GOARCH=amd64 GOOS=darwin) (push) Has been cancelled
Build / build-cross (GOARCH=amd64 GOOS=linux) (push) Has been cancelled
Build / build-cross (GOARCH=arm64 GOOS=darwin) (push) Has been cancelled
Build / build-cross (GOARCH=arm64 GOOS=linux) (push) Has been cancelled
Check Generated Files / check-generated (push) Has been cancelled
Build (main) / container (push) Has been cancelled
Build (main) / binaries (amd64, darwin) (push) Has been cancelled
Build (main) / binaries (amd64, linux) (push) Has been cancelled
Build (main) / binaries (arm64, darwin) (push) Has been cancelled
Build (main) / binaries (arm64, linux) (push) Has been cancelled
Nix Flake Checks / build (push) Has been cancelled
Nix Flake Checks / gotest (push) Has been cancelled
Nix Flake Checks / golangci-lint (push) Has been cancelled
Nix Flake Checks / formatting (push) Has been cancelled
NixOS Module Tests / nix-module-check (push) Has been cancelled
Server Tests / servertest (push) Has been cancelled
chore: fix function comment to match actual function name
Signed-off-by: alaningtrump <alaningtrump@outlook.com>
2026-07-03 07:27:08 +02:00
..
api hscontrol, integration: test OAuth scope enforcement and the oauth-clients CLI 2026-06-26 09:18:06 +02:00
assets
capver capver: order TailscaleLatestMajorMinor versions with cmpver 2026-06-26 22:06:26 +02:00
db hscontrol: add the OAuth client and access-token model 2026-06-26 09:18:06 +02:00
derp all: fix full-tree golangci-lint findings 2026-06-20 21:08:01 +02:00
dns dns, change, noise, auth, capver: misc consolidation 2026-06-17 16:12:19 +02:00
mapper mapper: skip peers with invalid names instead of failing the map 2026-07-01 15:19:08 +02:00
policy chore: fix function comment to match actual function name 2026-07-03 07:27:08 +02:00
scope api/v2: add OAuth client-credentials auth and scope enforcement 2026-06-26 09:18:06 +02:00
servertest hscontrol, integration: test OAuth scope enforcement and the oauth-clients CLI 2026-06-26 09:18:06 +02:00
state state: log nodes with map-breaking data at startup 2026-07-01 15:19:08 +02:00
templates templates: consolidate shared page and component helpers 2026-06-17 16:12:19 +02:00
testdata/apiv1_golden test: add golden parity tests for the v1 API 2026-06-19 15:21:00 +02:00
types state: reject renames whose FQDN exceeds the hostname limit 2026-07-01 15:19:08 +02:00
util all: fix full-tree golangci-lint findings 2026-06-20 21:08:01 +02:00
apiv1_apikeys_test.go test: add golden parity tests for the v1 API 2026-06-19 15:21:00 +02:00
apiv1_auth_test.go test: add golden parity tests for the v1 API 2026-06-19 15:21:00 +02:00
apiv1_authmw_test.go test: add golden parity tests for the v1 API 2026-06-19 15:21:00 +02:00
apiv1_client_test.go gen/client/v1: add the generated HTTP client 2026-06-19 15:21:00 +02:00
apiv1_harness_test.go test: add golden parity tests for the v1 API 2026-06-19 15:21:00 +02:00
apiv1_health_test.go test: add golden parity tests for the v1 API 2026-06-19 15:21:00 +02:00
apiv1_nodes_test.go test: add golden parity tests for the v1 API 2026-06-19 15:21:00 +02:00
apiv1_policy_test.go test: add golden parity tests for the v1 API 2026-06-19 15:21:00 +02:00
apiv1_preauthkeys_test.go test: add golden parity tests for the v1 API 2026-06-19 15:21:00 +02:00
apiv1_socket_test.go gen/client/v1: add the generated HTTP client 2026-06-19 15:21:00 +02:00
apiv1_users_test.go test: add golden parity tests for the v1 API 2026-06-19 15:21:00 +02:00
apiv2_acl_test.go hscontrol: add v2 API contract tests 2026-06-21 04:17:03 +02:00
apiv2_devices_test.go hscontrol: add v2 API contract tests 2026-06-21 04:17:03 +02:00
apiv2_keys_test.go api/v2: add OAuth client-credentials auth and scope enforcement 2026-06-26 09:18:06 +02:00
apiv2_oauth_matrix_test.go hscontrol, integration: test OAuth scope enforcement and the oauth-clients CLI 2026-06-26 09:18:06 +02:00
apiv2_oauth_test.go hscontrol, integration: test OAuth scope enforcement and the oauth-clients CLI 2026-06-26 09:18:06 +02:00
apiv2_settings_test.go hscontrol: collapse key and settings asserts into cmp.Diff 2026-06-24 18:41:06 +02:00
apiv2_users_test.go hscontrol: contract-test the v2 users endpoint 2026-06-24 18:41:06 +02:00
app.go hscontrol: register /ts2021 for WebSocket GET 2026-07-01 15:20:01 +02:00
app_test.go
auth.go dns, change, noise, auth, capver: misc consolidation 2026-06-17 16:12:19 +02:00
auth_tags_test.go hscontrol: remove the proto, gRPC and grpc-gateway stack 2026-06-19 15:21:00 +02:00
auth_test.go state: return all nodes for a machine key, reject ambiguous ownership 2026-06-15 20:29:15 +02:00
debug.go all: adopt slices helpers 2026-06-17 16:12:19 +02:00
handlers.go handlers: set verify Content-Type before writing the body 2026-06-17 16:12:19 +02:00
handlers_test.go handlers: set verify Content-Type before writing the body 2026-06-17 16:12:19 +02:00
metrics.go
noise.go dns, change, noise, auth, capver: misc consolidation 2026-06-17 16:12:19 +02:00
noise_test.go hscontrol: register /ts2021 for WebSocket GET 2026-07-01 15:20:01 +02:00
oidc.go oidc: harden callback CSRF cookies, state reuse, and issuer config 2026-06-26 09:18:06 +02:00
oidc_confirm_test.go
oidc_cookiename_test.go
oidc_template_test.go
oidc_test.go oidc: harden callback CSRF cookies, state reuse, and issuer config 2026-06-26 09:18:06 +02:00
platform_config.go hscontrol: consolidate debug-endpoint and template helpers 2026-06-17 16:12:19 +02:00
platform_config_test.go
poll.go poll: return an HTTP error on long-poll setup failure 2026-07-01 15:19:08 +02:00
poll_test.go poll: return an HTTP error on long-poll setup failure 2026-07-01 15:19:08 +02:00
realip.go all: adopt slices helpers 2026-06-17 16:12:19 +02:00
realip_test.go
tailsql.go policy, mapper, capver, hscontrol: remove dead code 2026-06-17 16:12:19 +02:00
templates_consistency_test.go