aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Upgrade Sematic UI to 2.2.7Unknwon2016-12-27
|
* Fix assigned/created issues in dashboard. (#3560)hgaiser2016-12-27
| | | | | | | | | | | | | | | | | | * Fix assigned/created issues in dashboard. * Use GetUserIssueStats for getting all Dashboard stats. * Use gofmt to format the file properly. * Replace &Issue{} with new(Issue). * Check if user has access to given repository. * Remove unnecessary filtering of issues. * Return 404 error if invalid repository is given. * Use correct number of issues in paginater.
* Fix wrong anchors for non-latin headings (#3981)Joel-Liang2016-12-26
| | | | | | Change Javascript regular expression to match non-latin characters The regex comes from here: http://stackoverflow.com/questions/150033/regular-expression-to-match-non-english-characters#comment22322603_150078 And this patch should fixed these two issues: #3919 #3843
* Update .gopmfile and glide.lockUnknwon2016-12-23
|
* Add Galician supportUnknwon2016-12-23
| | | | - Update locales
* New locale "galician" (#3917)David A. Lareo2016-12-23
|
* Code fix for PR #3748Unknwon2016-12-23
|
* Use temporary file to avoid out-of-memory when receiving big chunks. (#3748)typeless2016-12-23
| | | | | | | | | | * Use temporary file to avoid out-of-memory when receiving big chunk. Not perfect but I think it's a reasonable solution. For small request bodies, I suppose performance wouldn't be an issue. For large ones, this seems to be a necessary evil. * Must close the open file to avoid fd leaks
* Fetch before Checkout when create pull request (#3699)Unknwon2016-12-23
|
* Minor fix for PR #3436Unknwon2016-12-23
|
* Improve issue references in markdown. (#3436)lstahlman2016-12-23
|
* 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
|