Commit Graph

5167 Commits (e00f49ae8c1efa438660b06ad10ef1408ec109b5)
 

Author SHA1 Message Date
Julian Lam e00f49ae8c restored test coverage... lol
Julian Lam 84a34933fe fixed -- ACP will tell user that they need to restart, if they need to restart
Julian Lam 8cb2b9b97a fixed -- themes and plugins no longer auto-restart the server
barisusakli 9dbe479d11 closes
barisusakli 01555cbb5c return privileges in category
psychobunny 5b8fcbe27e fixed post error message
Julian Lam d027355ae9 bundling dbsearch with nodebb
barisusakli 63dfc38dea topic changes to match the new post-bar partial
barisusakli f9572cc5c7 fixes chat messages
psychobunny a6c84ac1a8 don't reset the global footer (copyright) when changing themes - they should all be compatible anyways
psychobunny f895ae6ce4 updated to latest compressed notifications
Julian Lam 35c87a17bb removed attribution file -- now found in https://github.com/julianlam/nodebb-plugin-soundpack-default
Julian Lam 889c90673d windows compat for sounds -- #clevercode
barisusakli 85b96bb2d7 removed reds from nodebb core
barisusakli 04488a9a14 closes
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 7a823283e4 fixed my derp
psychobunny 0851102800 newline
psychobunny cac69c3d63 use valid json
psychobunny a8801feabe cleanup
psychobunny da665853e4 bugfixes
psychobunny 78dea8ea40 don't attempt to require a directory
psychobunny 5ffeb3319b socket.io admin/groups
psychobunny aaa2dbe757 removed unused topics; fixed require
psychobunny 9e24ccc976 socket.io admin/categories
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