Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | #3393 fix missing sub-url prefix in relative avatar link | Unknwon | 2016-08-07 | |
| | ||||
* | Improve diff highlight (#3390) | Andrey Nering | 2016-08-07 | |
| | | | | | | - 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) | |||
* | Only do go vet on this codebase | Unknwon | 2016-08-06 | |
| | ||||
* | Update .gitattributes | Unknwon | 2016-08-06 | |
| | ||||
* | Fix #3315: Release dont use tag creation date (#3374) | Thibault Meyer | 2016-08-06 | |
| | | | | | | | | | | * Fix #3315: Release dont use tag creation date * Simplify code and apply gofmt * remove useless block (ctx.Repo.GitRepo.GetTag) on EditReleasePost * apply gofmt on modified files | |||
* | #2593 allow render raw content | Unknwon | 2016-08-05 | |
| | | | | Use URL query parameter render=1 to render content in raw mode. | |||
* | Replace gogs.io http links with https version (#3386) | rugk | 2016-08-05 | |
| | ||||
* | Ignore repository with issue disabled or use external tracker in dashboard ↵ | Unknwon | 2016-08-05 | |
| | | | | issues | |||
* | #3348 always use relative avatar link in the template | Unknwon | 2016-08-05 | |
| | ||||
* | routers/api: rename handlers to be unexported | Unknwon | 2016-08-04 | |
| | ||||
* | #2162 completely disable builtin issue tracker when enable external tracker | Unknwon | 2016-08-04 | |
| | ||||
* | Update locales [CI SKIP] | Unknwon | 2016-08-03 | |
| | ||||
* | Update .gopmfile and glide.lock | Unknwon | 2016-08-03 | |
| | ||||
* | #3290 better code structure and batch minor improvements | Unknwon | 2016-08-03 | |
| | ||||
* | Additional API support for labels (#3290) | lstahlman | 2016-08-03 | |
| | | | | | | | | | | * Add API support for labels. * Error handling for adding/replacing multiple issue labels * Revisions to function names and error handling. Use issue.ClearLabels in replace/clear functions * Additional code cleanup | |||
* | Lighter icon colors for repo files (#3351) | silverwind | 2016-08-03 | |
| | | | | | | * Lighter icon colors for repo files * also color submodule icon | |||
* | #2162 improve repository advance options UI display | Unknwon | 2016-07-31 | |
| | | | | Enable/disable input based on user chosen options for wiki and issue tracker. | |||
* | #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> | |||
* | Update locales | Unknwon | 2016-07-30 | |
| | ||||
* | Fix of template error in "/:owner/:repo/pulls" (#3343) | Okunev Yu Dmitry | 2016-07-29 | |
| | | | | | | | | | | If anonymous (not signed in user) requests page "/:owner/:repo/pulls" he gets an error: template: repo/issue/list:11:105: executing "repo/issue/list" at <.PullRequestCtx.Base...>: nil pointer evaluating *models.Repository.Link This commit fixes that. Signed-off-by: Dmitry Yu Okunev <dyokunev@ut.mephi.ru> | |||
* | Update glide.lock | Unknwon | 2016-07-28 | |
| | ||||
* | Minor fix for pull request template [CI SKIP] | Unknwon | 2016-07-28 | |
| | ||||
* | models/release: Update Sha1 if tag already exists (#3331) | 마누엘 | 2016-07-28 | |
| | | | | | | Since the release struct is initialized with the current `HEAD` of the current `release.Target` the commit id has to be updated if the tag commit already exists. Otherwise the linked commit on the release page will target the current `HEAD` at release time. | |||
* | Update GitHub templates | Unknwon | 2016-07-28 | |
| | ||||
* | routers/repo/release: Use correct branch reference (#3330) | 마누엘 | 2016-07-27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | When calculating the current behind commit count the calculation should use the current release target to get the total commit count. Should the release target not exist anymore the calculation will return zero for the newest release on that target. Older releases on that target will then use that calculated commit count as reference. The only use case that is now somehow invalid is when the release target was merged / deleted after a tag on that release target: master 1 - - - - - - - 6 \ / branch 2 - 3 - 4 - 5 When `4` is the last tag on branch `branch` and the branch `branch` is not yet deleted the calculated numbers would be: 1 commits to branch since this release Now if the branch `branch` gets deleted the calculation function will not find the branch and use the commit count of the newest release (`4`) as reference resulting in: 0 commit to branch since this release This fixes #3326 | |||
* | Added Full Name to CreateUser api call (#3333) | Richard Mahn | 2016-07-27 | |
| | ||||
* | routers/repo/issue: remove redundant format string | Unknwon | 2016-07-26 | |
| | ||||
* | #3327 fix wrong table name in Join | Unknwon | 2016-07-26 | |
| | ||||
* | #3281 fix x.Iterate returns nothing inside session scope with SQLite3 | Unknwon | 2016-07-26 | |
| | ||||
* | models/ssh_key: code cleaning | Unknwon | 2016-07-26 | |
| | ||||
* | Fix issue event octicon CSS | Unknwon | 2016-07-26 | |
| | ||||
* | #1601 support delete issue comment | Unknwon | 2016-07-26 | |
| | ||||
* | repo/settings/options: take naming style examples out of locale string | Unknwon | 2016-07-25 | |
| | ||||
* | Add org.getUserTeams to reduce redundant code | Unknwon | 2016-07-24 | |
| | ||||
* | #1384 add pagination for repositories | Unknwon | 2016-07-24 | |
| | ||||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | |
| | ||||
* | Use struct for UI settings | Unknwon | 2016-07-24 | |
| | ||||
* | #2790 fix not detect diff style in pull request file changes | Unknwon | 2016-07-23 | |
| | ||||
* | Add some tutorial links [CI SKIP] | Unknwon | 2016-07-23 | |
| | ||||
* | Minor HTML fix for delete repository notice | Unknwon | 2016-07-23 | |
| | ||||
* | Remove redundant Unix timestamp method call | Unknwon | 2016-07-23 | |
| | | | | Unix() already uses UTC as timezone | |||
* | conf: change default mirror checking interval to 10m | Unknwon | 2016-07-23 | |
| | ||||
* | #3186 fix wrong link for new pull request button of non-fork repository | Unknwon | 2016-07-23 | |
| | ||||
* | Update README [CI SKIP] | Unknwon | 2016-07-23 | |
| | ||||
* | #2903 use different reversed words and patterns for repository and user | Unknwon | 2016-07-23 | |
| | ||||
* | #3181 detect situation when base branch is deleted in pull request | Unknwon | 2016-07-23 | |
| | ||||
* | #3066 fix create organization ignores full name property | Unknwon | 2016-07-23 | |
| | ||||
* | api: fix panic if anonymous user request admin API | Unknwon | 2016-07-23 | |
| | | | | Add sign in check before check user account level | |||
* | #3157 create user path before rename repository while transfer | Unknwon | 2016-07-23 | |
| | | | | os.Rename does not create parent directory automatically when not exist |