summaryrefslogtreecommitdiffstats
path: root/services/gitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make ParsePatch more robust (#17573)Gusted2021-11-072-1/+30
* Properly determine CSV delimiter (#17459)Richard Mahn2021-10-301-4/+4
* Prevent NPE in CSV diff rendering when column removed (#17018)Richard Mahn2021-10-202-132/+322
* Add buttons to allow loading of incomplete diffs (#16829)zeripath2021-10-152-10/+26
* Support direct comparison (git diff a..b) as well merge comparison (a...b) (#...zeripath2021-09-272-5/+10
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-3/+2
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-193-6/+8
* Use git attributes to determine generated and vendored status for language st...zeripath2021-09-091-0/+78
* Prevent panic on diff generation (#16950)zeripath2021-09-051-0/+4
* Repare and Improve GetDiffRangeWithWhitespaceBehavior (#16894)65432021-08-312-23/+14
* Simplify split diff view generation and remove JS dependency (#16775)zeripath2021-08-291-2/+16
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-2/+3
* Detect encoding changes while parsing diff (#16330)Jimmy Praet2021-07-131-19/+31
* Use gitea logging module for git module (#16243)65432021-06-251-2/+0
* Fixed assert statements. (#16089)KN4CK3R2021-06-071-3/+3
* Display specific message if diff is not displayed because of too long line (...Loutro2021-05-041-15/+19
* Refactor renders (#15175)Lunny Xiao2021-04-191-2/+8
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-081-4/+5
* Prevent NPE in CommentMustAsDiff if no hunk header (#15199)zeripath2021-04-011-0/+15
* Add Tabular Diff for CSV files (#14661)KN4CK3R2021-03-292-0/+498
* Place wrapper around comment as diff to catch panics (#15085)zeripath2021-03-211-0/+8
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-2/+3
* Fix a couple of CommentAsPatch issues. (#14804)zeripath2021-02-272-14/+157
* Fix broken spans in diffs (#14678)zeripath2021-02-142-6/+228
* Whitespace in commits (#14650)vnkmpf2021-02-131-1/+18
* Fix escaping issue in diff (#14153)zeripath2020-12-261-4/+3
* Handle incomplete diff files properly (#13662)zeripath2020-11-212-6/+96
* Alternative fix for HTML diff entity split (#13425)mrsdizzie2020-11-042-114/+45
* When creating line diffs do not split within an html entity (#13357)zeripath2020-10-312-0/+114
* Fix initial commit page & binary munching problem (#13249)zeripath2020-10-211-1/+10
* Add better error checking for inline html diff code (#13239)mrsdizzie2020-10-212-48/+44
* Fix error in diff html rendering (#13191)mrsdizzie2020-10-182-3/+12
* Fix diff skipping lines (#13154)zeripath2020-10-162-182/+348
* Finally fix diff names (#13136)zeripath2020-10-142-123/+80
* [Enhancement] Allow admin to merge pr with protected file changes (#12078)赵智超2020-10-131-0/+1
* Fix yet another bug with diff file names (#12771)zeripath2020-09-092-50/+246
* Fix diff path unquoting (#12554)zeripath2020-08-222-30/+34
* Fix typos (#12542)Gjergji Ramku2020-08-201-3/+3
* Add more tests for diff highlighting (#12467)mrsdizzie2020-08-112-1/+16
* Improved diff syntax highlighting fix (#12455)mrsdizzie2020-08-082-20/+37
* Git 2.28 no longer permits diff with ... on unrelated branches (#12364)zeripath2020-07-291-0/+6
* Fix Syntax highlight for token change in added/deleted code (#12238)mrsdizzie2020-07-162-3/+48
* Ensure syntax highlighting is the same inside diffs (#12205)mrsdizzie2020-07-111-4/+4
* Make copy/paste work for source code (#12191)mrsdizzie2020-07-081-3/+3
* Server-side syntax highlighting for all code (#12047)mrsdizzie2020-07-012-26/+28
* Fix issue with DiffIndex on initial commit (#11677)zeripath2020-05-291-2/+6
* Fix numbr of files, total additions, and deletions (#11614)zeripath2020-05-261-9/+9
* Some refactor on git diff and ignore getting commit information failed on mig...Lunny Xiao2020-01-282-309/+1
* Migrate reviews when migrating repository from github (#9463)Lunny Xiao2020-01-232-11/+20
* Check if diff actually contains sections when rendering (#9926)Lauris BH2020-01-221-1/+1