aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Some code renamingUnknwon2016-12-22
|
* Fix reported vulnerabilityUnknwon2016-12-22
| | | | | | Ability to use labels from arbitrary repositories. Reported by Miguel Ángel Jimeno.
* Fix vulnerability reported in #3962Unknwon2016-12-22
|
* Fix vulnerabilities reported in #3959Unknwon2016-12-22
|
* Minor code fix for PR #3602Unknwon2016-12-22
| | | | Closes #1122
* fix bug #1122 log.smtp receiver configure error (#3602)raphael102410242016-12-22
|
* Enable Ubuntu 16.04 build at packager.io (#3617)Gian Perrone2016-12-22
|
* Fix #3675Unknwon2016-12-22
| | | | Closes #3676
* Pluralize "Statistic" (#3665)ipavl2016-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 #3667Unknwon2016-12-22
|
* Feature #2583: Disable HTTP cloning (#3667)Thibault Meyer2016-12-22
| | | | | | | | * Can disable GIT interactions by HTTP protocol * rename variable + fix wiki link * missing space
* Code fix for PR #3547Unknwon2016-12-22
|
* PR Webhook - Add base/head info (#3547)Kurt Madel2016-12-22
| | | | | | | | * messing with getting local go-gogs-client * coding style fix * added comments for required fields
* Set ProdMode in the correct placeUnknwon2016-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 #3687Unknwon2016-12-21
|
* Check if file is a symlink with web editor (#3687)Stefan Grönke2016-12-21
| | | | | | | | * editor checks for symlinks * translate file_is_a_symlink message * credit translation author
* Update READMEUnknwon2016-12-21
| | | | [CI SKIP]
* Fix regex on route file (#3851)Thibault Meyer2016-12-21
|
* #3480 Fix new ssh key adding issues (#3565)Najeeb R2016-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 listFlare2016-12-21
| | | | Closes #3728
* Dirty hack for #3905Unknwon2016-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 #3822Unknwon2016-12-21
|
* Fix database write context interleaving bug (#3822)stroucki2016-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 fixUnknwon2016-12-21
|
* Fixed 404 caused by unexpected question mark (#3668)LefsFlare2016-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)imilo2016-12-21
|
* Check for zero length passwords in LDAP module. (#3827)Mateusz Hromada2016-12-21
|
* #3791 update LDAP username check (#3906)Саша Иванов2016-12-21
|
* Don't use custom PBKDF2 function (#3952)leonklingele2016-12-21
| | | Instead, use golang.org/x/crypto/pbkdf2
* Fix random string generator (#3953)leonklingele2016-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 Mandery2016-12-21
|
* init script for gentoo (#3761)afilippov19852016-12-21
|
* Fix Typo Errors (#3885)SeongAhJo2016-12-21
| | | | | | * Fix typos * Fix typos
* Fix typo: 'passowrd' -> 'password' (#3951)leonklingele2016-12-21
|
* Fix typos (#3852)Bo Zhang2016-12-21
|
* [mod] readme: update YunoHost package link. (#3881)M5oul2016-12-21
|
* Add support for using "libravatar" as the GravatarSource (#3969)Sandro Santilli2016-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 Lunegov2016-12-21
|
* Minor fix for PR #3624Unknwon2016-12-21
|
* More Issue-Comments API-endpoints (#3624)Kim "BKC" Carlbäcker2016-12-21
| | | | | | * ListAllInRepo & Delete Issue-Comments * Moar data in issue-comments
* Merge branch 'develop' of https://github.com/tanapoln/gogs into developUnknwon2016-12-21
|\
| * provide button to delete merged pull requestTanapol Nearunchorn2016-09-02
| |
* | Fix #3905Unknwon2016-12-20
| |
* | Update localesUnknwon2016-12-20
| |
* | cmd: new command 'import locale'Unknwon2016-12-20
| | | | | | | | Quickly import locale files downloaded from Crowdin.
* | Add Korean supportUnknwon2016-12-20
| |
* | Update git-module required versionUnknwon2016-12-20
| |
* | Update git-module version to support back Git 1.7.1Unknwon2016-12-08
| |
* | Add github.com/go-xorm/builder to dependencyUnknwon2016-11-23
| |
* | Update glide.lock and .gopmfile for XORMUnknwon2016-11-23
| |