aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/user/setting
Commit message (Expand)AuthorAgeFilesLines
* Validate OAuth Redirect URIs (#32643)Rowan Bohde2024-11-281-2/+15
* Fix: passkey login not working anymore (#32623)hiifong2024-11-261-2/+4
* Fix disable 2fa bug (#32320)Lunny Xiao2024-10-231-3/+6
* Enhance USER_DISABLED_FEATURES to allow disabling change username or full nam...Zisu Zhang2024-10-051-1/+15
* Remove urls from translations (#31950)Denys Konovalov2024-09-021-1/+1
* add skip secondary authorization option for public oauth2 clients (#31454)Denys Konovalov2024-07-191-9/+11
* Allow disabling authentication related user features (#31535)Rowan Bohde2024-07-0911-0/+116
* Add Passkey login support (#31504)Anbraten2024-06-291-1/+3
* Refactor names (#31405)wxiaoguang2024-06-191-5/+5
* Initial support for colorblindness-friendly themes (#30625)wxiaoguang2024-04-241-1/+10
* Clean up log messages (#30313)wxiaoguang2024-04-071-1/+0
* Add setting to disable user features when user login type is not plain (#29615)Jack Hay2024-03-292-8/+9
* Fix 500 when deleting account with incorrect password or unsupported login ty...Lunny Xiao2024-03-081-2/+17
* Move some asymkey functions to service layer (#28894)Lunny Xiao2024-03-041-1/+1
* Add user blocking (#29028)KN4CK3R2024-03-041-0/+38
* Allow options to disable user ssh keys configuration from the interface on ap...Lunny Xiao2024-03-041-0/+16
* remove util.OptionalBool and related functions (#29513)65432024-03-021-2/+2
* Allow options to disable user gpg keys configuration from the interface on ap...Lunny Xiao2024-03-021-0/+10
* Allow to change primary email before account activation (#29412)wxiaoguang2024-02-271-2/+2
* Move context from modules to services (#29440)Lunny Xiao2024-02-2715-15/+15
* Allow options to disable user deletion from the interface on app.ini (#29275)Lunny Xiao2024-02-231-0/+6
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-141-3/+3
* Unify user update methods (#28733)KN4CK3R2024-02-042-101/+87
* Fix inconsistent naming of OAuth 2.0 `ENABLE` setting (#28951)wackbyte2024-01-281-2/+2
* Forbid removing the last admin user (#28337)yp053272024-01-151-0/+10
* Move more functions to db.Find (#28419)Lunny Xiao2024-01-151-2/+13
* Refactor some legacy code and remove unused code (#28622)wxiaoguang2023-12-281-1/+2
* Always enable caches (#28527)Lunny Xiao2023-12-191-10/+8
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-245-13/+20
* Revert #27870 (#27917)KN4CK3R2023-11-061-1/+1
* Refactor Find Sources and fix bug when view a user who belongs to an unactive...Lunny Xiao2023-11-031-2/+24
* Filter inactive auth sources (#27870)KN4CK3R2023-11-021-1/+1
* Replace more db.DefaultContext (#27628)Lunny Xiao2023-10-151-2/+2
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-144-14/+14
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-113-7/+7
* Refactor system setting (#27000)wxiaoguang2023-10-051-7/+2
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-2/+2
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-5/+5
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-162-5/+5
* Fix NPE when editing OAuth2 applications (#27078)JakobDev2023-09-161-3/+3
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-156-20/+20
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-143-10/+10
* Fix context cache bug & enable context cache for dashabord commits' authors (...Lunny Xiao2023-09-111-2/+6
* Improve hint when uploading a too large avatar (#26935)Lunny Xiao2023-09-071-1/+1
* Move createrepository from module to service layer (#26927)Lunny Xiao2023-09-061-2/+1
* Show always repo count in header (#26842)JakobDev2023-09-061-0/+10
* Move web/api context related testing function into a separate package (#26859)wxiaoguang2023-09-011-4/+4
* Make "link-action" backend code respond correct JSON content (#26680)wxiaoguang2023-08-231-1/+1
* Remove unnecessary template helper DisableGravatar (#26386)wxiaoguang2023-08-081-0/+4