forgejo/routers
Gusted 3cbd9fb792
[GITEA] Improve HTML title on repositories
- The `<title>` element that lives inside the `<head>` element is an important element that gives browsers and search engine crawlers the title of the webpage, hence the element name. It's therefor important that this title is accurate.
- Currently there are three issues with titles on repositories. It doesn't use the `FullName` and instead only uses the repository name, this doesn't distinguish which user or organisation the repository is on. It doesn't show the full treepath in the title when visiting an file inside a directory and instead only uses the latest path in treepath. It can show the repository name twice if the `.Title` variable also included the repository name such as on the repository homepage.
- Use the repository's fullname (which include which user the repository is on) instead of just their name.
- Display the repository's fullname if it isn't already in `.Title`.
- Use the full treepath in the repository code view instead of just the
last path.
- Adds integration tests.
- Adds a new repository (`repo59`) that has 3 depths for folders, which
wasn't in any other fixture repository yet, so the full treepath for
could be properly tested.
- Resolves https://codeberg.org/forgejo/forgejo/issues/1276

(cherry picked from commit ff9a6a2cda)
(cherry picked from commit 76dffc8621)
(cherry picked from commit ff0615b9d0)
(cherry picked from commit 8712eaa394)
(cherry picked from commit 0c11587582)
2023-09-18 15:43:04 +02:00
..
api [FEAT] allow setting the update date on issues and comments 2023-09-18 14:11:24 +02:00
common Extract auth middleware from service (#27028) 2023-09-12 08:15:16 +02:00
install [GITEA] Add password length check on install page 2023-09-18 15:40:46 +02:00
private [CLI] implement forgejo-cli 2023-09-18 13:25:11 +02:00
utils Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
web [GITEA] Improve HTML title on repositories 2023-09-18 15:43:04 +02:00
init.go [API] Forgejo API /api/forgejo/v1 2023-09-18 14:00:11 +02:00