| Commit message (Expand) | Author | Age | Files | Lines |
* | Set disable_gravatar/enable_federated_avatar when offline mode is true (#2247... | Jason Song | 2023-01-18 | 1 | -0/+27 |
* | Revert unrelated changes for SMTP auth (#21767) (#21768) | wxiaoguang | 2022-11-10 | 1 | -1/+1 |
* | Fix dashboard ignored system setting cache (#21621) (#21759) | Lunny Xiao | 2022-11-10 | 1 | -2/+5 |
* | Add system setting table with cache and also add cache supports for user sett... | Lunny Xiao | 2022-10-17 | 3 | -174/+222 |
* | Support instance-wide OAuth2 applications (#21335) | qwerty287 | 2022-10-12 | 1 | -0/+93 |
* | Redirect if user does not exist (#20981) | KN4CK3R | 2022-08-29 | 1 | -1/+5 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 2 | -5/+5 |
* | auth/reverseproxy: Add support for full name (#20776) | Will Norris | 2022-08-16 | 1 | -0/+1 |
* | Refactor AssertExistsAndLoadBean to use generics (#20797) | Lunny Xiao | 2022-08-16 | 1 | -5/+5 |
* | Rework mailer settings (#18982) | Clar Fon | 2022-08-02 | 1 | -1/+1 |
* | Hide internal package versions (#20492) | KN4CK3R | 2022-07-27 | 1 | -3/+5 |
* | Add option to purge users (#18064) | zeripath | 2022-07-14 | 1 | -16/+6 |
* | Make better use of i18n (#20096) | Gusted | 2022-06-26 | 1 | -1/+2 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 1 | -1/+1 |
* | Refactor git module, make Gitea use internal git config (#19732) | wxiaoguang | 2022-06-10 | 1 | -3/+2 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 4 | -9/+9 |
* | Fix oauth setting list bug (#19682) | Lunny Xiao | 2022-05-11 | 1 | -1/+1 |
* | Update go tool dependencies (#19676) | silverwind | 2022-05-10 | 1 | -1/+2 |
* | Admin should not delete himself (#19423) | Lunny Xiao | 2022-05-08 | 1 | -0/+9 |
* | 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 |