summaryrefslogtreecommitdiffstats
path: root/routers/web/user/setting/keys.go
Commit message (Expand)AuthorAgeFilesLines
* Add setting to disable user features when user login type is not plain (#29615)Jack Hay2024-03-291-6/+7
* Move some asymkey functions to service layer (#28894)Lunny Xiao2024-03-041-1/+1
* Allow options to disable user ssh keys configuration from the interface on ap...Lunny Xiao2024-03-041-0/+16
* Allow options to disable user gpg keys configuration from the interface on ap...Lunny Xiao2024-03-021-0/+10
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Move more functions to db.Find (#28419)Lunny Xiao2024-01-151-2/+13
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-1/+4
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-6/+6
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-4/+4
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-5/+5
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-1/+1
* Move web JSON functions to web context and simplify code (#26132)wxiaoguang2023-07-261-3/+1
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Improve error report when user passes a private key (#22726)zeripath2023-02-021-0/+2
* Add main landmark to templates and adjust titles (#22670)Felipe Leopoldo Sologuren GutiƩrrez2023-02-011-1/+1
* Fix key signature error page (#22229)Gusted2022-12-301-3/+9
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* 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