summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Diff patch (#3345)Dennis Chen2016-07-302-3/+56
| | | | | | | | | | | | | | | | * 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 localesUnknwon2016-07-3018-161/+212
|
* Fix of template error in "/:owner/:repo/pulls" (#3343)Okunev Yu Dmitry2016-07-291-1/+1
| | | | | | | | | | 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.lockUnknwon2016-07-281-1/+1
|
* Minor fix for pull request template [CI SKIP]Unknwon2016-07-281-1/+1
|
* models/release: Update Sha1 if tag already exists (#3331)마누엘2016-07-281-0/+1
| | | | | | 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 templatesUnknwon2016-07-282-10/+17
|
* routers/repo/release: Use correct branch reference (#3330)마누엘2016-07-271-9/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Mahn2016-07-271-0/+1
|
* routers/repo/issue: remove redundant format stringUnknwon2016-07-261-13/+13
|
* #3327 fix wrong table name in JoinUnknwon2016-07-264-4/+4
|
* #3281 fix x.Iterate returns nothing inside session scope with SQLite3Unknwon2016-07-266-98/+35
|
* models/ssh_key: code cleaningUnknwon2016-07-265-63/+61
|
* Fix issue event octicon CSSUnknwon2016-07-262-2/+10
|
* #1601 support delete issue commentUnknwon2016-07-2614-27/+113
|
* repo/settings/options: take naming style examples out of locale stringUnknwon2016-07-253-24/+24
|
* Add org.getUserTeams to reduce redundant codeUnknwon2016-07-242-33/+31
|
* #1384 add pagination for repositoriesUnknwon2016-07-2421-193/+361
|
* Refactor User.Id to User.IDUnknwon2016-07-2479-328/+333
|
* Use struct for UI settingsUnknwon2016-07-2416-48/+48
|
* #2790 fix not detect diff style in pull request file changesUnknwon2016-07-231-0/+1
|
* Add some tutorial links [CI SKIP]Unknwon2016-07-231-0/+2
|
* Minor HTML fix for delete repository noticeUnknwon2016-07-232-3/+3
|
* Remove redundant Unix timestamp method callUnknwon2016-07-2313-38/+38
| | | | Unix() already uses UTC as timezone
* conf: change default mirror checking interval to 10mUnknwon2016-07-233-8/+4
|
* #3186 fix wrong link for new pull request button of non-fork repositoryUnknwon2016-07-231-1/+1
|
* Update README [CI SKIP]Unknwon2016-07-232-2/+2
|
* #2903 use different reversed words and patterns for repository and userUnknwon2016-07-236-37/+52
|
* #3181 detect situation when base branch is deleted in pull requestUnknwon2016-07-234-3/+11
|
* #3066 fix create organization ignores full name propertyUnknwon2016-07-232-2/+1
|
* api: fix panic if anonymous user request admin APIUnknwon2016-07-231-1/+1
| | | | Add sign in check before check user account level
* #3157 create user path before rename repository while transferUnknwon2016-07-234-3/+4
| | | | os.Rename does not create parent directory automatically when not exist
* #3107 fix mention regex does not include dashUnknwon2016-07-231-1/+1
|
* #3076 detect invalid tag name git errorUnknwon2016-07-2311-13/+40
|
* Added coding style modes to SimpleMDE (#3286)Richard Mahn2016-07-23286-0/+49679
| | | | | | * Added coding style modes to SimpleMDE * Moved the CodeMirror addon from simplemd to codemirror directory
* add IsSubmodule field to DiffFile and hide view file button on diff page for ↵Siarhei Navatski2016-07-232-8/+14
| | | | submodules (#3097)
* Update locales [CI SKIP]Unknwon2016-07-2218-60/+128
|
* Bump versionUnknwon2016-07-226-6/+6
|
* Fix GitHub wrong repo language detectionUnknwon2016-07-211-0/+2
|
* avatar: make custom and generated avatars equal (#3301)Dennis Chen2016-07-212-5/+4
| | | | | | Sets all avatars to use PNG image format. Keeps avatars consistent at 290x290px resolution. Signed-off-by: Dennis Chen <barracks510@gmail.com>
* #3299 don’t pop up confirm box when leave on signin pageUnknwon2016-07-211-0/+1
|
* #3291 fix SQLite3 session read/update conflict on create new issueUnknwon2016-07-211-7/+11
|
* #3295 fix wrong logic judgementUnknwon2016-07-214-4/+4
|
* Update dep revisionUnknwon2016-07-172-2/+2
|
* Refresh repository mirror from database when the repository's name has ↵lstahlman2016-07-171-0/+9
| | | | changed. (#3276)
* Update locales and .gopmfileUnknwon2016-07-1711-169/+174
|
* Fix misselection of issues view typeUnknwon2016-07-171-1/+1
|
* Updated Issues and Issues Stats functions to include table aliases. This ↵lstahlman2016-07-171-21/+21
| | | | addresses errors involving ambiguous column references when filtering issues by the view type "Mentioning you". (#3269)
* models/webhook: restrict deletion to be explicitly with repo and org IDUnknwon2016-07-177-48/+55
|
* api: delete repository webhooks (#3275)Dennis Chen2016-07-172-3/+15
| | | | | | | | Allows the deletion of a webhook from a repository at the /:user/:repo/hooks/:id endpoint. Solves drone/drone issue #1603. Signed-off-by: Dennis Chen <barracks510@gmail.com>