portainer/api/http/handler/users
Prabhat Khera 103d908e63
fix(users): hide admin users for non admins from user list API [EE-6290] (#10580)
* hide admin users for non admins from user list API

* address review comments
2023-11-02 16:08:17 +13: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 refactor(server): use httperror.NewError instead of struct [EE-6189] (#10398) 2023-10-05 11:26:24 +03:00
handler.go feature(helm): move helm charts inside advance deployments (create from manifest) [EE-5999] (#10395) 2023-10-09 11:20:44 +13:00
user_create.go refactor(server): use httperror.NewError instead of struct [EE-6189] (#10398) 2023-10-05 11:26:24 +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 feat(performance): performance optimizations EE-6042 (#10520) 2023-10-24 13:55:11 -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 fix(user-token): prevent admin read tokens of other admins EE-5858 (#10489) 2023-10-19 16:23:14 +13:00
user_get_access_tokens_test.go feat(performance): performance optimizations EE-6042 (#10520) 2023-10-24 13:55:11 -03:00
user_helm_repos.go feature(helm): move helm charts inside advance deployments (create from manifest) [EE-5999] (#10395) 2023-10-09 11:20:44 +13: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(users): hide admin users for non admins from user list API [EE-6290] (#10580) 2023-11-02 16:08:17 +13:00
user_list_test.go feat(performance): performance optimizations EE-6042 (#10520) 2023-10-24 13:55:11 -03: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 refactor(server): use httperror.NewError instead of struct [EE-6189] (#10398) 2023-10-05 11:26:24 +03:00
user_update_password.go non-admins must supply existing passwd when changing passwd (#10249) 2023-09-06 08:26:32 +12:00
user_update_test.go chore(unit-test): simplify teardown EE-5536 (#9015) 2023-05-30 11:02:22 -03:00