aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update appveyor.ymlUnknwon2017-01-27
|
* Add appveyor.ymlUnknwon2017-01-27
|
* Fix changed branch is not reflected when creating PR (#3604)Unknwon2017-01-27
|
* Fix template error when rendering non-README markdown (#4063)Unknwon2017-01-27
|
* Verify repository is not bare before retrieving blob. (#3996)cybe2017-01-27
|
* Update XORM required version and 'go fmt'Unknwon2017-01-26
|
* Disable local path migration by default (#4033)Unknwon2017-01-26
| | | | | | | Site admin now has to enable manually by config option [repository] ENABLE_LOCAL_PATH_MIGRATION = true. Site admin always grants this permission, but regulars users have to be allowed by site admins in admin user panel.
* Fix log depth of AvatarLinkUnknwon2017-01-26
|
* templates/repo: rename 'Code' to 'Files'Unknwon2017-01-25
|
* modules/sync: minor field refactorUnknwon2017-01-25
|
* Fix #3714 (#4060)Óscar García Amor2017-01-25
|
* Fix unexpected rendering of README when it is not in MarkdownUnknwon2017-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 nameUnknwon2017-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 Amor2017-01-24
|
* Dockerfile for aarch64 (odroid c2 & pine64) (#4018)atzoum2017-01-23
|
* Remove call to set GOMAXPROCS (#4010)Aaron Wood2017-01-23
| | | | | | * Remove call to set GOMAXPROCS * Remove runtime import
* Reword README.md (#4047)Joakim Fremstad2017-01-23
|
* locale: remove unused locale stringUnknwon2017-01-23
|
* Enable federated avatars by default (#3997)Sandro Santilli2017-01-22
|
* Update localesUnknwon2017-01-21
|
* Improve code for fix of #4006Unknwon2017-01-03
|
* Fix incorrect logic check for fork repo actionUnknwon2017-01-03
|
* Fix vulnerability reported in #4006Unknwon2017-01-03
|
* Update localesUnknwon2017-01-01
|
* Fix dashboard issues/pull request countingUnknwon2016-12-27
|
* Fix dashboard issue/pull request scopingUnknwon2016-12-27
|
* Minor code fix for PR #3560Unknwon2016-12-27
|
* 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
|