Unknwon
b77068224a
Post work for #2637
Improve test cases, config settings, also show SSH config settings on admin config panel.
9 years ago
Unknwon
f49351bd43
Add new config option for builtin SSH server
Config option [server] SSH_LISTEN_PORT to the port the builtin SSH server will be listen.
It can be different from SSH_PORT which is supposed to be exposed in the clone URL.
This should solve the problem when user runs Gogs inside Docker container
and still want to use builtin SSH server.
9 years ago
Unknwon
d398777e08
Make markdown as an independent module
9 years ago
Unknwon
3e936bbc5c
Move cron module to independent package
Make it easier to keep track of upstream changes and bug fixes
9 years ago
Josh Frye
d391a2f2b4
Remove redundant nil check.
9 years ago
Josh Frye
257f8aac45
Set default log path if empty during install
9 years ago
Josh Frye
2a5b31d2f5
Add install option for log path
9 years ago
Unknwon
3be6173192
Merge pull request #2528 from andreynering/diff-sintax-highlight-733
Enable syntax highlighting on diff view
9 years ago
Andrey Nering
a00f3969c0
Enable sintax highlighting on diff view. Close #733
9 years ago
Kim "BKC" Carlbäcker
e09b4c0832
Not working, but slightly better...
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
8ac9d9b4c7
rename import path
9 years ago
Unknwon
ab55ca457f
#1984 Better mirror repo management
9 years ago
Unknwon
b562e6ffbc
#1627 auto login after install if admin is configured
9 years ago
Unknwon
43eda8feb3
introduce git-shell
9 years ago
Unknwon
48c519be58
#1681 some fixes for builtin SSH server on Windows
9 years ago
Unknwon
eeb3cdfa9d
fix 1540 and experimental SSH server support
10 years ago
Unknwon
be9704d458
remove test code 😵
10 years ago
Unknwon
9087f6230d
work on #470 and fix miror JS issue when choose targets on compare and pull
10 years ago
Unknwon
d4ffa64a15
New push to head repo of head branch: regenerate patch and retest apply
10 years ago
Unknwon
f066c2f1d8
fix import path, fix #1782
10 years ago
Unknwon
bba20262f1
drop oauth2 feature support
10 years ago
Unknwon
a75db8f155
user gomail and new activate account email tpl
- #1496 : fallback plain text
- #1002 : add date header
- #913 : fix encoding of header
10 years ago
Unknwon
2539fa8280
simplify names
10 years ago
Unknwon
84f4ee761f
#697 add install option
10 years ago
Unknwon
67853f8fd0
#1625 remove auto_register and makes it default
10 years ago
Unknwon
0a52abc3bf
add tidb support
10 years ago
Unknwon
944cfd7079
#1626 default db_type
10 years ago
Unknwon
17a8589f82
new user profile settings UI
Signed-off-by: Unknwon <u@gogs.io>
10 years ago
Unknwon
3d2c9c6974
#1333 Disable Gravatar option when install
10 years ago
Unknwon
2cae65fde9
#1458 : Authorities were messed up when using mysql database
10 years ago
Unknwon
e433ab7f71
Able to set SSH port when install, update Docker docs
10 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
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
956acc7519
better wording
10 years ago
Unknwon
53bfcc0600
fix install default db option
10 years ago
Unknwon
d286033e38
#835 : Realtime webhooks
10 years ago
Unknwon
fdfcac92a9
Disable log color in prod mode
10 years ago
Unknwon
ea3237b06d
install - add mail from setting
10 years ago
Unknwon
ea17dd5872
UI: install - done
10 years ago
Unknwon
1795957917
UI: install - new version
10 years ago
Unknwon
dd7f3e9f60
#1070 Clearer error message for illegal characters
10 years ago
Unknwon
63223b4034
#1140 MySQL root password exposure
10 years ago
Unknwon
11ce6b1785
modules/setting: simple behave change in startup
10 years ago
Unknwon
b1281b34af
routers/install.go: able to keep previous custom settings for 2nd time install
- .gopmfile: update all commits
10 years ago
Peter Smit
9dd98a9a0f
Add option to provide configuration file on command line
10 years ago
Unknwon
89ea3e1acc
routers: save partial config when install
10 years ago
Unknwon
b293b6eaa6
cmd: CMD option for port number of `gogs web` to prevent first time run conflict
- routers: use new binding convention to simplify code
- templates: able to set HTTP port number in install page
10 years ago