1
0
Fork 0
vikunja/pkg/user
viehlieb ed4da96ab1 feat: assign users to teams via OIDC claims (#1393)
This change adds the ability to sync teams via a custom openid claim. Vikunja will automatically create and delete teams as necessary, it will also add and remove users when they log in. These teams are fully managed by Vikunja and cannot be updated by a user.

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/vikunja#1393
Resolves vikunja/vikunja#1279
Resolves https://github.com/go-vikunja/vikunja/issues/42
Resolves vikunja/vikunja#950
Co-authored-by: viehlieb <pf@pragma-shift.net>
Co-committed-by: viehlieb <pf@pragma-shift.net>
2024-03-02 08:47:10 +00:00
..
caldav_token.go chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
db.go chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
delete.go chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
error.go feat: assign users to teams via OIDC claims (#1393) 2024-03-02 08:47:10 +00:00
events.go chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
listeners.go chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
main_test.go chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
notifications.go feat: rename frontend url config to public url 2024-02-09 14:41:55 +01:00
test.go chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
token.go chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
totp.go chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
update_email.go chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
user.go fix(user): make disable command actually work 2024-01-21 12:24:41 +01:00
user_create.go chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
user_email_confirm.go chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
user_email_confirm_test.go chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
user_password_reset.go chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
user_test.go chore(deps): update golangci-lint rules 2023-12-19 13:34:31 +01:00
username_valid.go fix: validate usernames on registration 2023-09-01 17:40:31 +02:00
users_project.go chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00