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
andres-portainer 4cc96b4b30
feat(dataservices): unify access methods and abstract away redundant code [EE-5628] (#9115)
1 year ago
..
admin_check.go fix(code): replace calls to ioutil EE-4425 (#7878) 2 years ago
admin_init.go fix(restore/swarm): init primary endpoint after admin user is created (#8854) 2 years ago
handler.go feat(unit-testing): add a mock for the RequestBouncer EE-5610 (#9089) 1 year ago
user_create.go chore(handlers): replace structs by functions for HTTP errors EE-4227 (#7664) 2 years ago
user_create_access_token.go feat(dataservices): unify access methods and abstract away redundant code [EE-5628] (#9115) 1 year ago
user_create_access_token_test.go chore(unit-test): simplify teardown EE-5536 (#9015) 2 years ago
user_delete.go feat(dataservices): unify access methods and abstract away redundant code [EE-5628] (#9115) 1 year ago
user_delete_test.go chore(unit-test): simplify teardown EE-5536 (#9015) 2 years ago
user_get_access_tokens.go feat(dataservices): unify access methods and abstract away redundant code [EE-5628] (#9115) 1 year ago
user_get_access_tokens_test.go chore(unit-test): simplify teardown EE-5536 (#9015) 2 years ago
user_inspect.go feat(dataservices): unify access methods and abstract away redundant code [EE-5628] (#9115) 1 year ago
user_list.go feat(dataservices): unify access methods and abstract away redundant code [EE-5628] (#9115) 1 year ago
user_list_test.go chore(unit-test): simplify teardown EE-5536 (#9015) 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 feat(dataservices): unify access methods and abstract away redundant code [EE-5628] (#9115) 1 year ago
user_remove_access_token_test.go chore(unit-test): simplify teardown EE-5536 (#9015) 2 years ago
user_update.go feat(dataservices): unify access methods and abstract away redundant code [EE-5628] (#9115) 1 year ago
user_update_password.go feat(dataservices): unify access methods and abstract away redundant code [EE-5628] (#9115) 1 year ago
user_update_test.go chore(unit-test): simplify teardown EE-5536 (#9015) 2 years ago