dependabot[bot]
2781c73567
website: bump @types/react from 19.2.0 to 19.2.2 in /website ( #17324 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 19.2.0 to 19.2.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-version: 19.2.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-08 16:21:00 +02:00
dependabot[bot]
797196ded5
website: bump @types/react-dom from 19.2.0 to 19.2.1 in /website ( #17325 )
...
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom ) from 19.2.0 to 19.2.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom )
---
updated-dependencies:
- dependency-name: "@types/react-dom"
dependency-version: 19.2.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-08 15:35:03 +02:00
authentik-automation[bot]
96f5819262
*: Auto compress images ( #17317 )
...
* [create-pull-request] automated change
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Optimised images with calibre/image-actions
---------
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-10-08 03:04:31 +00:00
authentik-automation[bot]
54a3e2c978
*: Auto compress images ( #17316 )
...
* [create-pull-request] automated change
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Optimised images with calibre/image-actions
* Optimised images with calibre/image-actions
* Optimised images with calibre/image-actions
* Optimised images with calibre/image-actions
---------
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: BeryJu <1932513+BeryJu@users.noreply.github.com >
Co-authored-by: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com>
2025-10-07 22:00:30 -04:00
Marc 'risson' Schmitt
907ccd63a0
tasks: add preprocess, running and postprocess statuses ( #17297 )
2025-10-07 14:19:03 +00:00
dependabot[bot]
27ca600917
website: bump react-dom and @types/react-dom in /website ( #17207 )
...
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom ) and [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom ). These dependencies needed to be updated together.
Updates `react-dom` from 19.1.1 to 19.2.0
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/v19.2.0/packages/react-dom )
Updates `@types/react-dom` from 19.1.9 to 19.2.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom )
---
updated-dependencies:
- dependency-name: react-dom
dependency-version: 19.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: "@types/react-dom"
dependency-version: 19.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-04 00:54:55 +02:00
Marcelo Elizeche Landó
40811eabc9
core: Add ak_send_email function in expression context ( #16941 )
...
* Add ak_send_email function in expression context
* Add docs for ak_send_email
* refactor the flow, simplify tests
* fix linting
* Update website/docs/expressions/_functions.mdx
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
Signed-off-by: Marcelo Elizeche Landó <marce@melizeche.com >
* Catch specific exceptions, better imports
* Add the option to send email to multiple recipients
* fix linting
* move imports
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* simplify
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* simplify ak_send_email to use send_mails for all cases
* change :::note to :::info, fix linting
---------
Signed-off-by: Marcelo Elizeche Landó <marce@melizeche.com >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
Co-authored-by: Jens Langhammer <jens@goauthentik.io >
2025-10-02 14:12:13 +02:00
Alexander Tereshkin
eeb5cb08cd
sources: add Telegram source ( #15749 )
...
* sources: add Telegram source (#2232 )
* sources/telegram: put telegram user info into policy context (#2232 )
* sources/telegram: replace regular input for bot token with a "secret" one (#2232 )
* sources/telegram: fix typo on Telegram source form
* sources/telegram: added UserSourceConnection/GroupSourceConnection and SourceFlowManager subclasses for Telegram source
* sources/telegram: improved code layout
* sources/telegram: collapsed migrations
* sources/telegram: fix lint errors
* sources/telegram: fixed lint errors in docs
* sources/telegram: fix app config
* Update website/docs/users-sources/sources/social-logins/telegram/index.md
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com >
Signed-off-by: Alexander Tereshkin <96586+atereshkin@users.noreply.github.com >
* Update website/docs/users-sources/sources/social-logins/telegram/index.md
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com >
Signed-off-by: Alexander Tereshkin <96586+atereshkin@users.noreply.github.com >
* Update website/docs/users-sources/sources/social-logins/telegram/index.md
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com >
Signed-off-by: Alexander Tereshkin <96586+atereshkin@users.noreply.github.com >
* Update website/docs/users-sources/sources/social-logins/telegram/index.md
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com >
Signed-off-by: Alexander Tereshkin <96586+atereshkin@users.noreply.github.com >
* Update website/docs/users-sources/sources/social-logins/telegram/index.md
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com >
Signed-off-by: Alexander Tereshkin <96586+atereshkin@users.noreply.github.com >
* Update website/docs/users-sources/sources/social-logins/telegram/index.md
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com >
Signed-off-by: Alexander Tereshkin <96586+atereshkin@users.noreply.github.com >
* Update website/docs/users-sources/sources/social-logins/telegram/index.md
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com >
Signed-off-by: Alexander Tereshkin <96586+atereshkin@users.noreply.github.com >
* Update website/docs/users-sources/sources/social-logins/telegram/index.md
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com >
Signed-off-by: Alexander Tereshkin <96586+atereshkin@users.noreply.github.com >
* Update website/docs/users-sources/sources/social-logins/telegram/index.md
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com >
Signed-off-by: Alexander Tereshkin <96586+atereshkin@users.noreply.github.com >
* Update website/docs/users-sources/sources/social-logins/telegram/index.md
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com >
Signed-off-by: Alexander Tereshkin <96586+atereshkin@users.noreply.github.com >
* Update website/docs/users-sources/sources/social-logins/telegram/index.md
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com >
Signed-off-by: Alexander Tereshkin <96586+atereshkin@users.noreply.github.com >
* Update website/docs/users-sources/sources/social-logins/telegram/index.md
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com >
Signed-off-by: Alexander Tereshkin <96586+atereshkin@users.noreply.github.com >
* Update website/docs/users-sources/sources/social-logins/telegram/index.md
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com >
Signed-off-by: Alexander Tereshkin <96586+atereshkin@users.noreply.github.com >
* Update website/docs/users-sources/sources/social-logins/telegram/index.md
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com >
Signed-off-by: Alexander Tereshkin <96586+atereshkin@users.noreply.github.com >
* sources/telegram: add user source settings UI so that the users can disconnect Telegram source from their account
* sources/telegram: clean up code per @risson's suggestions
* sources/telegram: improve docs based on @tanberry's suggestions
* sources/telegram: fix minor docs formatting issue
* sources/teleram: add tests for views
* sources/telegram: update serielizer field types references to be in line with convention
* sources/telegram: add missing type annotations
* sources/telegram: add check for source.enabled in the redirect view
* sources/telegram: add pre-authentication flow to telegram source
* sources: add Telegram source (#2232 )
* sources/telegram: added UserSourceConnection/GroupSourceConnection and SourceFlowManager subclasses for Telegram source
* sources/telegram: collapsed migrations
* sources/telegram: fix lint errors
* sources/telegram: clean up code per @risson's suggestions
* sources/teregram: fix merge errors
* sources/telegram: improve docs wording
* Standardized documentation
* sources/telegram: added telegram source package to the list of ignored modules for mypy
* sources/telegram: fix TS lint errors
* sources/telegram: improve test coverage
* web: bump @types/node from 22.15.19 to 24.5.2 in /web (#16989 )
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.15.19 to 24.5.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 24.5.2
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---------
Signed-off-by: Alexander Tereshkin <96586+atereshkin@users.noreply.github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com >
Co-authored-by: dewi-tik <dewi@goauthentik.io >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-01 17:03:38 +02:00
Tana M Berry
1f2d411a7c
website/docs: updates to say use info not note ( #17141 )
...
* updates to say use info not note
* Update website/docs/developer-docs/docs/style-guide.mdx
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
* Update website/docs/developer-docs/docs/style-guide.mdx
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
* Update website/docs/developer-docs/docs/style-guide.mdx
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
* Update website/docs/developer-docs/docs/templates/reference.tmpl.md
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
* Update website/docs/developer-docs/docs/templates/reference.tmpl.md
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
* Update website/docs/developer-docs/docs/style-guide.mdx
Co-authored-by: Dominic R <dominic@sdko.org >
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
* dewi and dominic edits
---------
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
Co-authored-by: Tana M Berry <tana@goauthentik.io >
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
Co-authored-by: Dominic R <dominic@sdko.org >
2025-10-01 09:51:28 -05:00
dependabot[bot]
343ae59ece
website: bump @types/react from 19.1.15 to 19.1.16 in /website ( #17156 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 19.1.15 to 19.1.16.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-version: 19.1.16
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-01 13:54:14 +02:00
Dewi Roberts
da69b6d716
website/docs: replaces all note boxes with info boxes ( #17138 )
...
Replaces all note boxes with info boxes
2025-09-30 11:34:08 -04:00
Dominic R
334c6d1c09
website/docs: developer docs: adjust sentence for writing docs ( #17137 )
...
As per Tana's request
Signed-off-by: Dominic R <dominic@sdko.org >
2025-09-30 13:38:54 +00:00
Jens L.
8107338742
website/docs: 2025.8.4 release notes ( #17119 )
...
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
2025-09-29 23:22:28 +02:00
Marc 'risson' Schmitt
a87f182503
tasks: reduce default number of retries and max backoff ( #17107 )
...
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space >
2025-09-29 17:17:23 +00:00
boesr
bb8c007e63
website/docs: additional documentation for ak_user_by ( #17098 )
...
* adds additional documentation to search for user by attribute
* changes attribute naming in expression example
Co-authored-by: Jens L. <jens@beryju.org >
Signed-off-by: boesr <88541074+boesr@users.noreply.github.com >
* Adjusts ak_user_by to style guide
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
Signed-off-by: boesr <88541074+boesr@users.noreply.github.com >
* Update website/docs/expressions/_functions.mdx
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
Signed-off-by: boesr <88541074+boesr@users.noreply.github.com >
---------
Signed-off-by: boesr <88541074+boesr@users.noreply.github.com >
Co-authored-by: Jens L. <jens@beryju.org >
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
2025-09-29 10:49:23 -04:00
dependabot[bot]
90b1f483d1
website: bump @types/react from 19.1.13 to 19.1.15 in /website ( #17075 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 19.1.13 to 19.1.15.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-version: 19.1.15
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-29 15:19:07 +02:00
authentik-automation[bot]
8a1b6c8b07
*: Auto compress images ( #16733 )
...
[create-pull-request] automated change
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: dewi-tik <204862582+dewi-tik@users.noreply.github.com >
2025-09-29 13:39:15 +02:00
Patrick
4c6e0150a7
website/docs: Update Github expression to handle non-OAuth sources gracefully ( #17014 )
...
Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space >
2025-09-25 16:55:59 +00:00
Jens L.
27033764dd
website/docs: improve discord policies when also bound to non-oauth sources ( #17008 )
2025-09-25 13:47:17 +00:00
Dewi Roberts
edb46b42fe
webiste/docs: add missing oauth endpoints ( #16995 )
...
Add endpoints
2025-09-25 12:39:01 +00:00
Dominic R
3d94049e00
website/docs: oauth provider: Add 'device' and 'introspect' to reserved slugs ( #16994 )
...
Updated the list of reserved application slugs for OAuth2 endpoints.
Signed-off-by: Dominic R <dominic@sdko.org >
2025-09-25 12:37:41 +00:00
Dominic R
c03ee971dc
website/developer docs: What domain for what doc version ( #16987 )
...
* website/developer docs: What domain for what doc version
Closes: AUTH-1316
* Apply suggestions from code review
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
Signed-off-by: Dominic R <dominic@sdko.org >
---------
Signed-off-by: Dominic R <dominic@sdko.org >
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
2025-09-25 13:16:35 +01:00
Marco Lecheler
df33b4d3e9
website: fix docs links ( #16926 )
...
* fix: add other docker-compose links
* fix: update other docs urls
2025-09-24 11:48:33 -04:00
Dewi Roberts
30fc1b93bf
website/docs: website/integrations: update docker-compose to Docker Compose ( #16945 )
...
Updates instances of docker-compose to Docker Compose
2025-09-24 14:20:19 +00:00
Dewi Roberts
0496549386
website/docs: add missing release notes ( #16804 )
...
* Add notes
* Remove docs changes
* WIP
2025-09-24 07:39:34 -04:00
Jens L.
1f81d234cb
enterprise/providers/radius: add EAP-TLS support ( #15702 )
...
* implement with library (backend)
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add outpost
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* format
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add basic docs
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add enterprise notice to certificate
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* clearer enterprise stuff
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* idk
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
2025-09-23 23:54:09 +02:00
Nuno Alves
1dda417596
website/docs: update url to docker-compose.yml ( #16901 )
...
Update URL of docker-compose.yml from "https://goauthentik.io/docker-compose.yml " to "https://docs.goauthentik.io/docker-compose.yml "
2025-09-23 16:31:41 -05:00
Jared Harrison
2862fa1728
website/docs: random typo fixes ( #16956 )
2025-09-23 20:57:42 +00:00
Tana M Berry
14b1d25f66
website/docs: fix capitalization ( #16944 )
...
* fix capitalization
* tweak
* Update website/docs/add-secure-apps/outposts/manual-deploy-docker-compose.md
Co-authored-by: Dominic R <dominic@sdko.org >
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
---------
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
Co-authored-by: Tana M Berry <tana@goauthentik.io >
Co-authored-by: Dominic R <dominic@sdko.org >
2025-09-23 14:32:28 -05:00
Tana M Berry
dbf85d04ef
website/docs: add docs for source switch expression policy ( #16878 )
...
* draft for source switch docs
* add python
* add sidebar entry
* Update website/docs/customize/policies/expression/source_switch.md
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
* Update website/docs/customize/policies/index.md
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
* Update website/docs/customize/policies/working_with_policies.md
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
* Update website/docs/customize/policies/working_with_policies.md
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
* add sectin about binding the policy
* tweak
* Update website/docs/customize/policies/index.md
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
* Update website/docs/customize/policies/working_with_policies.md
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
* Update website/docs/customize/policies/working_with_policies.md
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
* Update website/docs/customize/policies/working_with_policies.md
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
* Update website/docs/customize/policies/working_with_policies.md
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
* Update website/docs/customize/policies/expression.mdx
Co-authored-by: Jens L. <jens@goauthentik.io >
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
---------
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
Co-authored-by: Tana M Berry <tana@goauthentik.io >
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
Co-authored-by: Jens L. <jens@goauthentik.io >
2025-09-23 13:57:51 -05:00
Marc 'risson' Schmitt
2f2c5338c0
website/docs: 2025.8: fix worker concurrency setting rename ( #16946 )
2025-09-23 17:12:40 +00:00
Dewi Roberts
486f1d8b04
website/docs: website/integrations: random language fixes ( #16896 )
...
* Random language fixes
* Osticket changed to match other files
2025-09-23 01:42:16 -05:00
Teffen Ellis
1b96009be8
website: Remove duplicate sidebar entries. ( #16922 )
2025-09-22 19:14:23 +02:00
Teffen Ellis
5997667501
website: Fix broken schema links v2 ( #16919 )
...
* website: fix broken schema links
* website: Add schema redirects.
---------
Co-authored-by: Dominic R <dominic@sdko.org >
2025-09-22 10:46:58 -05:00
Tana M Berry
56b3137ef2
Revert "website: Fix broken schema links, non-relative paths, unapplied redirect aliases" ( #16902 )
...
Revert "website: Fix broken schema links, non-relative paths, unapplied redir…"
This reverts commit 0e56195c82 .
2025-09-22 01:01:01 +02:00
Dominic R
0e56195c82
website: Fix broken schema links, non-relative paths, unapplied redirect aliases ( #16900 )
...
* website: fix broken schema links
* website: Use download links.
* website: Use env constants for URLs.
* website: Add schema redirects.
* website: Use path alias for integrations.
* website: Use docs alias in integrations.
* website: Use relative links, better dead-link checking.
* website: Fix nested docs prefix affecting redirects. Add aliases.
* website: Remove hard links.
* website: Replace hardcoded edit URL with environment URL.
---------
Co-authored-by: Teffen Ellis <teffen@goauthentik.io >
2025-09-21 14:32:26 -04:00
Dewi Roberts
b5ec7df9d1
webiste/docs: improve user ref doc ( #16779 )
...
* WIP
* WIP
* Update website/docs/users-sources/user/user_ref.mdx
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com >
Signed-off-by: Dewi Roberts <dewi@goauthentik.io >
* Language change
* Update website/docs/users-sources/user/user_ref.mdx
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com >
Signed-off-by: Dewi Roberts <dewi@goauthentik.io >
---------
Signed-off-by: Dewi Roberts <dewi@goauthentik.io >
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com >
2025-09-16 22:54:00 +01:00
Jens L.
84fb8143a2
website/docs: 2025.8.3 release notes ( #16809 )
...
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
2025-09-16 16:34:05 +02:00
Josh Martin
e9fa7ad16b
website/docs: updated Frontend development environment contributor docs ( #16731 )
...
* updated Frontend development environment contributor docs
Updated the docs on how to start the frontend project.
clarifying how to override the docker-compose.yml and starting the front-end project for the first time.
Signed-off-by: Josh Martin <joshmartin@reprogrammed.software >
* Update website/docs/developer-docs/setup/frontend-dev-environment.md
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
Signed-off-by: Josh Martin <joshmartin5001@gmail.com >
---------
Signed-off-by: Josh Martin <joshmartin@reprogrammed.software >
Signed-off-by: Josh Martin <joshmartin5001@gmail.com >
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
2025-09-16 08:57:12 -05:00
Dewi Roberts
87b92767e2
website/docs: update create oauth provider page ( #16617 )
...
* Updated the page to be more consistent with upcoming changes to the saml page
* Add note
2025-09-16 14:20:08 +01:00
Connor Peshek
fd1a0c3afc
website/docs: fix docker tabs not rendering properly ( #16799 )
...
docs: fix docker tabs not rendering properly
2025-09-16 10:19:56 +01:00
Marc 'risson' Schmitt
2a76399c37
website/docs: 2025.8.2 release notes ( #16773 )
2025-09-15 15:13:55 +00:00
dependabot[bot]
425216a353
website: bump @types/react from 19.1.12 to 19.1.13 in /website ( #16761 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 19.1.12 to 19.1.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-version: 19.1.13
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-15 16:32:44 +02:00
Tana M Berry
515a065831
website/docs: re-fix sentence about Go ( #16736 )
...
re-fix sentence about Go
Co-authored-by: Tana M Berry <tana@goauthentik.io >
2025-09-11 15:24:47 -05:00
Teffen Ellis
3906ba90f2
website: Bump @goauthentik/docusaurus-config ( #16722 )
2025-09-11 17:07:52 +00:00
Tana M Berry
e582a178e1
website/docs: remove reference to Go migration ( #16724 )
...
remove reference to Go migration
Co-authored-by: Tana M Berry <tana@goauthentik.io >
2025-09-11 09:50:15 -05:00
Dewi Roberts
5f3b6ddbb2
website/docs: update ssh rac doc ( #16695 )
...
* Added linebreak preservation and changed blocks to yaml syntax
* Update website/docs/add-secure-apps/providers/rac/rac-public-key.md
Co-authored-by: Dominic R <dominic@sdko.org >
Signed-off-by: Dewi Roberts <dewi@goauthentik.io >
* Update website/docs/add-secure-apps/providers/rac/rac-public-key.md
Co-authored-by: Dominic R <dominic@sdko.org >
Signed-off-by: Dewi Roberts <dewi@goauthentik.io >
---------
Signed-off-by: Dewi Roberts <dewi@goauthentik.io >
Co-authored-by: Dominic R <dominic@sdko.org >
2025-09-11 14:22:09 +01:00
Dewi Roberts
bb193a4a15
website/docs: fix typos ( #16716 )
...
Fix typos
2025-09-11 14:21:22 +01:00
Dewi Roberts
d24cebbf07
website/docs: moves display source notes ( #16704 )
...
Moves display source note location to better location
2025-09-11 14:20:41 +01:00
Dewi Roberts
480a110d74
website/docs: clarify docker compose install ( #16696 )
...
* Change order
* WIP
2025-09-10 12:35:35 -05:00