Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ignore repository with issue disabled or use external tracker in dashboard ↵ | Unknwon | 2016-08-05 | 1 | -1/+1 |
| | | | | issues | ||||
* | #3348 always use relative avatar link in the template | Unknwon | 2016-08-05 | 25 | -48/+47 |
| | |||||
* | #2162 completely disable builtin issue tracker when enable external tracker | Unknwon | 2016-08-04 | 2 | -2/+2 |
| | |||||
* | #3290 better code structure and batch minor improvements | Unknwon | 2016-08-03 | 1 | -1/+1 |
| | |||||
* | #2162 improve repository advance options UI display | Unknwon | 2016-07-31 | 1 | -28/+46 |
| | | | | Enable/disable input based on user chosen options for wiki and issue tracker. | ||||
* | #3345 dump content directly to HTTP ResponseWriter | Unknwon | 2016-07-30 | 1 | -1/+1 |
| | |||||
* | Fix of template error in "/:owner/:repo/pulls" (#3343) | Okunev Yu Dmitry | 2016-07-29 | 1 | -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> | ||||
* | #3327 fix wrong table name in Join | Unknwon | 2016-07-26 | 1 | -1/+1 |
| | |||||
* | #3281 fix x.Iterate returns nothing inside session scope with SQLite3 | Unknwon | 2016-07-26 | 1 | -1/+1 |
| | |||||
* | models/ssh_key: code cleaning | Unknwon | 2016-07-26 | 1 | -1/+1 |
| | |||||
* | #1601 support delete issue comment | Unknwon | 2016-07-26 | 2 | -4/+9 |
| | |||||
* | repo/settings/options: take naming style examples out of locale string | Unknwon | 2016-07-25 | 1 | -2/+2 |
| | |||||
* | #1384 add pagination for repositories | Unknwon | 2016-07-24 | 4 | -2/+9 |
| | |||||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 28 | -60/+60 |
| | |||||
* | Minor HTML fix for delete repository notice | Unknwon | 2016-07-23 | 2 | -3/+3 |
| | |||||
* | #3186 fix wrong link for new pull request button of non-fork repository | Unknwon | 2016-07-23 | 1 | -1/+1 |
| | |||||
* | #2903 use different reversed words and patterns for repository and user | Unknwon | 2016-07-23 | 1 | -1/+1 |
| | |||||
* | #3181 detect situation when base branch is deleted in pull request | Unknwon | 2016-07-23 | 1 | -1/+1 |
| | |||||
* | #3066 fix create organization ignores full name property | Unknwon | 2016-07-23 | 1 | -1/+1 |
| | |||||
* | #3157 create user path before rename repository while transfer | Unknwon | 2016-07-23 | 1 | -1/+1 |
| | | | | os.Rename does not create parent directory automatically when not exist | ||||
* | #3076 detect invalid tag name git error | Unknwon | 2016-07-23 | 2 | -2/+2 |
| | |||||
* | add IsSubmodule field to DiffFile and hide view file button on diff page for ↵ | Siarhei Navatski | 2016-07-23 | 1 | -7/+9 |
| | | | | submodules (#3097) | ||||
* | Bump version | Unknwon | 2016-07-22 | 1 | -1/+1 |
| | |||||
* | #3295 fix wrong logic judgement | Unknwon | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix misselection of issues view type | Unknwon | 2016-07-17 | 1 | -1/+1 |
| | |||||
* | models/webhook: restrict deletion to be explicitly with repo and org ID | Unknwon | 2016-07-17 | 1 | -1/+1 |
| | |||||
* | templates/org/home: minor UI fix | Unknwon | 2016-07-16 | 1 | -2/+2 |
| | |||||
* | Upgrade octicon to 4.3.0 | Unknwon | 2016-07-16 | 14 | -55/+55 |
| | |||||
* | #2937 able to prohibit user login | Unknwon | 2016-07-16 | 3 | -1/+23 |
| | |||||
* | #3274 fix can't get webhook detail of organization | Unknwon | 2016-07-16 | 1 | -1/+1 |
| | |||||
* | Bump version | Unknwon | 2016-07-16 | 1 | -1/+1 |
| | |||||
* | #2854 fix no mail notification when issue is closed/reopened | Unknwon | 2016-07-16 | 7 | -24/+40 |
| | |||||
* | models/repo: remove redundant info for some repo methods | Unknwon | 2016-07-15 | 1 | -4/+4 |
| | | | | RepoLink -> Link, RepoRelLink -> RelLink, FullRepoLink -> FullLink | ||||
* | #2798 fix assign operation not take effect | Unknwon | 2016-07-15 | 1 | -1/+1 |
| | |||||
* | Fixes #3263 - Change for Fontawesome icons to not conflict withs semantic-ui ↵ | Richard Mahn | 2016-07-15 | 1 | -1/+1 |
| | | | | (#3267) | ||||
* | [Fix] Don't display way too large files #1513 (#3253) | Kim Carlbäcker | 2016-07-12 | 1 | -0/+4 |
| | | | | | | | | | | * Add MaxDisplayFileSize setting * Don't show files that are too large * Localized FileTooLarge * Change IsFileTooBig => IsFileTooLarge | ||||
* | #2586 bump git-module requirement | Unknwon | 2016-07-12 | 1 | -1/+1 |
| | |||||
* | #2458 fix emoji been rendered inside raw content area | Unknwon | 2016-07-11 | 3 | -6/+6 |
| | |||||
* | Update locale | Unknwon | 2016-07-09 | 1 | -1/+1 |
| | |||||
* | Minor fix for #3246 | Unknwon | 2016-07-09 | 2 | -2/+2 |
| | |||||
* | The pruning for the synchronized mirrors is a option now. Default value: ↵ | Pablo Saavedra | 2016-07-09 | 1 | -0/+7 |
| | | | | | | | | | | | | | enable_prune = true (#3246) Executed go fmt getEngine() not handles DB parameters (#2972) (#2974) Uses .AllCols() for Update in updateMirror() Spanish traslation removed Fixed a wrong way to ommit the --prune option in process.ExecDir() for MirrorUpdate function | ||||
* | Modify behaviour of repo-delete. (#3232) | Pheng Heong TAN | 2016-07-09 | 2 | -5/+1 |
| | | | | | | | | | | Re: issues gogits/gogs#2863 and gogits/gogs#3231 As a result of modifications to the contents of the conf folder, `make bindata` was run, causing an update to bindata.go. Meta ----- This commit will be rebased onto the 'develop' branch. | ||||
* | #3057 retrieve webhook with repo_id | Unknwon | 2016-07-08 | 1 | -1/+1 |
| | | | | | This prevents user retrieve arbitrary webhook by changing URL to access webhook from other unauthorized repositories. | ||||
* | Use SecurityProtocol to replace UseSSL in LDAP config | Unknwon | 2016-07-08 | 3 | -7/+33 |
| | | | | Initially proposed by #2376 and fixes #3068 as well. | ||||
* | Upgrade frontend assets | Unknwon | 2016-07-07 | 1 | -4/+4 |
| | |||||
* | #3058 #3059 support correct page size and link header | Unknwon | 2016-07-04 | 1 | -1/+1 |
| | |||||
* | #2968 use HTTP_ADDR to replace localhost | Unknwon | 2016-07-02 | 1 | -1/+1 |
| | |||||
* | Do not show filename not have suffifx .md | Unknwon | 2016-07-01 | 1 | -1/+1 |
| | |||||
* | #518 update git-module require version | Unknwon | 2016-06-30 | 1 | -1/+1 |
| | |||||
* | #3174 genetate bindata | Unknwon | 2016-06-29 | 1 | -1/+1 |
| |