aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/user/setting/account.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor template & test related code (#32938)wxiaoguang2024-12-221-2/+2
* Move some errors to their own sub packages (#32880)Lunny Xiao2024-12-201-5/+7
* Remove urls from translations (#31950)Denys Konovalov2024-09-021-1/+1
* Allow disabling authentication related user features (#31535)Rowan Bohde2024-07-091-0/+26
* 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-291-2/+2
* Fix 500 when deleting account with incorrect password or unsupported login ty...Lunny Xiao2024-03-081-2/+17
* Allow to change primary email before account activation (#29412)wxiaoguang2024-02-271-2/+2
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Allow options to disable user deletion from the interface on app.ini (#29275)Lunny Xiao2024-02-231-0/+6
* Unify user update methods (#28733)KN4CK3R2024-02-041-41/+44
* Forbid removing the last admin user (#28337)yp053272024-01-151-0/+10
* Always enable caches (#28527)Lunny Xiao2023-12-191-10/+8
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-6/+6
* Move web JSON functions to web context and simplify code (#26132)wxiaoguang2023-07-261-3/+1
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Split "modules/context.go" to separate files (#24569)wxiaoguang2023-05-081-1/+1
* Provide the ability to set password hash algorithm parameters (#22942)zeripath2023-02-191-1/+1
* Add main landmark to templates and adjust titles (#22670)Felipe Leopoldo Sologuren GutiƩrrez2023-02-011-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Added email notification option to receive all own messages (#20179)Tyrone Yeh2022-07-281-1/+2
* Add option to purge users (#18064)zeripath2022-07-141-1/+1
* Hide notify mail setting ui if not enabled (#20138)Lunny Xiao2022-06-281-0/+1
* Make better use of i18n (#20096)Gusted2022-06-261-2/+2
* Prevent NPE when cache service is disabled (#19703)zeripath2022-05-211-6/+10
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* Add Package Registry (#16510)KN4CK3R2022-03-301-0/+3
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-2/+1
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-31/+31
* Restrict email address validation (#17688)Lunny Xiao2022-03-141-1/+2
* Move more model into models/user (#17826)Lunny Xiao2021-11-281-1/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-6/+6
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-2/+3
* Move user/org deletion to services (#17673)KN4CK3R2021-11-191-1/+2
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-111-9/+10
* Add appearance section in settings (#17433)qwerty2872021-10-271-28/+0
* Make LDAP be able to skip local 2FA (#16954)zeripath2021-09-171-1/+1
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-5/+5
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-8/+8
* Refactor: Move login out of models (#16199)zeripath2021-07-241-1/+2
* Fix activation of primary email addresses (#16385)Meano2021-07-131-22/+23
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+313