summaryrefslogtreecommitdiffstats
path: root/routers/web/admin/notice.go
Commit message (Collapse)AuthorAgeFilesLines
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-2/+2
| | | | | | * 2xx/3xx/4xx/5xx -> http.Status... * http.StatusFound -> http.StatusTemporaryRedirect * http.StatusMovedPermanently -> http.StatusPermanentRedirect
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-1/+1
| | | | Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Move user functions into user.go (#17659)Lunny Xiao2021-11-181-5/+5
| | | | | * Move user functions into user.go * Fix test
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-2/+2
|
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+79
* refactor routers directory * move func used for web and api to common * make corsHandler a function to prohibit side efects * rm unused func Co-authored-by: 6543 <6543@obermui.de>