summaryrefslogtreecommitdiffstats
path: root/routers/install.go
Commit message (Collapse)AuthorAgeFilesLines
* Refactor User.Id to User.IDUnknwon2016-07-241-1/+1
|
* Rename module: middleware -> contextUnknwon2016-03-111-4/+4
|
* Post work for #2637Unknwon2016-02-271-4/+4
| | | | Improve test cases, config settings, also show SSH config settings on admin config panel.
* Add new config option for builtin SSH serverUnknwon2016-02-251-2/+2
| | | | | | | 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.
* Make markdown as an independent moduleUnknwon2016-02-201-1/+2
|
* Move cron module to independent packageUnknwon2016-02-201-1/+1
| | | | Make it easier to keep track of upstream changes and bug fixes
* Remove redundant nil check.Josh Frye2016-02-121-10/+0
|
* Set default log path if empty during installJosh Frye2016-02-121-0/+10
|
* Add install option for log pathJosh Frye2016-02-121-0/+10
|
* Merge pull request #2528 from andreynering/diff-sintax-highlight-733Unknwon2016-02-071-2/+2
|\ | | | | Enable syntax highlighting on diff view
| * Enable sintax highlighting on diff view. Close #733Andrey Nering2016-02-041-2/+2
| |
* | Not working, but slightly better...Kim "BKC" Carlbäcker2016-01-271-0/+3
|/
* fix #2189Unknwon2015-12-181-0/+3
|
* #2103 Ability to map extensions for syntax highlighting in configUnknwon2015-12-171-0/+2
|
* rename import pathUnknwon2015-12-151-1/+1
|
* #1984 Better mirror repo managementUnknwon2015-12-081-1/+2
|
* #1627 auto login after install if admin is configuredUnknwon2015-12-081-3/+9
|
* introduce git-shellUnknwon2015-11-261-0/+3
|
* #1681 some fixes for builtin SSH server on WindowsUnknwon2015-11-231-0/+1
|
* fix 1540 and experimental SSH server supportUnknwon2015-11-081-0/+6
|
* remove test code :dizzy_face:Unknwon2015-10-291-1/+0
|
* work on #470 and fix miror JS issue when choose targets on compare and pullUnknwon2015-10-291-0/+1
|
* New push to head repo of head branch: regenerate patch and retest applyUnknwon2015-10-241-0/+1
|
* fix import path, fix #1782Unknwon2015-10-151-1/+1
|
* drop oauth2 feature supportUnknwon2015-09-171-2/+0
|
* user gomail and new activate account email tplUnknwon2015-09-171-1/+1
| | | | | | - #1496: fallback plain text - #1002: add date header - #913: fix encoding of header
* simplify namesUnknwon2015-09-161-4/+4
|
* #697 add install optionUnknwon2015-09-131-0/+2
|
* #1625 remove auto_register and makes it defaultUnknwon2015-09-121-0/+3
|
* add tidb supportUnknwon2015-09-121-3/+27
|
* #1626 default db_typeUnknwon2015-09-111-4/+8
|
* new user profile settings UIUnknwon2015-09-061-2/+9
| | | | Signed-off-by: Unknwon <u@gogs.io>
* #1333 Disable Gravatar option when installUnknwon2015-08-301-0/+2
|
* #1458: Authorities were messed up when using mysql databaseUnknwon2015-08-281-2/+0
|
* Able to set SSH port when install, update Docker docsUnknwon2015-08-191-0/+8
|
* Merge pull request #1414 from nice-software/wip/currentUser无闻2015-08-191-8/+3
|\ | | | | Factor out function to get the current user
| * Factor out function to get the current userPaolo Borelli2015-08-151-8/+3
| | | | | | | | | | The same logic was duplicated in three places. Factor it out so that we can add further fallbacks in a single place.
* | make cron task configurableUnknwon2015-08-181-1/+1
|/
* better wordingUnknwon2015-08-021-1/+2
|
* fix install default db optionUnknwon2015-07-311-3/+3
|
* #835: Realtime webhooksUnknwon2015-07-251-0/+1
|
* Disable log color in prod modeUnknwon2015-07-161-0/+1
|
* install - add mail from settingUnknwon2015-07-091-0/+2
|
* UI: install - doneUnknwon2015-07-091-7/+29
|
* UI: install - new versionUnknwon2015-07-081-11/+35
|
* #1070 Clearer error message for illegal charactersUnknwon2015-03-261-1/+1
|
* #1140 MySQL root password exposureUnknwon2015-03-241-1/+0
|
* modules/setting: simple behave change in startupUnknwon2015-02-261-0/+1
|
* routers/install.go: able to keep previous custom settings for 2nd time installUnknwon2015-02-131-0/+6
| | | | - .gopmfile: update all commits
* Add option to provide configuration file on command linePeter Smit2015-02-051-2/+3
|