aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/user
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't panic if we fail to parse U2FRegistration data (#17304)David Jimenez2021-10-141-1/+1
* AutoRegistration is supposed to be working with disabled registration (#17219)Viktor Kuzmin2021-10-111-1/+1
* Avatar refactor, move avatar code from `models` to `models.avatars`, remove d...wxiaoguang2021-10-061-67/+17
* Fix wrong i18n keys (#17150)Lunny Xiao2021-09-252-5/+5
* Move twofactor to models/login (#17143)Lunny Xiao2021-09-254-43/+43
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-2410-51/+62
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-222-5/+4
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-196-14/+17
* Notifications API: respond with updated notifications (#17064)Norwin2021-09-171-1/+1
* Make LDAP be able to skip local 2FA (#16954)zeripath2021-09-173-4/+14
* Add setting to OAuth handlers to skip local 2FA authentication (#16594)zeripath2021-09-101-8/+12
* Add Cache-Control to avatar redirects (#16973)silverwind2021-09-061-3/+9
* Correctly return the number of Repositories for Organizations (#16807)zeripath2021-09-011-1/+1
* In Render tolerate not being passed a context (#16842)zeripath2021-08-282-0/+2
* Decoupled code from DefaultSigningKey (#16743)KN4CK3R2021-08-272-18/+18
* Add EdDSA JWT signing algorithm (#16786)Aliaksandr Mianzhynski2021-08-252-2/+2
* Added introspection endpoint. (#16752)KN4CK3R2021-08-201-55/+43
* Fix wrong user in OpenID response (#16736)KN4CK3R2021-08-192-10/+85
* Related refactors to ctx.FormX functions (#16567)65432021-08-114-9/+7
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-119-50/+50