portainer/api/http/handler/users
Oscar Zhou 53025178ef
fix(access): support to list users or teams with specified endpoint [EE-1704] (#7610)
2022-09-16 14:45:14 +12:00
..
admin_check.go chore(handlers): replace structs by functions for HTTP errors EE-4227 (#7664) 2022-09-14 20:42:39 -03:00
admin_init.go chore(handlers): replace structs by functions for HTTP errors EE-4227 (#7664) 2022-09-14 20:42:39 -03:00
handler.go feat(teamleader) EE-294 redesign team leader (#6973) 2022-06-03 16:44:42 +12:00
user_create.go chore(handlers): replace structs by functions for HTTP errors EE-4227 (#7664) 2022-09-14 20:42:39 -03:00
user_create_access_token.go chore(handlers): replace structs by functions for HTTP errors EE-4227 (#7664) 2022-09-14 20:42:39 -03:00
user_create_access_token_test.go chore(tests): use t.TempDir to create temporary test directory [EE-3700] (#7612) 2022-09-14 13:59:47 +08:00
user_delete.go chore(handlers): replace structs by functions for HTTP errors EE-4227 (#7664) 2022-09-14 20:42:39 -03:00
user_delete_test.go chore(tests): use t.TempDir to create temporary test directory [EE-3700] (#7612) 2022-09-14 13:59:47 +08:00
user_get_access_tokens.go chore(handlers): replace structs by functions for HTTP errors EE-4227 (#7664) 2022-09-14 20:42:39 -03:00
user_get_access_tokens_test.go chore(tests): use t.TempDir to create temporary test directory [EE-3700] (#7612) 2022-09-14 13:59:47 +08:00
user_inspect.go chore(handlers): replace structs by functions for HTTP errors EE-4227 (#7664) 2022-09-14 20:42:39 -03:00
user_list.go fix(access): support to list users or teams with specified endpoint [EE-1704] (#7610) 2022-09-16 14:45:14 +12:00
user_list_test.go fix(access): support to list users or teams with specified endpoint [EE-1704] (#7610) 2022-09-16 14:45:14 +12:00
user_memberships.go chore(handlers): replace structs by functions for HTTP errors EE-4227 (#7664) 2022-09-14 20:42:39 -03:00
user_remove_access_token.go chore(handlers): replace structs by functions for HTTP errors EE-4227 (#7664) 2022-09-14 20:42:39 -03:00
user_remove_access_token_test.go chore(tests): use t.TempDir to create temporary test directory [EE-3700] (#7612) 2022-09-14 13:59:47 +08:00
user_update.go chore(handlers): replace structs by functions for HTTP errors EE-4227 (#7664) 2022-09-14 20:42:39 -03:00
user_update_password.go chore(handlers): replace structs by functions for HTTP errors EE-4227 (#7664) 2022-09-14 20:42:39 -03:00
user_update_test.go chore(tests): use t.TempDir to create temporary test directory [EE-3700] (#7612) 2022-09-14 13:59:47 +08:00