aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/user/setting
Commit message (Expand)AuthorAgeFilesLines
* Add new CLI flags to set name and scopes when creating a user with access tok...Kemal Zebari5 days1-1/+1
* Enable addtional linters (#34085)TheFox0x76 days2-12/+11
* Enable testifylint rules (#34075)TheFox0x77 days1-1/+1
* Add file tree to file view page (#32721)Kerwin Bryant2025-03-151-0/+26
* Improve theme display (#30671)wxiaoguang2025-03-081-7/+1
* Improve "generate new access token" form (#33730)Guillaume2025-02-271-7/+27
* Refactor error system (#33610)wxiaoguang2025-02-167-31/+31
* Remove duplicate "ResponseWriter.Status" method (#33346)wxiaoguang2025-01-221-1/+1
* Refactor pagination (#33037)wxiaoguang2024-12-301-2/+2
* Refactor template & test related code (#32938)wxiaoguang2024-12-2210-29/+29
* Move some errors to their own sub packages (#32880)Lunny Xiao2024-12-201-5/+7
* 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