Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Some code renaming | Unknwon | 2016-12-22 |
| | |||
* | Fix reported vulnerability | Unknwon | 2016-12-22 |
| | | | | | | Ability to use labels from arbitrary repositories. Reported by Miguel Ángel Jimeno. | ||
* | Fix vulnerability reported in #3962 | Unknwon | 2016-12-22 |
| | |||
* | Fix vulnerabilities reported in #3959 | Unknwon | 2016-12-22 |
| | |||
* | Minor code fix for PR #3602 | Unknwon | 2016-12-22 |
| | | | | Closes #1122 | ||
* | fix bug #1122 log.smtp receiver configure error (#3602) | raphael10241024 | 2016-12-22 |
| | |||
* | Enable Ubuntu 16.04 build at packager.io (#3617) | Gian Perrone | 2016-12-22 |
| | |||
* | Fix #3675 | Unknwon | 2016-12-22 |
| | | | | Closes #3676 | ||
* | Pluralize "Statistic" (#3665) | ipavl | 2016-12-22 |
| | | | Other locales appear to use the plural version, and the text is being associated with more than one statistic. | ||
* | Minor fix for PR #3667 | Unknwon | 2016-12-22 |
| | |||
* | Feature #2583: Disable HTTP cloning (#3667) | Thibault Meyer | 2016-12-22 |
| | | | | | | | | * Can disable GIT interactions by HTTP protocol * rename variable + fix wiki link * missing space | ||
* | Code fix for PR #3547 | Unknwon | 2016-12-22 |
| | |||
* | PR Webhook - Add base/head info (#3547) | Kurt Madel | 2016-12-22 |
| | | | | | | | | * messing with getting local go-gogs-client * coding style fix * added comments for required fields | ||
* | Set ProdMode in the correct place | Unknwon | 2016-12-22 |
| | | | | | | | | Closes #3696, #3611 Previously, ProdMode can only be true for web server, which always prints dev mode log message to incoming SSH connections and leaks unexpected information. | ||
* | Minor fix for PR #3687 | Unknwon | 2016-12-21 |
| | |||
* | Check if file is a symlink with web editor (#3687) | Stefan Grönke | 2016-12-21 |
| | | | | | | | | * editor checks for symlinks * translate file_is_a_symlink message * credit translation author | ||
* | Update README | Unknwon | 2016-12-21 |
| | | | | [CI SKIP] | ||
* | Fix regex on route file (#3851) | Thibault Meyer | 2016-12-21 |
| | |||
* | #3480 Fix new ssh key adding issues (#3565) | Najeeb R | 2016-12-21 |
| | | | | | | | | | | | * #3480 Fix new ssh key adding issues Added regular exp match (108) and remove training new line (111) that cause system to think its an ssh2 key. * #3480 Fix new ssh key adding issues -Sanitizate new lines (windows format) in posted key -Edit sanitization implementation to use string replace for code readability and maintenability. | ||
* | Added public entries to reserved keywords list | Flare | 2016-12-21 |
| | | | | Closes #3728 | ||
* | Dirty hack for #3905 | Unknwon | 2016-12-21 |
| | | | | | I beileve this is a bug in XORM which wrongly identifies a struct to inappropriate table name. Also seems to be random. | ||
* | Minor fix for PR #3822 | Unknwon | 2016-12-21 |
| | |||
* | Fix database write context interleaving bug (#3822) | stroucki | 2016-12-21 |
| | | | | | | | | | | | | | | * UpdateIssueUsersByMentions was calling database write operations while a transaction session was in progress. MailParticipants was failing silently because of the SQLITE_LOCKED error. Make sure failures in MailParticipants enter the log, and pass on the transaction context. issue: let caller pass in database context, and use it issue_comment: obtain database context to pass to UpdateIssueMentions issue_comment: log any error from call to MailParticipants issue_mail: pass on database context to UpdateIssueMentions * issue: forgot debug statement | ||
* | Minor code fix | Unknwon | 2016-12-21 |
| | |||
* | Fixed 404 caused by unexpected question mark (#3668) | LefsFlare | 2016-12-21 |
| | | | This fixes 404 caused when creating new files or wiki pages with question marks. | ||
* | New settings option for a custom SSH host (#3763) | imilo | 2016-12-21 |
| | |||
* | Check for zero length passwords in LDAP module. (#3827) | Mateusz Hromada | 2016-12-21 |
| | |||
* | #3791 update LDAP username check (#3906) | Саша Иванов | 2016-12-21 |
| | |||
* | Don't use custom PBKDF2 function (#3952) | leonklingele | 2016-12-21 |
| | | | Instead, use golang.org/x/crypto/pbkdf2 | ||
* | Fix random string generator (#3953) | leonklingele | 2016-12-21 |
| | | | | | | | | * Remove unused custom-alphabet feature of random string generator * Fix modulo-biased random string generator * Random string generator should return error if it fails to read random data via crypto/rand | ||
* | serve video files using the HTML5 video tag (#3967) | Nico Mandery | 2016-12-21 |
| | |||
* | init script for gentoo (#3761) | afilippov1985 | 2016-12-21 |
| | |||
* | Fix Typo Errors (#3885) | SeongAhJo | 2016-12-21 |
| | | | | | | * Fix typos * Fix typos | ||
* | Fix typo: 'passowrd' -> 'password' (#3951) | leonklingele | 2016-12-21 |
| | |||
* | Fix typos (#3852) | Bo Zhang | 2016-12-21 |
| | |||
* | [mod] readme: update YunoHost package link. (#3881) | M5oul | 2016-12-21 |
| | |||
* | Add support for using "libravatar" as the GravatarSource (#3969) | Sandro Santilli | 2016-12-21 |
| | | | | Just to make it easier for administrator to configure libre avatar, as it is done for "duoshuo" and "gravatar" | ||
* | Fix string format verbs (#3637) | Alexander Lunegov | 2016-12-21 |
| | |||
* | Minor fix for PR #3624 | Unknwon | 2016-12-21 |
| | |||
* | More Issue-Comments API-endpoints (#3624) | Kim "BKC" Carlbäcker | 2016-12-21 |
| | | | | | | * ListAllInRepo & Delete Issue-Comments * Moar data in issue-comments | ||
* | Merge branch 'develop' of https://github.com/tanapoln/gogs into develop | Unknwon | 2016-12-21 |
|\ | |||
| * | provide button to delete merged pull request | Tanapol Nearunchorn | 2016-09-02 |
| | | |||
* | | Fix #3905 | Unknwon | 2016-12-20 |
| | | |||
* | | Update locales | Unknwon | 2016-12-20 |
| | | |||
* | | cmd: new command 'import locale' | Unknwon | 2016-12-20 |
| | | | | | | | | Quickly import locale files downloaded from Crowdin. | ||
* | | Add Korean support | Unknwon | 2016-12-20 |
| | | |||
* | | Update git-module required version | Unknwon | 2016-12-20 |
| | | |||
* | | Update git-module version to support back Git 1.7.1 | Unknwon | 2016-12-08 |
| | | |||
* | | Add github.com/go-xorm/builder to dependency | Unknwon | 2016-11-23 |
| | | |||
* | | Update glide.lock and .gopmfile for XORM | Unknwon | 2016-11-23 |
| | |