| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix wrong review requested number (#26784) | Nanguan Lin | 2023-09-03 | 1 | -6/+15 |
* | Check blocklist for emails when adding them to account (#26812) | techknowlogick | 2023-08-30 | 1 | -1/+12 |
* | Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804) | KN4CK3R | 2023-08-30 | 1 | -3/+3 |
* | Fix verifyCommits error when push a new branch (#26664) | CaiCandong | 2023-08-30 | 3 | -4/+34 |
* | feat(API): add route and implementation for creating/updating repository secr... | Bo-Yi Wu | 2023-08-29 | 1 | -0/+28 |
* | Replace deprecated `elliptic.Marshal` (#26800) | Chongyi Zheng | 2023-08-29 | 1 | -2/+5 |
* | Move `modules/mirror` to `services` (#26737) | Chongyi Zheng | 2023-08-27 | 1 | -1/+1 |
* | add Upload URL to release API (#26663) | Earl Warren | 2023-08-24 | 1 | -0/+5 |
* | Add `member`, `collaborator`, `contributor`, and `first-time contributor` rol... | yp05327 | 2023-08-24 | 2 | -27/+33 |
* | chore(actions): support cron schedule task (#26655) | Lunny Xiao | 2023-08-24 | 7 | -0/+419 |
* | feat(API): update and delete secret for managing organization secrets (#26660) | Bo-Yi Wu | 2023-08-24 | 1 | -0/+67 |
* | Fix archived unix time when archiving the label (#26681) | puni9869 | 2023-08-23 | 1 | -3/+4 |
* | Fix counting and filtering on the dashboard page for issues (#26657) | Jason Song | 2023-08-23 | 1 | -13/+23 |
* | [Refactor] getIssueStatsChunk to move inner function into own one (#26671) | 6543 | 2023-08-22 | 1 | -48/+49 |
* | Add optimistic lock to ActionRun table (#26563) | Jason Song | 2023-08-21 | 5 | -25/+53 |
* | Add link to job details and tooltip to commit status in repo list in dashboar... | yp05327 | 2023-08-21 | 1 | -0/+6 |
* | Ignore the trailing slashes when comparing oauth2 redirect_uri (#26597) | wxiaoguang | 2023-08-21 | 2 | -2/+23 |
* | Fix project filter bugs (#26490) | CaiCandong | 2023-08-15 | 2 | -10/+14 |
* | Add API route to list org secrets (#26485) | Bo-Yi Wu | 2023-08-15 | 1 | -0/+5 |
* | add disable workflow feature (#26413) | a1012112796 | 2023-08-14 | 3 | -1/+81 |
* | Allow to archive labels (#26478) | puni9869 | 2023-08-14 | 5 | -6/+52 |
* | Fix NuGet search endpoints (#25613) | KN4CK3R | 2023-08-14 | 3 | -5/+91 |
* | Rename `Sync2` -> `Sync` (#26479) | delvh | 2023-08-13 | 118 | -180/+180 |
* | Fix stderr usages (#26477) | wxiaoguang | 2023-08-13 | 1 | -3/+1 |
* | Refactor project templates (#26448) | Denys Konovalov | 2023-08-12 | 1 | -0/+5 |
* | Count only visible repos on profile (#25928) | JakobDev | 2023-08-11 | 2 | -102/+132 |
* | Always show usernames in reaction tooltips (#26444) | Panagiotis "Ivory" Vasilopoulos | 2023-08-10 | 2 | -2/+2 |
* | Add transaction when creating pull request created dirty data (#26259) | Lunny Xiao | 2023-08-10 | 3 | -15/+14 |
* | Pre-register OAuth2 applications for git credential helpers (#26291) | Denys Konovalov | 2023-08-09 | 1 | -0/+91 |
* | fix generated source URL on rendered files (#26364) | Earl Warren | 2023-08-08 | 1 | -0/+12 |
* | Use more `IssueList` instead of `[]*Issue` (#26369) | Lunny Xiao | 2023-08-07 | 3 | -6/+6 |
* | Bypass MariaDB performance bug of the "IN" sub-query, fix incorrect IssueInde... | wxiaoguang | 2023-08-07 | 2 | -8/+58 |
* | Fix log typo in task.go (#26337) | cassiozareck | 2023-08-05 | 1 | -1/+1 |
* | Fix bug with sqlite load read (#26305) | Lunny Xiao | 2023-08-05 | 4 | -10/+25 |
* | Delete `issue_service.CreateComment` (#26298) | caicandong | 2023-08-04 | 1 | -1/+9 |
* | Use yellow if an approved review is stale (#26312) | sebastian-sauer | 2023-08-04 | 1 | -0/+3 |
* | Fix the topic validation rule and suport dots (#26286) | wxiaoguang | 2023-08-03 | 2 | -1/+3 |
* | Allow editing push mirrors after creation (#26151) | puni9869 | 2023-08-01 | 1 | -0/+6 |
* | Some fixes of the prompt of new branches (#26257) | Zettat123 | 2023-08-01 | 1 | -2/+2 |
* | Refactor and enhance issue indexer to support both searching, filtering and p... | Jason Song | 2023-07-31 | 7 | -78/+131 |
* | Fix pull request check list is limited (#26179) | caicandong | 2023-07-31 | 1 | -3/+3 |
* | Fix API leaking Usermail if not logged in (#25097) | JakobDev | 2023-07-31 | 1 | -1/+6 |
* | Fix typo in metadata (#26207) | KN4CK3R | 2023-07-30 | 2 | -0/+28 |
* | Fix access check for org-level project (#26182) | Zettat123 | 2023-07-29 | 1 | -0/+6 |
* | Add commits dropdown in PR files view and allow commit by commit review (#25528) | sebastian-sauer | 2023-07-28 | 8 | -6/+97 |
* | Prevent primary key update on migration (#26192) | KN4CK3R | 2023-07-28 | 1 | -1/+1 |
* | Release attachments duplicated check (#26176) | Lunny Xiao | 2023-07-27 | 1 | -15/+14 |
* | Fix bugs in LFS meta garbage collection (#26122) | Zettat123 | 2023-07-26 | 1 | -5/+4 |
* | Only show newly pushed branches message in the same repository (#26148) | Zettat123 | 2023-07-26 | 1 | -0/+1 |
* | Remove "misc" scope check from public API endpoints (#26134) | wxiaoguang | 2023-07-26 | 1 | -1/+1 |