0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-02 08:59:39 +01:00
gitea/routers/web/user
katsu 42149ff1a8
fix wrong link in user and organization profile when using relative url (#28617)
fix #28436.
the doc https://docs.gitea.com/usage/profile-readme maybe also need to
be updated to tell that
the main branch is necessary,which means the following three conditions
should be satisfied:
- repo: **.profile**
- branch: **[default branch]**
- markdown: **README.md**
2023-12-27 08:32:27 +00:00
..
setting Always enable caches (#28527) 2023-12-19 09:29:05 +00:00
avatar.go
code.go
home_test.go Include public repos in doer's dashboard for issue search (#28304) 2023-12-07 13:26:18 +08:00
home.go Second part of refactor db.Find (#28194) 2023-12-11 16:56:48 +08:00
main_test.go
notification.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
package.go
profile.go fix wrong link in user and organization profile when using relative url (#28617) 2023-12-27 08:32:27 +00:00
search.go
stop_watch.go
task.go