aboutsummaryrefslogtreecommitdiffstats
path: root/services/gitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Graceful: Cancel Process on monitor pages & HammerTime (#9213)zeripath2019-11-301-9/+20
* Fix panic when diff (#9187)Lunny Xiao2019-11-2826-8/+688
* Expand/Collapse Files and Blob Excerpt while Reviewing/Comparing code (#8924)Benno2019-11-151-17/+163
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+2
* Move git diff codes from models to services/gitdiff (#7889)Lunny Xiao2019-09-053-0/+1041