| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix rendered wiki page link (#31398) (#31407) | wxiaoguang | 2024-06-19 | 1 | -2/+2 |
* | Backport Iif (#31353) | wxiaoguang | 2024-06-13 | 2 | -2/+70 |
* | Fix markdown rendering when mentioning users (#30795) (#30810) | Giteabot | 2024-05-02 | 1 | -0/+5 |
* | Fix issue label rendering in the issue popup (#30763) (#30773) | Giteabot | 2024-04-30 | 1 | -22/+17 |
* | Update misspell to 0.5.1 and add `misspellings.csv` (#30573) | silverwind | 2024-04-27 | 1 | -2/+2 |
* | Initial support for colorblindness-friendly themes (#30625) | wxiaoguang | 2024-04-24 | 1 | -6/+12 |
* | Enable more `revive` linter rules (#30608) | silverwind | 2024-04-22 | 2 | -5/+3 |
* | Allow everyone to read or write a wiki by a repo unit setting (#30495) | wxiaoguang | 2024-04-17 | 1 | -0/+12 |
* | Avoid losing token when updating mirror settings (#30429) | Jason Song | 2024-04-13 | 1 | -17/+21 |
* | Fix label rendering (#30456) | wxiaoguang | 2024-04-13 | 2 | -12/+35 |
* | Fix and rewrite contrast color calculation, fix project-related bugs (#30237) | silverwind | 2024-04-07 | 2 | -11/+6 |
* | Add `[other].SHOW_FOOTER_POWERED_BY` setting to hide `Powered by` (#30253) | Yakov | 2024-04-03 | 1 | -0/+3 |
* | Render code tags in commit messages (#30146) | silverwind | 2024-03-28 | 1 | -2/+2 |
* | Improve QueryEscape helper function (#29768) | wxiaoguang | 2024-03-13 | 1 | -1/+5 |
* | Use relative links for commits, mentions, and issues in markdown (#29427) | KN4CK3R | 2024-03-13 | 1 | -7/+7 |
* | Refactor label.IsArchived() (#29750) | 6543 | 2024-03-13 | 1 | -2/+1 |
* | Highlight archived labels (#29680) | 6543 | 2024-03-12 | 1 | -9/+20 |
* | Remove unnecessary SanitizeHTML from code (#29575) | wxiaoguang | 2024-03-04 | 2 | -9/+2 |
* | Breaking summary for template refactoring (#29395) | wxiaoguang | 2024-03-03 | 1 | -14/+14 |
* | Rename Str2html to SanitizeHTML and clarify its behavior (#29516) | wxiaoguang | 2024-03-01 | 2 | -12/+17 |
* | Refactor some Str2html code (#29397) | wxiaoguang | 2024-03-01 | 2 | -1/+16 |
* | Fix mail template error (#29410) | wxiaoguang | 2024-02-26 | 1 | -2/+8 |
* | Remove incorrect and unnecessary Escape from templates (#29394) | wxiaoguang | 2024-02-25 | 1 | -2/+2 |
* | Refactor Safe modifier (#29392) | wxiaoguang | 2024-02-25 | 2 | -3/+27 |
* | Remove RenderEmojiPlain from template helper (#29375) | wxiaoguang | 2024-02-24 | 1 | -12/+0 |
* | Refactor more code in templates (#29236) | wxiaoguang | 2024-02-18 | 2 | -1/+9 |
* | Refactor locale&string&template related code (#29165) | wxiaoguang | 2024-02-14 | 1 | -7/+39 |
* | Fix default avatar image size in PR diff page (#28971) | yp05327 | 2024-02-02 | 1 | -1/+1 |
* | Add support for sha256 repositories (#23894) | Adam Majer | 2024-01-19 | 1 | -0/+4 |
* | Fix some RPM registry flaws (#28782) | KN4CK3R | 2024-01-19 | 1 | -5/+0 |
* | Rework markup link rendering (#26745) | KN4CK3R | 2024-01-15 | 3 | -46/+149 |
* | Support for grouping RPMs using paths (#26984) | Exploding Dragon | 2024-01-12 | 1 | -0/+5 |
* | Show description as tooltip instead of title for labels (#28754) | delvh | 2024-01-12 | 1 | -2/+2 |
* | Render PyPi long description as document (#28272) | Earl Warren | 2023-12-05 | 1 | -0/+1 |
* | Upgrade to golangci-lint@v1.55.0 (#27756) | silverwind | 2023-10-24 | 1 | -2/+1 |
* | Fix label render containing invalid HTML (#27752) | Earl Warren | 2023-10-23 | 1 | -1/+1 |
* | Improve feed icons and feed merge text color (#27498) | silverwind | 2023-10-07 | 1 | -10/+14 |
* | Rename the default themes to gitea-light, gitea-dark, gitea-auto (#27419) | silverwind | 2023-10-06 | 1 | -2/+6 |
* | More `db.DefaultContext` refactor (#27265) | JakobDev | 2023-09-29 | 1 | -5/+5 |
* | Replace `util.SliceXxx` with `slices.Xxx` (#26958) | CaiCandong | 2023-09-07 | 1 | -3/+3 |
* | Refactor `og:description` to limit the max length (#26876) | wxiaoguang | 2023-09-03 | 1 | -0/+5 |
* | Render code blocks in repo description (#26830) | silverwind | 2023-08-31 | 1 | -3/+2 |
* | Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804) | KN4CK3R | 2023-08-30 | 1 | -5/+5 |
* | Remove avatarHTML from template helpers (#26598) | wxiaoguang | 2023-08-21 | 1 | -1/+0 |
* | Use template context function for avatar rendering (#26385) | wxiaoguang | 2023-08-10 | 2 | -19/+24 |
* | Refactor "editorconfig" (#26391) | wxiaoguang | 2023-08-08 | 1 | -17/+6 |
* | Remove unnecessary template helper DisableGravatar (#26386) | wxiaoguang | 2023-08-08 | 1 | -5/+0 |
* | Remove unnecessary template helper repoAvatar (#26387) | wxiaoguang | 2023-08-08 | 2 | -12/+0 |
* | Start using template context function (#26254) | wxiaoguang | 2023-08-08 | 2 | -5/+9 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 5 | -10/+10 |