aboutsummaryrefslogtreecommitdiffstats
path: root/modules/templates
Commit message (Expand)AuthorAgeFilesLines
* Refactor names (#31405)wxiaoguang2024-06-196-70/+70
* Fix rendered wiki page link (#31398)wxiaoguang2024-06-181-2/+2
* Make template `Iif` exactly match `if` (#31322)wxiaoguang2024-06-112-21/+47
* code optimization (#31315)Kerwin Bryant2024-06-112-2/+44
* Fix markdown rendering when mentioning users (#30795)wxiaoguang2024-05-021-0/+5
* Fix issue label rendering in the issue popup (#30763)wxiaoguang2024-04-301-22/+17
* Update misspell to 0.5.1 and add `misspellings.csv` (#30573)silverwind2024-04-271-2/+2
* Initial support for colorblindness-friendly themes (#30625)wxiaoguang2024-04-241-6/+12
* Enable more `revive` linter rules (#30608)silverwind2024-04-222-5/+3
* Allow everyone to read or write a wiki by a repo unit setting (#30495)wxiaoguang2024-04-171-0/+12
* Avoid losing token when updating mirror settings (#30429)Jason Song2024-04-131-17/+21
* Fix label rendering (#30456)wxiaoguang2024-04-132-12/+35
* Fix and rewrite contrast color calculation, fix project-related bugs (#30237)silverwind2024-04-072-11/+6
* Add `[other].SHOW_FOOTER_POWERED_BY` setting to hide `Powered by` (#30253)Yakov2024-04-031-0/+3
* Render code tags in commit messages (#30146)silverwind2024-03-281-2/+2
* Improve QueryEscape helper function (#29768)wxiaoguang2024-03-131-1/+5
* Use relative links for commits, mentions, and issues in markdown (#29427)KN4CK3R2024-03-131-7/+7
* Refactor label.IsArchived() (#29750)65432024-03-131-2/+1
* Highlight archived labels (#29680)65432024-03-121-9/+20
* Remove unnecessary SanitizeHTML from code (#29575)wxiaoguang2024-03-042-9/+2
* Breaking summary for template refactoring (#29395)wxiaoguang2024-03-031-14/+14
* Rename Str2html to SanitizeHTML and clarify its behavior (#29516)wxiaoguang2024-03-012-12/+17
* Refactor some Str2html code (#29397)wxiaoguang2024-03-012-1/+16
* Fix mail template error (#29410)wxiaoguang2024-02-261-2/+8
* Remove incorrect and unnecessary Escape from templates (#29394)wxiaoguang2024-02-251-2/+2
* Refactor Safe modifier (#29392)wxiaoguang2024-02-252-3/+27
* Remove RenderEmojiPlain from template helper (#29375)wxiaoguang2024-02-241-12/+0
* Refactor more code in templates (#29236)wxiaoguang2024-02-182-1/+9
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-141-7/+39
* Fix default avatar image size in PR diff page (#28971)yp053272024-02-021-1/+1
* Add support for sha256 repositories (#23894)Adam Majer2024-01-191-0/+4
* Fix some RPM registry flaws (#28782)KN4CK3R2024-01-191-5/+0
* Rework markup link rendering (#26745)KN4CK3R2024-01-153-46/+149
* Support for grouping RPMs using paths (#26984)Exploding Dragon2024-01-121-0/+5
* Show description as tooltip instead of title for labels (#28754)delvh2024-01-121-2/+2
* Render PyPi long description as document (#28272)Earl Warren2023-12-051-0/+1
* Upgrade to golangci-lint@v1.55.0 (#27756)silverwind2023-10-241-2/+1
* Fix label render containing invalid HTML (#27752)Earl Warren2023-10-231-1/+1
* Improve feed icons and feed merge text color (#27498)silverwind2023-10-071-10/+14
* Rename the default themes to gitea-light, gitea-dark, gitea-auto (#27419)silverwind2023-10-061-2/+6
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-5/+5
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-071-3/+3
* Refactor `og:description` to limit the max length (#26876)wxiaoguang2023-09-031-0/+5
* Render code blocks in repo description (#26830)silverwind2023-08-311-3/+2
* Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804)KN4CK3R2023-08-301-5/+5
* Remove avatarHTML from template helpers (#26598)wxiaoguang2023-08-211-1/+0
* Use template context function for avatar rendering (#26385)wxiaoguang2023-08-102-19/+24
* Refactor "editorconfig" (#26391)wxiaoguang2023-08-081-17/+6
* Remove unnecessary template helper DisableGravatar (#26386)wxiaoguang2023-08-081-5/+0
* Remove unnecessary template helper repoAvatar (#26387)wxiaoguang2023-08-082-12/+0