| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up log messages (#30313) | wxiaoguang | 2024-04-07 | 1 | -1/+0 |
* | Add setting to disable user features when user login type is not plain (#29615) | Jack Hay | 2024-03-29 | 1 | -2/+2 |
* | Fix 500 when deleting account with incorrect password or unsupported login ty... | Lunny Xiao | 2024-03-08 | 1 | -2/+17 |
* | Allow to change primary email before account activation (#29412) | wxiaoguang | 2024-02-27 | 1 | -2/+2 |
* | Move context from modules to services (#29440) | Lunny Xiao | 2024-02-27 | 1 | -1/+1 |
* | Allow options to disable user deletion from the interface on app.ini (#29275) | Lunny Xiao | 2024-02-23 | 1 | -0/+6 |
* | Unify user update methods (#28733) | KN4CK3R | 2024-02-04 | 1 | -41/+44 |
* | Forbid removing the last admin user (#28337) | yp05327 | 2024-01-15 | 1 | -0/+10 |
* | Always enable caches (#28527) | Lunny Xiao | 2023-12-19 | 1 | -10/+8 |
* | Reduce usage of `db.DefaultContext` (#27073) | JakobDev | 2023-09-14 | 1 | -6/+6 |
* | 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 |
* | Split "modules/context.go" to separate files (#24569) | wxiaoguang | 2023-05-08 | 1 | -1/+1 |
* | Provide the ability to set password hash algorithm parameters (#22942) | zeripath | 2023-02-19 | 1 | -1/+1 |
* | Add main landmark to templates and adjust titles (#22670) | Felipe Leopoldo Sologuren GutiƩrrez | 2023-02-01 | 1 | -1/+1 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | Added email notification option to receive all own messages (#20179) | Tyrone Yeh | 2022-07-28 | 1 | -1/+2 |
* | Add option to purge users (#18064) | zeripath | 2022-07-14 | 1 | -1/+1 |
* | Hide notify mail setting ui if not enabled (#20138) | Lunny Xiao | 2022-06-28 | 1 | -0/+1 |
* | Make better use of i18n (#20096) | Gusted | 2022-06-26 | 1 | -2/+2 |
* | Prevent NPE when cache service is disabled (#19703) | zeripath | 2022-05-21 | 1 | -6/+10 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 1 | -1/+1 |
* | Add Package Registry (#16510) | KN4CK3R | 2022-03-30 | 1 | -0/+3 |
* | Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo... | wxiaoguang | 2022-03-22 | 1 | -2/+1 |
* | Renamed ctx.User to ctx.Doer. (#19161) | KN4CK3R | 2022-03-22 | 1 | -31/+31 |
* | Restrict email address validation (#17688) | Lunny Xiao | 2022-03-14 | 1 | -1/+2 |
* | Move more model into models/user (#17826) | Lunny Xiao | 2021-11-28 | 1 | -1/+1 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -6/+6 |
* | Remove unnecessary attributes of User struct (#17745) | Lunny Xiao | 2021-11-22 | 1 | -2/+3 |
* | Move user/org deletion to services (#17673) | KN4CK3R | 2021-11-19 | 1 | -1/+2 |
* | Move EmailAddress & UserRedirect into models/user/ (#17607) | Lunny Xiao | 2021-11-11 | 1 | -9/+10 |
* | Add appearance section in settings (#17433) | qwerty287 | 2021-10-27 | 1 | -28/+0 |
* | Make LDAP be able to skip local 2FA (#16954) | zeripath | 2021-09-17 | 1 | -1/+1 |
* | Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) | 6543 | 2021-08-11 | 1 | -5/+5 |
* | Rename context.Query to context.Form (#16562) | Lunny Xiao | 2021-07-29 | 1 | -8/+8 |
* | Refactor: Move login out of models (#16199) | zeripath | 2021-07-24 | 1 | -1/+2 |
* | Fix activation of primary email addresses (#16385) | Meano | 2021-07-13 | 1 | -22/+23 |
* | Refactor routers directory (#15800) | Lunny Xiao | 2021-06-09 | 1 | -0/+313 |