gitea/routers/web
zeripath a818a48c76
Move POST /{username}/action/{action} to simply POST /{username} () ()
Backport 

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 

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-12-20 15:53:08 -05:00
..
admin Fix user primary email changed () 2021-11-28 12:04:44 +01:00
dev Refactor routers directory () 2021-06-09 01:33:54 +02:00
events Refactor routers directory () 2021-06-09 01:33:54 +02:00
explore Refactor routers directory () 2021-06-09 01:33:54 +02:00
org fix 500 error while use a reserved name in org rename () () 2021-12-02 19:52:08 +08:00
repo Fixed commit count () () 2021-11-26 00:21:56 +01:00
user Move POST /{username}/action/{action} to simply POST /{username} () () 2021-12-20 15:53:08 -05:00
base.go Fix golangci-lint warnings ( et al) () 2021-11-16 20:38:49 +00:00
goget.go Refactor routers directory () 2021-06-09 01:33:54 +02:00
home.go Refactor routers directory () 2021-06-09 01:33:54 +02:00
metrics.go Refactor routers directory () 2021-06-09 01:33:54 +02:00
swagger_json.go Refactor routers directory () 2021-06-09 01:33:54 +02:00
web.go Move POST /{username}/action/{action} to simply POST /{username} () () 2021-12-20 15:53:08 -05:00