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.
gitea/routers/web/feed
wxiaoguang 2a828e2798
Clarify path param naming (#32969)
In history (from some legacy frameworks), both `:name` and `name` are
supported as path path name, `:name` is an alias to `name`.

To make code consistent, now we should only use `name` but not `:name`.

Also added panic check in related functions to make sure the name won't
be abused in case some downstreams still use them.
2 months ago
..
branch.go Move context from modules to services (#29440) 12 months ago
convert.go Refactor markup render system (#32612) 3 months ago
file.go Move context from modules to services (#29440) 12 months ago
profile.go Move GetFeeds to service layer (#32526) 2 months ago
release.go Resolve lint for unused parameter and unnecessary type arguments (#30750) 9 months ago
render.go Clarify path param naming (#32969) 2 months ago
repo.go Move GetFeeds to service layer (#32526) 2 months ago