Commit Graph

2974 Commits (7d72c8333e05b377d42fb773ef2d952c8ec87d32)
 

Author SHA1 Message Date
Unknwon 7d72c8333e work on and fix miror JS issue when choose targets on compare and pull
Unknwon 706b0f72e2 fix issue comment mention and autofix count when start
无闻 1f4beb530c Merge pull request from ChasingLogic/patch-1
Fixed broken link in README
Mathew Robinson 89bf56a6ac Fixed broken link in README
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
无闻 31b375782b Merge pull request from andreynering/windows-service
Adding simple script to install Gogs as a Windows service.
Andrey Nering 0252629956 Adding simple script to install Gogs as a Windows service.
Unknwon 4f0e31e96d update README
Unknwon f5689ee3a5 update locale
无闻 a020cf803b Merge pull request from SergioBenitez/develop
Sanitize input to LDAP authentication module
Sergio Benitez 630ebbe6c2 Sanitizing input to LDAP authentication module.
Unknwon b9f5def5dc fix insecure tls when trigger task
Unknwon 87c3c8172a try to indicate sqlite session issue when merge
Unknwon 022820103d allow forcing all private repos
Unknwon d5fab7f1b9 update README
Unknwon c3ba5590c9 Reopen PR need retest patch
无闻 379629d28a Merge pull request from likeit92/develop
workaround for reverse proxy, ssh, submodule
Matthias Pioch 8b92f9cca6 fix workaround for reverse proxy, ssh, submodule
Matthias Pioch 78a4e71245 workaround for reverse proxy, ssh, submodule
Unknwon 63e6e31271 add config and update locale
Unknwon 2be5837cb0 New push to base repo of base branch: retest all corresponding patches
Unknwon 71d8ff247d update some locales
Unknwon 0fbb8c8826 New push to head repo of head branch: regenerate patch and retest apply
Unknwon e0aab4a7f6 new comment with status change overwrites issue content
Unknwon db7ac8bc1d use notice instead of suspend delete archives
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
无闻 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
无闻 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)