Unknwon
48c0097476
#2176 fix 500 on /watchers & /stars for pg
9 years ago
Unknwon
a7bdb64a8d
new template func
9 years ago
Unknwon
33a898f44b
improve get commits performance
9 years ago
Unknwon
baf08c53d7
Drop Go 1.3 support
9 years ago
Unknwon
84a9c474be
#2185 use Go sub-repo to detect encoding
9 years ago
Unknwon
34dcc591f5
#2167 able to identify git version on Windows
9 years ago
Unknwon
c950a2d66f
#2171 fix wiki preview does not work on Firefox
9 years ago
Unknwon
d7a4eedaf6
Merge pull request #2169 from bclermont/develop
Ignore invalid env for SSH Server (OSX fix)
9 years ago
Bruno
fa2094ab19
ignore invalid env
9 years ago
Unknwon
d596c0408f
update hightlight.js
9 years ago
Unknwon
d6b0ebaffc
fix #1720
9 years ago
Unknwon
8367859246
fix markdown header margin-top
9 years ago
Unknwon
b743fb6639
prepare release
9 years ago
Unknwon
64547d850a
#2159 use icon+tooltip to replace text
9 years ago
Unknwon
fa1c069b93
#2161 fix wrong regexp
9 years ago
Unknwon
a43a382728
#2161 No issue linking in commits when issue number in brackets
9 years ago
Unknwon
eed015642e
#2156 add edit org link in admin panel
9 years ago
Unknwon
c31722da3c
update locales
9 years ago
Unknwon
2c8a3654cc
#2154 minor fix
9 years ago
Unknwon
3931000177
#2156 admin able to edit organization max repo creation
9 years ago
Unknwon
7abaa8c8a2
#2152 fix SMTP authentication makes invalid assumption on protocol
9 years ago
Unknwon
6f153b9b14
#2154 fix form submit error
9 years ago
Unknwon
5e9781339e
#2155 fix org max repo limit default to -1
9 years ago
Unknwon
826d4bd7d1
#2154 disable change user for non-local users
- #2153 remove require for gravatar
9 years ago
Unknwon
329fe23c05
#2155 The owner has reached maximum creation limit of 0 repositories
9 years ago
Unknwon
d28cd813eb
fix sqlite3 cannot create repo
9 years ago
Unknwon
add70e2000
#2147 fix rewrites authorized_keys when builtin SSH server is enabled
9 years ago
Unknwon
ce054072fa
#2114 External URL for wiki
9 years ago
Unknwon
995f257004
Merge pull request #2146 from roidelapluie/develop
Minor typo in en-US locale: gloabl -> global
9 years ago
Julien Pivotto
0528552b14
Minor typo in en-US locale: gloabl -> global
9 years ago
Unknwon
c06d96f616
Drop 0.5.x support
9 years ago
Unknwon
372412452c
#2029 not show content of issue in activity timeline
9 years ago
Unknwon
a68cde1d7a
#1938 #1374 disable password change for non-local users
9 years ago
Unknwon
37bdb5bf8e
fix markdown table header CSS
9 years ago
Unknwon
4b1f1ee19c
fix bool check for repo max limit and fix hang when push repo with tons of commits
9 years ago
Unknwon
b9737c4253
fix user repo limit default value
9 years ago
Unknwon
2c7ddbac84
#1301 "read-only" users
9 years ago
Unknwon
466864bfcc
#1575 Limit repo creation
9 years ago
Unknwon
84a41e057a
#1612 Ability to send mail when a new pull request is submitted
9 years ago
Unknwon
4e037fabb4
Merge pull request #2143 from pkgr/fix-packaging-postinstall
Fix postinstall to use GOGS_CUSTOM instead of symlinking
9 years ago
Cyril Rohr
525890d702
Fix postinstall to use GOGS_CUSTOM instead of symlinking
9 years ago
Unknwon
7c3baef786
move out git module and #1573 send push hook
9 years ago
Unknwon
b3269ebc4e
Merge pull request #2139 from angus-g/fixes/pr-messages
Reword messages for PR auto merging (#2117 )
9 years ago
Angus Gibson
d7f35563a2
Reword messages for PR auto merging ( #2117 )
9 years ago
Unknwon
1d0bdc0703
Merge pull request #2137 from nanoant/patch/ssh-trigger-via-local-url
LOCAL_ROOT_URL for workers accessing web service
9 years ago
Adam Strzelecki
cf37c85921
Make serv/update use LOCAL_ROOT_URL instead public
The reasoning for that is in the previous commit.
9 years ago
Adam Strzelecki
e83912c0f5
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
9 years ago
Unknwon
2d1146ffba
Merge pull request #2138 from SlavikZ/master
LDAP parameters UI: bind_dn and bind_password are not required
9 years ago
Unknwon
a5a55e6c25
Merge pull request #2133 from kardianos/develop
gogs: add import that lets gogs run as a stand-alone windows service
9 years ago
SlavikZ
90efe4cb2f
LDAP parameters UI: bind_dn and bind_password are not required
9 years ago