Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #1811 from likeit92/develop | 无闻 | 2015-10-21 |
|\ | | | | | fix build error with PKGBUILD (archlinux, x64) | ||
| * | fix import path on x64 systems, fix #1795 | Matthias Pioch | 2015-10-21 |
|/ | |||
* | Merge pull request #1809 from likeit92/master | 无闻 | 2015-10-20 |
|\ | | | | | fix build error with PKGBUILD (archlinux) | ||
| * | fix import path, fix #1795 | Matthias Pioch | 2015-10-20 |
|/ | |||
* | Merge pull request #1803 from kenno/develop | 无闻 | 2015-10-19 |
|\ | | | | | Fix import path | ||
| * | Fix import path | Soputtra San | 2015-10-19 |
|/ | |||
* | New/reopen PR checks if there is any unmerged and open PR | Unknwon | 2015-10-18 |
| | |||
* | add new status: checking | Unknwon | 2015-10-18 |
| | |||
* | Merge pull request #1799 from legoktm/patch-1 | 无闻 | 2015-10-18 |
|\ | | | | | Simplify disable Gravatar preference wording | ||
| * | Simplify disable Gravatar preference wording | Kunal Mehta | 2015-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 diff | Unknwon | 2015-10-17 |
| | |||
* | fix import path, fix #1782 | Unknwon | 2015-10-15 |
| | |||
* | Merge pull request #1778 from limianwang/develop | 无闻 | 2015-10-13 |
|\ | | | | | fix typo in README for Docker | ||
| * | fix typo in README for Docker | Limian Wang | 2015-10-13 |
|/ | |||
* | print out git version | Unknwon | 2015-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 launch | Jean-Philippe Roemer | 2015-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 version | Jean-Philippe Roemer | 2015-10-12 |
| | | |||
| * | Docker repository path backward compatibility fix: | Jean-Philippe Roemer | 2015-10-12 |
|/ | | | | | - resolve #1765 - create link to old git repository path: `/home/git/gogs-repository` | ||
* | Merge pull request #1764 from 0rax/develop | 无闻 | 2015-10-12 |
|\ | | | | | Volumed data setup changed to allow #1759 | ||
| * | Volumed data setup changed to allow #1759 | Jean-Philippe Roemer | 2015-10-12 |
|/ | | | | | | | | | - 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 timezone | Unknwon | 2015-10-10 |
| | |||
* | Merge pull request #1758 from 0rax/develop | 无闻 | 2015-10-10 |
|\ | | | | | Docker Container Restart Fix | ||
| * | Docker Container Restart Fix | Jean-Philippe Roemer | 2015-10-10 |
| | | | | | | | | | | - 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-10 |
|\ \ | | | | | | | Update gosu, this fixes #1756 | ||
| * | | Update gosu, this fixes #1756 | Alvaro Aleman | 2015-10-10 |
|/ / | |||
* / | add log when cannot regulate time | Unknwon | 2015-10-09 |
|/ | |||
* | fix typo | Unknwon | 2015-10-09 |
| | |||
* | fix README links | Unknwon | 2015-10-09 |
| | |||
* | Merge pull request #1752 from soudy/develop | 无闻 | 2015-10-09 |
|\ | | | | | fixed dead links in README | ||
| * | fixed dead links in README | Steven Oud | 2015-10-09 |
|/ | |||
* | update locale | Unknwon | 2015-10-08 |
| | |||
* | fix change visivility of non-org does not affect forks | Unknwon | 2015-10-08 |
| | |||
* | unified API error response | Unknwon | 2015-10-08 |
| | |||
* | Merge pull request #1736 from soudy/develop | 无闻 | 2015-10-08 |
|\ | | | | | Added repository remove option to API | ||
| * | added repository remove option to api | Steven Oud | 2015-10-04 |
| | | |||
* | | fix quick guide style | Unknwon | 2015-10-07 |
| | | |||
* | | work on 1714 | Unknwon | 2015-10-05 |
| | | |||
* | | add log for trigger hook when push through SSH | Unknwon | 2015-10-05 |
| | | |||
* | | save PR info as patch and minor fix on PR | Unknwon | 2015-10-04 |
|/ | |||
* | Merge pull request #1686 from preovaleo/develop | 无闻 | 2015-10-03 |
|\ | | | | | Fix #1669 on develop | ||
| * | Fix typo | Théo Bougé | 2015-09-25 |
| | | |||
| * | fix typo | Théo Bougé | 2015-09-25 |
| | | |||
| * | fix the restart | Théo Bougé | 2015-09-25 |
| | | |||
| * | Fix #1669 | Théo BOUGE | 2015-09-25 |
| | | |||
* | | Merge pull request #1735 from soudy/develop | 无闻 | 2015-10-03 |
|\ \ | | | | | | | Add links to forks/watchers/stars in new layout header | ||
| * | | added links to forks/watchers/stars in new layout header | Steven Oud | 2015-10-03 |
|/ / | |||
* | | Merge pull request #1732 from 0rax/develop | 无闻 | 2015-10-02 |
|\ \ | | | | | | | Docker Container: Init 1 & Initialisation | ||
| * | | Remove fixed issue | Jean-Philippe Roemer | 2015-10-02 |
| | | |