b7d97da2bc
web: bump @goauthentik/prettier-config from 1.0.4 to 1.0.5 in /web/packages/esbuild-plugin-live-reload ( #14637 )
...
* web: bump @goauthentik/prettier-config
Bumps @goauthentik/prettier-config from 1.0.4 to 1.0.5.
---
updated-dependencies:
- dependency-name: "@goauthentik/prettier-config"
dependency-version: 1.0.5
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* group more
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jens Langhammer <jens@goauthentik.io >
2025-05-22 17:39:54 +02:00
cc6fcd831d
web: Fix missing Enterprise sidebar entries. ( #14615 )
2025-05-22 17:00:28 +02:00
e5e3a5df80
core, web: update translations ( #14626 )
...
Co-authored-by: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com>
2025-05-22 13:54:53 +02:00
74268500b0
esbuild-plugin-live-reload: Publish. ( #14624 )
2025-05-21 20:32:36 +00:00
614740a4ff
web/NPM Workspaces: Prep ESBuild plugin for publish. ( #14552 )
...
* web: Prep ESBuild plugin for publish.
* prettier-config: Update deps.
* eslint-config: Update deps.
* docusaurus-config: Update deps.
* docs: Update deps.
* docs: Enable linter.
* docs: Lint.
* web/sfe: Clean up types. Prep for monorepo.
* esbuild-plugin-live-reload: Update deps.
* web: Tidy ESLint, script commands.
* web: Fix logs.
* web: Lint.
* web: Split compile check from cached version.
2025-05-21 16:09:33 -04:00
f582e66c67
translate: Updates for file web/xliff/en.xlf in zh_CN ( #14607 )
...
Translate web/xliff/en.xlf in zh_CN
100% translated source file: 'web/xliff/en.xlf'
on 'zh_CN'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2025-05-21 13:27:06 +02:00
f595375f2d
translate: Updates for file web/xliff/en.xlf in zh-Hans ( #14609 )
...
Translate web/xliff/en.xlf in zh-Hans
100% translated source file: 'web/xliff/en.xlf'
on 'zh-Hans'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2025-05-21 13:26:53 +02:00
70460bfb30
core: bump library/node from 22 to 24 ( #14410 )
...
* core: bump library/node from 22 to 24
Bumps library/node from 22 to 24.
---
updated-dependencies:
- dependency-name: library/node
dependency-version: '24'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* update docs
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix linux esbuild
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* remove lockfile-lint package as SFE doesnt have a package lock and we have a script for the main lock
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* update dependabot
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* format
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* bump fido
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jens Langhammer <jens@goauthentik.io >
2025-05-20 16:02:51 +02:00
159bf4012e
core, web: update translations ( #14578 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com>
2025-05-20 12:02:06 +02:00
1c5e906a3e
web/NPM Workspaces: ESbuild version cleanup ( #14541 )
...
* web: Check JS files. Add types.
* web: Fix issues surrounding Vite/ESBuild types.
* web: Clean up version constants. Tidy types
* web: Clean up docs, types.
* web: Clean up package paths.
* web: (ESLint) no-lonely-if
* web: Render slot before navbar.
* web: Fix line-height alignment.
* web: Truncate long headers.
* web: Clean up page header declarations. Add story. Update paths.
* web: Ignore out directory.
* web: Lint Lit.
* web: Use private alias.
* web: Fix implicit CJS mode.
* web: Update deps.
* web: await all imports.
2025-05-20 02:11:18 +02:00
c133ba9bd3
enterprise/stages/mtls: update go & web client, fix py client generation ( #14576 )
...
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
2025-05-19 23:27:02 +02:00
65517f3b7f
enterprise/stages: Add MTLS stage ( #14296 )
...
* prepare client auth with inbuilt server
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* introduce better IPC auth
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* init
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* start stage
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* only allow trusted proxies to set MTLS headers
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* more stage progress
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* dont fail if ipc_key doesn't exist
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* actually install app
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add some tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* update API
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix unquote
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix int serial number not jsonable
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* init ui
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add UI
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* unrelated: fix git pull in makefile
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix parse helper
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add test for outpost
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* more tests and improvements
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* improve labels
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add support for multiple CAs on brand
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add support for multiple CAs to MTLS stage
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* dont log ipcuser secret views
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix go mod
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
2025-05-19 22:48:17 +02:00
40f598f3f1
web: (ESLint) No else return ( #14558 )
...
web: (ESLint) no-else-return.
2025-05-19 19:34:51 +02:00
b72d0e84c9
web: (ESLint) Use dot notation. ( #14557 )
2025-05-19 19:33:52 +02:00
d97297e0ce
web: (ESLint) Consistent use of triple-equals. ( #14554 )
...
web: Consistent use of triple-equals.
2025-05-19 13:25:11 -04:00
1a80353bc0
web: fix description for signing responses in SAML provider ( #14573 )
2025-05-19 14:56:19 +00:00
e2bec88403
translate: Updates for file web/xliff/en.xlf in fr ( #14570 )
...
Translate web/xliff/en.xlf in fr
100% translated source file: 'web/xliff/en.xlf'
on 'fr'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2025-05-19 12:04:12 +00:00
1a38679ecf
translate: Updates for file web/xliff/en.xlf in it ( #14538 )
...
Translate web/xliff/en.xlf in it
100% translated source file: 'web/xliff/en.xlf'
on 'it'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2025-05-19 13:47:15 +02:00
b20c4eab29
translate: Updates for file web/xliff/en.xlf in zh_CN ( #14565 )
...
Translate web/xliff/en.xlf in zh_CN
100% translated source file: 'web/xliff/en.xlf'
on 'zh_CN'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2025-05-19 13:37:45 +02:00
8ca09a9ece
web: Fix issue where Storybook cannot resolve styles. ( #14553 )
...
* web: Fix issue where Storybook cannot resolve styles.
* separate sentry config and middleware to prevent circular import
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Jens Langhammer <jens@goauthentik.io >
2025-05-19 13:37:30 +02:00
856598fc54
translate: Updates for file web/xliff/en.xlf in zh-Hans ( #14566 )
...
Translate web/xliff/en.xlf in zh-Hans
100% translated source file: 'web/xliff/en.xlf'
on 'zh-Hans'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2025-05-19 13:36:58 +02:00
99b559893b
core, web: update translations ( #14530 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: rissson <18313093+rissson@users.noreply.github.com >
2025-05-16 16:03:21 +02:00
69651323e3
web: bump API Client version ( #14528 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com>
2025-05-15 20:19:16 +02:00
75a0ac9588
release: 2025.4.1 ( #14527 )
...
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
# Conflicts:
# package.json
2025-05-15 20:12:41 +02:00
4a74db17a1
web: bump undici from 6.21.1 to 6.21.3 in /web ( #14524 )
...
Bumps [undici](https://github.com/nodejs/undici ) from 6.21.1 to 6.21.3.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v6.21.1...v6.21.3 )
---
updated-dependencies:
- dependency-name: undici
dependency-version: 6.21.3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-15 16:58:28 +02:00
0cf6bff93c
tests/e2e: add test for authentication flow in compatibility mode ( #14392 )
...
* tests/e2e: add test for authentication flow in compatibility mode
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* web: Add prefix class to CSS for easier debugging of constructed stylesheets.
- Use CSS variables for highlighter.
* web: Fix issue where MDX components apply styles out of order.
* web: Fix hover color.
* web: Fix CSS module types. Clean up globals.
* web: Fix issues surrounding availability of shadow root in compatibility mode.
* web: Fix typo.
* web: Partial fixes for storybook dark theme.
* web: Fix overflow.
* web: Fix issues surrounding competing interfaces attempting to apply styles.
* fix padding in ak-alert in. markdown
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* web: Minimize use of sub-module exports.
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Teffen Ellis <teffen@sister.software >
2025-05-15 16:51:11 +02:00
e40c5ac617
web/admin: Dual select state management, custom event dispatching. ( #14490 )
...
* web/admin: Fix issues surrounding dual select state management.
* web: Fix nested path.
* web: Use PatternFly variable.
2025-05-15 14:47:47 +02:00
ca96b27825
web/admin: Fix sidebar toggle synchronization. ( #14487 )
...
* web: Fix issue where resizing from tablet or smaller viewport desyncs the sidebar.
* web: Fix issue where focus style overrides hover state style.
2025-05-14 17:19:22 +02:00
381a1a2c49
tests/e2e: Add E2E tests for Flow SFE ( #14484 )
...
* add e2e test for SFE login
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add helper text in SFE on password stage
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* build sfe for e2e
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix ci e2e cache key not considering sfe
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix sfe missing from docker build
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* sigh I forgot npm
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
2025-05-13 12:03:12 +02:00
f11ba94603
root: improve sentry distributed tracing ( #14468 )
...
* core: include all sentry headers
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* remove spotlight patch we dont need anymore
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* always trace in debug
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* init sentry earlier
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* re-add light interface
https://github.com/goauthentik/authentik/pull/14331
removes 2 unneeded API calls
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* sentry integrated router
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* use new Sentry middleware to propagate headers
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix missing baggage
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* cleanup logs
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* use sanitized URLs for logging/tracing
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
2025-05-11 02:40:31 +02:00
7d2aa43364
Revert "web/admin: fix enterprise menu display" ( #14458 )
...
Revert "web/admin: fix enterprise menu display (#14447 )"
This reverts commit 0611eea0e7 .
2025-05-10 18:26:07 +02:00
0611eea0e7
web/admin: fix enterprise menu display ( #14447 )
...
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
2025-05-10 00:54:33 +02:00
b448e76db4
web/flows/sfe: fix global background image not being loaded ( #14442 )
...
* web/flows/sfe: add initial loading spinner
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix brand-level default flow background not working with SFE and loading original image with full flow interface
https://github.com/goauthentik/authentik/pull/13079#issuecomment-2853357407
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
2025-05-09 17:58:43 +02:00
be9ae7d4f7
web: cleanup/loading attribute always true ( #14288 )
...
* web: Add InvalidationFlow to Radius Provider dialogues
## What
- Bugfix: adds the InvalidationFlow to the Radius Provider dialogues
- Repairs: `{"invalidation_flow":["This field is required."]}` message, which was *not* propagated
to the Notification.
- Nitpick: Pretties `?foo=${true}` expressions: `s/\?([^=]+)=\$\{true\}/\1/`
## Note
Yes, I know I'm going to have to do more magic when we harmonize the forms, and no, I didn't add the
Property Mappings to the wizard, and yes, I know I'm going to have pain with the *new* version of
the wizard. But this is a serious bug; you can't make Radius servers with *either* of the current
dialogues at the moment.
* This (temporary) change is needed to prevent the unit tests from failing.
\# What
\# Why
\# How
\# Designs
\# Test Steps
\# Other Notes
* Revert "This (temporary) change is needed to prevent the unit tests from failing."
This reverts commit dddde09be5 .
* web: remove Lit syntax from always true attributes
## What
Replaces instances of `?loading=${true}` and `?loading="${true}"` with `loading`
## Why
The Lit syntax is completely unnecessary when the attribute's state is constant, and it's a few
(just a few) extra CPU cycles for Lit to process that.
More to the point, it annoys me.
## How
```
$ perl -pi.bak -e 's/\?loading=\$\{true\}/loading/' $(rg -l '\?loading=\$\{true\}')
$ find . -name '*.bak' -exec rm {} \;
$ perl -pi.bak -e 's/\?loading="\$\{true\}"/loading/' $(rg -l '\?loading="\$\{true\}"')
$ find . -name '*.bak' -exec rm {} \;
```
* Prettier had opinions
* Trigger Build
2025-05-06 08:49:48 -07:00
eb31f31584
web, website: update browserslist ( #14386 )
...
web,website: update browserslist
Updates browser list in web and website using `npx
update-browserslist-db@latest`
Our list was more than 7 months outdated.
Why to update:
> This update will bring data about new browsers to polyfill tools like Autoprefixer or Babel and reduce already unnecessary polyfills.
>
> You need to do it regularly for three reasons:
>
> 1. To use the latest browser’s versions and statistics in queries like last 2 versions or >1%. For example, if you created your project 2 years ago and did not update your dependencies, last 1 version will return 2-year-old browsers.
> 2. Actual browser data will lead to using less polyfills. It will reduce size of JS and CSS files and improve website performance.
> 3. caniuse-lite deduplication: to synchronize versions in different tools.
2025-05-05 15:01:59 +02:00
fe5c842e92
core, web: update translations ( #14383 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: rissson <18313093+rissson@users.noreply.github.com >
2025-05-05 14:11:16 +02:00
2c77830179
translate: Updates for file web/xliff/en.xlf in zh_CN ( #14374 )
...
Translate web/xliff/en.xlf in zh_CN
100% translated source file: 'web/xliff/en.xlf'
on 'zh_CN'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2025-05-05 01:39:42 +02:00
ffcd7def60
translate: Updates for file web/xliff/en.xlf in zh-Hans ( #14375 )
...
Translate web/xliff/en.xlf in zh-Hans
100% translated source file: 'web/xliff/en.xlf'
on 'zh-Hans'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2025-05-05 01:39:28 +02:00
e748a03082
core, web: update translations ( #14368 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: rissson <18313093+rissson@users.noreply.github.com >
2025-05-03 16:54:10 +02:00
f70635c295
web: Clean up browser-only module imports that crash WebDriverIO. ( #14330 )
...
* web: Clean up browser-only module imports that crash WebDriverIO.
* web: Clarify slug format output.
2025-05-02 20:04:05 -04:00
70d60c7ab2
web: Use monorepo package utilities to build packages ( #14159 )
...
* web: Format live reload package.
* web: Format package.json.
* web: Revise globals.
* web: Build entrypoints with a single ESBuild context. Clean up entrypoints.
* web: WIP Prepare monorepo package for use.
* web: Update build paths. Fix types.
* web: WIP Add monorepo dependency.
* web: Use monorepo utilities when building.
* web: Fix issue where linters collide. Update ignore file.
- Remove unused sort override for polyfills.
* core: Prepare repo for NPM workspaces.
2025-05-02 19:48:19 -04:00
61a26c02b7
Revert-revert: Safari fixes ( #14331 )
...
* Reapply "web: Safari fixes merge branch (#14181 )"
This reverts commit a41d45834c .
* web: Fix brand preference order. Adjust header height.
2025-05-02 21:26:40 +02:00
44fb59eb18
rbac: fix RoleObjectPermissionTable not showing add_user_to_group ( #14312 )
...
fix RoleObjectPermissionTable not showing `add_user_to_group`
2025-05-02 17:42:19 +02:00
5c9e97e11c
web: bump vite from 5.4.16 to 5.4.19 in /web ( #14324 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.16 to 5.4.19.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.19/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.19/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 5.4.19
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-01 22:34:28 +02:00
ada4254f52
web: bump API Client version ( #14301 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com>
2025-04-30 13:43:37 +00:00
e76d388ce4
release: 2025.4.0 ( #14299 )
...
Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space >
2025-04-30 13:15:38 +00:00
3c6b8b10e5
web: fix bug that was causing charts to be too tall ( #14253 )
...
* web: Add InvalidationFlow to Radius Provider dialogues
## What
- Bugfix: adds the InvalidationFlow to the Radius Provider dialogues
- Repairs: `{"invalidation_flow":["This field is required."]}` message, which was *not* propagated
to the Notification.
- Nitpick: Pretties `?foo=${true}` expressions: `s/\?([^=]+)=\$\{true\}/\1/`
## Note
Yes, I know I'm going to have to do more magic when we harmonize the forms, and no, I didn't add the
Property Mappings to the wizard, and yes, I know I'm going to have pain with the *new* version of
the wizard. But this is a serious bug; you can't make Radius servers with *either* of the current
dialogues at the moment.
* This (temporary) change is needed to prevent the unit tests from failing.
\# What
\# Why
\# How
\# Designs
\# Test Steps
\# Other Notes
* Revert "This (temporary) change is needed to prevent the unit tests from failing."
This reverts commit dddde09be5 .
* web: fix bug that was causing charts to be too tall
This removes the "aspect-ratio" declaration from the Charts CSS rules. That declaration
was interacting badly with the charts' own internal tools for manually setting the size
of the canvas, causing the chart to be too tall or take up too much space when one had
a particularly wide monitor.
\# What
\# Why
\# How
\# Designs
\# Test Steps
\# Other Notes
2025-04-25 13:00:02 -07:00
28869858b5
web/admin: prevent default logo flashing in admin interface ( #13960 )
...
* web: elements: SidebarBrand: prevent logo flashing in admin interface
When using a custom SVG file (or mabye other types, TBH I didn't check, I should) for a branded logo, the logo would flash the stock authentik logo for a moment before the custom logo appears on the Admin interface.
This was happening because the brand configuration was being loaded asynchronously through the context provider, causing a brief moment where the default logo was shown.
Closes https://github.com/goauthentik/authentik/issues/3228
Closes https://github.com/goauthentik/authentik/issues/13739
* use globalAK
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Jens Langhammer <jens@goauthentik.io >
2025-04-25 11:25:40 +02:00
5f6b69c998
core, web: update translations ( #14241 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: melizeche <484773+melizeche@users.noreply.github.com >
2025-04-24 20:49:40 +00:00
cf065db3d5
Updates for file web/xliff/en.xlf in zh_TW [Manual Sync] ( #14225 )
...
* Translate web/xliff/en.xlf in zh_TW [Manual Sync]
71% of minimum 60% translated source file: 'web/xliff/en.xlf'
on 'zh_TW'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
* ci trigger
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space >
---------
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space >
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space >
2025-04-24 20:32:42 +00:00