summaryrefslogtreecommitdiffstats
path: root/models/issues/reaction.go
Commit message (Expand)AuthorAgeFilesLines
* Add container.FilterSlice function (#30339)oliverpool2024-04-091-6/+4
* Add user blocking (#29028)KN4CK3R2024-03-041-19/+0
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-16/+16
* Always show usernames in reaction tooltips (#26444)Panagiotis "Ivory" Vasilopoulos2023-08-101-1/+1
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-1/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-1/+1
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-0/+9
* Add generic set type (#21408)KN4CK3R2022-10-121-6/+4
* Fix reaction of issues (#21185)Jason Song2022-09-171-4/+15
* Move reaction to models/issues/ (#19264)Lunny Xiao2022-03-311-0/+377