summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/user/settings.go
Commit message (Expand)AuthorAgeFilesLines
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-12/+12
* Fix database inconsistent when admin change user email (#17549)Lunny Xiao2021-11-251-1/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-2/+2
* [API] GET / SET User Settings (#16169)65432021-06-231-0/+83