gitea/routers/web/feed
KN4CK3R 59b867dc2d
Add `ContextUser` to http request context ()
This PR adds a middleware which sets a ContextUser (like GetUserByParams before) in a single place which can be used by other methods. For routes which represent a repo or org the respective middlewares set the field too.

Also fix a bug in modules/context/org.go during refactoring.
..
convert.go RSS/Atom support for Repos ()
profile.go Add `ContextUser` to http request context ()
repo.go Renamed ctx.User to ctx.Doer. ()