0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-29 03:54:25 +01:00
gitea/routers/web
wxiaoguang 10c7996b5a
Remove RenderEmojiPlain from template helper (#29375)
RenderEmojiPlain(emoji.ReplaceAliases) should be called explicitly for
some contents, but not for everything.

Actually in modern days, in most cases it doesn't need such
"ReplaceAliases". So only keep it for issue/PR titles.

If anyone really needs to do ReplaceAliases for some contents, I will
propose a following fix.
2024-02-24 22:34:51 +00:00
..
admin Customizable "Open with" applications for repository clone (#29320) 2024-02-24 13:12:17 +00:00
auth Revert "Support SAML authentication (#25165)" (#29358) 2024-02-24 12:18:49 +08:00
devtest
events
explore
feed
healthcheck
misc
org
repo Remove RenderEmojiPlain from template helper (#29375) 2024-02-24 22:34:51 +00:00
shared
user Allow options to disable user deletion from the interface on app.ini (#29275) 2024-02-23 07:24:04 +00:00
base.go
githttp.go
goget.go
home.go
metrics.go
nodeinfo.go
passkey.go
swagger_json.go
web.go Customizable "Open with" applications for repository clone (#29320) 2024-02-24 13:12:17 +00:00
webfinger.go