Commit Graph

3689 Commits (5418c2c5e45ba013938666f8c64c0a60a61a1398)
 

Author SHA1 Message Date
Unknwon 7436ce6403 emojify.js: ignore_emoticons
Unknwon 91789930bc fix 500 on /watchers & /stars for pg
Unknwon ea375c0dcc new template func
Unknwon 7509fa2c33 improve get commits performance
Unknwon acdb4d8bdd Drop Go 1.3 support
Unknwon 95f9c85bcc use Go sub-repo to detect encoding
Unknwon 79dcd7ee6e able to identify git version on Windows
Unknwon ed001d70e4 fix wiki preview does not work on Firefox
Unknwon 42a8c15ad0 Merge pull request from bclermont/develop
Ignore invalid env for SSH Server (OSX fix)
Bruno 9a27e5ccdc ignore invalid env
Unknwon 71123c816d update hightlight.js
Unknwon 168c69273f fix
Unknwon 4df378b892 fix markdown header margin-top
Unknwon 351dfc95a9 prepare release
Unknwon 837155577a use icon+tooltip to replace text
Unknwon 7e88420bc6 fix wrong regexp
Unknwon 5911fc3512 No issue linking in commits when issue number in brackets
Unknwon 4108c12092 add edit org link in admin panel
Unknwon e444a67d59 update locales
Unknwon 0cce4439ce minor fix
Unknwon 59c965a5ec admin able to edit organization max repo creation
Unknwon 76bdbcc969 fix SMTP authentication makes invalid assumption on protocol
Unknwon 477b4d3b50 fix form submit error
Unknwon 4d31eb2c0d fix org max repo limit default to -1
Unknwon d0b0d24f22 disable change user for non-local users
-  remove require for gravatar
Unknwon 5d95ffe3eb The owner has reached maximum creation limit of 0 repositories
Unknwon 98da7241a0 fix sqlite3 cannot create repo
Unknwon bc17f2f759 fix rewrites authorized_keys when builtin SSH server is enabled
Unknwon 40f3142264 External URL for wiki
Unknwon b21160a13a Merge pull request from roidelapluie/develop
Minor typo in en-US locale: gloabl -> global
Julien Pivotto 5b2afd8ec8 Minor typo in en-US locale: gloabl -> global
Unknwon 7a3eccc709 Drop 0.5.x support
Unknwon 2a8d71367d not show content of issue in activity timeline
Unknwon 3d5d61778a disable password change for non-local users
Unknwon ddcc8d998c fix markdown table header CSS
Unknwon 99e9bbef6c fix bool check for repo max limit and fix hang when push repo with tons of commits
Unknwon 0e96a46020 fix user repo limit default value
Unknwon df5ed64cca "read-only" users
Unknwon 2a0bb1fa90 Limit repo creation
Unknwon c6083c335e Ability to send mail when a new pull request is submitted
Unknwon 2e9c4ddedb Merge pull request from pkgr/fix-packaging-postinstall
Fix postinstall to use GOGS_CUSTOM instead of symlinking
Cyril Rohr fa8bf0f1d7 Fix postinstall to use GOGS_CUSTOM instead of symlinking
Unknwon 9a2e43bff2 move out git module and send push hook
Unknwon bd5dc626e8 Merge pull request from angus-g/fixes/pr-messages
Reword messages for PR auto merging ()
Angus Gibson 626dc1f0bd Reword messages for PR auto merging ()
Unknwon 1b0ef0ec0b Merge pull request from nanoant/patch/ssh-trigger-via-local-url
LOCAL_ROOT_URL for workers accessing web service
Adam Strzelecki e4a092fb5a Make serv/update use LOCAL_ROOT_URL instead public
The reasoning for that is in the previous commit.
Adam Strzelecki b886fb4bf0 LOCAL_ROOT_URL for workers accessing web service
Local (DMZ) URL for gogs workers (such as ssh update) accessing web service. In
most cases you do not need to change default http://localhost:HTTP_PORT/. You
may need to alter it only if your ssh server node is not the same as http node,
eg. running behind proxy on different node than web server.

                     --- 80 public port -> 8080 -- web server node
                    /
    public proxy --<
                    \
                     --- 22 public port -> 10022 -- ssh server node

This option is not intended to be accessible via web GUI settings, since it is
unlikely someone needs to change it to somethings else than default
http://localhost:HTTP_PORT/ which should work for most of the cases.

But this should land into the documentation somewhere.

fixup
Unknwon fa5e372f75 Merge pull request from SlavikZ/master
LDAP parameters UI: bind_dn and bind_password are not required
Unknwon 356f1438a6 Merge pull request from kardianos/develop
gogs: add import that lets gogs run as a stand-alone windows service