aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/compare.go
Commit message (Expand)AuthorAgeFilesLines
* format with gofumpt (#18184)65432022-01-201-4/+5
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-7/+8
* Load EasyMDE/CodeMirror dynamically, remove RequireEasyMDE (#18069)wxiaoguang2022-01-051-1/+0
* Improve interface when comparing a branch which has created a pull request (#...Lunny Xiao2021-12-241-0/+4
* Simplify parameter types (#18006)Gusted2021-12-201-3/+3
* Support open compare page directly (#17975)Lunny Xiao2021-12-171-14/+12
* Prevent hang in git cat-file if repository is not a valid repository and othe...zeripath2021-12-161-1/+1
* Some repository refactors (#17950)Lunny Xiao2021-12-121-3/+3
* Clean legacy SimpleMDE code (#17926)wxiaoguang2021-12-101-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-10/+12
* Improve checkBranchName (#17901)zeripath2021-12-081-2/+2
* Allow default branch to be inferred on compare page (#17908)John Olheiser2021-12-061-3/+9
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-4/+5
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-4/+6
* Allow Loading of Diffs that are too large (#17739)zeripath2021-11-221-3/+17
* Remove unused `user` paramater (#17723)Gusted2021-11-191-3/+3
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-14/+19
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-6/+7
* Properly determine CSV delimiter (#17459)Richard Mahn2021-10-301-4/+5
* Fix CSV render error (#17406)KN4CK3R2021-10-251-8/+15
* Add buttons to allow loading of incomplete diffs (#16829)zeripath2021-10-151-32/+41
* Prevent NPE on invalid diff (#17197)zeripath2021-09-301-1/+1
* Support direct comparison (git diff a..b) as well merge comparison (a...b) (#...zeripath2021-09-271-101/+131
* Add skip and limit to git.GetTags (#16897)65432021-09-101-3/+3
* Fix git.Blob.DataAsync(): close pipe since we return a NopCloser (#16899)65432021-08-311-1/+0
* Repare and Improve GetDiffRangeWithWhitespaceBehavior (#16894)65432021-08-311-2/+6
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-3/+3
* Replace `list.List` with slices (#16311)KN4CK3R2021-08-091-8/+6
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-9/+9
* Add agit flow support in gitea (#14295)a10121127962021-07-281-1/+1
* Handle too long PR titles correctly (#16517)zeripath2021-07-251-0/+13
* Fix diff expansion is missing final line in a file (#16222)KN4CK3R2021-06-241-1/+5
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+787