portainer/api/http/handler/users
cmeng 5c59c53e91
fix(password): force change password EE-6382 (#10708)
2023-11-30 17:46:57 +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 fix(cache): set as true for a new admin [EE-6293] (#10689) 2023-11-27 10:19:08 +13:00
handler.go feat(auth): save jwt in cookie [EE-5864] (#10527) 2023-11-20 09:35:03 +02:00
user_create.go fix(cache): cache fixes [EE-6293] (#10681) 2023-11-24 11:27:52 +13:00
user_create_access_token.go feat(auth): save jwt in cookie [EE-5864] (#10527) 2023-11-20 09:35:03 +02:00
user_create_access_token_test.go feat(auth): save jwt in cookie [EE-5864] (#10527) 2023-11-20 09:35:03 +02: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(auth): save jwt in cookie [EE-5864] (#10527) 2023-11-20 09:35:03 +02: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_inspect_me.go fix(password): force change password EE-6382 (#10708) 2023-11-30 17:46:57 +13: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(auth): save jwt in cookie [EE-5864] (#10527) 2023-11-20 09:35:03 +02: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 feat(auth): save jwt in cookie [EE-5864] (#10527) 2023-11-20 09:35:03 +02:00
user_update.go feat(cache): introduce cache option [EE-6293] (#10672) 2023-11-22 14:21:07 +13: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