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
admin_init.go
handler.go feat(unit-testing): add a mock for the RequestBouncer EE-5610 (#9089) 1 year ago
user_create.go
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
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