| Commit message (Expand) | Author | Age | Files | Lines |
* | Put an edit file button on pull request files to allow a quick operation (#29... | Lunny Xiao | 2024-03-27 | 1 | -0/+19 |
* | Fix possible data race on tests (#30093) | Lunny Xiao | 2024-03-26 | 1 | -1/+0 |
* | Fix duplicate migrated milestones (#30102) | yp05327 | 2024-03-26 | 1 | -2/+1 |
* | Fix gitea doctor will remove repo-avatar files when execute command `storage-... | yp05327 | 2024-03-26 | 1 | -1/+1 |
* | Fix panic for `fixBrokenRepoUnits16961` (#30068) | yp05327 | 2024-03-26 | 1 | -0/+6 |
* | Fix Add/Remove WIP on pull request title failure (#29999) | Lunny Xiao | 2024-03-25 | 2 | -21/+20 |
* | Migrate margin and padding helpers to tailwind (#30043) | silverwind | 2024-03-24 | 3 | -4/+4 |
* | Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995) | Lunny Xiao | 2024-03-22 | 5 | -16/+10 |
* | Fix some pending problems (#29985) | wxiaoguang | 2024-03-22 | 2 | -8/+7 |
* | Fix bugs in rerunning jobs (#29955) | Zettat123 | 2024-03-22 | 2 | -0/+86 |
* | Refactor external URL detection (#29973) | wxiaoguang | 2024-03-22 | 1 | -0/+27 |
* | Performance improvements for pull request list page (#29900) | Lunny Xiao | 2024-03-21 | 2 | -4/+5 |
* | Refactor URL detection (#29960) | wxiaoguang | 2024-03-21 | 1 | -3/+3 |
* | Fix the bug that user may logout if he switch pages too fast (#29962) | Lunny Xiao | 2024-03-21 | 1 | -17/+9 |
* | Cancel previous runs of the same PR automatically (#29961) | Jason Song | 2024-03-21 | 3 | -11/+11 |
* | Fix loadOneBranch panic (#29938) | wxiaoguang | 2024-03-20 | 1 | -4/+6 |
* | Restore deleted branches when syncing (#29898) | Jason Song | 2024-03-20 | 1 | -2/+2 |
* | Fix invalid link of the commit status when ref is tag (#29752) | yp05327 | 2024-03-19 | 1 | -3/+13 |
* | Notify reviewers added via CODEOWNERS (#29842) | Jimmy Praet | 2024-03-19 | 4 | -24/+75 |
* | Fix missing error check of bufio.Scanner (#29882) | coldWater | 2024-03-19 | 2 | -0/+8 |
* | Upgrade Go 1.22 and upgrade dependency (#29869) | wxiaoguang | 2024-03-17 | 1 | -1/+0 |
* | fix telegram webhook (#29864) | Denys Konovalov | 2024-03-17 | 2 | -1/+12 |
* | Remove AddParamIfExist(AddParam) (#29841) | wxiaoguang | 2024-03-16 | 1 | -13/+9 |
* | Refactor AddParam to AddParamIfExist (#29834) | wxiaoguang | 2024-03-16 | 1 | -9/+8 |
* | Fix codeowner detected diff base branch to mergebase (#29783) | Lunny Xiao | 2024-03-15 | 3 | -2/+124 |
* | Unify search boxes (#29530) | Denys Konovalov | 2024-03-14 | 1 | -1/+1 |
* | add skip ci support for pull request title (#29774) | Denys Konovalov | 2024-03-14 | 1 | -3/+7 |
* | Add test for webhook (#29755) | wxiaoguang | 2024-03-14 | 1 | -49/+29 |
* | Fix possible NPE in ToPullReviewList (#29759) | Lunny Xiao | 2024-03-13 | 2 | -1/+53 |
* | Use relative links for commits, mentions, and issues in markdown (#29427) | KN4CK3R | 2024-03-13 | 2 | -2/+27 |
* | Add a warning for disallowed email domains (#29658) | Zettat123 | 2024-03-11 | 1 | -6/+2 |
* | Use repo object format name instead of detecting from git repository (#29702) | Lunny Xiao | 2024-03-10 | 3 | -9/+3 |
* | Fix broken webhooks (#29690) | Lunny Xiao | 2024-03-10 | 1 | -1/+6 |
* | Replace more gt- with tw- (#29678) | silverwind | 2024-03-08 | 1 | -1/+1 |
* | Fix commit_status problem when testing (#29672) | charles | 2024-03-08 | 1 | -1/+1 |
* | Add cache for branch divergence on branch list page (#29577) | Lunny Xiao | 2024-03-08 | 2 | -6/+54 |
* | Move get/set default branch from git package to gitrepo package to hide repop... | Lunny Xiao | 2024-03-08 | 9 | -44/+27 |
* | Make runs-on support variable expression (#29468) | sillyguodong | 2024-03-08 | 1 | -1/+12 |
* | Fixing the issue when status check per rule matches multiple actions (#29631) | charles | 2024-03-08 | 2 | -7/+76 |
* | Store webhook event in database (#29145) | oliverpool | 2024-03-07 | 22 | -1503/+1613 |
* | Use strict protocol check when redirect (#29642) | wxiaoguang | 2024-03-07 | 2 | -1/+48 |
* | Add download URL for executable files (#28260) | Earl Warren | 2024-03-06 | 1 | -1/+1 |
* | Cache repository default branch commit status to reduce query on commit statu... | Lunny Xiao | 2024-03-06 | 2 | -48/+135 |
* | Sync branches to DB immediately when handle git hook calling (#29493) | Jason Song | 2024-03-06 | 2 | -44/+82 |
* | Make wiki default branch name changable (#29603) | wxiaoguang | 2024-03-06 | 5 | -57/+123 |
* | A small refactor for agit implementation (#29614) | Lunny Xiao | 2024-03-06 | 1 | -40/+33 |
* | Add ac claim for old docker/build-push-action@v3 / current buildx gha cache (... | ChristopherHX | 2024-03-05 | 2 | -0/+34 |
* | Skip email domain check when admins edit user emails (#29609) | Zettat123 | 2024-03-05 | 2 | -6/+21 |
* | Add empty repo check in `DetectAndHandleSchedules` (#29606) | yp05327 | 2024-03-05 | 1 | -0/+4 |
* | Make "/user/login" page redirect if the current user has signed in (#29583) | wxiaoguang | 2024-03-05 | 1 | -1/+2 |