Forgejo/routers
Gusted 62f8ab793b
[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)
(cherry picked from commit c58566403d)
(cherry picked from commit b8b3f6ab8b)
(cherry picked from commit 195520100b)
(cherry picked from commit 6e417087dd)
(cherry picked from commit ff91e5957a)
(cherry picked from commit 6626d5cc75)
2023-12-18 16:39:20 +01:00
..
api [GITEA] Drop sha256-simd in favor of stdlib 2023-12-18 16:39:19 +01:00
common Clean up template locale usage (#27856) 2023-10-31 22:11:48 +08:00
install [GITEA] Add password length check on install page 2023-12-18 16:32:02 +01:00
private [CLI] implement forgejo-cli 2023-12-18 14:39:08 +01: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-12-18 16:39:20 +01:00
init.go [API] Forgejo API /api/forgejo/v1 2023-12-18 15:10:54 +01:00