gitea/routers/web/feed
wxiaoguang 81352542fd
Refactor context RefName and RepoAssignment (#33226)
The `ctx.Repo.RefName` was used to be a "short name", it causes a lot of
ambiguity.

This PR does some refactoring and use `RefFullName` to replace the
legacy `RefName`, and simplify RepoAssignment
2025-01-13 01:07:05 +00:00
..
branch.go Refactor context repository (#33202) 2025-01-12 03:39:46 +00:00
convert.go Refactor markup render system (#32612) 2024-11-24 16:18:57 +08:00
file.go Refactor context RefName and RepoAssignment (#33226) 2025-01-13 01:07:05 +00:00
profile.go Move GetFeeds to service layer (#32526) 2024-11-29 17:53:49 +00:00
release.go Resolve lint for unused parameter and unnecessary type arguments (#30750) 2024-04-29 08:47:56 +00:00
render.go Clarify path param naming (#32969) 2024-12-24 13:47:45 +00:00
repo.go Move GetFeeds to service layer (#32526) 2024-11-29 17:53:49 +00:00