Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | modules/sync: minor field refactor | Unknwon | 2017-01-25 | |
| | ||||
* | Fix #3714 (#4060) | Óscar García Amor | 2017-01-25 | |
| | ||||
* | Fix unexpected rendering of README when it is not in Markdown | Unknwon | 2017-01-25 | |
| | | | | | This patch also handles case when a file name looks like README but is not a text file (e.g. image, PDF). | |||
* | repo/home.tmpl: only ellipsis on repository name | Unknwon | 2017-01-24 | |
| | | | | | File name could contain non-ASCII characters. See details on https://discuss.gogs.io/t/topic/758. | |||
* | Fix notification email issues (#4055) | Óscar García Amor | 2017-01-24 | |
| | ||||
* | Dockerfile for aarch64 (odroid c2 & pine64) (#4018) | atzoum | 2017-01-23 | |
| | ||||
* | Remove call to set GOMAXPROCS (#4010) | Aaron Wood | 2017-01-23 | |
| | | | | | | * Remove call to set GOMAXPROCS * Remove runtime import | |||
* | Reword README.md (#4047) | Joakim Fremstad | 2017-01-23 | |
| | ||||
* | locale: remove unused locale string | Unknwon | 2017-01-23 | |
| | ||||
* | Enable federated avatars by default (#3997) | Sandro Santilli | 2017-01-22 | |
| | ||||
* | Update locales | Unknwon | 2017-01-21 | |
| | ||||
* | Improve code for fix of #4006 | Unknwon | 2017-01-03 | |
| | ||||
* | Fix incorrect logic check for fork repo action | Unknwon | 2017-01-03 | |
| | ||||
* | Fix vulnerability reported in #4006 | Unknwon | 2017-01-03 | |
| | ||||
* | Update locales | Unknwon | 2017-01-01 | |
| | ||||
* | Fix dashboard issues/pull request counting | Unknwon | 2016-12-27 | |
| | ||||
* | Fix dashboard issue/pull request scoping | Unknwon | 2016-12-27 | |
| | ||||
* | Minor code fix for PR #3560 | Unknwon | 2016-12-27 | |
| | ||||
* | Upgrade Sematic UI to 2.2.7 | Unknwon | 2016-12-27 | |
| | ||||
* | Fix assigned/created issues in dashboard. (#3560) | hgaiser | 2016-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-Liang | 2016-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.lock | Unknwon | 2016-12-23 | |
| | ||||
* | Add Galician support | Unknwon | 2016-12-23 | |
| | | | | - Update locales | |||
* | New locale "galician" (#3917) | David A. Lareo | 2016-12-23 | |
| | ||||
* | Code fix for PR #3748 | Unknwon | 2016-12-23 | |
| | ||||
* | Use temporary file to avoid out-of-memory when receiving big chunks. (#3748) | typeless | 2016-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) | Unknwon | 2016-12-23 | |
| | ||||
* | Minor fix for PR #3436 | Unknwon | 2016-12-23 | |
| | ||||
* | Improve issue references in markdown. (#3436) | lstahlman | 2016-12-23 | |
| | ||||
* | 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. |