Pourya Daneshvar
c20ae1ffe6
Fixed forgotten err variable assignment
10 years ago
Unknwon
1fe72ae465
#2179 use Go sub-repo ssh to verify public key content
10 years ago
Unknwon
6e2051352e
#2287 Truncate repository name if too long
10 years ago
Unknwon
7a9b5d32d6
update locale
10 years ago
Unknwon
315418ced5
stop compile bindata for TRANSLATORS
- update required version of git-module for #2373
10 years ago
Unknwon
30a1b74552
fix markdown autolink error
10 years ago
Unknwon
92906ef786
fix #2350
10 years ago
zhuharev
43e7e4a4a2
typo fix
10 years ago
Unknwon
7276965aae
update locale
10 years ago
Kim "BKC" Carlbäcker
827b2477b8
Changed name from inline to unified
10 years ago
Kim "BKC" Carlbäcker
b34c4f23ca
i18n-fix for split-view
10 years ago
Unknwon
7bc247c886
fix #2327
10 years ago
Unknwon
8dd298d54e
#2185 fall back to use custom chardet lib
10 years ago
Unknwon
44ac9b0700
#2282 fast detection of utf-8
10 years ago
Unknwon
4483f26434
#2283 set text/plain for non-binary files in raw mode
10 years ago
Unknwon
1139f6e6d0
#2282 fix utf-8 recognized as windows-1252
10 years ago
Unknwon
bb2897bff6
#2264 use monospaced font for commit IDs in news feeds
10 years ago
Unknwon
00a60453fb
#1692 APIs: Users Followers
- User profile un/follow
- List user's followers/following
10 years ago
Unknwon
498d0a8267
#2014 allow switch branches between two orgs in compose PR
10 years ago
Unknwon
d20633c205
fix #1436
10 years ago
Unknwon
753f45a333
make mailer log more verbose
10 years ago
Unknwon
e7285b9a1b
update locales
10 years ago
Unknwon
cb2fcbd6af
fix #2189
10 years ago
Unknwon
5932cdd98c
prepare release
10 years ago
Unknwon
cc70569451
#2103 Ability to map extensions for syntax highlighting in config
10 years ago
Unknwon
ae4bcfa2e0
#1692 add organization APIs
10 years ago
Unknwon
64d05fafd5
#2103 #2181 improvments of highlight class name
10 years ago
Unknwon
6dee7a47f0
#1692 add user email APIs
10 years ago
Unknwon
920dd535e8
fix #2204
10 years ago
Unknwon
8ac9d9b4c7
rename import path
10 years ago
Unknwon
a7bdb64a8d
new template func
10 years ago
Unknwon
baf08c53d7
Drop Go 1.3 support
10 years ago
Unknwon
84a9c474be
#2185 use Go sub-repo to detect encoding
10 years ago
Bruno
fa2094ab19
ignore invalid env
10 years ago
Unknwon
fa1c069b93
#2161 fix wrong regexp
10 years ago
Unknwon
a43a382728
#2161 No issue linking in commits when issue number in brackets
10 years ago
Unknwon
c31722da3c
update locales
10 years ago
Unknwon
3931000177
#2156 admin able to edit organization max repo creation
10 years ago
Unknwon
6f153b9b14
#2154 fix form submit error
10 years ago
Unknwon
826d4bd7d1
#2154 disable change user for non-local users
- #2153 remove require for gravatar
10 years ago
Unknwon
d28cd813eb
fix sqlite3 cannot create repo
10 years ago
Unknwon
ce054072fa
#2114 External URL for wiki
10 years ago
Unknwon
a68cde1d7a
#1938 #1374 disable password change for non-local users
10 years ago
Unknwon
2c7ddbac84
#1301 "read-only" users
10 years ago
Unknwon
466864bfcc
#1575 Limit repo creation
10 years ago
Unknwon
84a41e057a
#1612 Ability to send mail when a new pull request is submitted
10 years ago
Unknwon
7c3baef786
move out git module and #1573 send push hook
10 years ago
Unknwon
b3269ebc4e
Merge pull request #2139 from angus-g/fixes/pr-messages
Reword messages for PR auto merging (#2117 )
10 years ago
Angus Gibson
d7f35563a2
Reword messages for PR auto merging ( #2117 )
10 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
10 years ago