| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix schedule actions still running even if workflow disalbed (#26939) | Lunny Xiao | 2023-09-07 | 1 | -0/+10 |
* | Move createrepository from module to service layer (#26927) | Lunny Xiao | 2023-09-06 | 7 | -9/+473 |
* | Artifacts retention and auto clean up (#26131) | FuXiaoHei | 2023-09-06 | 2 | -0/+60 |
* | Fix the display of org level badges (#26504) | yp05327 | 2023-09-06 | 1 | -0/+1 |
* | Move notification interface to services layer (#26915) | Lunny Xiao | 2023-09-05 | 38 | -306/+945 |
* | Improve LDAP group config documentation, fixes #21159 (#21227) | Sven Seeberg | 2023-09-05 | 1 | -4/+5 |
* | Remove `Named` interface (#26913) | KN4CK3R | 2023-09-05 | 8 | -21/+4 |
* | Refactor secrets modification logic (#26873) | KN4CK3R | 2023-09-05 | 2 | -0/+108 |
* | Move feed notification service layer (#26908) | Lunny Xiao | 2023-09-05 | 3 | -2/+514 |
* | Move ui notification to service layer (#26907) | Lunny Xiao | 2023-09-05 | 1 | -0/+262 |
* | Move indexer notification to service layer (#26906) | Lunny Xiao | 2023-09-05 | 2 | -0/+143 |
* | Move mail notification logic to service layer (#26905) | Lunny Xiao | 2023-09-05 | 2 | -0/+206 |
* | Use Go 1.21 and update dependencies (#26878) | wxiaoguang | 2023-09-03 | 1 | -3/+1 |
* | Move web/api context related testing function into a separate package (#26859) | wxiaoguang | 2023-09-01 | 6 | -64/+64 |
* | Update team invitation email link (#26550) | Jack Hay | 2023-08-31 | 2 | -2/+21 |
* | Sync tags when adopting repos (#26816) | Zettat123 | 2023-08-31 | 1 | -0/+4 |
* | Check blocklist for emails when adding them to account (#26812) | techknowlogick | 2023-08-30 | 1 | -26/+3 |
* | Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804) | KN4CK3R | 2023-08-30 | 2 | -6/+7 |
* | Fix some slice append usages (#26778) | Chongyi Zheng | 2023-08-29 | 1 | -3/+3 |
* | Reduce some allocations in type conversion (#26772) | Chongyi Zheng | 2023-08-29 | 2 | -3/+3 |
* | Add auth-required to config.json for Cargo http registry (#26729) | merlleu | 2023-08-28 | 1 | -6/+9 |
* | Fix bug for ctx usage (#26762) | Lunny Xiao | 2023-08-28 | 1 | -2/+2 |
* | Move `modules/mirror` to `services` (#26737) | Chongyi Zheng | 2023-08-27 | 4 | -11/+124 |
* | Make web context initialize correctly for different cases (#26726) | wxiaoguang | 2023-08-25 | 1 | -1/+2 |
* | add Upload URL to release API (#26663) | Earl Warren | 2023-08-24 | 2 | -0/+29 |
* | chore(actions): support cron schedule task (#26655) | Lunny Xiao | 2023-08-24 | 3 | -4/+253 |
* | Modify the content format of the Feishu webhook (#25106) | 谈笑风生间 | 2023-08-24 | 4 | -15/+111 |
* | feat: implement organization secret creation API (#26566) | Bo-Yi Wu | 2023-08-22 | 1 | -0/+18 |
* | Add `branch_filter` to hooks API endpoints (#26599) | Yarden Shoham | 2023-08-21 | 1 | -0/+1 |
* | Add link to job details and tooltip to commit status in repo list in dashboar... | yp05327 | 2023-08-21 | 1 | -2/+3 |
* | Support rebuilding issue indexer manually (#26546) | Jason Song | 2023-08-17 | 1 | -0/+12 |
* | Sync repo's IsEmpty status correctly (#26517) | wxiaoguang | 2023-08-17 | 1 | -1/+3 |
* | Use `object-fit: contain` for oauth2 custom icons (#26493) | wxiaoguang | 2023-08-14 | 1 | -1/+1 |
* | add disable workflow feature (#26413) | a1012112796 | 2023-08-14 | 1 | -0/+7 |
* | Handle base64 decoding correctly to avoid panic (#26483) | wxiaoguang | 2023-08-14 | 1 | -10/+1 |
* | Allow to archive labels (#26478) | puni9869 | 2023-08-14 | 2 | -0/+2 |
* | Add ThreadID parameter for Telegram webhooks (#25996) | Earl Warren | 2023-08-13 | 2 | -0/+2 |
* | Fix stderr usages (#26477) | wxiaoguang | 2023-08-13 | 1 | -3/+3 |
* | Add transaction when creating pull request created dirty data (#26259) | Lunny Xiao | 2023-08-10 | 4 | -74/+106 |
* | Add pull request review request webhook event (#26401) | Yarden Shoham | 2023-08-09 | 1 | -0/+4 |
* | Introduce ctx.PathParamRaw to avoid incorrect unescaping (#26392) | wxiaoguang | 2023-08-09 | 2 | -7/+13 |
* | Allow package cleanup from admin page (#25307) | KN4CK3R | 2023-08-08 | 2 | -5/+23 |
* | Bypass MariaDB performance bug of the "IN" sub-query, fix incorrect IssueInde... | wxiaoguang | 2023-08-07 | 1 | -1/+1 |
* | Display human-readable text instead of cryptic filemodes (#26352) | delvh | 2023-08-06 | 1 | -0/+17 |
* | Prevent newline errors with Debian packages (#26332) | KN4CK3R | 2023-08-05 | 1 | -1/+1 |
* | Fix the bug when getting files changed for `pull_request_target` event (#26320) | Zettat123 | 2023-08-05 | 1 | -2/+2 |
* | Delete `issue_service.CreateComment` (#26298) | caicandong | 2023-08-04 | 4 | -30/+8 |
* | Add `Retry` button when creating a mirror-repo fails (#26228) | Kerwin Bryant | 2023-08-04 | 1 | -0/+24 |
* | add unit test for user renaming (#26261) | Earl Warren | 2023-08-03 | 1 | -0/+64 |
* | add some Wiki unit tests (#26260) | Earl Warren | 2023-08-03 | 1 | -0/+12 |