aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/admin
Commit message (Expand)AuthorAgeFilesLines
...
* Allow admins to change user avatars (#17661)qwerty2872021-11-161-0/+31
* Multiple Escaping Improvements (#17551)zeripath2021-11-163-9/+11
* Move some functions into services/repository (#17660)Lunny Xiao2021-11-162-5/+4
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-6/+5
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-122-7/+8
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-112-5/+7
* Move oauth2 error to oauth2 service package (#17603)Lunny Xiao2021-11-111-2/+1
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-101-4/+4
* Refactor update checker to use AppState (#17387)wxiaoguang2021-10-211-2/+3
* Add simple update checker to Gitea (#17212)techknowlogick2021-10-161-0/+2
* Add user status filter to admin user management page (#16770)wxiaoguang2021-10-121-1/+22
* Allow LDAP Sources to provide Avatars (#16851)zeripath2021-09-261-0/+1
* Add SkipLocal2FA option to pam and smtp sources (#17078)zeripath2021-09-261-2/+4
* Move twofactor to models/login (#17143)Lunny Xiao2021-09-251-5/+5
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-245-57/+64
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-192-12/+13
* Make LDAP be able to skip local 2FA (#16954)zeripath2021-09-171-0/+1
* Add setting to OAuth handlers to skip local 2FA authentication (#16594)zeripath2021-09-101-0/+1
* Improve SMTP authentication and Fix user creation bugs (#16612)zeripath2021-08-111-1/+3
* Related refactors to ctx.FormX functions (#16567)65432021-08-111-3/+2
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-113-18/+18
* Add microsoft oauth2 providers (#16544)zeripath2021-08-051-13/+21
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-295-35/+35
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-2/+1
* Refactor: Move login out of models (#16199)zeripath2021-07-241-61/+62
* Fix activation of primary email addresses (#16385)Meano2021-07-131-2/+2
* Fix source typos (#16374)luzpaz2021-07-081-1/+1
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-2/+2
* Make allowed Visiblity modes configurable for Users (#16271)65432021-06-272-4/+2
* Add Visible modes function from Organisation to Users too (#16069)Sergey Dryabzhinsky2021-06-263-3/+91
* Refactor routers directory (#15800)Lunny Xiao2021-06-0911-0/+1981