summaryrefslogtreecommitdiffstats
path: root/routers/web/user
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add microsoft oauth2 providers (#16544)zeripath2021-08-051-4/+13
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-2914-75/+75
* Add agit flow support in gitea (#14295)a10121127962021-07-281-0/+9
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-243-6/+4
* switch to maintained lib (#16532)techknowlogick2021-07-241-1/+1
* Refactor: Move login out of models (#16199)zeripath2021-07-245-22/+25
* Update notification table with only latest data (#16445)zeripath2021-07-171-0/+2
* add configuration option to restrict users by default (#16256)Richard Nienaber2021-07-151-4/+5
* Fix activation of primary email addresses (#16385)Meano2021-07-132-25/+32