summaryrefslogtreecommitdiffstats
path: root/routers/web/user/setting/adopt.go
Commit message (Expand)AuthorAgeFilesLines
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-2/+2
* 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-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-1/+2
* Move some functions into services/repository (#17660)Lunny Xiao2021-11-161-3/+3
* Remove unnecassary calls to `filepath.Join` (#17608)Gusted2021-11-151-1/+1
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-2/+2
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-2/+2
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+64