gitea/routers/web/shared
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.
2024-12-24 13:47:45 +00:00
..
actions Clarify path param naming (#32969) 2024-12-24 13:47:45 +00:00
issue Add label/author/assignee filters to the user/org home issue list (#32779) 2024-12-11 06:33:24 +00:00
packages Refactor template & test related code (#32938) 2024-12-22 15:33:19 +00:00
project Clarify path param naming (#32969) 2024-12-24 13:47:45 +00:00
secrets Add API for `Variables` (#29520) 2024-03-28 20:40:35 +00:00
user Add label/author/assignee filters to the user/org home issue list (#32779) 2024-12-11 06:33:24 +00:00