0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-20 10:28:23 +01:00
gitea/routers/web/user
wxiaoguang 633785a5f3
Refactor markup render system (#32612)
This PR removes (almost) all path tricks, and introduces "renderhelper"
package.

Now we can clearly see the rendering behaviors for comment/file/wiki,
more details are in "renderhelper" tests.

Fix #31411 , fix #18592, fix #25632 and maybe more problems. (ps: fix
#32608 by the way)
2024-11-24 16:18:57 +08:00
..
setting Fix disable 2fa bug (#32320) 2024-10-23 06:41:00 +00:00
avatar.go
code.go
home_test.go
home.go Refactor markup render system (#32612) 2024-11-24 16:18:57 +08:00
main_test.go
notification.go Add missing repository type filter parameters to pager (#31832) 2024-08-15 16:34:24 +00:00
package.go
profile.go Refactor markup render system (#32612) 2024-11-24 16:18:57 +08:00
search.go Add DISABLE_ORGANIZATIONS_PAGE and DISABLE_CODE_PAGE settings for explore pages and fix an issue related to user search (#32288) 2024-10-22 13:09:19 +08:00
stop_watch.go