.core
feat(api): merge go-api + php-api into polyglot repo
2026-03-14 10:03:29 +00:00
cmd /api
feat(openapi): add external docs metadata
2026-04-01 20:47:38 +00:00
docs
feat(openapi): add external docs metadata
2026-04-01 20:47:38 +00:00
go-io
feat(api): add stable openapi operation ids
2026-04-01 07:36:35 +00:00
go-log
feat(api): add stable openapi operation ids
2026-04-01 07:36:35 +00:00
pkg /provider
fix(provider): harden proxy path stripping
2026-04-01 20:08:55 +00:00
src /php
refactor(api): standardise unauthorised wording
2026-04-01 20:59:55 +00:00
.gitattributes
feat(api): merge go-api + php-api into polyglot repo
2026-03-14 10:03:29 +00:00
.gitignore
chore: add .core/ and .idea/ to .gitignore
2026-03-15 10:17:49 +00:00
api.go
feat(openapi): add external docs metadata
2026-04-01 20:47:38 +00:00
api_test.go
feat(api): standardise panic responses
2026-04-01 16:25:45 +00:00
authentik.go
fix(api): tighten public path auth bypass matching
2026-04-01 16:56:09 +00:00
authentik_integration_test.go
chore: migrate to dappco.re vanity import path
2026-03-21 23:50:37 +00:00
authentik_test.go
fix(api): tighten public path auth bypass matching
2026-04-01 16:56:09 +00:00
authz_test.go
chore: migrate to dappco.re vanity import path
2026-03-21 23:50:37 +00:00
bridge.go
docs(api): add AX examples to public APIs
2026-04-01 20:23:41 +00:00
bridge_test.go
feat(bridge): support schema composition keywords
2026-04-01 18:19:15 +00:00
brotli.go
feat(api): merge go-api + php-api into polyglot repo
2026-03-14 10:03:29 +00:00
brotli_test.go
chore: migrate to dappco.re vanity import path
2026-03-21 23:50:37 +00:00
cache.go
feat(api): auto-attach request metadata
2026-04-01 14:00:04 +00:00
cache_test.go
feat(cache): refresh request meta on cache hits
2026-04-01 13:53:37 +00:00
CLAUDE.md
feat(api): merge go-api + php-api into polyglot repo
2026-03-14 10:03:29 +00:00
client.go
docs(api): add AX examples to public APIs
2026-04-01 20:23:41 +00:00
client_test.go
feat(client): support header and cookie parameters
2026-04-01 19:50:41 +00:00
codegen.go
docs(api): add AX examples to public APIs
2026-04-01 20:23:41 +00:00
codegen_test.go
chore: migrate to dappco.re vanity import path
2026-03-21 23:50:37 +00:00
composer.json
feat(api): merge go-api + php-api into polyglot repo
2026-03-14 10:03:29 +00:00
export.go
docs(api): add AX examples to public APIs
2026-04-01 20:23:41 +00:00
export_test.go
chore: migrate to dappco.re vanity import path
2026-03-21 23:50:37 +00:00
expvar_test.go
chore: migrate to dappco.re vanity import path
2026-03-21 23:50:37 +00:00
go.mod
feat(api): add stable openapi operation ids
2026-04-01 07:36:35 +00:00
go.sum
chore: migrate to dappco.re vanity import path
2026-03-21 23:50:37 +00:00
graphql.go
feat(graphql): normalise custom mount paths
2026-04-01 18:08:27 +00:00
graphql_test.go
feat(graphql): normalise custom mount paths
2026-04-01 18:08:27 +00:00
group.go
feat(openapi): support iterator-backed route descriptions
2026-04-01 20:55:33 +00:00
group_test.go
chore: migrate to dappco.re vanity import path
2026-03-21 23:50:37 +00:00
gzip_test.go
chore: migrate to dappco.re vanity import path
2026-03-21 23:50:37 +00:00
httpsign_test.go
chore: migrate to dappco.re vanity import path
2026-03-21 23:50:37 +00:00
i18n.go
feat(i18n): add locale message fallback
2026-04-01 19:17:26 +00:00
i18n_test.go
feat(i18n): add locale message fallback
2026-04-01 19:17:26 +00:00
LICENCE
feat(api): merge go-api + php-api into polyglot repo
2026-03-14 10:03:29 +00:00
location_test.go
chore: migrate to dappco.re vanity import path
2026-03-21 23:50:37 +00:00
middleware.go
fix(api): tighten public path auth bypass matching
2026-04-01 16:56:09 +00:00
middleware_test.go
feat(api): attach request meta to error envelopes
2026-04-01 17:43:37 +00:00
modernization_test.go
chore: migrate to dappco.re vanity import path
2026-03-21 23:50:37 +00:00
norace_test.go
feat(api): merge go-api + php-api into polyglot repo
2026-03-14 10:03:29 +00:00
openapi.go
feat(openapi): support iterator-backed route descriptions
2026-04-01 20:55:33 +00:00
openapi_test.go
feat(openapi): support iterator-backed route descriptions
2026-04-01 20:55:33 +00:00
options.go
feat(openapi): add external docs metadata
2026-04-01 20:47:38 +00:00
pprof_test.go
chore: migrate to dappco.re vanity import path
2026-03-21 23:50:37 +00:00
race_test.go
feat(api): merge go-api + php-api into polyglot repo
2026-03-14 10:03:29 +00:00
ratelimit.go
fix(api): scope rate limiting by key
2026-04-01 18:22:17 +00:00
ratelimit_test.go
fix(api): scope rate limiting by key
2026-04-01 18:22:17 +00:00
response.go
docs(api): add AX usage examples
2026-04-01 20:17:46 +00:00
response_meta.go
feat(api): attach request meta to error envelopes
2026-04-01 17:43:37 +00:00
response_test.go
chore: migrate to dappco.re vanity import path
2026-03-21 23:50:37 +00:00
secure_test.go
chore: migrate to dappco.re vanity import path
2026-03-21 23:50:37 +00:00
servers.go
feat(api): collapse equivalent OpenAPI servers
2026-04-01 20:01:34 +00:00
sessions_test.go
chore: migrate to dappco.re vanity import path
2026-03-21 23:50:37 +00:00
slog_test.go
chore: migrate to dappco.re vanity import path
2026-03-21 23:50:37 +00:00
spec_registry.go
feat(api): add iterator for spec registry
2026-04-01 21:03:15 +00:00
spec_registry_test.go
feat(api): add iterator for spec registry
2026-04-01 21:03:15 +00:00
sse.go
docs(api): add AX usage examples
2026-04-01 20:17:46 +00:00
sse_test.go
feat(api): drain SSE clients on shutdown
2026-04-01 09:45:30 +00:00
static_test.go
chore: migrate to dappco.re vanity import path
2026-03-21 23:50:37 +00:00
swagger.go
feat(openapi): add external docs metadata
2026-04-01 20:47:38 +00:00
swagger_test.go
feat(openapi): add external docs metadata
2026-04-01 20:47:38 +00:00
timeout_test.go
fix(api): disable non-positive timeouts
2026-04-01 13:12:51 +00:00
tracing.go
feat(api): merge go-api + php-api into polyglot repo
2026-03-14 10:03:29 +00:00
tracing_test.go
chore: migrate to dappco.re vanity import path
2026-03-21 23:50:37 +00:00
websocket.go
feat(api): merge go-api + php-api into polyglot repo
2026-03-14 10:03:29 +00:00
websocket_test.go
chore: migrate to dappco.re vanity import path
2026-03-21 23:50:37 +00:00