aboutsummaryrefslogtreecommitdiffstats
path: root/models/user/badge.go
Commit message (Collapse)AuthorAgeFilesLines
* Add admin API route for managing user's badges (#23106)techknowlogick2024-03-011-1/+84
| | | | | | | Fix #22785 --------- Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* Remove most path-based golangci exclusions (#24214)silverwind2023-04-191-1/+1
| | | | | They are non-obvious and do not survive refactor. Will replace with `//nolint` comments after CI results are in.
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
| | | | | | | | | Change all license headers to comply with REUSE specification. Fix #16132 Co-authored-by: flynnnnnnnnnn <flynnnnnnnnnn@github> Co-authored-by: John Olheiser <john.olheiser@gmail.com>
* Add badge capabilities to users (#20607)techknowlogick2022-08-181-0/+42
Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: John Olheiser <john.olheiser@gmail.com>