mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
9976fcdd81
* Update CODEOWNERS for locale and docs directories Signed-off-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com> * the smallest tiniest change Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com> Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Dominic R <dominic@goauthentik.io> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
62 lines
3.4 KiB
Plaintext
62 lines
3.4 KiB
Plaintext
# Fallback
|
|
* @goauthentik/backend @goauthentik/frontend
|
|
# Backend
|
|
authentik/ @goauthentik/backend
|
|
blueprints/ @goauthentik/backend
|
|
src/ @goauthentik/backend
|
|
cmd/ @goauthentik/backend
|
|
internal/ @goauthentik/backend
|
|
lifecycle/ @goauthentik/backend
|
|
schemas/ @goauthentik/backend
|
|
scripts/ @goauthentik/backend
|
|
tests/ @goauthentik/backend
|
|
pyproject.toml @goauthentik/backend
|
|
uv.lock @goauthentik/backend
|
|
Cargo.toml @goauthentik/backend
|
|
Cargo.lock @goauthentik/backend
|
|
build.rs @goauthentik/backend
|
|
go.mod @goauthentik/backend
|
|
go.sum @goauthentik/backend
|
|
.cargo/ @goauthentik/backend
|
|
rust-toolchain.toml @goauthentik/backend
|
|
# Infrastructure
|
|
.github/ @goauthentik/infrastructure
|
|
lifecycle/aws/ @goauthentik/infrastructure
|
|
lifecycle/container/ @goauthentik/infrastructure
|
|
.dockerignore @goauthentik/infrastructure
|
|
Makefile @goauthentik/infrastructure
|
|
.editorconfig @goauthentik/infrastructure
|
|
CODEOWNERS @goauthentik/infrastructure
|
|
# Backend packages
|
|
packages/ak-* @goauthentik/backend
|
|
packages/client-rust @goauthentik/backend
|
|
packages/django-channels-postgres @goauthentik/backend
|
|
packages/django-postgres-cache @goauthentik/backend
|
|
packages/django-dramatiq-postgres @goauthentik/backend
|
|
# Web packages
|
|
.npmrc @goauthentik/frontend
|
|
tsconfig.json @goauthentik/frontend
|
|
package.json @goauthentik/frontend
|
|
package-lock.json @goauthentik/frontend
|
|
packages/package.json @goauthentik/frontend
|
|
packages/package-lock.json @goauthentik/frontend
|
|
packages/client-ts @goauthentik/frontend
|
|
packages/docusaurus-config @goauthentik/frontend
|
|
packages/esbuild-plugin-live-reload @goauthentik/frontend
|
|
packages/eslint-config @goauthentik/frontend
|
|
packages/prettier-config @goauthentik/frontend
|
|
packages/logger-js @goauthentik/frontend
|
|
packages/tsconfig @goauthentik/frontend
|
|
# Web
|
|
web/ @goauthentik/frontend
|
|
# Locale
|
|
/locale/ @goauthentik/backend @goauthentik/frontend
|
|
/locale/*/dictionaries @goauthentik/frontend @goauthentik/docs
|
|
web/xliff/ @goauthentik/backend @goauthentik/frontend
|
|
# Docs
|
|
website/ @goauthentik/docs
|
|
CODE_OF_CONDUCT.md @goauthentik/docs
|
|
# Security
|
|
SECURITY.md @goauthentik/security @goauthentik/docs
|
|
website/security/ @goauthentik/security @goauthentik/docs
|