summaryrefslogtreecommitdiffstats
path: root/models/issue_comment.go
Commit message (Expand)AuthorAgeFilesLines
* Move some issue methods as functions (#19255)Lunny Xiao2022-03-291-1/+1
* Move project files into models/project sub package (#17704)Lunny Xiao2022-03-291-4/+5
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-5/+6
* Delete related notifications on issue deletion too (#18953)Otto Richter (fnetX)2022-03-171-1/+1
* [API] Allow removing issues (#18879)Otto Richter (fnetX)2022-03-011-3/+1
* add test coverage for original author conversion during migrations (#18506)singuliere2022-02-011-0/+17
* Add config options to hide issue events (#17414)qwerty2872022-01-211-3/+3
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-12/+13
* Fix PR comments UI (#18323)wxiaoguang2022-01-191-1/+1
* Fix CheckRepoStats and reuse it during migration (#18264)Aravinth Manivannan2022-01-171-2/+2
* fix regression from #16075 (#18260)Norwin2022-01-141-3/+2
* Add API to get issue/pull comments and events (timeline) (#17403)qwerty2872022-01-011-0/+41
* Enable linter [rule.modifies-value-receiver] and refactor RoleDescriptor (#18...Gusted2021-12-261-2/+1
* Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty2872021-12-151-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-25/+26
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-30/+31
* Remove NewSession method from db.Engine interface (#17577)Lunny Xiao2021-11-211-5/+5
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-191-32/+38
* Added comment for changing issue ref (#17672)Gusted2021-11-191-1/+3
* Refactor commentTags functionality (#17558)Gusted2021-11-111-8/+34
* Added GetUserByIDCtx. (#17602)KN4CK3R2021-11-091-2/+2
* Save and view issue/comment content history (#16909)wxiaoguang2021-10-101-0/+7
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-2/+2
* DBContext is just a Context (#17100)zeripath2021-09-231-29/+29
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-41/+46
* Add `AbsoluteListOptions` (#17028)KN4CK3R2021-09-141-1/+1
* Alter issue/comment table TEXT fields to LONGTEXT (#16765)wxiaoguang2021-08-221-2/+2
* [API] generalize list header (#16551)65432021-08-121-2/+11
* Replace `list.List` with slices (#16311)KN4CK3R2021-08-091-54/+29
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-3/+1
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-3/+3
* Add attachments for PR reviews (#16075)KN4CK3R2021-06-141-0/+2
* Refactor renders (#15175)Lunny Xiao2021-04-191-2/+8
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-7/+5
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+4
* Add UI to delete tracked times (#14100)Norwin2021-02-191-0/+14
* Add dismiss review feature (#12674)a10121127962021-02-111-0/+2
* Improve the comment on comment type (#14609)Lunny Xiao2021-02-101-32/+32
* Enhance Ghost comment mitigation Settings (#14392)65432021-01-211-6/+14
* Do not reload page after adding comments in Pull Request reviews (#13877)Jimmy Praet2021-01-081-20/+45
* migrate from com.* to alternatives (#14103)65432020-12-251-2/+1
* Comments on review should have the same sha (#13448)zeripath2020-11-091-0/+12
* Revert "Replies to outdated code comments should also be outdated (#13217)" (...Lunny Xiao2020-11-061-12/+0
* Replies to outdated code comments should also be outdated (#13217)zeripath2020-11-041-0/+12
* Fix reactions on code comments (#13390)Cirno the Strongest2020-11-021-0/+4
* Group Label Changed Comments in timeline (#13304)Pedro Alves2020-10-251-1/+3
* [Refactor] Move APIFormat functions into convert package (#12856)65432020-10-171-15/+0
* Add team support for review request (#12039)赵智超2020-10-121-3/+26
* Kanban board (#8346)Lanre Adelowo2020-08-161-0/+38
* fix bug about can't skip commits base on base branch (#11555)赵智超2020-06-241-11/+87