Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | commithgraph / timeline (#428) | Kjell Kvinge | 2016-12-29 | 1 | -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 Xiao | 2016-11-27 | 1 | -6/+6 | |
| | | | | | | * golint fixed for modules/setting * typo fixed and renamed UNIXSOCKET to UnixSocket | |||||
* | golint fixed for routers (#208) | Lunny Xiao | 2016-11-24 | 1 | -11/+18 | |
| | ||||||
* | Remember diff view style (#163) | Andrey Nering | 2016-11-13 | 1 | -2/+0 | |
| | ||||||
* | Normalize files with gofmt | Thibault Meyer | 2016-11-11 | 1 | -1/+1 | |
| | ||||||
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -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 Ugedal | 2016-11-06 | 1 | -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 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) | |||||
* | Merge branch 'master' into feature/goimports | Sandro Santilli | 2016-11-05 | 1 | -5/+0 | |
|\ | ||||||
| * | Refactor editorconfig middleware | Andrey Nering | 2016-11-05 | 1 | -5/+0 | |
| | | ||||||
* | | Fix imports found by goimports. | Matthias Loibl | 2016-11-05 | 1 | -3/+1 | |
|/ | ||||||
* | Fix 500 when repo has invalid .editorconfig | Andrey Nering | 2016-11-05 | 1 | -4/+2 | |
| | | | | Creating a notice instead | |||||
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -4/+4 | |
| | ||||||
* | Web editor: improve edit file | Unknwon | 2016-08-28 | 1 | -1/+1 | |
| | ||||||
* | Web editor: improve code quality | Unknwon | 2016-08-24 | 1 | -3/+3 | |
| | ||||||
* | #3464 reproduce diff signs | Unknwon | 2016-08-16 | 1 | -1/+1 | |
| | ||||||
* | markdown: fix treating pure number as SHA1 | Unknwon | 2016-08-15 | 1 | -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 Nering | 2016-08-11 | 1 | -0/+7 | |
| | | | | | (#3241) Closes #3182 | |||||
* | #3345 dump content directly to HTTP ResponseWriter | Unknwon | 2016-07-30 | 1 | -6/+5 | |
| | ||||||
* | Diff patch (#3345) | Dennis Chen | 2016-07-30 | 1 | -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 Nering | 2016-06-29 | 1 | -2/+4 | |
| | ||||||
* | Add route for #2846 | Unknwon | 2016-03-21 | 1 | -2/+12 | |
| | ||||||
* | Rename module: middleware -> context | Unknwon | 2016-03-11 | 1 | -7/+7 | |
| | ||||||
* | Enable sintax highlighting on diff view. Close #733 | Andrey Nering | 2016-02-04 | 1 | -0/+1 | |
| | ||||||
* | Refactoring of inline diff computing to prevent empty diff box. Fix #2489 | Andrey Nering | 2016-01-27 | 1 | -6/+0 | |
| | ||||||
* | Highlighting differences of lines in the diff view. | Andrey Nering | 2016-01-06 | 1 | -0/+6 | |
| | ||||||
* | Changed name from inline to unified | Kim "BKC" Carlbäcker | 2016-01-05 | 1 | -2/+2 | |
| | ||||||
* | Implement Split Diff-View | Kim "BKC" Carlbäcker | 2016-01-05 | 1 | -0/+2 | |
| | | | | - Unified/Inline Diff-View Selectable | |||||
* | rename import path | Unknwon | 2015-12-15 | 1 | -1/+1 | |
| | ||||||
* | move out git module and #1573 send push hook | Unknwon | 2015-12-09 | 1 | -4/+5 | |
| | ||||||
* | remove unused code | Unknwon | 2015-11-14 | 1 | -3/+0 | |
| | ||||||
* | minor UI fix and fix ssh race | Unknwon | 2015-11-14 | 1 | -0/+3 | |
| | ||||||
* | fix #1572 fix file histrory paging issue | Unknwon | 2015-11-10 | 1 | -64/+19 | |
| | ||||||
* | go vet and fix #1890 | Unknwon | 2015-11-08 | 1 | -2/+0 | |
| | ||||||
* | finish PR UI | Unknwon | 2015-09-02 | 1 | -40/+2 | |
| | ||||||
* | work on PR conversation | Unknwon | 2015-09-01 | 1 | -0/+1 | |
| | ||||||
* | rename fields | Unknwon | 2015-08-31 | 1 | -17/+17 | |
| | ||||||
* | finsih diff and compare | Unknwon | 2015-08-21 | 1 | -1/+1 | |
| | ||||||
* | new commits table | Unknwon | 2015-08-20 | 1 | -17/+7 | |
| | ||||||
* | Link to previous commited source file (diff.view_file button) instead of ↵ | Tony Tsang | 2015-02-06 | 1 | -0/+4 | |
| | | | | returning 404 for deleted files. | |||||
* | modules/base: add RenderCommitMessage with XSS-safe and special links | Unknwon | 2015-01-30 | 1 | -2/+2 | |
| | | | | - update russian locale | |||||
* | Optmize git-fsck options and fix #820 | Unknwon | 2015-01-02 | 1 | -2/+2 | |
| | ||||||
* | fix #711 | Unknwon | 2014-12-09 | 1 | -11/+11 | |
| | ||||||
* | Added issue link rendering in commit messages | dennis-smurf | 2014-12-05 | 1 | -1/+16 | |
| | ||||||
* | fix #664 | Unknwon | 2014-11-25 | 1 | -1/+1 | |
| | ||||||
* | Fix #618 | Unknwon | 2014-11-11 | 1 | -2/+2 | |
| | ||||||
* | Fix #605, fix #255, fix #101 | Unknwon | 2014-11-06 | 1 | -63/+74 | |
| | ||||||
* | Add raw, history file button, and other mirror fixes | Unknwon | 2014-10-11 | 1 | -1/+3 | |
| | ||||||
* | Page: Compare 2 commits | Unknwon | 2014-10-10 | 1 | -0/+2 | |
| | ||||||
* | Add directory level commit message | Unknwon | 2014-09-26 | 1 | -2/+2 | |
| |