1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-26 07:01:11 +02:00
gitea/routers
Bo-Yi Wu f79f6a26ae
feat(API): add routes and functions for managing user's secrets (#26909)
- Add routes for creating or updating a user's actions secrets in
`routers/api/v1/api.go`
- Add a new file `routers/api/v1/user/action.go` with functions for
creating or updating a user's secrets and deleting a user's secret
- Modify the `templates/swagger/v1_json.tmpl` file to include the routes
for creating or updating a user's secrets and deleting a user's secret

---------

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
2023-09-05 14:02:50 +00:00
..
api feat(API): add routes and functions for managing user's secrets (#26909) 2023-09-05 14:02:50 +00:00
common
install
private Fix verifyCommits error when push a new branch (#26664) 2023-08-30 02:27:53 +00:00
utils
web Add more descriptive error on forgot password page (#26848) 2023-09-01 16:15:39 +00:00
init.go Move feed notification service layer (#26908) 2023-09-05 13:00:52 +00:00