aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/user/setting
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-245-18/+22
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-3/+3
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-192-4/+4
* Make LDAP be able to skip local 2FA (#16954)zeripath2021-09-171-1/+1
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-114-10/+10
* Add microsoft oauth2 providers (#16544)zeripath2021-08-051-4/+13
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-298-24/+24
* Add agit flow support in gitea (#14295)a10121127962021-07-281-0/+9
* Refactor: Move login out of models (#16199)zeripath2021-07-242-3/+5
* Fix activation of primary email addresses (#16385)Meano2021-07-131-22/+23
* Add option to provide signature for a token to verify key ownership (#14054)zeripath2021-07-131-1/+44
* 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
* Refactor routers directory (#15800)Lunny Xiao2021-06-0912-0/+1903