|
e5dfe7dafe
|
website: always show build version in version dropdown
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
#3940
|
2023-02-16 14:38:58 +01:00 |
|
|
17364c3bd8
|
website/docs: add 2023.2.2 release notes
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
|
2023-02-15 20:34:25 +01:00 |
|
|
19f5e6e07e
|
website/docs: update events page
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
|
2023-02-15 16:44:13 +01:00 |
|
|
7d6b573f8b
|
website: migrate to mermaid charts, rework proxy page
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
|
2023-02-15 12:14:17 +01:00 |
|
|
859b6cc60e
|
website: adjust padding on hero header
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
|
2023-02-15 00:28:45 +01:00 |
|
|
c340830b37
|
website/docs: prepare 2023.2.1
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
|
2023-02-14 18:19:02 +01:00 |
|
|
fc9ae9e938
|
website: include 2023.2 in sidebar
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
|
2023-02-14 13:17:55 +01:00 |
|
|
6bb809fd82
|
website/integrations: remove exclude_x5 from guacamole
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
|
2023-02-14 11:55:11 +01:00 |
|
|
cf36da2e5d
|
website/docs: prepare 2023.2 release notes
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
|
2023-02-12 17:44:53 +01:00 |
|
|
b69e55eae9
|
core: Add support for auto generating unique avatars based on the user's initials (#4663)
|
2023-02-12 16:35:17 +01:00 |
|
|
e490d25791
|
website/integrations: Add danger annotation for using username as Nextcloud UID (#4667)
* Add danger annotation for using username as Nextcloud UID
* fix lint
|
2023-02-12 14:13:32 +01:00 |
|
|
a2947975e4
|
website/integrations: Fix Nextcloud SAM UID value setting (#4656)
Fix SAM UID value setting
Signed-off-by: sdimovv <36302090+sdimovv@users.noreply.github.com>
|
2023-02-10 14:58:11 +01:00 |
|
|
99bb4c2cf8
|
website/sources: update mailcow docs
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
|
2023-02-10 11:45:29 +01:00 |
|
|
b225f6f3ff
|
website: add sidebar item tests, bump node version to latest LTS
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
|
2023-02-09 22:06:07 +01:00 |
|
|
ecd5fab082
|
website/integrations: add Gravitee integration (#4564)
* Add documentation on using Authentik with Gravitee
Adds documentation on using Authentik with Gravitee
Signed-off-by: barrelltitor <108460132+barrelltitor@users.noreply.github.com>
* Update sidebarsIntegrations.js
Signed-off-by: barrelltitor <108460132+barrelltitor@users.noreply.github.com>
* format
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
---------
Signed-off-by: barrelltitor <108460132+barrelltitor@users.noreply.github.com>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens Langhammer <jens@goauthentik.io>
|
2023-02-09 22:04:53 +01:00 |
|
|
af43330fd6
|
providers/oauth2: rework OAuth2 Provider (#4652)
* always treat flow as openid flow
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* improve issuer URL generation
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* more refactoring
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* update introspection
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* more refinement
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* migrate more
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* fix more things, update api
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* regen migrations
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* fix a bunch of things
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* start updating tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* fix implicit flow, auto set exp
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* fix timeozone not used correctly
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* fix revoke
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* more timezone shenanigans
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* fix userinfo tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* update web
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* fix proxy outpost
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* fix api tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* fix missing at_hash for implicit flows
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* fix tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* re-include at_hash in implicit auth flow
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* use folder context for outpost build
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
|
2023-02-09 20:19:48 +01:00 |
|
|
cae04b8198
|
website: bump @sideway/formula from 3.0.0 to 3.0.1 in /website (#4647)
|
2023-02-09 03:26:08 +01:00 |
|
|
a7cf454760
|
web/admin: add notice for user_login stage session cookie behaviour
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
|
2023-02-08 14:18:52 +01:00 |
|
|
91db046978
|
website: bump prettier from 2.8.3 to 2.8.4 in /website (#4632)
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.3 to 2.8.4.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.8.3...2.8.4)
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
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>
|
2023-02-08 11:34:43 +01:00 |
|
|
7a85038c11
|
website/docs: prepare 2023.2 release notes
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
|
2023-02-07 22:52:29 +01:00 |
|
|
3170b2f92c
|
providers/proxy: add token support for basic auth
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
|
2023-02-07 22:50:49 +01:00 |
|
|
555b33c252
|
website/blog: fix formatting
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
|
2023-02-07 17:40:16 +01:00 |
|
|
f5047e3ab0
|
website/blog: publish new blog post
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
|
2023-02-07 17:35:39 +01:00 |
|
|
ed01a844ef
|
website: bump @docusaurus/preset-classic from 2.2.0 to 2.3.1 in /website (#4619)
Bumps [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic) from 2.2.0 to 2.3.1.
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v2.3.1/packages/docusaurus-preset-classic)
---
updated-dependencies:
- dependency-name: "@docusaurus/preset-classic"
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>
|
2023-02-06 11:25:28 +01:00 |
|
|
c6843a1307
|
website: bump @docusaurus/plugin-client-redirects from 2.2.0 to 2.3.1 in /website (#4620)
website: bump @docusaurus/plugin-client-redirects in /website
Bumps [@docusaurus/plugin-client-redirects](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-client-redirects) from 2.2.0 to 2.3.1.
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v2.3.1/packages/docusaurus-plugin-client-redirects)
---
updated-dependencies:
- dependency-name: "@docusaurus/plugin-client-redirects"
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>
|
2023-02-06 11:20:47 +01:00 |
|
|
a890b93869
|
website/integrations: Update pgAdmin documentation (#4319)
* Update index.md
Signed-off-by: Antoine <antoine+github@jiveoff.fr>
* doc: quick update
* Update index.md
Signed-off-by: Antoine <antoine+github@jiveoff.fr>
---------
Signed-off-by: Antoine <antoine+github@jiveoff.fr>
|
2023-02-03 14:54:04 +01:00 |
|
|
8cf0a5dace
|
website/integrations: update pfSense integration details (#4337)
* Update index.md
Removed need to enable ExtendedQuery, changed format of Authentication Containers to use semi-colons per note in pfSense, and added setting for Group member attribute (to allow users to not have to create pfsense users individually)
Signed-off-by: bjk525 <34558980+bjk525@users.noreply.github.com>
* Update index.md
Signed-off-by: bjk525 <34558980+bjk525@users.noreply.github.com>
* Update index.md
Signed-off-by: bjk525 <34558980+bjk525@users.noreply.github.com>
* revert Authentication containers
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
---------
Signed-off-by: bjk525 <34558980+bjk525@users.noreply.github.com>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens Langhammer <jens@goauthentik.io>
|
2023-02-03 13:45:13 +00:00 |
|
|
547c01f481
|
website/docs: update Caddy docs to include HTTPS proxying (#4316)
Update Caddy documentation to include HTTPS proxying
Signed-off-by: Melvin Snijders <mail@melvinsnijders.nl>
|
2023-02-03 14:43:13 +01:00 |
|
|
fabb03ca69
|
website/integrations: update NextCloud integration details (#4346)
* Update nextcloud Documentation
Signed-off-by: Abdullah Alhazmy <me@alhazmy13.net>
* Update nextcloud Documentation
Signed-off-by: Abdullah Alhazmy <me@alhazmy13.net>
* format
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
---------
Signed-off-by: Abdullah Alhazmy <me@alhazmy13.net>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens Langhammer <jens@goauthentik.io>
|
2023-02-03 13:39:05 +00:00 |
|
|
352a2057dd
|
website/integrations: change default portainer user identifier (#3945)
* change email to username
change the current settings from username as email to username.
Signed-off-by: Zakaria aourzag <z.aourzag@gmail.com>
* update
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
---------
Signed-off-by: Zakaria aourzag <z.aourzag@gmail.com>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens Langhammer <jens@goauthentik.io>
|
2023-02-03 14:37:31 +01:00 |
|
|
7d4ce41e12
|
providers/proxy: outpost wide logout implementation (#4605)
* initial outpost wide logout implementation
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* handle deserialize error
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* update docs
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* fix file cleanup, add tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* fix tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
|
2023-02-02 21:18:59 +01:00 |
|
|
ccf956d5c6
|
website/integrations: update pgadmin docs
closes #4603
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
|
2023-02-02 15:51:49 +01:00 |
|
|
cadb710c38
|
website/docs: add troubleshooting for CSRF
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
|
2023-02-02 11:09:03 +01:00 |
|
|
3f108a0ed8
|
website: bump http-cache-semantics from 4.1.0 to 4.1.1 in /website (#4602)
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/commits)
---
updated-dependencies:
- dependency-name: http-cache-semantics
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-02-02 10:47:37 +01:00 |
|
|
dbd324f202
|
website/integrations: Added GitHub Enterprise Server (#4591)
|
2023-02-01 19:22:53 +01:00 |
|
|
a9ee43791d
|
website/integrations: fix google username mapping
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
|
2023-01-30 18:31:08 +01:00 |
|
|
27231fd5d7
|
website: add gtag
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
|
2023-01-30 17:29:06 +01:00 |
|
|
5044f8ce6d
|
website: add new url redirect
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
|
2023-01-30 13:37:30 +01:00 |
|
|
13cc7ca77b
|
Revert "website: bump @docusaurus/preset-classic from 2.2.0 to 2.3.0 in /website (#4565)"
This reverts commit 19b3d648a4 .
|
2023-01-30 12:35:42 +01:00 |
|
|
6d207b0b0a
|
Revert "website: bump @docusaurus/plugin-client-redirects from 2.2.0 to 2.3.0 in /website (#4567)"
This reverts commit fcc47038e4 .
|
2023-01-30 12:35:37 +01:00 |
|
|
fcc47038e4
|
website: bump @docusaurus/plugin-client-redirects from 2.2.0 to 2.3.0 in /website (#4567)
website: bump @docusaurus/plugin-client-redirects in /website
Bumps [@docusaurus/plugin-client-redirects](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-client-redirects) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v2.3.0/packages/docusaurus-plugin-client-redirects)
---
updated-dependencies:
- dependency-name: "@docusaurus/plugin-client-redirects"
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>
|
2023-01-30 10:57:30 +01:00 |
|
|
19b3d648a4
|
website: bump @docusaurus/preset-classic from 2.2.0 to 2.3.0 in /website (#4565)
Bumps [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v2.3.0/packages/docusaurus-preset-classic)
---
updated-dependencies:
- dependency-name: "@docusaurus/preset-classic"
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>
|
2023-01-30 10:54:30 +01:00 |
|
|
c2b4d14af5
|
website/docs: Add note for firefox about FIDO and TouchID (#4552)
* docs(passwordless): Make sure to include a warning
Signed-off-by: Skyler Mäntysaari <samip5@users.noreply.github.com>
* add notice for firefox touchID
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
---------
Signed-off-by: Skyler Mäntysaari <samip5@users.noreply.github.com>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens Langhammer <jens@goauthentik.io>
|
2023-01-28 22:45:51 +01:00 |
|
|
3651fb5daf
|
website/integrations: add notice for google source and username
closes #3709 closes #4432
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
|
2023-01-27 15:10:46 +01:00 |
|
|
f97b65d44b
|
website: fix comparison for authelia, correctly
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
#4088
|
2023-01-26 01:14:38 +01:00 |
|
|
ee70ebfb10
|
website/blog: fix typo
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
|
2023-01-26 00:34:10 +01:00 |
|
|
1cc578be66
|
website: update comparison
closes #4088
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
|
2023-01-25 14:49:09 +01:00 |
|
|
0abbe8288e
|
website: update comparison
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
#4088
|
2023-01-25 11:39:58 +01:00 |
|
|
b5ae712f35
|
website: bump ua-parser-js from 0.7.32 to 0.7.33 in /website (#4526)
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.32 to 0.7.33.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md)
- [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.32...0.7.33)
---
updated-dependencies:
- dependency-name: ua-parser-js
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-01-25 11:25:38 +01:00 |
|
|
0bc1b33663
|
website/blog: fix mixed up images
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
|
2023-01-24 19:46:15 +01:00 |
|