mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
* core, web: Vendored client follow-ups - Updated packages for use with TypeScript 6 - Fix search results including symlinks. * Bump docker package. * web: bump vite from 8.0.2 to 8.0.3 in /web Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 8.0.2 to 8.0.3. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/create-vite@8.0.3/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 8.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Fix import declaration order. * Fix live reload imports, package declarations. * Tidy admin entrypoint. * Rename. * Fix import. * Fix import. * Update paths. Update Knip. * Bump knip. * Update esbuild.d.ts Signed-off-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com> * Bump. * Re-enable deprecation warning. --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com> Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
58 lines
3.1 KiB
Plaintext
58 lines
3.1 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
|
|
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/client-rust @goauthentik/backend
|
|
packages/django-channels-postgres @goauthentik/backend
|
|
packages/django-postgres-cache @goauthentik/backend
|
|
packages/django-dramatiq-postgres @goauthentik/backend
|
|
# Web packages
|
|
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
|
|
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
|