| Commit message (Expand) | Author | Age | Files | Lines |
* | Add setting to disable user features when user login type is not plain (#29615) | Jack Hay | 2024-03-29 | 1 | -6/+7 |
* | Move some asymkey functions to service layer (#28894) | Lunny Xiao | 2024-03-04 | 1 | -1/+1 |
* | Allow options to disable user ssh keys configuration from the interface on ap... | Lunny Xiao | 2024-03-04 | 1 | -0/+16 |
* | Allow options to disable user gpg keys configuration from the interface on ap... | Lunny Xiao | 2024-03-02 | 1 | -0/+10 |
* | Move context from modules to services (#29440) | Lunny Xiao | 2024-02-27 | 1 | -1/+1 |
* | Move more functions to db.Find (#28419) | Lunny Xiao | 2024-01-15 | 1 | -2/+13 |
* | Use db.Find instead of writing methods for every object (#28084) | Lunny Xiao | 2023-11-24 | 1 | -1/+4 |
* | Final round of `db.DefaultContext` refactor (#27587) | JakobDev | 2023-10-14 | 1 | -6/+6 |
* | Penultimate round of `db.DefaultContext` refactor (#27414) | JakobDev | 2023-10-11 | 1 | -4/+4 |
* | Another round of `db.DefaultContext` refactor (#27103) | JakobDev | 2023-09-25 | 1 | -5/+5 |
* | Reduce usage of `db.DefaultContext` (#27073) | JakobDev | 2023-09-14 | 1 | -1/+1 |
* | Move web JSON functions to web context and simplify code (#26132) | wxiaoguang | 2023-07-26 | 1 | -3/+1 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 1 | -1/+1 |
* | Improve error report when user passes a private key (#22726) | zeripath | 2023-02-02 | 1 | -0/+2 |
* | Add main landmark to templates and adjust titles (#22670) | Felipe Leopoldo Sologuren GutiƩrrez | 2023-02-01 | 1 | -1/+1 |
* | Fix key signature error page (#22229) | Gusted | 2022-12-30 | 1 | -3/+9 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo... | wxiaoguang | 2022-03-22 | 1 | -1/+1 |
* | Renamed ctx.User to ctx.Doer. (#19161) | KN4CK3R | 2022-03-22 | 1 | -22/+22 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -1/+0 |
* | Refactor auth package (#17962) | Lunny Xiao | 2022-01-02 | 1 | -1/+0 |
* | Add support for ssh commit signing (#17743) | Wim | 2021-12-19 | 1 | -0/+23 |
* | Move keys to models/asymkey (#17917) | Lunny Xiao | 2021-12-10 | 1 | -39/+40 |
* | Fix wrong i18n keys (#17150) | Lunny Xiao | 2021-09-25 | 1 | -1/+1 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 1 | -3/+4 |
* | Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) | 6543 | 2021-08-11 | 1 | -2/+2 |
* | Rename context.Query to context.Form (#16562) | Lunny Xiao | 2021-07-29 | 1 | -5/+5 |
* | Add option to provide signature for a token to verify key ownership (#14054) | zeripath | 2021-07-13 | 1 | -1/+44 |
* | Refactor routers directory (#15800) | Lunny Xiao | 2021-06-09 | 1 | -0/+226 |