1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-18 09:15:49 +00: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 Move user related model into models/user (#17781) 2021-11-24 17:49:20 +08:00
home_test.go Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00
home.go Refactor HTTP request context (#17979) 2021-12-15 14:59:57 +08:00
main_test.go Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00
notification.go Multiple Escaping Improvements (#17551) 2021-11-16 18:18:25 +00:00
oauth_test.go Move user related model into models/user (#17781) 2021-11-24 17:49:20 +08:00
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 Correctly handle failed migrations (#17575) 2021-11-13 19:28:50 +08:00