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
9 years ago
Unknwon
c65787fec0
make cron task configurable
9 years ago
Paolo Borelli
f8cccb03a8
Factor out function to get the current user
The same logic was duplicated in three places. Factor it
out so that we can add further fallbacks in a single place.
10 years ago
Unknwon
7af7ee836c
finish attachments when create issue
9 years ago
Jqs7
cd55742924
custom avatar source
9 years ago
Unknwon
904a0ea1f3
milestone: create page
10 years ago
Unknwon
956acc7519
better wording
10 years ago
Unknwon
33fc201de4
replace path.Join
10 years ago
Unknwon
80dd85a625
custom workDir function to handle speical case in Windows
10 years ago
Vladimir Vissoultchev
2c124b65d3
Fix UTF-8 in upper-case, use ansi charset for all non UTF-8 encodings
10 years ago
Vladimir Vissoultchev
66deff9c64
Allow explicit charset/codepage setting for ANSI source files to alleviate issue #1088
10 years ago