3362b3a44f
fix possible disclosure
2015-12-14 17:06:54 -05:00
50264200f0
fix huge diff hangs
2015-12-14 09:38:21 -05:00
7436ce6403
emojify.js: ignore_emoticons
2015-12-14 06:04:24 -05:00
91789930bc
#2176 fix 500 on /watchers & /stars for pg
2015-12-14 02:40:23 -05:00
ea375c0dcc
new template func
2015-12-13 23:16:58 -05:00
7509fa2c33
improve get commits performance
2015-12-13 22:58:12 -05:00
acdb4d8bdd
Drop Go 1.3 support
2015-12-13 20:20:52 -05:00
95f9c85bcc
#2185 use Go sub-repo to detect encoding
2015-12-13 19:56:33 -05:00
79dcd7ee6e
#2167 able to identify git version on Windows
2015-12-13 18:20:39 -05:00
ed001d70e4
#2171 fix wiki preview does not work on Firefox
2015-12-13 17:55:13 -05:00
42a8c15ad0
Merge pull request #2169 from bclermont/develop
...
Ignore invalid env for SSH Server (OSX fix)
2015-12-13 07:21:45 -05:00
9a27e5ccdc
ignore invalid env
2015-12-13 20:17:47 +08:00
71123c816d
update hightlight.js
2015-12-13 00:58:30 -05:00
168c69273f
fix #1720
2015-12-13 00:46:28 -05:00
4df378b892
fix markdown header margin-top
2015-12-12 22:04:52 -05:00
351dfc95a9
prepare release
2015-12-12 21:58:54 -05:00
837155577a
#2159 use icon+tooltip to replace text
2015-12-12 16:53:16 -05:00
7e88420bc6
#2161 fix wrong regexp
2015-12-12 16:13:18 -05:00
5911fc3512
#2161 No issue linking in commits when issue number in brackets
2015-12-12 16:01:54 -05:00
4108c12092
#2156 add edit org link in admin panel
2015-12-12 15:47:59 -05:00
e444a67d59
update locales
2015-12-12 14:47:11 -05:00
0cce4439ce
#2154 minor fix
2015-12-11 21:23:19 -05:00
59c965a5ec
#2156 admin able to edit organization max repo creation
2015-12-11 19:24:57 -05:00
76bdbcc969
#2152 fix SMTP authentication makes invalid assumption on protocol
2015-12-11 18:57:45 -05:00
477b4d3b50
#2154 fix form submit error
2015-12-11 18:52:28 -05:00
4d31eb2c0d
#2155 fix org max repo limit default to -1
2015-12-11 15:48:02 -05:00
d0b0d24f22
#2154 disable change user for non-local users
...
- #2153 remove require for gravatar
2015-12-11 15:31:02 -05:00
5d95ffe3eb
#2155 The owner has reached maximum creation limit of 0 repositories
2015-12-11 15:11:13 -05:00
98da7241a0
fix sqlite3 cannot create repo
2015-12-11 10:13:19 -05:00
bc17f2f759
#2147 fix rewrites authorized_keys when builtin SSH server is enabled
2015-12-11 05:02:33 -05:00
40f3142264
#2114 External URL for wiki
2015-12-11 04:55:08 -05:00
b21160a13a
Merge pull request #2146 from roidelapluie/develop
...
Minor typo in en-US locale: gloabl -> global
2015-12-11 03:42:21 -05:00
5b2afd8ec8
Minor typo in en-US locale: gloabl -> global
2015-12-11 09:31:02 +01:00
7a3eccc709
Drop 0.5.x support
2015-12-10 19:52:06 -05:00
2a8d71367d
#2029 not show content of issue in activity timeline
2015-12-10 19:13:51 -05:00
3d5d61778a
#1938 #1374 disable password change for non-local users
2015-12-10 19:02:57 -05:00
ddcc8d998c
fix markdown table header CSS
2015-12-10 16:45:16 -05:00
99e9bbef6c
fix bool check for repo max limit and fix hang when push repo with tons of commits
2015-12-10 16:27:47 -05:00
0e96a46020
fix user repo limit default value
2015-12-10 12:48:45 -05:00
df5ed64cca
#1301 "read-only" users
2015-12-10 12:46:05 -05:00
2a0bb1fa90
#1575 Limit repo creation
2015-12-10 12:37:53 -05:00
c6083c335e
#1612 Ability to send mail when a new pull request is submitted
2015-12-10 11:18:56 -05:00
2e9c4ddedb
Merge pull request #2143 from pkgr/fix-packaging-postinstall
...
Fix postinstall to use GOGS_CUSTOM instead of symlinking
2015-12-10 10:00:26 -05:00
fa8bf0f1d7
Fix postinstall to use GOGS_CUSTOM instead of symlinking
2015-12-10 09:02:58 +00:00
9a2e43bff2
move out git module and #1573 send push hook
2015-12-09 20:46:05 -05:00
bd5dc626e8
Merge pull request #2139 from angus-g/fixes/pr-messages
...
Reword messages for PR auto merging (#2117 )
2015-12-09 17:31:46 -05:00
626dc1f0bd
Reword messages for PR auto merging ( #2117 )
2015-12-10 09:28:49 +11:00
1b0ef0ec0b
Merge pull request #2137 from nanoant/patch/ssh-trigger-via-local-url
...
LOCAL_ROOT_URL for workers accessing web service
2015-12-09 17:22:37 -05:00
e4a092fb5a
Make serv/update use LOCAL_ROOT_URL instead public
...
The reasoning for that is in the previous commit.
2015-12-09 23:11:07 +01:00
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
2015-12-09 23:11:07 +01:00