aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* #1711 try to indicate sqlite session issue when mergeUnknwon2015-10-253-6/+8
|
* #1657 allow forcing all private reposUnknwon2015-10-2515-35/+75
|
* update READMEUnknwon2015-10-252-12/+14
|
* Reopen PR need retest patchUnknwon2015-10-2510-135/+171
|
* Merge pull request #1836 from likeit92/develop无闻2015-10-241-1/+8
|\ | | | | workaround for reverse proxy, ssh, submodule
| * fix workaround for reverse proxy, ssh, submoduleMatthias Pioch2015-10-243-8/+6
| |
| * workaround for reverse proxy, ssh, submoduleMatthias Pioch2015-10-243-4/+13
| |
* | add config and update localeUnknwon2015-10-245-8/+11
| |
* | New push to base repo of base branch: retest all corresponding patchesUnknwon2015-10-242-29/+69
|/
* update some localesUnknwon2015-10-243-188/+188
|
* New push to head repo of head branch: regenerate patch and retest applyUnknwon2015-10-2420-152/+473
|
* #1830 new comment with status change overwrites issue contentUnknwon2015-10-232-4/+14
|
* use notice instead of suspend delete archivesUnknwon2015-10-231-4/+8
|
* work on #1830Unknwon2015-10-235-10/+9
|
* reduce codeUnknwon2015-10-221-2/+2
|
* add get repo APIUnknwon2015-10-222-13/+32
|
* work on #1818Unknwon2015-10-224-9/+11
|
* Merge pull request #1814 from 0rax/develop无闻2015-10-211-6/+18
|\ | | | | Update docker `socat` link creation
| * Docker socat link: default port fixJean-Philippe Roemer2015-10-211-1/+1
| | | | | | | | | | - Remove port 80 & 443 unused by the container - Add port 3000 used by gogs application
| * Docker `socat` link creationJean-Philippe Roemer2015-10-211-6/+18
|/ | | | | | | - `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-213-3/+5
|\
| * Merge pull request #1811 from likeit92/develop无闻2015-10-211-0/+1
| |\ | | | | | | fix build error with PKGBUILD (archlinux, x64)
| | * fix import path on x64 systems, fix #1795Matthias Pioch2015-10-211-0/+1
| |/
| * Merge pull request #1809 from likeit92/master无闻2015-10-201-0/+1
| |\ | | | | | | fix build error with PKGBUILD (archlinux)
| | * fix import path, fix #1795Matthias Pioch2015-10-201-0/+1
| |/
| * Merge pull request #1803 from kenno/develop无闻2015-10-192-3/+3
| |\ | | | | | | Fix import path
| | * Fix import pathSoputtra San2015-10-192-3/+3
| |/
* / update localeUnknwon2015-10-2115-126/+141
|/
* New/reopen PR checks if there is any unmerged and open PRUnknwon2015-10-189-513/+601
|
* add new status: checkingUnknwon2015-10-184-7/+19
|
* Merge pull request #1799 from legoktm/patch-1无闻2015-10-181-1/+1
|\ | | | | Simplify disable Gravatar preference wording
| * Simplify disable Gravatar preference wordingKunal Mehta2015-10-171-1/+1
|/ | | | "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-173-13/+5
|
* fix import path, fix #1782Unknwon2015-10-1523-53/+55
|
* Merge pull request #1778 from limianwang/develop无闻2015-10-131-1/+1
|\ | | | | fix typo in README for Docker
| * fix typo in README for DockerLimian Wang2015-10-131-1/+1
|/
* print out git versionUnknwon2015-10-132-0/+6
|
* Merge pull request #1767 from 0rax/develop无闻2015-10-121-5/+5
|\ | | | | Fix bug introduced in #1759 preventing ssh server to launch
| * Fix bug introduced in #1759 preventing ssh server to launchJean-Philippe Roemer2015-10-121-5/+5
|/ | | | | | | - 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-121-0/+4
|\ | | | | Docker repository path backward compatibility fix
| * Edit comment to make it clear that we are talking about container versionJean-Philippe Roemer2015-10-121-1/+1
| |
| * Docker repository path backward compatibility fix:Jean-Philippe Roemer2015-10-121-0/+4
|/ | | | | - resolve #1765 - create link to old git repository path: `/home/git/gogs-repository`
* Merge pull request #1764 from 0rax/develop无闻2015-10-123-9/+26
|\ | | | | Volumed data setup changed to allow #1759
| * Volumed data setup changed to allow #1759Jean-Philippe Roemer2015-10-123-9/+26
|/ | | | | | | | | - Volumed subfolder now created up in the ENTRYPOINT script, this way they are created before S6 even starts making VOLUME. - The subfolder will be created during VOLUME creation too as ENTRYPOINT script will be run before /bin/true - SSH Keys will now be created on a single key basis not replying on the existence of /data/ssh folder
* print log every time regulater timezoneUnknwon2015-10-101-1/+2
|
* Merge pull request #1758 from 0rax/develop无闻2015-10-103-4/+13
|\ | | | | Docker Container Restart Fix
| * Docker Container Restart FixJean-Philippe Roemer2015-10-104-5/+14
| | | | | | | | | | - Fix s6 fifodir error on container restart - Add .tags* to .gitignore (Atom auto ctags generation)
* | Merge pull request #1757 from alvaroaleman/bugfix/docker_gosu无闻2015-10-101-1/+1
|\ \ | | | | | | Update gosu, this fixes #1756
| * | Update gosu, this fixes #1756Alvaro Aleman2015-10-101-1/+1
|/ /
* / add log when cannot regulate timeUnknwon2015-10-091-0/+2
|/