Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expand documentations | Sandro Santilli | 2016-11-24 | 1 | -16/+16 |
| | |||||
* | Lint git_diff.go | Sandro Santilli | 2016-11-24 | 1 | -6/+26 |
| | | | | Semi-automatic linting (don't really document things) | ||||
* | Normalize files with gofmt | Thibault Meyer | 2016-11-11 | 1 | -2/+2 |
| | |||||
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -6/+6 |
| | | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path | ||||
* | This one I overlooked before | Sandro Santilli | 2016-11-07 | 1 | -4/+4 |
| | |||||
* | More MixedCase consts | Sandro Santilli | 2016-11-07 | 1 | -29/+29 |
| | |||||
* | Replace gogits/git-module dependency with go-gitea/git (#94) | Sandro Santilli | 2016-11-06 | 1 | -1/+1 |
| | | | | | | | | * Replace gogits/git-module dependency with go-gitea/git Fixes #92 * Remove git alias for git module import (not needed) | ||||
* | Fix imports found by goimports. | Matthias Loibl | 2016-11-05 | 1 | -6/+4 |
| | |||||
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -5/+5 |
| | |||||
* | #3464 add diff signs which does not have inline diff | Unknwon | 2016-08-16 | 1 | -2/+2 |
| | |||||
* | #3464 reproduce diff signs | Unknwon | 2016-08-16 | 1 | -1/+10 |
| | | | | Commited wrong file. | ||||
* | Web editor: improve edit file and diff preview | Unknwon | 2016-08-14 | 1 | -1/+1 |
| | |||||
* | Improve diff highlight (#3390) | Andrey Nering | 2016-08-07 | 1 | -28/+54 |
| | | | | | | - Try to reduce memory allocations - Add possibility to disable diff highlight (can improve performance for large diffs) - Tweaking with cost for prettier (cleaner) diffs - Do not calculate diff when the number of removed lines in a block is not equal to the number of added lines (this usually resulted in ugly diffs) | ||||
* | #3345 dump content directly to HTTP ResponseWriter | Unknwon | 2016-07-30 | 1 | -13/+23 |
| | |||||
* | Diff patch (#3345) | Dennis Chen | 2016-07-30 | 1 | -2/+46 |
| | | | | | | | | | | | | | | | | * Add support for .diff and .patch Add the ability to get text-diff and format-patch by adding .diff or .patch in the end of a commit url. Issue #2641 * models: git_diff: various fixes * Renames commitId to commitID. * Writes stderr to a bytes.Buffer and displays proper error message on command failure. * Various style changes. Signed-off-by: Dennis Chen <barracks510@gmail.com> | ||||
* | add IsSubmodule field to DiffFile and hide view file button on diff page for ↵ | Siarhei Navatski | 2016-07-23 | 1 | -1/+5 |
| | | | | submodules (#3097) | ||||
* | Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff (#3174) | Andrey Nering | 2016-06-29 | 1 | -22/+23 |
| | |||||
* | Little refactoring of diff highlight. | Andrey Nering | 2016-02-21 | 1 | -5/+1 |
| | | | | Moving cache variable to template instead of in the struct. | ||||
* | Enable sintax highlighting on diff view. Close #733 | Andrey Nering | 2016-02-04 | 1 | -0/+9 |
| | |||||
* | Refactoring of inline diff computing to prevent empty diff box. Fix #2489 | Andrey Nering | 2016-01-27 | 1 | -31/+30 |
| | |||||
* | roll back a small change | Unknwon | 2016-01-09 | 1 | -1/+2 |
| | |||||
* | minor fix to #2335 | Unknwon | 2016-01-09 | 1 | -23/+32 |
| | |||||
* | Fix: now highlights in diff view are getting the correct lines. | Andrey Nering | 2016-01-08 | 1 | -22/+18 |
| | |||||
* | Semantic fixes. | Andrey Nering | 2016-01-07 | 1 | -11/+11 |
| | |||||
* | Declaring specific types for enums constants. | Andrey Nering | 2016-01-06 | 1 | -14/+21 |
| | | | | | This makes the code more strict since you can't assign or compare values of different types without proper cast. | ||||
* | Highlighting differences of lines in the diff view. | Andrey Nering | 2016-01-06 | 1 | -0/+85 |
| | |||||
* | #2185 fall back to use custom chardet lib | Unknwon | 2015-12-31 | 1 | -2/+2 |
| | |||||
* | rename import path | Unknwon | 2015-12-15 | 1 | -1/+1 |
| | |||||
* | fix huge diff hangs | Unknwon | 2015-12-14 | 1 | -0/+2 |
| | |||||
* | #2185 use Go sub-repo to detect encoding | Unknwon | 2015-12-13 | 1 | -2/+2 |
| | |||||
* | #2071 Diff is not showing full content when has super long one line | Unknwon | 2015-12-02 | 1 | -54/+72 |
| | |||||
* | better escape char handle | Unknwon | 2015-11-20 | 1 | -5/+5 |
| | |||||
* | rename fields | Unknwon | 2015-11-03 | 1 | -1/+1 |
| | |||||
* | #1838 update merge base before generate new patch | Unknwon | 2015-11-03 | 1 | -3/+1 |
| | |||||
* | fix #1078 | Unknwon | 2015-11-02 | 1 | -12/+28 |
| | |||||
* | #1790 fast return for too large diff | Unknwon | 2015-10-17 | 1 | -11/+3 |
| | |||||
* | more on #966 | Unknwon | 2015-08-20 | 1 | -0/+6 |
| | |||||
* | Partial impl of git diff encoding | Vladimir Vissoultchev | 2015-07-29 | 1 | -20/+23 |
| | |||||
* | Allow spaces in file/dir names on parsing git diff | Vladimir Vissoultchev | 2015-07-28 | 1 | -2/+2 |
| | |||||
* | Link to previous commited source file (diff.view_file button) instead of ↵ | Tony Tsang | 2015-02-06 | 1 | -0/+8 |
| | | | | returning 404 for deleted files. | ||||
* | Replace mahonia with the standard functions in the Golang Sub-repositories | Peter Smit | 2014-12-22 | 1 | -6/+12 |
| | |||||
* | fix #711 | Unknwon | 2014-12-09 | 1 | -0/+25 |
| | |||||
* | toutf8 improved & add max git diff lines | lunnyxiao | 2014-09-17 | 1 | -12/+22 |
| | |||||
* | Prepare 0.5 release | Unknwon | 2014-09-12 | 1 | -2/+1 |
| | |||||
* | add commit compare functionality | Christopher Brickley | 2014-09-01 | 1 | -8/+17 |
| | |||||
* | New UI merge in progress | Unknwon | 2014-07-26 | 1 | -4/+5 |
| | |||||
* | Able to set timeout for process monitor | Unknown | 2014-07-06 | 1 | -6/+23 |
| | |||||
* | Basic process manager | Unknown | 2014-06-19 | 1 | -7/+6 |
| | |||||
* | Fix zombie | Unknown | 2014-05-28 | 1 | -22/+19 |
| | |||||
* | Fix #166 | Unknown | 2014-05-13 | 1 | -0/+2 |
| |