0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-13 10:54:40 +01:00
gitea/routers/web/user
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
..
setting
auth.go Reset Session ID on login (#18018) 2021-12-20 22:12:26 +08:00
auth_openid.go Reset Session ID on login (#18018) 2021-12-20 22:12:26 +08:00
avatar.go
home.go
home_test.go
main_test.go
notification.go
oauth.go
oauth_test.go
profile.go Move POST /{username}/action/{action} to simply POST /{username} (#18045) 2021-12-20 17:18:26 +00:00
task.go