You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
3 years ago
..
setting Add support for ssh commit signing (#17743) 3 years ago
auth.go Reset Session ID on login (#18018) 3 years ago
auth_openid.go Reset Session ID on login (#18018) 3 years ago
avatar.go Move user related model into models/user (#17781) 3 years ago
home.go Refactor HTTP request context (#17979) 3 years ago
home_test.go Decouple unit test code from business code (#17623) 3 years ago
main_test.go Decouple unit test code from business code (#17623) 3 years ago
notification.go Multiple Escaping Improvements (#17551) 3 years ago
oauth.go Simplify parameter types (#18006) 3 years ago
oauth_test.go Move user related model into models/user (#17781) 3 years ago
profile.go Move POST /{username}/action/{action} to simply POST /{username} (#18045) 3 years ago
task.go Correctly handle failed migrations (#17575) 3 years ago