1
1
mirror of https://github.com/go-gitea/gitea synced 2024-07-02 16:15:47 +00:00
gitea/routers/web/user
KN4CK3R 022552d5b6
Rework markup link rendering (#26745) (#28803)
Backport #26745
Fixes #26548

This PR refactors the rendering of markup links. The old code uses
`strings.Replace` to change some urls while the new code uses more
context to decide which link should be generated.

The added tests should ensure the same output for the old and new
behaviour (besides the bug).

We may need to refactor the rendering a bit more to make it clear how
the different helper methods render the input string. There are lots of
options (resolve links / images / mentions / git hashes / emojis / ...)
but you don't really know what helper uses which options. For example,
we currently support images in the user description which should not be
allowed I think:

<details>
  <summary>Profile</summary>

https://try.gitea.io/KN4CK3R


![grafik](https://github.com/go-gitea/gitea/assets/1666336/109ae422-496d-4200-b52e-b3a528f553e5)

</details>
2024-01-16 02:13:29 +00:00
..
setting Forbid removing the last admin user (#28337) (#28793) 2024-01-16 01:51:46 +00:00
avatar.go Set X-Gitea-Debug header once (#23361) 2023-03-08 15:40:04 -05:00
code.go Show the repo count in code tab on both user profile and org page. (#27048) 2023-09-13 18:47:35 +08:00
home_test.go Delete repos of org when purge delete user (#27273) (#27728) 2023-11-01 10:03:12 +08:00
home.go Rework markup link rendering (#26745) (#28803) 2024-01-16 02:13:29 +00:00
main_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
notification.go Use more IssueList instead of []*Issue (#26369) 2023-08-07 19:26:40 +00:00
package.go Delete repos of org when purge delete user (#27273) (#27728) 2023-11-01 10:03:12 +08:00
profile.go Rework markup link rendering (#26745) (#28803) 2024-01-16 02:13:29 +00:00
search.go Reduce usage of db.DefaultContext (#27073) 2023-09-14 17:09:32 +00:00
stop_watch.go Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
task.go Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00