summaryrefslogtreecommitdiffstats
path: root/routers/repo/commit.go
Commit message (Collapse)AuthorAgeFilesLines
* commithgraph / timeline (#428)Kjell Kvinge2016-12-291-0/+27
| | | | | | | | | | * Add model and tests for graph * Add route and router for graph * Add assets for graph * Add template for graph
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-6/+6
| | | | | | * golint fixed for modules/setting * typo fixed and renamed UNIXSOCKET to UnixSocket
* golint fixed for routers (#208)Lunny Xiao2016-11-241-11/+18
|
* Remember diff view style (#163)Andrey Nering2016-11-131-2/+0
|
* Normalize files with gofmtThibault Meyer2016-11-111-1/+1
|
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-5/+5
| | | | | | | - 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
* Use the rev-parsed sha1 commit id (#98)Odin Ugedal2016-11-061-2/+4
| | | | Use the rev-parsed sha1 commit id in urls to repo files, instead of the abbreviated version.
* Replace gogits/git-module dependency with go-gitea/git (#94)Sandro Santilli2016-11-061-1/+1
| | | | | | | | * Replace gogits/git-module dependency with go-gitea/git Fixes #92 * Remove git alias for git module import (not needed)
* Merge branch 'master' into feature/goimportsSandro Santilli2016-11-051-5/+0
|\
| * Refactor editorconfig middlewareAndrey Nering2016-11-051-5/+0
| |
* | Fix imports found by goimports.Matthias Loibl2016-11-051-3/+1
|/
* Fix 500 when repo has invalid .editorconfigAndrey Nering2016-11-051-4/+2
| | | | Creating a notice instead
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-4/+4
|
* Web editor: improve edit fileUnknwon2016-08-281-1/+1
|
* Web editor: improve code qualityUnknwon2016-08-241-3/+3
|
* #3464 reproduce diff signsUnknwon2016-08-161-1/+1
|
* markdown: fix treating pure number as SHA1Unknwon2016-08-151-1/+5
| | | | - Detect non-exist commit and return 404 not 500
* On showing diff/file, use the tab_width specified on .editorconfig, if any ↵Andrey Nering2016-08-111-0/+7
| | | | | (#3241) Closes #3182
* #3345 dump content directly to HTTP ResponseWriterUnknwon2016-07-301-6/+5
|
* Diff patch (#3345)Dennis Chen2016-07-301-1/+10
| | | | | | | | | | | | | | | | * 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>
* Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff (#3174)Andrey Nering2016-06-291-2/+4
|
* Add route for #2846Unknwon2016-03-211-2/+12
|
* Rename module: middleware -> contextUnknwon2016-03-111-7/+7
|
* Enable sintax highlighting on diff view. Close #733Andrey Nering2016-02-041-0/+1
|
* Refactoring of inline diff computing to prevent empty diff box. Fix #2489Andrey Nering2016-01-271-6/+0
|
* Highlighting differences of lines in the diff view.Andrey Nering2016-01-061-0/+6
|
* Changed name from inline to unifiedKim "BKC" Carlbäcker2016-01-051-2/+2
|
* Implement Split Diff-ViewKim "BKC" Carlbäcker2016-01-051-0/+2
| | | | - Unified/Inline Diff-View Selectable
* rename import pathUnknwon2015-12-151-1/+1
|
* move out git module and #1573 send push hookUnknwon2015-12-091-4/+5
|
* remove unused codeUnknwon2015-11-141-3/+0
|
* minor UI fix and fix ssh raceUnknwon2015-11-141-0/+3
|
* fix #1572 fix file histrory paging issueUnknwon2015-11-101-64/+19
|
* go vet and fix #1890Unknwon2015-11-081-2/+0
|
* finish PR UIUnknwon2015-09-021-40/+2
|
* work on PR conversationUnknwon2015-09-011-0/+1
|
* rename fieldsUnknwon2015-08-311-17/+17
|
* finsih diff and compareUnknwon2015-08-211-1/+1
|
* new commits tableUnknwon2015-08-201-17/+7
|
* Link to previous commited source file (diff.view_file button) instead of ↵Tony Tsang2015-02-061-0/+4
| | | | returning 404 for deleted files.
* modules/base: add RenderCommitMessage with XSS-safe and special linksUnknwon2015-01-301-2/+2
| | | | - update russian locale
* Optmize git-fsck options and fix #820Unknwon2015-01-021-2/+2
|
* fix #711Unknwon2014-12-091-11/+11
|
* Added issue link rendering in commit messagesdennis-smurf2014-12-051-1/+16
|
* fix #664Unknwon2014-11-251-1/+1
|
* Fix #618Unknwon2014-11-111-2/+2
|
* Fix #605, fix #255, fix #101Unknwon2014-11-061-63/+74
|
* Add raw, history file button, and other mirror fixesUnknwon2014-10-111-1/+3
|
* Page: Compare 2 commitsUnknwon2014-10-101-0/+2
|
* Add directory level commit messageUnknwon2014-09-261-2/+2
|