gitea/routers/admin
zeripath fa3895ce81
Move modules/forms to services/forms ()
Forms are dependent on models and therefore should be in services.

This PR also removes the old auth. aliasing

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
..
admin.go Move modules/forms to services/forms ()
admin_test.go Shadow the password on cache and session config on admin panel ()
auths.go Move modules/forms to services/forms ()
emails.go [refactor] replace int with httpStatusCodes ()
hooks.go [refactor] replace int with httpStatusCodes ()
main_test.go Force user to change password ()
notice.go [refactor] replace int with httpStatusCodes ()
orgs.go API add/generalize pagination ()
repos.go [refactor] replace int with httpStatusCodes ()
users.go Move modules/forms to services/forms ()
users_test.go Move modules/forms to services/forms ()