Commit Graph

138 Commits (daf967399f22b11af2738e13bd3ef82d00120de7)

Author SHA1 Message Date
Julian Lam c4a5af3b1b fixed issue where a missing config.json would end up suggesting 'undefined' as a base_url
barisusakli a505896185 forgot db require
barisusakli 18cfdd9dde possible fix to travis
Julian Lam b0323e4d3b closed
barisusakli 95c839579e closes
psychobunny e77491fcbb closes
barisusakli 3ff91b8c50 closes
barisusakli 5c57ed5ea0 install db dependencies in upgrade script
barisusakli 586aeaf53f added error checking to install.js for categories
barisusakli 24ebf20d7e first commit
Julian Lam ffd2ddc3e7 Revert "moved meta up"
This reverts commit 8c9feb85a4.
barisusakli 8c9feb85a4 moved meta up
barisusakli 82a1215128 setOnEmpty
Julian Lam b1faca3614 saving portless hostNAME into server config, not the host! Argh. closed
Julian Lam 8587dd11d8 closed -- removed that spinner thing npm uses now.
barisusakli 48aba5fc64 category widget changes
psychobunny 4cd86affae update all files with new url
Julian Lam 9bb13a0d29 closed
psychobunny 14431f7913 closes
psychobunny 45195aa59a for https://github.com/designcreateplay/NodeBB/issues/1393
Julian Lam a796940064 closed use --no-daemon flag to... not daemonize. Also, install script can be canceled without throwing errors.
psychobunny 549f87132d fixes for dual database; moved dependency definitions into the database object
psychobunny 79d5142693 fixed leveldb installation; console.log
Julian Lam 5782a382be hardcoding connect-redis version
Julian Lam 4f7810090a first pass
Julian Lam cbca9a4faf adding soundpack to list of default-activated plugins
psychobunny 3c0c3a9649 renaming install function properly
psychobunny e5486db1ae Merge branch 'code-quality' of https://github.com/miksago/NodeBB into miksago-code-quality
Conflicts:
	src/database.js
psychobunny 98b112bb36 use_port only accepts string but saves as boolean, accept both now
previously, if you re-feed your config back in, it breaks
psychobunny 8496bdcff6 fixed automated setup bug
psychobunny ae1ecb490f whitespace
psychobunny 7df7df09dd moved database specific questions into install/databases.js
psychobunny 75f19262ef no need for comments detailing what a function does anymore
psychobunny 0a94cf7c95 refactored out giant async.series
psychobunny be83157de2 install.js minor refactor - moved questions into their own modules; don't need to export installation questions
psychobunny d5b5dd6fa5 hide secondary_database option behind "advanced" setup flag
psychobunny ffe9afc3c4 configure secondary db modules
psychobunny 98270bf500 linting
psychobunny 8f71a4ebfe moved installation defaults into install/data/defaults.json
psychobunny 901a64ae14 got optional secondary_database questions working
psychobunny 4353adb914 forgot to add levelQuestions here
psychobunny 5950b162b9 reverting attempt
psychobunny 49bbbe3682 secondary_database attempt
psychobunny 4d429aa6d6 linting install.js
psychobunny 4877e4a9d1 fixed allQuestions property
psychobunny c506a2ce1d LevelDB installation questions
Micheil Smith 3e82cab398 Add missing new lines at end of files.
Julian Lam 2627240d80 changing minimum required version for NodeBB to 0.10, and updated travis config. Allowing new setup option "ci", for TravisCI integration
barisusakli 2195b20385 closes
barisusakli cb692c27e5 removed 0..n from mongo install questions