forgejo/routers/web
zeripath 0ac845042e
Move POST /{username}/action/{action} to simply POST /{username} (#18045)
The current code unfortunately requires that `action` be a reserved
repository name as it prevents posts to change the settings for
action repositories. However, we can simply change action handler
to work on POST /{username} instead.

Fix #18037

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-12-20 17:18:26 +00:00
..
admin Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along with Setting Scopes (#16766) 2021-12-14 16:37:11 +08:00
dev
events
explore
feed
org Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
repo Simplify parameter types (#18006) 2021-12-20 04:41:31 +00:00
user Move POST /{username}/action/{action} to simply POST /{username} (#18045) 2021-12-20 17:18:26 +00:00
base.go
goget.go Refactor HTTP request context (#17979) 2021-12-15 14:59:57 +08:00
home.go
metrics.go
nodeinfo.go
swagger_json.go
web.go Move POST /{username}/action/{action} to simply POST /{username} (#18045) 2021-12-20 17:18:26 +00:00