Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Refactoring: rename package routers -> routes | Unknwon | 2017-06-11 |
| | |||
* | Refactoring: rename ctx -> c | Unknwon | 2017-06-03 |
| | |||
* | pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL} | Unknwon | 2017-04-06 |
| | |||
* | Refactoring: rename and simplify pkg/tool functions | Unknwon | 2017-04-06 |
| | |||
* | Refactoring: remove tool.TplName | Unknwon | 2017-04-05 |
| | |||
* | Refactoring: rename pkg/base -> pkg/tool | Unknwon | 2017-04-05 |
| | |||
* | Refactoring: rename modules -> pkg | Unknwon | 2017-04-04 |
| | | | | | | | | Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory | ||
* | repo/commit: improve error detection | Unknwon | 2017-04-04 |
| | | | | Response 404 not 500 for raw diff if object does not exist. | ||
* | models/repo_diff: move core functions to gogits/git-module | Unknwon | 2017-04-04 |
| | |||
* | repo: rename PageIsViewCode -> PageIsViewFiles | Unknwon | 2017-03-22 |
| | | | | Also highlight 'Files' tab when use editor. | ||
* | repo/commit: able to config default commits page size (#4230) | Unknwon | 2017-03-16 |
| | | | | Added config option '[ui.user] COMMITS_PAGING_NUM'. | ||
* | repo: commits, branches and releases should highlight files tab | Unknwon | 2017-03-11 |
| | |||
* | commits: able to specify pageSize dynamically (#3965) | Unknwon | 2017-02-18 |
| | | | | | | | Usage: <url>?page={page}&pageSize={pageSize} Also avoid/removed getting total commits count for pagination, users are only allowed navigation by 'newer' and 'older'. | ||
* | Fix 500 when repo has invalid .editorconfig (#3758) | Andrey Nering | 2017-02-01 |
| | | | | | Creating a notice instead Fixes #3643 | ||
* | Web editor: improve edit file | Unknwon | 2016-08-28 |
| | |||
* | Web editor: improve code quality | Unknwon | 2016-08-24 |
| | |||
* | #3464 reproduce diff signs | Unknwon | 2016-08-16 |
| | |||
* | markdown: fix treating pure number as SHA1 | Unknwon | 2016-08-15 |
| | | | | - 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 |
| | | | | | (#3241) Closes #3182 | ||
* | #3345 dump content directly to HTTP ResponseWriter | Unknwon | 2016-07-30 |
| | |||
* | Diff patch (#3345) | Dennis Chen | 2016-07-30 |
| | | | | | | | | | | | | | | | | * 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 |
| | |||
* | Add route for #2846 | Unknwon | 2016-03-21 |
| | |||
* | Rename module: middleware -> context | Unknwon | 2016-03-11 |
| | |||
* | Enable sintax highlighting on diff view. Close #733 | Andrey Nering | 2016-02-04 |
| | |||
* | Refactoring of inline diff computing to prevent empty diff box. Fix #2489 | Andrey Nering | 2016-01-27 |
| | |||
* | Highlighting differences of lines in the diff view. | Andrey Nering | 2016-01-06 |
| | |||
* | Changed name from inline to unified | Kim "BKC" Carlbäcker | 2016-01-05 |
| | |||
* | Implement Split Diff-View | Kim "BKC" Carlbäcker | 2016-01-05 |
| | | | | - Unified/Inline Diff-View Selectable | ||
* | rename import path | Unknwon | 2015-12-15 |
| | |||
* | move out git module and #1573 send push hook | Unknwon | 2015-12-09 |
| | |||
* | remove unused code | Unknwon | 2015-11-14 |
| | |||
* | minor UI fix and fix ssh race | Unknwon | 2015-11-14 |
| | |||
* | fix #1572 fix file histrory paging issue | Unknwon | 2015-11-10 |
| | |||
* | go vet and fix #1890 | Unknwon | 2015-11-08 |
| | |||
* | finish PR UI | Unknwon | 2015-09-02 |
| | |||
* | work on PR conversation | Unknwon | 2015-09-01 |
| | |||
* | rename fields | Unknwon | 2015-08-31 |
| | |||
* | finsih diff and compare | Unknwon | 2015-08-21 |
| | |||
* | new commits table | Unknwon | 2015-08-20 |
| | |||
* | Link to previous commited source file (diff.view_file button) instead of ↵ | Tony Tsang | 2015-02-06 |
| | | | | returning 404 for deleted files. | ||
* | modules/base: add RenderCommitMessage with XSS-safe and special links | Unknwon | 2015-01-30 |
| | | | | - update russian locale | ||
* | Optmize git-fsck options and fix #820 | Unknwon | 2015-01-02 |
| | |||
* | fix #711 | Unknwon | 2014-12-09 |
| | |||
* | Added issue link rendering in commit messages | dennis-smurf | 2014-12-05 |
| | |||
* | fix #664 | Unknwon | 2014-11-25 |
| | |||
* | Fix #618 | Unknwon | 2014-11-11 |
| | |||
* | Fix #605, fix #255, fix #101 | Unknwon | 2014-11-06 |
| | |||
* | Add raw, history file button, and other mirror fixes | Unknwon | 2014-10-11 |
| | |||
* | Page: Compare 2 commits | Unknwon | 2014-10-10 |
| |