aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/admin
Commit message (Expand)AuthorAgeFilesLines
* Respect DefaultUserIsRestricted system default when creating new user (#19310)Jimmy Praet2022-04-291-2/+6
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-1/+3
* Package registry changes (#19305)KN4CK3R2022-04-061-3/+3
* Add Goroutine stack inspector to admin/monitor (#19207)zeripath2022-03-311-5/+27
* Add Package Registry (#16510)KN4CK3R2022-03-302-0/+100
* Only send webhook events to active system webhooks and only deliver to active...zeripath2022-03-281-1/+2
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-232-7/+7
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-228-20/+20
* Restrict email address validation (#17688)Lunny Xiao2022-03-141-1/+5
* Prevent 500 when there is an error during new auth source post (#19041)zeripath2022-03-101-5/+2
* Fix wrong scopes caused by empty scope input (#19029)wxiaoguang2022-03-081-1/+13
* Refactor admin user filter query parameters (#18965)wxiaoguang2022-03-021-1/+8
* Accounts with WebAuthn only (no TOTP) now exist ... fix code to handle that c...65432022-03-021-10/+25
* Add LDAP group sync to Teams, fixes #1395 (#16299)Sven Seeberg2022-02-111-0/+2
* Fix OAuth Source Edit Page (#18495)zeripath2022-01-311-0/+3
* Pause queues (#15928)zeripath2022-01-221-0/+24
* format with gofumpt (#18184)65432022-01-204-7/+3
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-1/+1
* Refactor auth package (#17962)Lunny Xiao2022-01-022-66/+66
* Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along wi...zeripath2021-12-141-1/+5
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-3/+4
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-3/+3
* Move more model into models/user (#17826)Lunny Xiao2021-11-281-12/+11
* Fix database inconsistent when admin change user email (#17549)Lunny Xiao2021-11-251-1/+9
* Move user related model into models/user (#17781)Lunny Xiao2021-11-244-36/+37
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-6/+6
* Move user/org deletion to services (#17673)KN4CK3R2021-11-191-1/+2
* Move user functions into user.go (#17659)Lunny Xiao2021-11-181-5/+5
* 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