summaryrefslogtreecommitdiffstats
path: root/routers/web/user/setting
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Improve utils of slices (#22379)Jason Song2023-01-111-1/+1
* Fix key signature error page (#22229)Gusted2022-12-301-3/+9
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-2/+2
* Update gitea-vet to check FSFE REUSE (#22004)Jason Song2022-12-021-2/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2713-26/+13
* Add package registry cleanup rules (#21658)KN4CK3R2022-11-201-0/+80
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-4/+4
* Record OAuth client type at registration (#21316)M Hickford2022-10-241-7/+9
* Allow creation of OAuth2 applications for orgs (#18084)qwerty2872022-10-092-112/+172
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-253-18/+16
* Added email notification option to receive all own messages (#20179)Tyrone Yeh2022-07-281-1/+2
* Add Docker /v2/_catalog endpoint (#20469)KN4CK3R2022-07-281-0/+6
* 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
* Remove U2F support (#20141)Gusted2022-06-261-1/+0
* Make better use of i18n (#20096)Gusted2022-06-262-5/+5
* 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
* Adding button to link accounts from user settings (#19792)Mai-Lapyst2022-05-291-0/+9
* 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-206-10/+10
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-1/+3
* Remove legacy unmaintained packages, refactor to support change default local...wxiaoguang2022-04-031-2/+1
* Add Package Registry (#16510)KN4CK3R2022-03-301-0/+3
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-3/+4
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-1/+1
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-223-4/+3
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-2210-122/+122
* Restrict email address validation (#17688)Lunny Xiao2022-03-141-1/+2
* Add config options to hide issue events (#17414)qwerty2872022-01-211-0/+26
* format with gofumpt (#18184)65432022-01-203-5/+3