vikunja/pkg/cmd
jyte e9444159c5 Add Issuer and Subject to user list command (#3063)
I believe that it is possible to endup in the following situation :

- A user logs in using an authorized OIDC provider
- A vikunja user is created with the issuer & subject from the OIDC provider
- The same user logs in using another OIDC provider
- A 2nd vikunja user is created with a different issuer (possibly all other fields beside `created`, `updated` and `id` are equals)

I think it is important to be able to distinguish them in the `user list` command.

Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/3063
Co-authored-by: jyte <marc88@free.fr>
Co-committed-by: jyte <marc88@free.fr>
2025-01-30 17:22:02 +00:00
..
cmd.go fix: license in cmd help text 2024-04-13 20:13:24 +02:00
dump.go feat(cmd): Allow to specify custom filename for dump command (#2775) 2024-10-25 12:37:17 +00:00
healthcheck.go Add healthcheck command (#2856) 2024-11-20 18:04:55 +00:00
index.go feat(typesense): move partial reindex to a flag instead of a separate command 2024-06-05 10:49:37 +02:00
maintenance.go feat(cli): add cli command to delete orphan task positions 2024-10-31 19:19:56 +01:00
migrate.go chore(deps): update golangci/golangci-lint docker tag to v1.56.2 (#2099) 2024-03-10 13:47:19 +00:00
restore.go chore(deps): update golangci/golangci-lint docker tag to v1.56.2 (#2099) 2024-03-10 13:47:19 +00:00
testmail.go fix(cmd): report error when the connection to the mail server failed 2024-10-25 19:23:39 +02:00
user.go Add Issuer and Subject to user list command (#3063) 2025-01-30 17:22:02 +00:00
version.go chore(deps): update golangci/golangci-lint docker tag to v1.56.2 (#2099) 2024-03-10 13:47:19 +00:00
web.go fix: start server when listening on socket 2025-01-21 10:18:14 +01:00