mirror of
1
Fork 0
forgejo/routers
Gusted 07916c8723
[GITEA] Add repo empty check for branch feed
- If you attempted to get a branch feed on a empty repository, it would
result in a panic as the code expects that the branch exists.
- `context.RepoRefByType` would normally already 404 if the branch
doesn't exist, however if a repository is empty, it would not do this
check.
- Fix bug where `/atom/branch/*` would return a RSS feed.

(cherry picked from commit d27bcd98a4)
2023-10-24 16:41:52 +02:00
..
api [v1.21] [GITEA] Drop sha256-simd in favor of stdlib 2023-10-23 15:35:33 +02:00
common Refactor system setting (#27000) (#27452) 2023-10-05 10:37:59 +00:00
install [v1.21] [GITEA] rework long-term authentication 2023-10-23 15:35:33 +02:00
private [CLI] implement forgejo-cli 2023-10-23 13:49:07 +02:00
utils Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
web [GITEA] Add repo empty check for branch feed 2023-10-24 16:41:52 +02:00
init.go [API] Forgejo API /api/forgejo/v1 2023-10-23 14:20:49 +02:00