aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/user
Commit message (Expand)AuthorAgeFilesLines
* Restrict email address validation (#17688)Lunny Xiao2022-03-141-1/+2
* RSS/Atom support for Repos (#19055)65432022-03-132-21/+12
* RSS/Atom support for Orgs (#17714)65432022-03-101-8/+5
* Add note to GPG key response if user has no keys (#18961)KN4CK3R2022-03-021-0/+3
* Allow to filter repositories by language in explore, user and organization re...Lauris BH2022-01-281-0/+10
* Automatically pause queue if index service is unavailable (#15066)Lauris BH2022-01-271-3/+3
* Add config options to hide issue events (#17414)qwerty2872022-01-211-0/+26
* format with gofumpt (#18184)65432022-01-205-16/+13
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-1/+1
* Webauthn nits (#18284)zeripath2022-01-151-8/+10
* Support webauthn (#17957)Lunny Xiao2022-01-143-113/+122
* Refactor auth package (#17962)Lunny Xiao2022-01-0211-3340/+48
* Removed unused endpoint. (#18127)KN4CK3R2021-12-291-14/+0
* Use conditions but not repo ids as query condition (#16839)Lunny Xiao2021-12-291-156/+45
* Move POST /{username}/action/{action} to simply POST /{username} (#18045)zeripath2021-12-201-2/+2
* Reset Session ID on login (#18018)zeripath2021-12-202-5/+68
* Simplify parameter types (#18006)Gusted2021-12-202-2/+2
* Reset locale on login (#18023)zeripath2021-12-191-0/+33
* Add support for ssh commit signing (#17743)Wim2021-12-191-0/+23
* Ensure complexity, minlength and ispwned are checked on password setting (#18...zeripath2021-12-171-1/+16
* Refactor HTTP request context (#17979)wxiaoguang2021-12-153-5/+5
* Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along wi...zeripath2021-12-142-29/+108
* Some repository refactors (#17950)Lunny Xiao2021-12-121-2/+2
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-102-43/+45
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-104-11/+15
* Move more model into models/user (#17826)Lunny Xiao2021-11-283-11/+10
* Fix value of User.IsRestricted to default setting when oauth2 user auto regis...Galen Suen2021-11-281-7/+8
* Move user related model into models/user (#17781)Lunny Xiao2021-11-2410-127/+129
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-225-31/+47
* Support pagination of organizations on user settings pages (#16083)Lunny Xiao2021-11-222-4/+29
* Reset locale on login (#17734)zeripath2021-11-201-0/+4
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-192-9/+9
* Move user/org deletion to services (#17673)KN4CK3R2021-11-191-1/+2
* Move user follow and openid into models/user/ (#17613)Lunny Xiao2021-11-174-17/+19
* Multiple Escaping Improvements (#17551)zeripath2021-11-164-6/+5
* Move some functions into services/repository (#17660)Lunny Xiao2021-11-161-3/+3
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-2/+1
* Remove unnecassary calls to `filepath.Join` (#17608)Gusted2021-11-152-2/+2
* Correctly handle failed migrations (#17575)zeripath2021-11-131-0/+7
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-125-13/+14
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-114-17/+21
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-10/+11
* Allow U2F 2FA without TOTP (#11573)Kamil DomaƄski2021-11-082-25/+44
* Simplify Gothic to use our session store instead of creating a different stor...zeripath2021-11-031-1/+1
* Add appearance section in settings (#17433)qwerty2872021-10-272-36/+66
* Add groups scope/claim to OIDC/OAuth2 Provider (#17367)Nico Schieder2021-10-221-5/+50
* Fix dashboard repolist alignment and repolisting (#17355)zeripath2021-10-191-0/+6
* Add RSS/Atom feed support for user actions (#16002)65432021-10-162-38/+34
* Update documents for Gitea behind reverse proxy. Fix some small bugs (some UR...wxiaoguang2021-10-151-1/+2
* Frontend refactor: move Vue related code from `index.js` to `components` dir,...wxiaoguang2021-10-151-1/+4