aboutsummaryrefslogtreecommitdiffstats
path: root/models/issue_reaction.go
Commit message (Expand)AuthorAgeFilesLines
* Move reaction to models/issues/ (#19264)Lunny Xiao2022-03-311-362/+0
* add test coverage for original author conversion during migrations (#18506)singuliere2022-02-011-0/+17
* Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty2872021-12-151-8/+10
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-2/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-13/+14
* Remove NewSession method from db.Engine interface (#17577)Lunny Xiao2021-11-211-12/+11
* Added GetUserByIDCtx. (#17602)KN4CK3R2021-11-091-1/+1
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-3/+3
* DBContext is just a Context (#17100)zeripath2021-09-231-6/+6
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-9/+14
* Add `AbsoluteListOptions` (#17028)KN4CK3R2021-09-141-1/+1
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-8/+9
* Enhance Ghost comment mitigation Settings (#14392)65432021-01-211-4/+8
* Include OriginalAuthor in Reaction constraint (#13505)zeripath2020-11-101-7/+7
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-8/+17
* Migrate reactions when migrating repository from github (#9599)Lunny Xiao2020-01-151-14/+24
* [API] Fix 9544 | return 200 when reaction already exist (#9550)65432019-12-311-5/+29
* Hide not allowed Reactions (#9387)65432019-12-181-0/+1
* [API] Add Reactions (#9220)65432019-12-071-0/+39
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-1/+1
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-8/+8
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-231-1/+1
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-14/+8
* Tests for reactions (#3083)Lauris BH2017-12-051-2/+2
* Add reactions to issues/PR and comments (#2856)Lauris BH2017-12-041-0/+255