summaryrefslogtreecommitdiffstats
path: root/services/comments
Commit message (Expand)AuthorAgeFilesLines
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-86/+0
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-19/+15
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-1/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-14/+22
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-2/+2
* Move some issue methods as functions (#19255)Lunny Xiao2022-03-291-1/+1
* format with gofumpt (#18184)65432022-01-201-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-1/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-3/+4
* Improvements to content history (#17746)Jimmy Praet2021-11-221-5/+16
* Save and view issue/comment content history (#16909)wxiaoguang2021-10-101-0/+15
* DBContext is just a Context (#17100)zeripath2021-09-231-1/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-1/+2
* Enhance Ghost comment mitigation Settings (#14392)65432021-01-211-2/+2
* Send notifications for mentions in pulls, issues, (code-)comments (#14218)Jimmy Praet2021-01-021-2/+5
* Refactor pull request review (#8954)Lunny Xiao2019-11-141-61/+0
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+1
* Move webhook codes from service to webhook notification (#8712)Lunny Xiao2019-10-301-69/+5
* Improve webhooks (#8583)John Olheiser2019-10-181-0/+3
* Move create issue comment to comments package (#8212)Lunny Xiao2019-09-241-0/+103
* Move git diff codes from models to services/gitdiff (#7889)Lunny Xiao2019-09-051-0/+69