1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-19 08:45:04 +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 Add support for ssh commit signing (#17743) 2021-12-19 00:37:18 -05:00
auth_openid.go Reset Session ID on login (#18018) 2021-12-20 22:12:26 +08:00
auth.go Reset Session ID on login (#18018) 2021-12-20 22:12:26 +08:00
avatar.go
home_test.go
home.go Refactor HTTP request context (#17979) 2021-12-15 14:59:57 +08:00
main_test.go
notification.go
oauth_test.go
oauth.go Simplify parameter types (#18006) 2021-12-20 04:41:31 +00:00
profile.go Move POST /{username}/action/{action} to simply POST /{username} (#18045) 2021-12-20 17:18:26 +00:00
task.go