aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/issue_content_history.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor DateUtils and merge TimeSince (#32409)wxiaoguang2024-11-041-3/+2
* Remove unnecessary inline style for tab-size (#31224)silverwind2024-06-031-1/+1
* Migrate margin and padding helpers to tailwind (#30043)silverwind2024-03-241-1/+1
* Fix issue & comment history bugs (#29525)wxiaoguang2024-03-011-1/+5
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-141-3/+3
* Fix missing check (#28406)Lunny Xiao2023-12-101-4/+18
* Fix comment permissions (#28213)Lunny Xiao2023-11-251-1/+1
* Improve issue history dialog and make poster can delete their own history (#2...wxiaoguang2023-09-281-5/+9
* Check `ctx.Written()` for `GetActionIssue` (#25698)Jason Song2023-07-051-5/+5
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-9/+9
* Move helpers to be prefixed with `gt-` (#22879)zeripath2023-02-131-1/+1
* Multiple improvements for comment edit diff (#21990)silverwind2022-12-021-4/+9
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Make better use of i18n (#20096)Gusted2022-06-261-8/+5
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-14/+13
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-2/+2
* Remove legacy unmaintained packages, refactor to support change default local...wxiaoguang2022-04-031-1/+1
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-6/+5
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-2/+2
* Show fullname on issue edits and gpg/ssh signing info (#18827)Wim2022-02-201-1/+9
* Refactor i18n, use Locale to provide i18n/translation related functions (#18648)wxiaoguang2022-02-081-5/+5
* format with gofumpt (#18184)65432022-01-201-4/+4
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-1/+2
* Fix issue content history problems, improve UI (#17404)wxiaoguang2021-10-231-4/+6
* Save and view issue/comment content history (#16909)wxiaoguang2021-10-101-0/+206