| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix 500 error viewing pull request when fork has pull requests disabled (#22... | John Olheiser | 2023-01-18 | 1 | -0/+3 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 1 | -2/+2 |
* | Prevent 500 is head repo does not have PullRequest unit in IsUserAllowedToUpd... | zeripath | 2022-08-18 | 1 | -0/+3 |
* | Move issues related files into models/issues (#19931) | Lunny Xiao | 2022-06-13 | 1 | -8/+9 |
* | Move access and repo permission to models/perm/access (#19350) | Lunny Xiao | 2022-05-11 | 1 | -2/+3 |
* | Move some helper files out of models (#19355) | Lunny Xiao | 2022-05-08 | 1 | -1/+2 |
* | PullService lock via pullID (#19520) | 6543 | 2022-05-04 | 1 | -0/+3 |
* | Use for a repo action one database transaction (#19576) | 6543 | 2022-05-03 | 1 | -2/+2 |
* | Add "Allow edits from maintainer" feature (#18002) | qwerty287 | 2022-04-28 | 1 | -0/+14 |
* | more context for models (#19511) | 6543 | 2022-04-28 | 1 | -6/+6 |
* | Add config option to disable "Update branch by rebase" (#18745) | Jimmy Praet | 2022-03-04 | 1 | -1/+7 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -1/+1 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -6/+7 |
* | Abort merge if head has been updated before pressing merge (#18032) | zeripath | 2021-12-20 | 1 | -1/+1 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -3/+4 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -2/+3 |
* | Add option to update pull request by `rebase` (#16125) | a1012112796 | 2021-08-31 | 1 | -15/+40 |
* | Add agit flow support in gitea (#14295) | a1012112796 | 2021-07-28 | 1 | -0/+9 |
* | Add checkbox to delete pull branch after successful merge (#16049) | Jimmy Praet | 2021-07-13 | 1 | -1/+3 |
* | IsUserAllowedToUpdate ignore igonre if user is nil (#14885) | 6543 | 2021-03-04 | 1 | -0/+3 |
* | Check Push permissions on IsUserAllowedToUpdate (#11448) | 6543 | 2020-05-16 | 1 | -0/+11 |
* | Prevent deadlock in pull_service.GetDiverging(pr) (#10905) | 6543 | 2020-04-01 | 1 | -47/+8 |
* | Only check for conflicts/merging if the PR has not been merged in the interim... | zeripath | 2020-02-10 | 1 | -1/+3 |
* | Add "Update Branch" button to Pull Requests (#9784) | 6543 | 2020-01-17 | 1 | -0/+125 |