| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix disable 2fa bug (#32320) (#32330) | Lunny Xiao | 2024-10-25 | 1 | -3/+6 |
* | Initial support for colorblindness-friendly themes (#30625) | wxiaoguang | 2024-04-24 | 1 | -1/+10 |
* | 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 | 2 | -8/+9 |
* | Fix 500 when deleting account with incorrect password or unsupported login ty... | Lunny Xiao | 2024-03-08 | 1 | -2/+17 |
* | Move some asymkey functions to service layer (#28894) | Lunny Xiao | 2024-03-04 | 1 | -1/+1 |
* | Add user blocking (#29028) | KN4CK3R | 2024-03-04 | 1 | -0/+38 |
* | Allow options to disable user ssh keys configuration from the interface on ap... | Lunny Xiao | 2024-03-04 | 1 | -0/+16 |
* | remove util.OptionalBool and related functions (#29513) | 6543 | 2024-03-02 | 1 | -2/+2 |
* | Allow options to disable user gpg keys configuration from the interface on ap... | Lunny Xiao | 2024-03-02 | 1 | -0/+10 |
* | 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 | 15 | -15/+15 |
* | Allow options to disable user deletion from the interface on app.ini (#29275) | Lunny Xiao | 2024-02-23 | 1 | -0/+6 |
* | Refactor locale&string&template related code (#29165) | wxiaoguang | 2024-02-14 | 1 | -3/+3 |
* | Unify user update methods (#28733) | KN4CK3R | 2024-02-04 | 2 | -101/+87 |
* | Fix inconsistent naming of OAuth 2.0 `ENABLE` setting (#28951) | wackbyte | 2024-01-28 | 1 | -2/+2 |
* | Forbid removing the last admin user (#28337) | yp05327 | 2024-01-15 | 1 | -0/+10 |
* | Move more functions to db.Find (#28419) | Lunny Xiao | 2024-01-15 | 1 | -2/+13 |
* | Refactor some legacy code and remove unused code (#28622) | wxiaoguang | 2023-12-28 | 1 | -1/+2 |
* | Always enable caches (#28527) | Lunny Xiao | 2023-12-19 | 1 | -10/+8 |
* | Use db.Find instead of writing methods for every object (#28084) | Lunny Xiao | 2023-11-24 | 5 | -13/+20 |
* | Revert #27870 (#27917) | KN4CK3R | 2023-11-06 | 1 | -1/+1 |
* | Refactor Find Sources and fix bug when view a user who belongs to an unactive... | Lunny Xiao | 2023-11-03 | 1 | -2/+24 |
* | Filter inactive auth sources (#27870) | KN4CK3R | 2023-11-02 | 1 | -1/+1 |
* | Replace more db.DefaultContext (#27628) | Lunny Xiao | 2023-10-15 | 1 | -2/+2 |
* | Final round of `db.DefaultContext` refactor (#27587) | JakobDev | 2023-10-14 | 4 | -14/+14 |
* | Penultimate round of `db.DefaultContext` refactor (#27414) | JakobDev | 2023-10-11 | 3 | -7/+7 |
* | Refactor system setting (#27000) | wxiaoguang | 2023-10-05 | 1 | -7/+2 |
* | Even more `db.DefaultContext` refactor (#27352) | JakobDev | 2023-10-03 | 1 | -2/+2 |
* | make writing main test easier (#27270) | Lunny Xiao | 2023-09-28 | 1 | -4/+1 |
* | Another round of `db.DefaultContext` refactor (#27103) | JakobDev | 2023-09-25 | 1 | -5/+5 |
* | Next round of `db.DefaultContext` refactor (#27089) | JakobDev | 2023-09-16 | 2 | -5/+5 |
* | Fix NPE when editing OAuth2 applications (#27078) | JakobDev | 2023-09-16 | 1 | -3/+3 |
* | More refactoring of `db.DefaultContext` (#27083) | JakobDev | 2023-09-15 | 6 | -20/+20 |
* | Reduce usage of `db.DefaultContext` (#27073) | JakobDev | 2023-09-14 | 3 | -10/+10 |
* | Fix context cache bug & enable context cache for dashabord commits' authors (... | Lunny Xiao | 2023-09-11 | 1 | -2/+6 |
* | Improve hint when uploading a too large avatar (#26935) | Lunny Xiao | 2023-09-07 | 1 | -1/+1 |
* | Move createrepository from module to service layer (#26927) | Lunny Xiao | 2023-09-06 | 1 | -2/+1 |
* | Show always repo count in header (#26842) | JakobDev | 2023-09-06 | 1 | -0/+10 |
* | Move web/api context related testing function into a separate package (#26859) | wxiaoguang | 2023-09-01 | 1 | -4/+4 |
* | Make "link-action" backend code respond correct JSON content (#26680) | wxiaoguang | 2023-08-23 | 1 | -1/+1 |
* | Remove unnecessary template helper DisableGravatar (#26386) | wxiaoguang | 2023-08-08 | 1 | -0/+4 |
* | Move web JSON functions to web context and simplify code (#26132) | wxiaoguang | 2023-07-26 | 8 | -23/+9 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 8 | -9/+9 |
* | Refactor web package and context package (#25298) | wxiaoguang | 2023-06-18 | 1 | -1/+1 |
* | Clean up WebAuthn javascript code and remove JQuery code (#22697) | zeripath | 2023-06-06 | 1 | -2/+4 |
* | Add ability to set multiple redirect URIs in OAuth application UI (#25072) | Denys Konovalov | 2023-06-05 | 1 | -2/+3 |
* | Redesign Scoped Access Tokens (#24767) | Jack Hay | 2023-06-04 | 1 | -0/+2 |
* | Add user level action runners (#24995) | HesterG | 2023-05-31 | 1 | -1/+1 |
* | Improve some Forms (#24878) | JakobDev | 2023-05-26 | 1 | -0/+1 |