1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 07:19:41 +02:00
portainer/api/http/handler/users
andres-portainer 5353570721
Some checks are pending
ci / build_images (map[arch:amd64 platform:linux version:]) (push) Waiting to run
ci / build_images (map[arch:amd64 platform:windows version:1809]) (push) Waiting to run
ci / build_images (map[arch:amd64 platform:windows version:ltsc2022]) (push) Waiting to run
ci / build_images (map[arch:arm platform:linux version:]) (push) Waiting to run
ci / build_images (map[arch:arm64 platform:linux version:]) (push) Waiting to run
ci / build_images (map[arch:ppc64le platform:linux version:]) (push) Waiting to run
ci / build_images (map[arch:s390x platform:linux version:]) (push) Waiting to run
ci / build_manifests (push) Blocked by required conditions
/ triage (push) Waiting to run
Lint / Run linters (push) Waiting to run
Test / test-client (push) Waiting to run
Test / test-server (map[arch:amd64 platform:linux]) (push) Waiting to run
Test / test-server (map[arch:amd64 platform:windows version:1809]) (push) Waiting to run
Test / test-server (map[arch:amd64 platform:windows version:ltsc2022]) (push) Waiting to run
Test / test-server (map[arch:arm64 platform:linux]) (push) Waiting to run
task(code): remove unnecessary uses of govalidator BE-11181 (#12156)
2024-08-28 19:37:20 -03: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 task(code): remove unnecessary uses of govalidator BE-11181 (#12156) 2024-08-28 19:37:20 -03:00
handler.go feat(demo): remove demo mode EE-6769 (#11841) 2024-05-17 20:00:01 -03:00
user_create.go task(code): remove unnecessary uses of govalidator BE-11181 (#12156) 2024-08-28 19:37:20 -03:00
user_create_access_token.go task(code): remove unnecessary uses of govalidator BE-11181 (#12156) 2024-08-28 19:37:20 -03:00
user_create_access_token_test.go feat(demo): remove demo mode EE-6769 (#11841) 2024-05-17 20:00:01 -03: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 feat(demo): remove demo mode EE-6769 (#11841) 2024-05-17 20:00:01 -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 feat(demo): remove demo mode EE-6769 (#11841) 2024-05-17 20:00:01 -03: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 chore(code): reduce the code duplication EE-7278 (#11969) 2024-06-26 18:14:22 -03: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(demo): remove demo mode EE-6769 (#11841) 2024-05-17 20:00:01 -03:00
user_update.go task(code): remove unnecessary uses of govalidator BE-11181 (#12156) 2024-08-28 19:37:20 -03:00
user_update_password.go task(code): remove unnecessary uses of govalidator BE-11181 (#12156) 2024-08-28 19:37:20 -03:00
user_update_test.go chore(code): reduce the code duplication EE-7278 (#11969) 2024-06-26 18:14:22 -03:00