You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/templates
Bo-Yi Wu 79d74d208f
Add API route to list org secrets (#26485)
- Add a new function `CountOrgSecrets` in the file
`models/secret/secret.go`
- Add a new file `modules/structs/secret.go`
- Add a new function `ListActionsSecrets` in the file
`routers/api/v1/api.go`
- Add a new file `routers/api/v1/org/action.go`
- Add a new function `listActionsSecrets` in the file
`routers/api/v1/org/action.go`

go-sdk: https://gitea.com/gitea/go-sdk/pulls/629

---------

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <matti@mdranta.net>
Co-authored-by: Giteabot <teabot@gitea.io>
2 years ago
..
admin Remove unnecessary template helper DisableGravatar (#26386) 2 years ago
api/packages/pypi Remove incorrect HTML self close tag (#23748) 2 years ago
base Use template context function for avatar rendering (#26385) 2 years ago
code Fix inconsistent user profile layout across tabs (#25625) 2 years ago
custom Add footer extra links template (#9576) 5 years ago
devtest Introduce `flex-list` & `flex-item` elements for Gitea UI (#25790) 2 years ago
explore remove unnecessary explore org template (#26459) 2 years ago
mail Add template linting via djlint (#25212) 2 years ago
org Count only visible repos on profile (#25928) 2 years ago
package Use flex classes in package settings (#26314) 2 years ago
projects fix grab cursor on default column (#26476) 2 years ago
repo add disable workflow feature (#26413) 2 years ago
shared Fix URL of padlock icon in profile (#26446) 2 years ago
status Replace fomantic divider module with our own (#25539) 2 years ago
swagger Add API route to list org secrets (#26485) 2 years ago
user Count only visible repos on profile (#25928) 2 years ago
home.tmpl Improve home page template, fix Sort dropdown menu flash (#23856) 2 years ago
install.tmpl Show correct SSL Mode on "install page" (#25818) 2 years ago
post-install.tmpl Remove incorrect element ID on "post-install" page (#25104) 2 years ago