summaryrefslogtreecommitdiffstats
path: root/routers/web/repo/pull.go
Commit message (Expand)AuthorAgeFilesLines
* Load EasyMDE/CodeMirror dynamically, remove RequireEasyMDE (#18069)wxiaoguang2022-01-051-2/+0
* Don't delete branch if other PRs with this branch are open (#18164)a10121127962022-01-031-0/+22
* Remove unused route "/tasks/trigger" (#18160)Gusted2022-01-031-39/+0
* Do not read or write git reference files directly (#18079)zeripath2021-12-231-2/+2
* Migrated Repository will show modifications when possible (#17191)99rgosse2021-12-231-1/+39
* Abort merge if head has been updated before pressing merge (#18032)zeripath2021-12-201-1/+6
* Refactor HTTP request context (#17979)wxiaoguang2021-12-151-6/+6
* Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty2872021-12-151-3/+3
* Some repository refactors (#17950)Lunny Xiao2021-12-121-5/+5
* Clean legacy SimpleMDE code (#17926)wxiaoguang2021-12-101-2/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-14/+15
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-1/+1
* Allow forks to org if you can create repos (#17783)qwerty2872021-11-251-6/+6
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-7/+8
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-9/+9
* Allow Loading of Diffs that are too large (#17739)zeripath2021-11-221-4/+18
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-1/+1
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-36/+36
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-4/+5
* Add buttons to allow loading of incomplete diffs (#16829)zeripath2021-10-151-4/+4
* Fix stange behavior of DownloadPullDiffOrPatch in incorect index (#17223)pricly-yellow2021-10-051-17/+4
* Prevent NPE on invalid diff (#17197)zeripath2021-09-301-1/+1
* Don't return binary file changes in raw PR diffs by default (#17158)Norwin2021-09-271-1/+2
* Support direct comparison (git diff a..b) as well merge comparison (a...b) (#...zeripath2021-09-271-14/+14
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-3/+4
* Ensure that rebase conflicts are handled in updates (#16952)zeripath2021-09-051-0/+15
* Add option to update pull request by `rebase` (#16125)a10121127962021-08-311-4/+6
* Fix git.Blob.DataAsync(): close pipe since we return a NopCloser (#16899)65432021-08-311-1/+5
* Repare and Improve GetDiffRangeWithWhitespaceBehavior (#16894)65432021-08-311-6/+2
* Refactor the fork service slightly to take ForkRepoOptions (#16744)Kyle Evans2021-08-281-1/+5
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-2/+2
* Replace `list.List` with slices (#16311)KN4CK3R2021-08-091-12/+8
* Show correct text when comparing commits on empty pull request (#16569)Marty2021-07-291-0/+4
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-4/+4
* Add agit flow support in gitea (#14295)a10121127962021-07-281-2/+10
* Handle too long PR titles correctly (#16517)zeripath2021-07-251-0/+12
* Add checkbox to delete pull branch after successful merge (#16049)Jimmy Praet2021-07-131-11/+48
* Add attachments for PR reviews (#16075)KN4CK3R2021-06-141-0/+4
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+1341