summaryrefslogtreecommitdiffstats
path: root/services/gitdiff
Commit message (Expand)AuthorAgeFilesLines
* format with gofumpt (#18184)65432022-01-204-21/+29
* Updated Chroma to v0.10.0 (#18270)Jelle Hulter2022-01-201-1/+2
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-192-6/+7
* Fix various typos (#18219)luzpaz2022-01-101-1/+1
* Add warning for BIDI characters in page renders and in diffs (#17562)zeripath2022-01-072-22/+40
* Simplify parameter types (#18006)Gusted2021-12-201-3/+3
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-5/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-242-2/+4
* Allow Loading of Diffs that are too large (#17739)zeripath2021-11-222-42/+65
* Enable show more files in diff for git <2.31 (#17733)zeripath2021-11-203-31/+252
* Add .gitattribute assisted language detection to blame, diff and render (#17590)zeripath2021-11-172-22/+25
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-0/+1
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-3/+2
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-122-3/+4
* 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