Commit Graph

3105 Commits (81d7359fdd3042aed0bcb4a8e5dee24208d34e58)
 

Author SHA1 Message Date
Unknwon c6ce6bd4c2 work on
Unknwon b5fdf0947b reduce code
Unknwon 35a65736fa add get repo API
Unknwon 04af4b24fd work on
无闻 a301c7ed26 Merge pull request from 0rax/develop
Update docker `socat` link creation
Jean-Philippe Roemer f7c7837fc8 Docker socat link: default port fix
- Remove port 80 & 443 unused by the container
- Add port 3000 used by gogs application
Jean-Philippe Roemer 02289479ef Docker `socat` link creation
- `start.sh` will now verify that the port is not already used by another service
- Resolve 
- Log when a service is created, or could not be created
- Keep track of which port is already used, including goes & sshd port
Unknwon eac91a74d8 Merge branch 'develop' of github.com:gogits/gogs into develop
Unknwon f17b746a01 update locale
无闻 d3f67d341f Merge pull request from likeit92/develop
fix build error with PKGBUILD (archlinux, x64)
Matthias Pioch 0f4f81f1fb fix import path on x64 systems, fix
无闻 d0c17adfea Merge pull request from likeit92/master
fix build error with PKGBUILD (archlinux)
Matthias Pioch 87c05c386f fix import path, fix
无闻 8fc8848ce2 Merge pull request from kenno/develop
Fix import path
Soputtra San 1f1abb17e2 Fix import path
Unknwon fc7959d3bc New/reopen PR checks if there is any unmerged and open PR
Unknwon 4dc6285715 add new status: checking
无闻 9825760817 Merge pull request from legoktm/patch-1
Simplify disable Gravatar preference wording
Kunal Mehta 9573f9afe9 Simplify disable Gravatar preference wording
"Enable this to disable..." is needlessly confusing, simplify it by being
upfront that this setting disables the Gravatar fetching.
Unknwon 6599869f28 fast return for too large diff
Unknwon 932dbccb67 fix import path, fix
Antoine GIRARD 5edc2f6d6c Fix indent tmpl
Antoine GIRARD 4dd731cb53 Fix indent .less
无闻 a749e6adcf Merge pull request from limianwang/develop
fix typo in README for Docker
Limian Wang b854d3ba40 fix typo in README for Docker
Unknwon 6a6e43f964 print out git version
Antoine GIRARD ae0fadeb0e To quick to copy-paste
Antoine GIRARD 2717ada14c Little fix
Antoine GIRARD e1c04f043b Implement new ui to dashboard
无闻 a42514613f Merge pull request from 0rax/develop
Fix bug introduced in  preventing ssh server to launch
Jean-Philippe Roemer 9acf02ad7f Fix bug introduced in preventing ssh server to launch
- 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)
无闻 5c6df9f31b Merge pull request from 0rax/develop
Docker repository path backward compatibility fix
Jean-Philippe Roemer 533c6a8e08 Edit comment to make it clear that we are talking about container version
Jean-Philippe Roemer bfed40eec4 Docker repository path backward compatibility fix:
- resolve 
- create link to old git repository path: `/home/git/gogs-repository`
无闻 575300cd57 Merge pull request from 0rax/develop
Volumed data setup changed to allow 
Jean-Philippe Roemer 9cba6ff84b Volumed data setup changed to allow
- 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
Unknwon 570ddefc32 print log every time regulater timezone
无闻 5676fa5b5d Merge pull request from 0rax/develop
Docker Container Restart Fix
Jean-Philippe Roemer fc427432ed Docker Container Restart Fix
- Fix s6 fifodir error on container restart
- Add .tags* to .gitignore (Atom auto ctags generation)
无闻 d7f390a3b0 Merge pull request from alvaroaleman/bugfix/docker_gosu
Update gosu, this fixes 
Alvaro Aleman 2671c86ba7 Update gosu, this fixes
Unknwon f1c2276c8d add log when cannot regulate time
Unknwon 2020bafee1 fix typo
Unknwon bc2f546023 fix README links
无闻 ef6d12844c Merge pull request from soudy/develop
fixed dead links in README
Steven Oud a443fcf33a fixed dead links in README
Unknwon b5e6af9587 update locale
Unknwon 01dc8f8a4f fix change visivility of non-org does not affect forks
Unknwon aff49b1c9e unified API error response
无闻 b1941f1da1 Merge pull request from soudy/develop
Added repository remove option to API