gitea/routers/web/user
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
..
setting Add support for ssh commit signing () 2021-12-19 00:37:18 -05:00
auth.go Reset Session ID on login () 2021-12-20 22:12:26 +08:00
auth_openid.go Reset Session ID on login () 2021-12-20 22:12:26 +08:00
avatar.go Move user related model into models/user () 2021-11-24 17:49:20 +08:00
home.go Refactor HTTP request context () 2021-12-15 14:59:57 +08:00
home_test.go Decouple unit test code from business code () 2021-11-12 22:36:47 +08:00
main_test.go Decouple unit test code from business code () 2021-11-12 22:36:47 +08:00
notification.go Multiple Escaping Improvements () 2021-11-16 18:18:25 +00:00
oauth.go Simplify parameter types () 2021-12-20 04:41:31 +00:00
oauth_test.go Move user related model into models/user () 2021-11-24 17:49:20 +08:00
profile.go Move POST /{username}/action/{action} to simply POST /{username} () 2021-12-20 17:18:26 +00:00
task.go Correctly handle failed migrations () 2021-11-13 19:28:50 +08:00