You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
portainer/api/http/handler/users
Dakota Walsh 0ddcad66f3
fix(auth): invalidate session when permissions change EE-3320 (#8103)
2 years ago
..
admin_check.go fix(code): replace calls to ioutil EE-4425 (#7878) 2 years ago
admin_init.go chore(handlers): replace structs by functions for HTTP errors EE-4227 (#7664) 2 years ago
handler.go feat(teamleader) EE-294 redesign team leader (#6973) 3 years ago
user_create.go chore(handlers): replace structs by functions for HTTP errors EE-4227 (#7664) 2 years ago
user_create_access_token.go chore(handlers): replace structs by functions for HTTP errors EE-4227 (#7664) 2 years ago
user_create_access_token_test.go chore(tests): use t.TempDir to create temporary test directory [EE-3700] (#7612) 2 years ago
user_delete.go chore(handlers): replace structs by functions for HTTP errors EE-4227 (#7664) 2 years ago
user_delete_test.go chore(tests): use t.TempDir to create temporary test directory [EE-3700] (#7612) 2 years ago
user_get_access_tokens.go chore(handlers): replace structs by functions for HTTP errors EE-4227 (#7664) 2 years ago
user_get_access_tokens_test.go chore(tests): use t.TempDir to create temporary test directory [EE-3700] (#7612) 2 years ago
user_inspect.go chore(handlers): replace structs by functions for HTTP errors EE-4227 (#7664) 2 years ago
user_list.go fix(access): support to list users or teams with specified endpoint [EE-1704] (#7610) 2 years ago
user_list_test.go fix(access): support to list users or teams with specified endpoint [EE-1704] (#7610) 2 years ago
user_memberships.go chore(handlers): replace structs by functions for HTTP errors EE-4227 (#7664) 2 years ago
user_remove_access_token.go chore(handlers): replace structs by functions for HTTP errors EE-4227 (#7664) 2 years ago
user_remove_access_token_test.go chore(tests): use t.TempDir to create temporary test directory [EE-3700] (#7612) 2 years ago
user_update.go fix(auth): invalidate session when permissions change EE-3320 (#8103) 2 years ago
user_update_password.go chore(code): reduce divergence with EE EE-4344 (#7748) 2 years ago
user_update_test.go chore(tests): use t.TempDir to create temporary test directory [EE-3700] (#7612) 2 years ago