summaryrefslogtreecommitdiffstats
path: root/routers/web/repo/middlewares.go
Commit message (Expand)AuthorAgeFilesLines
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-4/+4
* Added auto-save whitespace behavior if it changed manually (#15566)Viktor Suprun2022-02-081-3/+21
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-2/+2
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-1/+2
* Move user functions into user.go (#17659)Lunny Xiao2021-11-181-2/+2
* 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/+72