summaryrefslogtreecommitdiffstats
path: root/routers/web/user/setting
Commit message (Expand)AuthorAgeFilesLines
* 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
* Webauthn nits (#18284)zeripath2022-01-151-8/+10
* Support webauthn (#17957)Lunny Xiao2022-01-143-113/+122
* Refactor auth package (#17962)Lunny Xiao2022-01-027-49/+48
* Add support for ssh commit signing (#17743)Wim2021-12-191-0/+23
* Some repository refactors (#17950)Lunny Xiao2021-12-121-2/+2
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-39/+40
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-102-2/+4
* Move more model into models/user (#17826)Lunny Xiao2021-11-282-3/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-243-20/+21
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-222-16/+23
* Support pagination of organizations on user settings pages (#16083)Lunny Xiao2021-11-221-2/+24
* Move user/org deletion to services (#17673)KN4CK3R2021-11-191-1/+2
* Move user follow and openid into models/user/ (#17613)Lunny Xiao2021-11-172-8/+9
* Move some functions into services/repository (#17660)Lunny Xiao2021-11-161-3/+3
* Remove unnecassary calls to `filepath.Join` (#17608)Gusted2021-11-152-2/+2
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-122-4/+4
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-112-11/+13
* Allow U2F 2FA without TOTP (#11573)Kamil DomaƄski2021-11-081-15/+9
* Add appearance section in settings (#17433)qwerty2872021-10-272-36/+66
* Fix wrong i18n keys (#17150)Lunny Xiao2021-09-252-5/+5
* Move twofactor to models/login (#17143)Lunny Xiao2021-09-253-23/+23