Commit Graph

100 Commits (f485fcde96d1a0d2cf9d8aa8cc1fc3b9401ae578)

Author SHA1 Message Date
Unknwon 514382e2eb Rename module: middleware -> context
Unknwon 8055a0bdac Post work for
Improve test cases, config settings, also show SSH config settings on admin config panel.
Unknwon 4438b7793b 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.
Unknwon d5a3021a7d Make markdown as an independent module
Unknwon d8a994ef24 Move cron module to independent package
Make it easier to keep track of upstream changes and bug fixes
Josh Frye d3ca5accfd Remove redundant nil check.
Josh Frye ec478b4b06 Set default log path if empty during install
Josh Frye a3e8c32a30 Add install option for log path
Unknwon f15a2f9b25 Merge pull request from andreynering/diff-sintax-highlight-733
Enable syntax highlighting on diff view
Andrey Nering 2bfb8bb5fd Enable sintax highlighting on diff view. Close
Kim "BKC" Carlbäcker 1ab8a60d73 Not working, but slightly better...
Unknwon 037a01c4e4 fix
Unknwon 1e7e092992 Ability to map extensions for syntax highlighting in config
Unknwon 19423957b1 rename import path
Unknwon 120cd4e471 Better mirror repo management
Unknwon 2528c482e9 auto login after install if admin is configured
Unknwon c50a3503e6 introduce git-shell
Unknwon 0128036514 some fixes for builtin SSH server on Windows
Unknwon 18c841050b fix 1540 and experimental SSH server support
Unknwon 102b675f96 remove test code 😵
Unknwon 7d72c8333e work on and fix miror JS issue when choose targets on compare and pull
Unknwon 0fbb8c8826 New push to head repo of head branch: regenerate patch and retest apply
Unknwon 932dbccb67 fix import path, fix
Unknwon 3fb1b6a608 drop oauth2 feature support
Unknwon 373731f5e8 user gomail and new activate account email tpl
- : fallback plain text
- : add date header
- : fix encoding of header
Unknwon e75fd2f783 simplify names
Unknwon 5f1183cecf add install option
Unknwon cd37fccdfb remove auto_register and makes it default
Unknwon aff773f1b9 add tidb support
Unknwon 47df562ced default db_type
Unknwon 85f34ba538 new user profile settings UI
Signed-off-by: Unknwon <u@gogs.io>
Unknwon 302938e646 Disable Gravatar option when install
Unknwon ff35a37769 : Authorities were messed up when using mysql database
Unknwon bd1d7d1509 Able to set SSH port when install, update Docker docs
无闻 a5e1ada474 Merge pull request from nice-software/wip/currentUser
Factor out function to get the current user
Unknwon b1696665bd make cron task configurable
Paolo Borelli 0d38794c7f 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.
Unknwon cbb78b6a63 better wording
Unknwon 009d692c7d fix install default db option
Unknwon fa298a2c30 : Realtime webhooks
Unknwon bebbd08920 Disable log color in prod mode
Unknwon a2a9e151f8 install - add mail from setting
Unknwon b9dc2147b4 UI: install - done
Unknwon 5cf3732339 UI: install - new version
Unknwon 698b9e2acc Clearer error message for illegal characters
Unknwon 5f594d8774 MySQL root password exposure
Unknwon e3dece1371 modules/setting: simple behave change in startup
Unknwon a38e4a0b02 routers/install.go: able to keep previous custom settings for 2nd time install
- .gopmfile: update all commits
Peter Smit 1ab09e4f1b Add option to provide configuration file on command line
Unknwon 89ea3e1acc routers: save partial config when install