portainer/api/http/handler/users
Dakota Walsh 6a08bbe7e9
fix(security): block non-admins from user info listing EE-5825 (#10241)
2023-09-05 09:17:05 +12:00
..
admin_check.go feat(libhttp): move into the Portainer repository EE-5475 (#10231) 2023-09-01 19:27:02 -03:00
admin_init.go feat(libhttp): move into the Portainer repository EE-5475 (#10231) 2023-09-01 19:27:02 -03:00
handler.go feat(libhttp): move into the Portainer repository EE-5475 (#10231) 2023-09-01 19:27:02 -03:00
user_create.go feat(libhttp): move into the Portainer repository EE-5475 (#10231) 2023-09-01 19:27:02 -03:00
user_create_access_token.go feat(libhttp): move into the Portainer repository EE-5475 (#10231) 2023-09-01 19:27:02 -03:00
user_create_access_token_test.go chore(unit-test): simplify teardown EE-5536 (#9015) 2023-05-30 11:02:22 -03:00
user_delete.go feat(libhttp): move into the Portainer repository EE-5475 (#10231) 2023-09-01 19:27:02 -03:00
user_delete_test.go chore(unit-test): simplify teardown EE-5536 (#9015) 2023-05-30 11:02:22 -03:00
user_get_access_tokens.go feat(libhttp): move into the Portainer repository EE-5475 (#10231) 2023-09-01 19:27:02 -03:00
user_get_access_tokens_test.go chore(unit-test): simplify teardown EE-5536 (#9015) 2023-05-30 11:02:22 -03:00
user_inspect.go feat(libhttp): move into the Portainer repository EE-5475 (#10231) 2023-09-01 19:27:02 -03:00
user_list.go fix(security): block non-admins from user info listing EE-5825 (#10241) 2023-09-05 09:17:05 +12:00
user_list_test.go fix(security): block non-admins from user info listing EE-5825 (#10241) 2023-09-05 09:17:05 +12:00
user_memberships.go feat(libhttp): move into the Portainer repository EE-5475 (#10231) 2023-09-01 19:27:02 -03:00
user_remove_access_token.go feat(libhttp): move into the Portainer repository EE-5475 (#10231) 2023-09-01 19:27:02 -03:00
user_remove_access_token_test.go chore(unit-test): simplify teardown EE-5536 (#9015) 2023-05-30 11:02:22 -03:00
user_update.go feat(libhttp): move into the Portainer repository EE-5475 (#10231) 2023-09-01 19:27:02 -03:00
user_update_password.go feat(libhttp): move into the Portainer repository EE-5475 (#10231) 2023-09-01 19:27:02 -03:00
user_update_test.go chore(unit-test): simplify teardown EE-5536 (#9015) 2023-05-30 11:02:22 -03:00