| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add default commit messages to PR for squash merge (#20618) | Tyrone Yeh | 2022-08-03 | 1 | -0/+2 |
* | Fix various typos (#20338) | luzpaz | 2022-07-12 | 1 | -1/+1 |
* | Move issues related files into models/issues (#19931) | Lunny Xiao | 2022-06-13 | 1 | -32/+33 |
* | Move some code into models/git (#19879) | Lunny Xiao | 2022-06-12 | 1 | -7/+8 |
* | Auto merge pull requests when all checks succeeded via WebUI (#19648) | 6543 | 2022-06-11 | 1 | -0/+38 |
* | Move some repository related code into sub package (#19711) | Lunny Xiao | 2022-06-06 | 1 | -1/+1 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 1 | -6/+6 |
* | Move access and repo permission to models/perm/access (#19350) | Lunny Xiao | 2022-05-11 | 1 | -2/+3 |
* | Allow custom default merge message with .gitea/default_merge_message/<merge_s... | Lunny Xiao | 2022-05-08 | 1 | -5/+14 |
* | Allow to mark files in a PR as viewed (#19007) | delvh | 2022-05-07 | 1 | -12/+25 |
* | Improve reviewing PR UX (#19612) | Gusted | 2022-05-07 | 1 | -1/+17 |
* | Remove `RequireHighlightJS` field, update plantuml example. (#19615) | wxiaoguang | 2022-05-05 | 1 | -2/+0 |
* | Use for a repo action one database transaction (#19576) | 6543 | 2022-05-03 | 1 | -19/+12 |
* | Add "Allow edits from maintainer" feature (#18002) | qwerty287 | 2022-04-28 | 1 | -8/+37 |
* | more context for models (#19511) | 6543 | 2022-04-28 | 1 | -11/+11 |
* | Move milestone to models/issues/ (#19278) | Lunny Xiao | 2022-04-08 | 1 | -1/+1 |
* | Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) | wxiaoguang | 2022-04-01 | 1 | -1/+1 |
* | Move checks for pulls before merge into own function (#19271) | 6543 | 2022-03-31 | 1 | -88/+44 |
* | Make git.OpenRepository accept Context (#19260) | 6543 | 2022-03-30 | 1 | -6/+6 |
* | Move organization related structs into sub package (#18518) | Lunny Xiao | 2022-03-29 | 1 | -3/+4 |
* | Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo... | wxiaoguang | 2022-03-22 | 1 | -2/+2 |
* | Renamed ctx.User to ctx.Doer. (#19161) | KN4CK3R | 2022-03-22 | 1 | -30/+30 |
* | Always set PullRequestWorkInProgressPrefixes in PrepareViewPullInfo (#18713) | zeripath | 2022-02-11 | 1 | -2/+2 |
* | Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552) | 6543 | 2022-02-06 | 1 | -1/+1 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -13/+10 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -17/+23 |
* | Use indirect comparison when showing pull requests (#18313) | zeripath | 2022-01-18 | 1 | -3/+3 |
* | Load EasyMDE/CodeMirror dynamically, remove RequireEasyMDE (#18069) | wxiaoguang | 2022-01-05 | 1 | -2/+0 |
* | Don't delete branch if other PRs with this branch are open (#18164) | a1012112796 | 2022-01-03 | 1 | -0/+22 |
* | Remove unused route "/tasks/trigger" (#18160) | Gusted | 2022-01-03 | 1 | -39/+0 |
* | Do not read or write git reference files directly (#18079) | zeripath | 2021-12-23 | 1 | -2/+2 |
* | Migrated Repository will show modifications when possible (#17191) | 99rgosse | 2021-12-23 | 1 | -1/+39 |
* | Abort merge if head has been updated before pressing merge (#18032) | zeripath | 2021-12-20 | 1 | -1/+6 |
* | Refactor HTTP request context (#17979) | wxiaoguang | 2021-12-15 | 1 | -6/+6 |
* | Add missing `X-Total-Count` and fix some related bugs (#17968) | qwerty287 | 2021-12-15 | 1 | -3/+3 |
* | Some repository refactors (#17950) | Lunny Xiao | 2021-12-12 | 1 | -5/+5 |
* | Clean legacy SimpleMDE code (#17926) | wxiaoguang | 2021-12-10 | 1 | -2/+2 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -14/+15 |
* | Make Requests Processes and create process hierarchy. Associate OpenRepositor... | zeripath | 2021-11-30 | 1 | -1/+1 |
* | Allow forks to org if you can create repos (#17783) | qwerty287 | 2021-11-25 | 1 | -6/+6 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -7/+8 |
* | Remove unnecessary attributes of User struct (#17745) | Lunny Xiao | 2021-11-22 | 1 | -9/+9 |
* | Allow Loading of Diffs that are too large (#17739) | zeripath | 2021-11-22 | 1 | -4/+18 |
* | Use a standalone struct name for Organization (#17632) | Lunny Xiao | 2021-11-19 | 1 | -1/+1 |
* | Multiple Escaping Improvements (#17551) | zeripath | 2021-11-16 | 1 | -36/+36 |
* | Move unit into models/unit/ (#17576) | Lunny Xiao | 2021-11-09 | 1 | -4/+5 |
* | Add buttons to allow loading of incomplete diffs (#16829) | zeripath | 2021-10-15 | 1 | -4/+4 |
* | Fix stange behavior of DownloadPullDiffOrPatch in incorect index (#17223) | pricly-yellow | 2021-10-05 | 1 | -17/+4 |
* | Prevent NPE on invalid diff (#17197) | zeripath | 2021-09-30 | 1 | -1/+1 |
* | Don't return binary file changes in raw PR diffs by default (#17158) | Norwin | 2021-09-27 | 1 | -1/+2 |