summaryrefslogtreecommitdiffstats
path: root/routers/web/user/setting/keys.go
Commit message (Expand)AuthorAgeFilesLines
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-1/+1
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-22/+22
* format with gofumpt (#18184)65432022-01-201-1/+0
* Refactor auth package (#17962)Lunny Xiao2022-01-021-1/+0
* Add support for ssh commit signing (#17743)Wim2021-12-191-0/+23
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-39/+40
* Fix wrong i18n keys (#17150)Lunny Xiao2021-09-251-1/+1
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-3/+4
* 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-5/+5
* Add option to provide signature for a token to verify key ownership (#14054)zeripath2021-07-131-1/+44
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+226