gitea/routers/api/v1
Bo-Yi Wu 23addde28e
feat: implement organization secret creation API (#26566)
- Add a new `CreateSecretOption` struct for creating secrets
- Implement a `CreateOrgSecret` function to create a secret in an
organization
- Add a new route in `api.go` to handle the creation of organization
secrets
- Update the Swagger template to include the new `CreateOrgSecret` API
endpoint

---------

Signed-off-by: appleboy <appleboy.tw@gmail.com>
2023-08-22 11:20:34 +08:00
..
activitypub Update tool dependencies, lock govulncheck and actionlint (#25655) 2023-07-09 11:58:06 +00:00
admin fix Missing 404 swagger response docs for /admin/users/{username} (#26086) 2023-07-24 10:48:44 +02:00
misc
notify Fix bugs related to notification endpoints (#25548) 2023-06-28 10:26:56 -04:00
org feat: implement organization secret creation API (#26566) 2023-08-22 11:20:34 +08:00
packages
repo Return empty when searching issues with no repos (#26545) 2023-08-17 12:42:17 -05:00
settings
swagger feat: implement organization secret creation API (#26566) 2023-08-22 11:20:34 +08:00
user Remove `db.DefaultContext` in `routers/` and `cmd/` (#26076) 2023-07-23 23:47:27 -04:00
utils
api.go feat: implement organization secret creation API (#26566) 2023-08-22 11:20:34 +08:00
auth.go
auth_windows.go