harness/app/api/controller/user
Enver Biševac 9e6cc3813a feat: [CODE-4627]: add modernize tool (#4668)
* 3aef45 rebase with main

* 0e1fbb use omitzero go1.24 feature for non pointer structs

* f7254b add modernize tool
2025-10-29 14:06:35 +00:00
..
controller.go feat: [CODE-2554]: add commit and tag signature parse and verify (#3915) 2025-07-02 11:13:37 +00:00
create.go feat: [CODE-2947]: add user events and metric handlers (#3597) 2025-03-28 20:06:47 +00:00
create_access_token.go [MISC] Move `UID` to `Identifier` to match Harness Standards (#992) 2024-01-29 23:29:53 +00:00
create_favorite.go feat: [CODE-3883]: Add controller and handler layer for favorites (#3806) 2025-05-26 10:49:37 +00:00
delete.go fix: [CODE-4304]: Ensure user facing error messages are upper case (#4287) 2025-08-12 22:09:18 +00:00
delete_favorite.go feat: [CODE-3883]: Add controller and handler layer for favorites (#3806) 2025-05-26 10:49:37 +00:00
delete_token.go [MISC] Move `UID` to `Identifier` to match Harness Standards (#992) 2024-01-29 23:29:53 +00:00
find.go remove internal package and move to app - might be refactored more in the coming weeks 2023-09-26 11:25:15 -07:00
find_email.go remove internal package and move to app - might be refactored more in the coming weeks 2023-09-26 11:25:15 -07:00
list.go remove internal package and move to app - might be refactored more in the coming weeks 2023-09-26 11:25:15 -07:00
list_tokens.go remove internal package and move to app - might be refactored more in the coming weeks 2023-09-26 11:25:15 -07:00
login.go feat: [CODE-2947]: add user events and metric handlers (#3597) 2025-03-28 20:06:47 +00:00
logout.go fix: [CODE-4304]: Ensure user facing error messages are upper case (#4287) 2025-08-12 22:09:18 +00:00
membership_spaces.go remove sqlx.DB from controllers and services 2023-09-28 14:07:25 +02:00
publickey_create.go feat: [CODE-4627]: add modernize tool (#4668) 2025-10-29 14:06:35 +00:00
publickey_delete.go ssh public keys: db and api (#2058) 2024-05-27 14:26:21 +00:00
publickey_edit.go feat: [CODE-2554]: add commit and tag signature parse and verify (#3915) 2025-07-02 11:13:37 +00:00
publickey_list.go feat: [CODE-2548]: PGP keys (#3836) 2025-06-03 10:30:57 +00:00
register.go feat: [CODE-2947]: add user events and metric handlers (#3597) 2025-03-28 20:06:47 +00:00
update.go remove internal package and move to app - might be refactored more in the coming weeks 2023-09-26 11:25:15 -07:00
update_admin.go fix: [CODE-4304]: Ensure user facing error messages are upper case (#4287) 2025-08-12 22:09:18 +00:00
wire.go feat: [CODE-2554]: add commit and tag signature parse and verify (#3915) 2025-07-02 11:13:37 +00:00