summaryrefslogtreecommitdiffstats
path: root/routers/repo/compare.go
Commit message (Expand)AuthorAgeFilesLines
* Restore detection of branches are equal on compare page (#14586)zeripath2021-02-161-24/+2
* Whitespace in commits (#14650)vnkmpf2021-02-131-5/+8
* [API] Add pagination to ListBranches (#14524)65432021-02-031-2/+2
* Fix label display on new issues (#13590)silverwind2020-11-171-0/+1
* Attachments: Add extension support, allow all types for releases (#12465)silverwind2020-10-051-1/+3
* Issue templates directory (#11450)John Olheiser2020-09-111-1/+1
* Fix typos (#12542)Gjergji Ramku2020-08-201-1/+1
* Syntax highlight expanded code blobs (#12223)mrsdizzie2020-07-121-1/+2
* Server-side syntax highlighting for all code (#12047)mrsdizzie2020-07-011-4/+0
* Handle more pathological branch and tag names (#11843)zeripath2020-06-111-1/+14
* Fix numbr of files, total additions, and deletions (#11614)zeripath2020-05-261-1/+1
* Check that the ctx.User is not nil before checking its ID (#11424)zeripath2020-05-151-1/+1
* Allow compare page to look up base, head, own-fork, forkbase-of-head (#11327)zeripath2020-05-121-40/+181
* Show pull request selection even when unrelated branches (#11239)zeripath2020-05-021-3/+0
* Add titles and improve messages on sidebar menus (#10872)赵智超2020-04-041-0/+2
* Add Organization Wide Labels (#10814)mrsdizzie2020-04-011-1/+0
* Upgrade golangci-lint to 1.24.0 (#10894)zeripath2020-03-301-1/+0
* bug: fix assignees double load bug (#10856)赵智超2020-03-281-4/+0
* Show Signer in commit lists and add basic trust (#10425)zeripath2020-02-271-1/+1
* Fix issues/pulls dependencies problems (#9842)Lunny Xiao2020-01-191-1/+1
* fix (#9836)65432020-01-171-1/+7
* Fix compare (#9808)Lunny Xiao2020-01-161-24/+20
* Add owner_name column for table repository for maintaince reason (#9717)Lunny Xiao2020-01-121-4/+2
* Add SimpleMDE to compare page for PRs (#9376)John Olheiser2019-12-161-0/+1
* Expand/Collapse Files and Blob Excerpt while Reviewing/Comparing code (#8924)Benno2019-11-151-1/+112
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+11
* Create PR on Current Repository by Default (#8670)Benno2019-10-301-0/+28
* Bugfix for image compare and minor improvements to image compare (#8289)Mario Lubenka2019-10-041-35/+42
* Adds side-by-side diff for images (#6784)Mario Lubenka2019-09-161-1/+53
* Move git diff codes from models to services/gitdiff (#7889)Lunny Xiao2019-09-051-1/+2
* Enable switching to a different source branch when PR already exists (#7819)Mario Lubenka2019-08-111-7/+7
* Compare branches, commits and tags with each other (#6991)Mario Lubenka2019-06-071-0/+337