Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | #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 | |
| | ||||
* | #3157 create user path before rename repository while transfer | Unknwon | 2016-07-23 | |
| | | | | os.Rename does not create parent directory automatically when not exist | |||
* | #3076 detect invalid tag name git error | Unknwon | 2016-07-23 | |
| | ||||
* | add IsSubmodule field to DiffFile and hide view file button on diff page for ↵ | Siarhei Navatski | 2016-07-23 | |
| | | | | submodules (#3097) | |||
* | Bump version | Unknwon | 2016-07-22 | |
| | ||||
* | #3295 fix wrong logic judgement | Unknwon | 2016-07-21 | |
| | ||||
* | Fix misselection of issues view type | Unknwon | 2016-07-17 | |
| | ||||
* | models/webhook: restrict deletion to be explicitly with repo and org ID | Unknwon | 2016-07-17 | |
| | ||||
* | templates/org/home: minor UI fix | Unknwon | 2016-07-16 | |
| | ||||
* | Upgrade octicon to 4.3.0 | Unknwon | 2016-07-16 | |
| | ||||
* | #2937 able to prohibit user login | Unknwon | 2016-07-16 | |
| | ||||
* | #3274 fix can't get webhook detail of organization | Unknwon | 2016-07-16 | |
| | ||||
* | Bump version | Unknwon | 2016-07-16 | |
| | ||||
* | #2854 fix no mail notification when issue is closed/reopened | Unknwon | 2016-07-16 | |
| | ||||
* | models/repo: remove redundant info for some repo methods | Unknwon | 2016-07-15 | |
| | | | | RepoLink -> Link, RepoRelLink -> RelLink, FullRepoLink -> FullLink | |||
* | #2798 fix assign operation not take effect | Unknwon | 2016-07-15 | |
| | ||||
* | Fixes #3263 - Change for Fontawesome icons to not conflict withs semantic-ui ↵ | Richard Mahn | 2016-07-15 | |
| | | | | (#3267) | |||
* | [Fix] Don't display way too large files #1513 (#3253) | Kim Carlbäcker | 2016-07-12 | |
| | | | | | | | | | | * 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 | |
| | ||||
* | #2458 fix emoji been rendered inside raw content area | Unknwon | 2016-07-11 | |
| | ||||
* | Update locale | Unknwon | 2016-07-09 | |
| | ||||
* | Minor fix for #3246 | Unknwon | 2016-07-09 | |
| | ||||
* | The pruning for the synchronized mirrors is a option now. Default value: ↵ | Pablo Saavedra | 2016-07-09 | |
| | | | | | | | | | | | | | 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 | |
| | | | | | | | | | | 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 | |
| | | | | | 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 | |
| | | | | Initially proposed by #2376 and fixes #3068 as well. | |||
* | Upgrade frontend assets | Unknwon | 2016-07-07 | |
| | ||||
* | #3058 #3059 support correct page size and link header | Unknwon | 2016-07-04 | |
| | ||||
* | #2968 use HTTP_ADDR to replace localhost | Unknwon | 2016-07-02 | |
| | ||||
* | Do not show filename not have suffifx .md | Unknwon | 2016-07-01 | |
| | ||||
* | #518 update git-module require version | Unknwon | 2016-06-30 | |
| | ||||
* | #3174 genetate bindata | Unknwon | 2016-06-29 | |
| | ||||
* | Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff (#3174) | Andrey Nering | 2016-06-29 | |
| | ||||
* | Localize collaboration settings. (#3100) | Andrey Nering | 2016-06-28 | |
| | | | Closes #2764 | |||
* | Update glide.yaml | Unknwon | 2016-06-27 | |
| | ||||
* | Minor fix for #3194 | Unknwon | 2016-06-27 | |
| | | | | - Update locale bindata | |||
* | Do not assume avatar needs be changed from gravatar.com (#3209) | Sandro Santilli | 2016-06-27 | |
| | | | | | | | | | | Always send user to settings screen to change avatar. Drops "change_custom_avatar" localized message, keeps "change_avatar" for the generic one. NOTE: only changes the en-US locale, as per https://github.com/gogits/gogs/wiki/Contributing-Code#those-we-do-not-accept NOTE: requires rebuild of bindata.go to fully see effects | |||
* | repo/http: clean code | Unknwon | 2016-06-01 | |
| | ||||
* | #2954 use text/plain as default email content format | Unknwon | 2016-05-30 | |
| | ||||
* | #809 fix wrong closed issue count when create closed issue via API | Unknwon | 2016-05-27 | |
| | | | | Add start count corrector for Repository.NumClosedIssues | |||
* | #3045 fix DEPRECATED Action signature erorr | Unknwon | 2016-05-12 | |
| | ||||
* | Add Czech support | Unknwon | 2016-05-11 | |
| | ||||
* | models/release: filter input to prevent command line argument vulnerability | Unknwon | 2016-05-06 | |
| | ||||
* | PDF-Previews in file-lists now working (#3000) | Kim Carlbäcker | 2016-04-26 | |
| | ||||
* | #2895 minor fix for bug of xorm | Unknwon | 2016-04-26 | |
| | ||||
* | Add new language support | Unknwon | 2016-04-25 | |
| | | | | - Update language choose dropdown to fit more languages | |||
* | #2992 set default style name when empty in AfterSet | Unknwon | 2016-04-22 | |
| | ||||
* | Support alphanumeric issue style (ABC-1234) for external issue tracker (#2992) | Cosmin Stroe | 2016-04-22 | |
| |