aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | Fixed broken link in READMEMathew Robinson2015-10-29
|/ / | | | | The link http://gogs.io/docs/intro/ produces a 404 error and is used in the README updated it to http://gogs.io/docs/intro which correctly links to the introductory documentation
* | Merge pull request #1853 from andreynering/windows-service无闻2015-10-29
|\ \ | | | | | | Adding simple script to install Gogs as a Windows service.
| * | Adding simple script to install Gogs as a Windows service.Andrey Nering2015-10-29
|/ /
* | update READMEUnknwon2015-10-29
| |
* | update localeUnknwon2015-10-28
| |
* | Merge pull request #1845 from SergioBenitez/develop无闻2015-10-28
|\ \ | | | | | | Sanitize input to LDAP authentication module
| * | Sanitizing input to LDAP authentication module.Sergio Benitez2015-10-26
|/ /
* | fix insecure tls when trigger taskUnknwon2015-10-26
| |
* | #1711 try to indicate sqlite session issue when mergeUnknwon2015-10-25
| |
* | #1657 allow forcing all private reposUnknwon2015-10-25
| |
* | update READMEUnknwon2015-10-25
| |
* | Reopen PR need retest patchUnknwon2015-10-25
| |
* | Merge pull request #1836 from likeit92/develop无闻2015-10-24
|\ \ | | | | | | workaround for reverse proxy, ssh, submodule
| * | fix workaround for reverse proxy, ssh, submoduleMatthias Pioch2015-10-24
| | |
| * | workaround for reverse proxy, ssh, submoduleMatthias Pioch2015-10-24
| | |
* | | add config and update localeUnknwon2015-10-24
| | |
* | | New push to base repo of base branch: retest all corresponding patchesUnknwon2015-10-24
|/ /
* | update some localesUnknwon2015-10-24
| |
* | New push to head repo of head branch: regenerate patch and retest applyUnknwon2015-10-24
| |
* | #1830 new comment with status change overwrites issue contentUnknwon2015-10-23
| |
* | use notice instead of suspend delete archivesUnknwon2015-10-23
| |
* | work on #1830Unknwon2015-10-23
| |
* | reduce codeUnknwon2015-10-22
| |
* | add get repo APIUnknwon2015-10-22
| |
* | work on #1818Unknwon2015-10-22
| |
* | Merge pull request #1814 from 0rax/develop无闻2015-10-21
|\ \ | | | | | | Update docker `socat` link creation
| * | Docker socat link: default port fixJean-Philippe Roemer2015-10-21
| | | | | | | | | | | | | | | - Remove port 80 & 443 unused by the container - Add port 3000 used by gogs application
| * | Docker `socat` link creationJean-Philippe Roemer2015-10-21
|/ / | | | | | | | | | | | | - `start.sh` will now verify that the port is not already used by another service - Resolve #1807 - Log when a service is created, or could not be created - Keep track of which port is already used, including goes & sshd port
* | Merge branch 'develop' of github.com:gogits/gogs into developUnknwon2015-10-21
|\ \
| * \ Merge pull request #1811 from likeit92/develop无闻2015-10-21
| |\ \ | | | | | | | | fix build error with PKGBUILD (archlinux, x64)
| | * | fix import path on x64 systems, fix #1795Matthias Pioch2015-10-21
| |/ /
| * | Merge pull request #1809 from likeit92/master无闻2015-10-20
| |\ \ | | | | | | | | fix build error with PKGBUILD (archlinux)
| | * | fix import path, fix #1795Matthias Pioch2015-10-20
| |/ /
| * | Merge pull request #1803 from kenno/develop无闻2015-10-19
| |\ \ | | | | | | | | Fix import path
| | * | Fix import pathSoputtra San2015-10-19
| |/ /
* / / update localeUnknwon2015-10-21
|/ /
* | New/reopen PR checks if there is any unmerged and open PRUnknwon2015-10-18
| |
* | add new status: checkingUnknwon2015-10-18
| |
* | Merge pull request #1799 from legoktm/patch-1无闻2015-10-18
|\ \ | | | | | | Simplify disable Gravatar preference wording
| * | Simplify disable Gravatar preference wordingKunal Mehta2015-10-17
|/ / | | | | | | "Enable this to disable..." is needlessly confusing, simplify it by being upfront that this setting disables the Gravatar fetching.
* | #1790 fast return for too large diffUnknwon2015-10-17
| |
* | fix import path, fix #1782Unknwon2015-10-15
| |
* | Merge pull request #1778 from limianwang/develop无闻2015-10-13
|\ \ | | | | | | fix typo in README for Docker
| * | fix typo in README for DockerLimian Wang2015-10-13
|/ /
* / print out git versionUnknwon2015-10-13
|/
* Merge pull request #1767 from 0rax/develop无闻2015-10-12
|\ | | | | Fix bug introduced in #1759 preventing ssh server to launch
| * Fix bug introduced in #1759 preventing ssh server to launchJean-Philippe Roemer2015-10-12
|/ | | | | | | - ssh/setup: test directive now check if a file exist in key path instead of a folder - ssh/setup script was hanging waiting for an input about rewriting the key as the test case was returning true, when it should have been false (check if file is a folder instead of a file)
* Merge pull request #1766 from 0rax/develop无闻2015-10-12
|\ | | | | Docker repository path backward compatibility fix
| * Edit comment to make it clear that we are talking about container versionJean-Philippe Roemer2015-10-12
| |
| * Docker repository path backward compatibility fix:Jean-Philippe Roemer2015-10-12
|/ | | | | - resolve #1765 - create link to old git repository path: `/home/git/gogs-repository`