aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/user/setting
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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