Unknwon
7a0cdbebf6
Remove cache avatar support and add its tests
9 years ago
Andrey Nering
b3ad764459
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
c0c51ba711
Merge pull request #2406 from bkcsoft/feature/markdown-custom-url-scheme
Feature/markdown custom url scheme
9 years ago
Unknwon
1d65fa9652
#2229 adjust URL verbose depth for reverse proxy sub-path
9 years ago
miles@Oscar
9f506aa7e1
Using https for gravatar
9 years ago
miles@Oscar
d5c45f4688
Fixed gravatar url
9 years ago
Kim "BKC" Carlbäcker
e60ea6741c
Custom URL-Schemas for Markdown
9 years ago
Pourya Daneshvar
c20ae1ffe6
Fixed forgotten err variable assignment
9 years ago
Unknwon
1fe72ae465
#2179 use Go sub-repo ssh to verify public key content
9 years ago
Unknwon
d20633c205
fix #1436
9 years ago
Unknwon
cb2fcbd6af
fix #2189
9 years ago
Unknwon
cc70569451
#2103 Ability to map extensions for syntax highlighting in config
9 years ago
Unknwon
ae4bcfa2e0
#1692 add organization APIs
9 years ago
Unknwon
466864bfcc
#1575 Limit repo creation
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
c629ae8166
#1943 Able to config fsck timeout
9 years ago
Unknwon
41f103e240
#2115 more precise error message
9 years ago
Unknwon
351ac1728d
remove tags redis and memcache
9 years ago
Gibheer
4ff5dc25fe
fix old naming
This is the old naming of the variable and I forgot to fix it. It now
works and is tested.
9 years ago
Gibheer
715c4e566b
fix #1957 - disable version display
This allows the admin to disable the version information about gogs and
go in use in the footer.
9 years ago
Unknwon
eeb3cdfa9d
fix 1540 and experimental SSH server support
9 years ago
Unknwon
d6262dd68a
add Makefile
9 years ago
Unknwon
6ce98bfe96
fix problem with #1879
9 years ago
无闻
aa70caf3bb
Merge pull request #1871 from Gibheer/config_minimum_key_sizes
move minimum key sizes to config
9 years ago
Gibheer
72b57bbcc9
move minimum key sizes to config
This moves the minimum key sizes into the config file, so that anyone
can modify the restrictions.
9 years ago
Unknwon
696185195c
fix issue comment mention and autofix count when start
9 years ago
Unknwon
4a6b397126
#1657 allow forcing all private repos
9 years ago
Unknwon
9d6fa3b200
add config and update locale
9 years ago
Unknwon
d4ffa64a15
New push to head repo of head branch: regenerate patch and retest apply
9 years ago
Unknwon
f066c2f1d8
fix import path, fix #1782
9 years ago
Unknwon
634cd6da36
#1602 Wrong commit order on issue page when pushing multiple commits
9 years ago
无闻
cdf0eed8bb
Merge pull request #1693 from sapk/fix-admin-repo-new-ui
Fix admin repos new ui
9 years ago
Antoine GIRARD
03579f6954
Fix admin repos new ui
9 years ago
Antoine GIRARD
9d6563127b
New admin organization UI
9 years ago
Antoine GIRARD
e82221515b
New admin notice UI based on user list example
9 years ago
Unknwon
6584a9131a
fix #1664
9 years ago
Unknwon
bba20262f1
drop oauth2 feature support
9 years ago
Unknwon
2539fa8280
simplify names
9 years ago
Unknwon
3494c1c06a
#697 and #1606 and new admin edit user UI
9 years ago
Unknwon
f64c2b3fff
#697 disable captcha and new admin create user UI
9 years ago
Unknwon
0a52abc3bf
add tidb support
9 years ago
Unknwon
255f35e476
new admin user list UI
9 years ago
Unknwon
2b1cd00a45
Able to use `GOGS_WORK_DIR` environment variable to specify work directory
9 years ago
Unknwon
f5bd9aaf0a
finish initial version of pull request
9 years ago
Unknwon
66532fa1c3
#1009 Config option for preserving hard line breaks
9 years ago
Unknwon
6ad3426606
minor fixes on #1551
9 years ago
Unknwon
eafb87f1d4
add webhook recent deliveries
9 years ago
Unknwon
df9986f5a8
new create webhook UI
9 years ago
无闻
0ca8536c25
Merge pull request #1414 from nice-software/wip/currentUser
Factor out function to get the current user
10 years ago
Unknwon
c65787fec0
make cron task configurable
10 years ago