7 Commits

Author SHA1 Message Date
Jan Sandbrink bd4b09592b Fix registration of auth providers through register_auth_providers
This is the only and official API to register an auth provider.
However, so far it was optional to create a database entry in the
auth_providers table and only OIDC and SAML did that.

On the other hand, we added expectations about auth providers have
a database entry in more and more places of the codebase.

Now making sure that every auth provider is represented in the database.
2025-07-28 09:01:10 +02:00
as-op 1b63e44703 lint fix 2024-04-29 17:13:24 +02:00
as-op de9878e9ed chore(lint): fix typos with cspell 2024-01-22 11:37:17 +01:00
as-op 27bcaa9acf feat(docs): cleanup/add markdown fence languages 2023-08-23 14:53:53 +02:00
Andrej Sandorf f4fb76209a Fix/docs-markdown [skip ci] (#9436)
* fix(docs): no hot-linking

* fix(docs): escape < and > in normal text
2021-07-06 16:36:00 +02:00
Andrej Sandorf 4783514123 fix(docs): stop using https://docs.openproject.org; fix redirected links (#9400) 2021-06-16 17:30:23 +02:00
Oliver Günther e1c642f46e Move help into docs 2020-02-04 14:27:42 +01:00