Unknwon
aa5e837c65
fix #2454
9 years ago
Martin Hartkorn
15d37b7a95
Refactored according to suggestions
9 years ago
Martin Hartkorn
3650bd8528
Convert mirrors to regular repositories.
9 years ago
Josh Frye
1feecd6beb
Add helper text for log path.
9 years ago
Josh Frye
a3e8c32a30
Add install option for log path
9 years ago
Unknwon
5258ee3740
Update locales and update sponsor
9 years ago
Andrey Nering
e40d94bb4f
Implementing the "theme-color" meta tag.
...
Used by Android >= 5.0 to make the top bar colored.
Reference: https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-Android
9 years ago
Unknwon
ee53204e02
Improve db path prompt when install
9 years ago
techwolf12
4a0d2edc3d
Fixes small typo
9 years ago
Unknwon
04be8c0de5
#2554 reinitialize all repos from the db
...
- Update locales
9 years ago
Unknwon
1c74612b3c
Minor fix for #2444
9 years ago
Patrik
9d67528c82
Change en-us localization "mirror from" to "mirror of"
9 years ago
Unknwon
112a7cab31
#2497 incorrect error handle for team name
9 years ago
Unknwon
b900150b1d
Update locales
9 years ago
Saren Currie
646e90d833
Fix grammar in deploy key section
9 years ago
Kim "BKC" Carlbäcker
d943429672
Added example to conf/app.ini
9 years ago
Unknwon
38efa72146
Update locales
9 years ago
Unknwon
7ef9a05588
#2179 use Go sub-repo ssh to verify public key content
9 years ago
Unknwon
ab89be33a9
fix #2385
9 years ago
Unknwon
a2ef9a2b64
update locale
9 years ago
Unknwon
91bab801aa
#2349 try to handle []int8 case
9 years ago
Unknwon
ca35ddd078
fix #2350
9 years ago
Unknwon
0cb7396840
update locale
9 years ago
Kim "BKC" Carlbäcker
8fe5d887ae
Changed name from inline to unified
9 years ago
Kim "BKC" Carlbäcker
4e6d048ba1
i18n-fix for split-view
9 years ago
Unknwon
7392b6a755
fix #2327
9 years ago
Unknwon
13fe733037
#2264 use monospaced font for commit IDs in news feeds
9 years ago
Unknwon
a49af93faf
#1692 APIs: Users Followers
...
- User profile un/follow
- List user's followers/following
9 years ago
Unknwon
53eb37d529
fix #1436
9 years ago
Unknwon
09c981846b
update locales
9 years ago
Unknwon
1d95844d55
prepare release
9 years ago
Unknwon
1e7e092992
#2103 Ability to map extensions for syntax highlighting in config
9 years ago
Unknwon
6673dcb038
#2103 #2181 improvments of highlight class name
9 years ago
Toni
d7b924f17d
Minor typo in en-US locale
...
metadata*
9 years ago
Unknwon
7786cb76f3
fix #2205
9 years ago
Unknwon
8ecbf0f16d
fix #2204
9 years ago
Toni
fd79fad2ec
Fix typo
...
take*
9 years ago
Unknwon
19423957b1
rename import path
9 years ago
Unknwon
e444a67d59
update locales
9 years ago
Unknwon
0cce4439ce
#2154 minor fix
9 years ago
Unknwon
d0b0d24f22
#2154 disable change user for non-local users
...
- #2153 remove require for gravatar
9 years ago
Unknwon
98da7241a0
fix sqlite3 cannot create repo
9 years ago
Unknwon
40f3142264
#2114 External URL for wiki
9 years ago
Julien Pivotto
5b2afd8ec8
Minor typo in en-US locale: gloabl -> global
9 years ago
Unknwon
3d5d61778a
#1938 #1374 disable password change for non-local users
9 years ago
Unknwon
df5ed64cca
#1301 "read-only" users
9 years ago
Unknwon
2a0bb1fa90
#1575 Limit repo creation
9 years ago
Unknwon
c6083c335e
#1612 Ability to send mail when a new pull request is submitted
9 years ago
Angus Gibson
626dc1f0bd
Reword messages for PR auto merging ( #2117 )
9 years ago
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
9 years ago