Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Refactoring: rename package routers -> routes | Unknwon | 2017-06-11 |
| | |||
* | repo/view: trim Windows line ending when display content (#4546) | Unknwon | 2017-06-09 |
| | |||
* | repo/pull: detect case when no merge base found (#4434) | Unknwon | 2017-06-05 |
| | |||
* | Refactoring: rename ctx -> c | Unknwon | 2017-06-03 |
| | |||
* | issue: fix updated_unix is not updated for new comments (#4462) | Unknwon | 2017-06-02 |
| | |||
* | repo/download: fix for downloading zero bytes files. (#4436) | Jonas Östanbäck | 2017-05-29 |
| | | | | | | Allocated buffer served to client and not properly truncated to number of bytes read. Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com> | ||
* | feature/org-mode: fix compile error | Unknwon | 2017-05-17 |
| | |||
* | modules/markup: initial support for org-mode (#4373) | Unknwon | 2017-05-17 |
| | |||
* | templates/repo: fix README.ipynb not rendered (#4367) | Unknwon | 2017-04-07 |
| | |||
* | repo/editor: fix wrong context for subdirectory (#4368) | Unknwon | 2017-04-07 |
| | |||
* | api/repo: improve migration error handling | Unknwon | 2017-04-07 |
| | |||
* | Refactoring: rename Signed -> Logged | Unknwon | 2017-04-06 |
| | |||
* | pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL} | Unknwon | 2017-04-06 |
| | |||
* | Refactoring: rename and simplify pkg/tool functions | Unknwon | 2017-04-06 |
| | |||
* | 2fa: initial support (#945) | Unknwon | 2017-04-06 |
| | |||
* | Refactoring: remove tool.TplName | Unknwon | 2017-04-05 |
| | |||
* | Refactoring: rename pkg/base -> pkg/tool | Unknwon | 2017-04-05 |
| | |||
* | models/mirror: feed git.IsRepoURLAccessible with raw mirror address | Unknwon | 2017-04-04 |
| | |||
* | repo/http: fix client is not informed to provide credentials | Unknwon | 2017-04-04 |
| | | | | | | | When Git client has cached credentials for a site, missing response header 'WWW-Authenticate: Basic realm="."' will result in Git client does not prompt user to input credentials again but plain error message and halts push/pull process. | ||
* | 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 |
| | |||
* | templates/repo/branches: hide pull request button if not allowed (#4377) | Unknwon | 2017-04-03 |
| | |||
* | issue: response wrong type of comment from AJAX | Unknwon | 2017-04-03 |
| | |||
* | repo: handle git.ErrUnsupportedVersion error type | Unknwon | 2017-04-01 |
| | |||
* | modules/markup: rename Markdown render fucntions | Unknwon | 2017-03-31 |
| | | | | | The unified function 'Markdown' accepts both string or []byte type input and renders to HTML with []byte type. | ||
* | modules: rename markdown -> markup | Unknwon | 2017-03-31 |
| | | | | | | | To further support more markup languages (e.g. Org-mode, AsciiDoc, reStructuredText), the name 'markdown' is inappropriate. This is the first step towards more markup language support. | ||
* | repo/settings/branches: add prompt for bare repository | Unknwon | 2017-03-27 |
| | |||
* | repo: recalculate milestone completeness on issue list (#4316) | Unknwon | 2017-03-24 |
| | |||
* | repo: allow private repository to have public wiki or issues | Unknwon | 2017-03-24 |
| | | | | Relates to #649 and #2157 | ||
* | milestone: only show issue-related count under issue list (#4316) | Unknwon | 2017-03-24 |
| | |||
* | error: move ErrRepoNotExist -> errors.RepoNotExist | Unknwon | 2017-03-23 |
| | |||
* | issue: fix redirect to random issue if index does not exist (#4315) | Unknwon | 2017-03-22 |
| | |||
* | repo: rename PageIsViewCode -> PageIsViewFiles | Unknwon | 2017-03-22 |
| | | | | Also highlight 'Files' tab when use editor. | ||
* | repo/webhook: able to retrigger delivery history (#2187) | Unknwon | 2017-03-19 |
| | |||
* | setting: add config option for raw file render mode (#3608) | Unknwon | 2017-03-17 |
| | | | | Added '[repository] ENABLE_RAW_FILE_RENDER_MODE'. | ||
* | repo: allow issues and wiki for bare repository (#4104) | Unknwon | 2017-03-16 |
| | |||
* | repo/commit: able to config default commits page size (#4230) | Unknwon | 2017-03-16 |
| | | | | Added config option '[ui.user] COMMITS_PAGING_NUM'. | ||
* | repo/setting: filter out deleted branch in protect list (#4288) | Unknwon | 2017-03-16 |
| | |||
* | webhook: add file status to push event (#3897) | Unknwon | 2017-03-16 |
| | |||
* | models: rename ErrUserNotExist -> errors.UserNotExist | Unknwon | 2017-03-16 |
| | |||
* | templates/repo/webhook: move to its own directory | Unknwon | 2017-03-16 |
| | |||
* | repo/settings: improve Git hook editor | Unknwon | 2017-03-13 |
| | |||
* | release: able to add attchments to release (#1614) | Unknwon | 2017-03-13 |
| | | | | Added new config section '[release.attachment]’. | ||
* | webhook: add Release event (#2387) | Unknwon | 2017-03-11 |
| | |||
* | repo: commits, branches and releases should highlight files tab | Unknwon | 2017-03-11 |
| | |||
* | repo/branches: overview and all (#2310) | Unknwon | 2017-03-11 |
| | |||
* | repo/pull: handle head repository of merged pull requests deleted | Unknwon | 2017-03-10 |
| | |||
* | templates/repo: only show Git stats in repository home page (#3518) | Unknwon | 2017-03-10 |
| | | | | | | | | | Move 'Commits' and 'Releases' tabs down to body. This patch also reduces page load time for pages that do not need to use commits count anywhere. Get commits count can hurt performance badly for huge repositories that has tens of thousands commits like Linux Kernel. | ||
* | release: improve page load performance | Unknwon | 2017-03-10 |
| | | | | | | | | Previously, we load all releases of a repository which could hurt performance when the repository has a lot of releases. Now we're able to only load releases in current page view we need to show by matching with 'tag_name'. |