Commit Graph

5188 Commits (d95398f8081aab2e18f62ac7ad47aa2727a0512d)
 

Author SHA1 Message Date
psychobunny 2fc6bfaa72 socket.io admin/user
psychobunny 3f22027007 avoid doing nconf.get over and over again on the same key
psychobunny 3c0c3a9649 renaming install function properly
Julian Lam 4c9ea62c0d resolved -- username clashes will now cause a random # to be appended to the username
psychobunny f892a6793a mongo/redis - don't show passwords when typing in CLI
barisusakli d832a6f805 closes
psychobunny 3c711d72fb regex - no need to escape special characters inside []
psychobunny e5486db1ae Merge branch 'code-quality' of https://github.com/miksago/NodeBB into miksago-code-quality
Conflicts:
	src/database.js
barisusakli 3ea49a8f90 if language or default language is not set use en
psychobunny 268be5f35c fixed LevelDB helpers
psychobunny 71d33c0a79 fixed mongo helpers
barisusakli 3e60451ce4 closes
lets user change languages,
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 8a1f6eb43e forgot to export helpers as well for secondary db
psychobunny 290e348851 move database helpers into their own files
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 f3fe79ab60 initialize / shutdown dbs simultaneously
psychobunny bba3df6802 moving db.close into the parent module
psychobunny df5f3d185a don't attempt to initialize db until we attempt to initialize
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 74674c8494 Merge remote-tracking branch 'origin/master' into secondary_database
Conflicts:
	src/database/level/main.js
psychobunny 5950b162b9 reverting attempt
barisusakli beb7313138 added err to next
barisusakli 9125292b0e removed get and mget
barisusakli 8aa4f053e8 converted translator.get to translator.translate
barisusakli fb43282a9c removed for in loop
Julian Lam ef4972f66b added sounds folder to gitignore
Julian Lam d69b0953a2 latest translations
Julian Lam 78538ddb28 added American English to languages
barisusakli 557426c1c9 translator refactor
no longer loads all language files on startup
barisusakli 90540f64cf removed some unused translator requires
barisusakli fc8e97448c load sounds on demand, refactored sounds
Julian Lam 5e279e067f Merge branch 'plugin-sounds'
Julian Lam df8728c785 allowing plugins to define new sounds -- woot.
Also moving the core sounds into a separate package, soundpack-default
Julian Lam c9a2724bfd allowing plugins to define new sounds -- woot.
Also moving the core sounds into a separate package, soundpack-default
barisusakli f8a6ab5cf4 if no icon is selected for a category icon will be empty string
Julian Lam 29ec14efa0 fixed
psychobunny 49bbbe3682 secondary_database attempt
psychobunny 4d429aa6d6 linting install.js
barisusakli a091e06fe3 more work for