aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/issue_content_history.go
Commit message (Expand)AuthorAgeFilesLines
* Fix missing check (#28406) (#28413)release/v1.20Lunny Xiao2023-12-121-4/+18
* Fix comment permissions (#28213) (#28217)Lunny Xiao2023-11-261-1/+1
* Check `ctx.Written()` for `GetActionIssue` (#25698) (#25711)Giteabot2023-07-061-5/+5
* Replace `interface{}` with `any` (#25686) (#25687)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