forked from gitea/gitea
1
0
Fork 0
gitea/routers
zeripath 0ac845042e
Move POST /{username}/action/{action} to simply POST /{username} ()
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 17:18:26 +00:00
..
api/v1 Simplify parameter types () 2021-12-20 04:41:31 +00:00
common Update chi/middleware to chi/v5/middleware () 2021-12-02 21:58:08 +01:00
install Refactor HTTP request context () 2021-12-15 14:59:57 +08:00
private Refactor HTTP request context () 2021-12-15 14:59:57 +08:00
utils A better go code formatter, and now `make fmt` can run in Windows () 2021-11-17 20:34:35 +08:00
web Move POST /{username}/action/{action} to simply POST /{username} () 2021-12-20 17:18:26 +00:00
init.go Move keys to models/asymkey () 2021-12-10 16:14:24 +08:00