aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/user/setting/profile.go
Commit message (Expand)AuthorAgeFilesLines
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-141-3/+3
* Unify user update methods (#28733)KN4CK3R2024-02-041-60/+43
* Refactor some legacy code and remove unused code (#28622)wxiaoguang2023-12-281-1/+2
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-6/+2
* Replace more db.DefaultContext (#27628)Lunny Xiao2023-10-151-2/+2
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-2/+2
* Refactor system setting (#27000)wxiaoguang2023-10-051-7/+2
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-2/+2
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-151-2/+2
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-3/+3
* 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
* 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
* Refactor rename user and rename organization (#24052)Lunny Xiao2023-05-211-7/+8
* Fix unclear "Owner" concept (#24233)wxiaoguang2023-04-201-1/+1
* add user rename endpoint to admin api (#22789)techknowlogick2023-03-141-37/+15
* remove update language in ProfilePost (#22748)yp053272023-02-061-4/+1
* Add main landmark to templates and adjust titles (#22670)Felipe Leopoldo Sologuren GutiƩrrez2023-02-011-4/+4
* Change use of Walk to WalkDir to improve disk performance (#22462)Felipe Leopoldo Sologuren GutiƩrrez2023-01-161-4/+4
* Improve utils of slices (#22379)Jason Song2023-01-111-1/+1
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-2/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-4/+4
* Add Docker /v2/_catalog endpoint (#20469)KN4CK3R2022-07-281-0/+6
* Make better use of i18n (#20096)Gusted2022-06-261-3/+3
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-3/+2
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* Remove legacy unmaintained packages, refactor to support change default local...wxiaoguang2022-04-031-2/+1
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-3/+4
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-1/+1
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-30/+30
* Add config options to hide issue events (#17414)qwerty2872022-01-211-0/+26
* format with gofumpt (#18184)65432022-01-201-1/+0
* Some repository refactors (#17950)Lunny Xiao2021-12-121-2/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-1/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-13/+13
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-14/+20
* Support pagination of organizations on user settings pages (#16083)Lunny Xiao2021-11-221-2/+24
* Remove unnecassary calls to `filepath.Join` (#17608)Gusted2021-11-151-1/+1
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-111-2/+3
* Add appearance section in settings (#17433)qwerty2872021-10-271-8/+66
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-2/+3
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-3/+3
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-1/+1
* Add agit flow support in gitea (#14295)a10121127962021-07-281-0/+9
* Make allowed Visiblity modes configurable for Users (#16271)65432021-06-271-0/+1
* Add Visible modes function from Organisation to Users too (#16069)Sergey Dryabzhinsky2021-06-261-0/+1