| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix `View File` button link if branch deleted on pull request files pages (#3... | Giteabot | 2024-05-26 | 1 | -1/+1 |
* | Fix misspelling of mergable (#30896) (#30905) | Giteabot | 2024-05-08 | 1 | -2/+2 |
* | Fix various problems around projects board view (#30696) (#30902) | Giteabot | 2024-05-08 | 1 | -8/+6 |
* | Fix code search input for different views (#30678) | wxiaoguang | 2024-04-26 | 1 | -1/+0 |
* | Fix a panic bug when head repository deleting (#30674) | Lunny Xiao | 2024-04-24 | 1 | -13/+13 |
* | Enable more `revive` linter rules (#30608) | silverwind | 2024-04-22 | 1 | -3/+0 |
* | Put an edit file button on pull request files to allow a quick operation (#29... | Lunny Xiao | 2024-03-27 | 1 | -0/+26 |
* | Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995) | Lunny Xiao | 2024-03-22 | 1 | -3/+3 |
* | Move fork router functions to a standalone file (#29756) | Lunny Xiao | 2024-03-13 | 1 | -214/+0 |
* | Add user blocking (#29028) | KN4CK3R | 2024-03-04 | 1 | -3/+17 |
* | Make PR form use toast to show error message (#29545) | wxiaoguang | 2024-03-02 | 1 | -8/+7 |
* | Fix incorrect redirection when creating a PR fails (#29537) | wxiaoguang | 2024-03-02 | 1 | -1/+1 |
* | Use a predictiable fork URL to allow forking repositories without providing a... | wxiaoguang | 2024-03-01 | 1 | -1/+1 |
* | Move context from modules to services (#29440) | Lunny Xiao | 2024-02-27 | 1 | -2/+2 |
* | Add attachment support for code review comments (#29220) | Jimmy Praet | 2024-02-25 | 1 | -0/+13 |
* | Remove RenderEmojiPlain from template helper (#29375) | wxiaoguang | 2024-02-24 | 1 | -1/+2 |
* | Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329) | 6543 | 2024-02-23 | 1 | -1/+2 |
* | Fix error display when merging PRs (#29288) | Zettat123 | 2024-02-21 | 1 | -4/+4 |
* | Disallow merge when required checked are missing (#29143) | Markus Amshove | 2024-02-19 | 1 | -0/+30 |
* | Refactor locale&string&template related code (#29165) | wxiaoguang | 2024-02-14 | 1 | -2/+2 |
* | Simplify how git repositories are opened (#28937) | Lunny Xiao | 2024-01-27 | 1 | -8/+9 |
* | Retarget depending pulls when the parent branch is deleted (#28686) | Viktor Kuzmin | 2024-01-17 | 1 | -0/+6 |
* | Modernize merge button (#28140) | Earl Warren | 2024-01-15 | 1 | -24/+21 |
* | Assign pull request to project during creation (#28227) | Denys Konovalov | 2024-01-12 | 1 | -1/+12 |
* | Fix `status_check_contexts` matching bug (#28582) | Zettat123 | 2023-12-22 | 1 | -1/+9 |
* | Final round of `db.DefaultContext` refactor (#27587) | JakobDev | 2023-10-14 | 1 | -1/+1 |
* | Penultimate round of `db.DefaultContext` refactor (#27414) | JakobDev | 2023-10-11 | 1 | -3/+3 |
* | Even more `db.DefaultContext` refactor (#27352) | JakobDev | 2023-10-03 | 1 | -2/+2 |
* | More `db.DefaultContext` refactor (#27265) | JakobDev | 2023-09-29 | 1 | -2/+2 |
* | Add support for forking single branch (#25821) | Dmitry Sharshakov | 2023-09-29 | 1 | -3/+19 |
* | Next round of `db.DefaultContext` refactor (#27089) | JakobDev | 2023-09-16 | 1 | -4/+4 |
* | Reduce usage of `db.DefaultContext` (#27073) | JakobDev | 2023-09-14 | 1 | -4/+4 |
* | Move notification interface to services layer (#26915) | Lunny Xiao | 2023-09-05 | 1 | -2/+2 |
* | Make web context initialize correctly for different cases (#26726) | wxiaoguang | 2023-08-25 | 1 | -1/+1 |
* | Fix tooltip of commit select button (#26472) | silverwind | 2023-08-14 | 1 | -1/+0 |
* | Fix nil pointer dereference error when open link with invalid pull index (#2... | CaiCandong | 2023-08-07 | 1 | -27/+28 |
* | Add locale for deleted head branch (#26296) | yp05327 | 2023-08-03 | 1 | -2/+2 |
* | Fix pull request check list is limited (#26179) | caicandong | 2023-07-31 | 1 | -3/+3 |
* | Add commits dropdown in PR files view and allow commit by commit review (#25528) | sebastian-sauer | 2023-07-28 | 1 | -5/+111 |
* | Move web JSON functions to web context and simplify code (#26132) | wxiaoguang | 2023-07-26 | 1 | -3/+1 |
* | Add context parameter to some database functions (#26055) | Lunny Xiao | 2023-07-22 | 1 | -1/+1 |
* | Use frontend fetch for branch dropdown component (#25719) | HesterG | 2023-07-21 | 1 | -0/+10 |
* | Fix "Flash" message usage (#25895) | wxiaoguang | 2023-07-15 | 1 | -5/+2 |
* | Add error info if no user can fork the repo (#25820) | yp05327 | 2023-07-14 | 1 | -0/+6 |
* | Show edit title button on commits tab of PR, too (#25791) | sebastian-sauer | 2023-07-10 | 1 | -0/+3 |
* | Check `ctx.Written()` for `GetActionIssue` (#25698) | Jason Song | 2023-07-05 | 1 | -1/+1 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 1 | -14/+14 |
* | Support displaying diff stats in PR tab bar (#25387) | hiifong | 2023-07-03 | 1 | -4/+50 |
* | Sync branches into databases (#22743) | Lunny Xiao | 2023-06-29 | 1 | -1/+1 |
* | Show outdated comments in files changed tab (#24936) | sebastian-sauer | 2023-06-21 | 1 | -1/+1 |