summaryrefslogtreecommitdiffstats
path: root/routers/web/user/setting
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move web JSON functions to web context and simplify code (#26132)wxiaoguang2023-07-268-23/+9
* Replace `interface{}` with `any` (#25686)silverwind2023-07-048-9/+9
* Refactor web package and context package (#25298)wxiaoguang2023-06-181-1/+1
* Clean up WebAuthn javascript code and remove JQuery code (#22697)zeripath2023-06-061-2/+4
* Add ability to set multiple redirect URIs in OAuth application UI (#25072)Denys Konovalov2023-06-051-2/+3
* Redesign Scoped Access Tokens (#24767)Jack Hay2023-06-041-0/+2
* Add user level action runners (#24995)HesterG2023-05-311-1/+1
* Improve some Forms (#24878)JakobDev2023-05-261-0/+1
* Refactor rename user and rename organization (#24052)Lunny Xiao2023-05-211-7/+8
* Split "modules/context.go" to separate files (#24569)wxiaoguang2023-05-081-1/+1
* Merge setting.InitXXX into one function with options (#24389)Lunny Xiao2023-05-041-12/+15
* Fix unclear `IsRepositoryExist` logic (#24374)wxiaoguang2023-04-281-1/+1
* Move secrets and runners settings to actions settings (#24200)Hester Gong2023-04-271-36/+2
* Only delete secrets belonging to its owner (#24284)KN4CK3R2023-04-231-0/+2
* Fix unclear "Owner" concept (#24233)wxiaoguang2023-04-201-1/+1
* add user rename endpoint to admin api (#22789)techknowlogick2023-03-141-37/+15
* Add user webhooks (#21563)KN4CK3R2023-03-101-0/+48
* Use context parameter in services/repository (#23186)Jason Song2023-02-281-2/+2
* Provide the ability to set password hash algorithm parameters (#22942)zeripath2023-02-191-1/+1
* Add Chef package registry (#22554)KN4CK3R2023-02-061-0/+22
* remove update language in ProfilePost (#22748)yp053272023-02-061-4/+1
* Add Cargo package registry (#21888)KN4CK3R2023-02-051-0/+18
* Improve error report when user passes a private key (#22726)zeripath2023-02-021-0/+2
* Add main landmark to templates and adjust titles (#22670)Felipe Leopoldo Sologuren GutiƩrrez2023-02-016-9/+9
* Add user secrets (#22191)KN4CK3R2023-02-011-0/+45
* Support scoped access tokens (#20908)Chongyi Zheng2023-01-171-2/+8
* Change use of Walk to WalkDir to improve disk performance (#22462)Felipe Leopoldo Sologuren GutiƩrrez2023-01-161-4/+4
* Replace deprecated Webauthn library (#22400)techknowlogick2023-01-111-2/+2