| Commit message (Expand) | Author | Age | Files | Lines |
* | Respect DefaultUserIsRestricted system default when creating new user (#19310) | Jimmy Praet | 2022-04-29 | 1 | -2/+6 |
* | Use a struct as test options (#19393) | Lunny Xiao | 2022-04-14 | 1 | -1/+3 |
* | Package registry changes (#19305) | KN4CK3R | 2022-04-06 | 1 | -3/+3 |
* | Add Goroutine stack inspector to admin/monitor (#19207) | zeripath | 2022-03-31 | 1 | -5/+27 |
* | Add Package Registry (#16510) | KN4CK3R | 2022-03-30 | 2 | -0/+100 |
* | Only send webhook events to active system webhooks and only deliver to active... | zeripath | 2022-03-28 | 1 | -1/+2 |
* | Update HTTP status codes to modern codes (#18063) | KN4CK3R | 2022-03-23 | 2 | -7/+7 |
* | Renamed ctx.User to ctx.Doer. (#19161) | KN4CK3R | 2022-03-22 | 8 | -20/+20 |
* | Restrict email address validation (#17688) | Lunny Xiao | 2022-03-14 | 1 | -1/+5 |
* | Prevent 500 when there is an error during new auth source post (#19041) | zeripath | 2022-03-10 | 1 | -5/+2 |
* | Fix wrong scopes caused by empty scope input (#19029) | wxiaoguang | 2022-03-08 | 1 | -1/+13 |
* | Refactor admin user filter query parameters (#18965) | wxiaoguang | 2022-03-02 | 1 | -1/+8 |
* | Accounts with WebAuthn only (no TOTP) now exist ... fix code to handle that c... | 6543 | 2022-03-02 | 1 | -10/+25 |
* | Add LDAP group sync to Teams, fixes #1395 (#16299) | Sven Seeberg | 2022-02-11 | 1 | -0/+2 |
* | Fix OAuth Source Edit Page (#18495) | zeripath | 2022-01-31 | 1 | -0/+3 |
* | Pause queues (#15928) | zeripath | 2022-01-22 | 1 | -0/+24 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 4 | -7/+3 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -1/+1 |
* | Refactor auth package (#17962) | Lunny Xiao | 2022-01-02 | 2 | -66/+66 |
* | Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along wi... | zeripath | 2021-12-14 | 1 | -1/+5 |
* | Move keys to models/asymkey (#17917) | Lunny Xiao | 2021-12-10 | 1 | -1/+1 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -3/+4 |
* | Make Requests Processes and create process hierarchy. Associate OpenRepositor... | zeripath | 2021-11-30 | 1 | -3/+3 |
* | Move more model into models/user (#17826) | Lunny Xiao | 2021-11-28 | 1 | -12/+11 |
* | Fix database inconsistent when admin change user email (#17549) | Lunny Xiao | 2021-11-25 | 1 | -1/+9 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 4 | -36/+37 |
* | Remove unnecessary attributes of User struct (#17745) | Lunny Xiao | 2021-11-22 | 1 | -6/+6 |
* | Move user/org deletion to services (#17673) | KN4CK3R | 2021-11-19 | 1 | -1/+2 |
* | Move user functions into user.go (#17659) | Lunny Xiao | 2021-11-18 | 1 | -5/+5 |
* | Allow admins to change user avatars (#17661) | qwerty287 | 2021-11-16 | 1 | -0/+31 |
* | Multiple Escaping Improvements (#17551) | zeripath | 2021-11-16 | 3 | -9/+11 |
* | Move some functions into services/repository (#17660) | Lunny Xiao | 2021-11-16 | 2 | -5/+4 |
* | Decouple unit test, remove intermediate `unittestbridge` package (#17662) | wxiaoguang | 2021-11-16 | 1 | -6/+5 |
* | Decouple unit test code from business code (#17623) | wxiaoguang | 2021-11-12 | 2 | -7/+8 |
* | Move EmailAddress & UserRedirect into models/user/ (#17607) | Lunny Xiao | 2021-11-11 | 2 | -5/+7 |
* | Move oauth2 error to oauth2 service package (#17603) | Lunny Xiao | 2021-11-11 | 1 | -2/+1 |
* | Move webhook into models/webhook/ (#17579) | Lunny Xiao | 2021-11-10 | 1 | -4/+4 |
* | Refactor update checker to use AppState (#17387) | wxiaoguang | 2021-10-21 | 1 | -2/+3 |
* | Add simple update checker to Gitea (#17212) | techknowlogick | 2021-10-16 | 1 | -0/+2 |
* | Add user status filter to admin user management page (#16770) | wxiaoguang | 2021-10-12 | 1 | -1/+22 |
* | Allow LDAP Sources to provide Avatars (#16851) | zeripath | 2021-09-26 | 1 | -0/+1 |
* | Add SkipLocal2FA option to pam and smtp sources (#17078) | zeripath | 2021-09-26 | 1 | -2/+4 |
* | Move twofactor to models/login (#17143) | Lunny Xiao | 2021-09-25 | 1 | -5/+5 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 5 | -57/+64 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 2 | -12/+13 |
* | Make LDAP be able to skip local 2FA (#16954) | zeripath | 2021-09-17 | 1 | -0/+1 |
* | Add setting to OAuth handlers to skip local 2FA authentication (#16594) | zeripath | 2021-09-10 | 1 | -0/+1 |
* | Improve SMTP authentication and Fix user creation bugs (#16612) | zeripath | 2021-08-11 | 1 | -1/+3 |
* | Related refactors to ctx.FormX functions (#16567) | 6543 | 2021-08-11 | 1 | -3/+2 |
* | Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) | 6543 | 2021-08-11 | 3 | -18/+18 |