vikunja/pkg/modules
kolaente 05349ddb5c
feat!: config for auth providers now use a map instead of an array
The config values for openid providers now use a map with the provider as key instead of an array. For example before:

auth:
  openid:
    providers:
      - name: foo
        clientid: ...

now becomes:

auth:
  openid:
    providers:
      foo:
        clientid: ...

This allows us to read values for openid providers from files using the same syntax as everywhere and makes the configuration more predictable. It also allows configuring providers through env variables, though it is still required to set at least one value via the config file because Vikunja won't discover the provider otherwise.
2024-11-18 10:34:30 +01:00
..
auth feat!: config for auth providers now use a map instead of an array 2024-11-18 10:34:30 +01:00
avatar chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
background fix(files): use absolute path everywhere 2024-09-06 12:59:48 +02:00
dump fix(restore): transform json fields during restore 2024-04-21 13:45:49 +02:00
keyvalue chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
migration chore(web): remove unused echo context 2024-08-29 16:20:39 +02:00