portainer/api/http/handler/users
Dakota Walsh 488fcc7cc5
fix(docs): convert APIKey to string EE-6199 (#10943)
2024-01-15 11:59:39 +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 feat(cache): default to off [EE-6293] (#10867) 2023-12-19 12:13:44 +13:00
handler.go ignore, remove or comment out unused code. Enable unused linter (#10743) 2023-12-18 10:28:15 +13:00
user_create.go feat(cache): default to off [EE-6293] (#10867) 2023-12-19 12:13:44 +13:00
user_create_access_token.go fix(api-key): add password requirement to generate api key [EE-6140] (#10617) 2024-01-09 11:14:24 +13:00
user_create_access_token_test.go fix(api-key): add password requirement to generate api key [EE-6140] (#10617) 2024-01-09 11:14:24 +13: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(docs): convert APIKey to string EE-6199 (#10943) 2024-01-15 11:59:39 +13:00
user_get_access_tokens_test.go fix(docs): convert APIKey to string EE-6199 (#10943) 2024-01-15 11:59:39 +13: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