| Commit message (Expand) | Author | Age | Files | Lines |
* | Make SSPI auth mockable (#27036) | wxiaoguang | 2023-09-17 | 3 | -30/+5 |
* | Search branches (#27055) | Lunny Xiao | 2023-09-17 | 1 | -1/+4 |
* | Support `.git-blame-ignore-revs` file (#26395) | KN4CK3R | 2023-09-16 | 1 | -22/+69 |
* | Add `RemoteAddress` to mirrors (#26952) | KN4CK3R | 2023-09-16 | 2 | -15/+20 |
* | Next round of `db.DefaultContext` refactor (#27089) | JakobDev | 2023-09-16 | 27 | -73/+73 |
* | Fix NPE when editing OAuth2 applications (#27078) | JakobDev | 2023-09-16 | 1 | -3/+3 |
* | More refactoring of `db.DefaultContext` (#27083) | JakobDev | 2023-09-15 | 23 | -56/+57 |
* | Reduce usage of `db.DefaultContext` (#27073) | JakobDev | 2023-09-14 | 25 | -63/+63 |
* | Fix issue templates when blank isses are disabled (#27061) | JakobDev | 2023-09-14 | 2 | -11/+14 |
* | Display all user types and org types on admin management UI (#27050) | Lunny Xiao | 2023-09-14 | 2 | -2/+4 |
* | Show the repo count in code tab on both user profile and org page. (#27048) | puni9869 | 2023-09-13 | 1 | -0/+5 |
* | Show OpenID Connect and OAuth on signup page (#20242) | Dmitry Sharshakov | 2023-09-13 | 1 | -0/+18 |
* | Update status and code index after changing the default branch (#27018) | Nanguan Lin | 2023-09-13 | 2 | -50/+64 |
* | resolve issue with sort icons on admin/users and admin/runners (#24360) | jladbrook | 2023-09-12 | 1 | -0/+1 |
* | Extract auth middleware from service (#27028) | KN4CK3R | 2023-09-12 | 1 | -9/+114 |
* | Fix context cache bug & enable context cache for dashabord commits' authors (... | Lunny Xiao | 2023-09-11 | 2 | -4/+11 |
* | Move some functions to service layer (#26969) | Lunny Xiao | 2023-09-08 | 1 | -2/+1 |
* | move repository deletion to service layer (#26948) | Lunny Xiao | 2023-09-08 | 3 | -7/+9 |
* | Improve hint when uploading a too large avatar (#26935) | Lunny Xiao | 2023-09-07 | 2 | -2/+2 |
* | Replace `util.SliceXxx` with `slices.Xxx` (#26958) | CaiCandong | 2023-09-07 | 4 | -6/+10 |
* | Fix the missing repo count (#26942) | Nanguan Lin | 2023-09-07 | 1 | -0/+12 |
* | Move createrepository from module to service layer (#26927) | Lunny Xiao | 2023-09-06 | 3 | -5/+3 |
* | allow "latest" to be used in release vTag when downloading file (#26748) | merlleu | 2023-09-06 | 1 | -4/+17 |
* | Show always repo count in header (#26842) | JakobDev | 2023-09-06 | 7 | -0/+90 |
* | Artifacts retention and auto clean up (#26131) | FuXiaoHei | 2023-09-06 | 1 | -4/+10 |
* | Fix the display of org level badges (#26504) | yp05327 | 2023-09-06 | 7 | -7/+0 |
* | Move notification interface to services layer (#26915) | Lunny Xiao | 2023-09-05 | 2 | -6/+6 |
* | fetch emails of currently displayed user on admin page (#26918) | techknowlogick | 2023-09-05 | 1 | -1/+1 |
* | Refactor secrets modification logic (#26873) | KN4CK3R | 2023-09-05 | 2 | -23/+10 |
* | Add more descriptive error on forgot password page (#26848) | Jack Hay | 2023-09-01 | 1 | -3/+4 |
* | Move web/api context related testing function into a separate package (#26859) | wxiaoguang | 2023-09-01 | 10 | -122/+123 |
* | Update team invitation email link (#26550) | Jack Hay | 2023-08-31 | 1 | -0/+11 |
* | Redirect from `{repo}/issues/new` to `{repo}/issues/new/choose` when blank is... | JakobDev | 2023-08-31 | 1 | -1/+9 |
* | User details page (#26713) | Denys Konovalov | 2023-08-31 | 2 | -1/+60 |
* | Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804) | KN4CK3R | 2023-08-30 | 1 | -5/+2 |
* | Fix context filter has no effect in dashboard (#26695) | yp05327 | 2023-08-29 | 1 | -2/+2 |
* | Fix being unable to use a repo that prohibits accepting PRs as a PR source. (... | CaiCandong | 2023-08-29 | 1 | -1/+1 |
* | Use docs.gitea.com instead of docs.gitea.io (#26739) | Lunny Xiao | 2023-08-27 | 1 | -1/+1 |
* | Move `modules/mirror` to `services` (#26737) | Chongyi Zheng | 2023-08-27 | 1 | -4/+3 |
* | Make web context initialize correctly for different cases (#26726) | wxiaoguang | 2023-08-25 | 6 | -15/+13 |
* | Add `member`, `collaborator`, `contributor`, and `first-time contributor` rol... | yp05327 | 2023-08-24 | 1 | -23/+46 |
* | Remove ref name in PR commits page (#25876) | yp05327 | 2023-08-24 | 1 | -4/+1 |
* | Make "link-action" backend code respond correct JSON content (#26680) | wxiaoguang | 2023-08-23 | 4 | -4/+4 |
* | Fix counting and filtering on the dashboard page for issues (#26657) | Jason Song | 2023-08-23 | 1 | -88/+107 |
* | Check disabled workflow when rerun jobs (#26535) | yp05327 | 2023-08-22 | 2 | -14/+18 |
* | Add link to job details and tooltip to commit status in repo list in dashboar... | yp05327 | 2023-08-21 | 1 | -1/+4 |
* | fix reopen logic for agit flow pull request (#26399) | a1012112796 | 2023-08-19 | 1 | -41/+43 |
* | Return empty when searching issues with no repos (#26545) | Jason Song | 2023-08-17 | 2 | -5/+19 |
* | Fix label filter between `all` and `no` (#26557) | CaiCandong | 2023-08-17 | 1 | -1/+2 |
* | Fix "issueReposQueryPattern does not match query" (#26556) | Jason Song | 2023-08-17 | 1 | -1/+1 |