Commit Graph

243 Commits (bbef94ed2519eed4b20d69ee2191ec8d17e96963)

Author SHA1 Message Date
psychobunny eb6754c5eb nice, I figured out how to speed up grunt watch
Barış Soner Uşaklı 55884220b4 upgrade plugins:active to zset
Barış Soner Uşaklı b40b87dd36 dont add relative_path to uploads it is added on the way out
barisusakli b7602c6e80 removed winston.err
barisusakli 38e7ecbb41 setRemove doesnt return result
psychobunny 7c2b041633 ./nodebb reset theme - singular imo
barisusakli 2423bd18eb jobs disabled is boolean, great
barisusakli 989ca19df5 added jobsDisabled flag
barisusakli 6b20cf5cff
barisusakli 64e13df14c removed node cluster spawn procs on ports
barisusakli 3ad3e781f3 fix tests
barisusakli 2fbaed9cdf moved nconf setup to loadConfig, fixed upload_url
Julian Lam 66bbbfcd22 fixed url being overwritten
Julian Lam 5cc30ca1a0 more cache hash fixes
barisusakli 957800b2c3 Merge remote-tracking branch 'origin/master' into socket.io1.x
Julian Lam a0860abaaa no need to set bcrypt_rounds, only used in one place.
barisusakli 62609b2db6 Merge remote-tracking branch 'origin/master' into socket.io1.x
Julian Lam 7f43fd4843 bugfix
barisusakli 1723894e5a merge
Julian Lam 03b106b03a final pass,
Julian Lam d430ef3983 second pass,
Julian Lam d5e473609c first pass,
barisusakli 1abe35092b cluster socket.io fixes
close proxy server on loader.stop
changed handles to object
Julian Lam 23b14b3443 moving nearly all startup messages to verbose type
psychobunny 0202666ed0 taking a break with an almost completely pointless commit
barisusakli 8330a6e6d9 added plugin reset info as well
barisusakli 76933f4c37 closes
psychobunny c7ca2e2573 fixing time derp if minutes are singular
barisusakli 5c3af6f549 removed webserver.init
barisusakli 363057cf49 closes
psychobunny 2990b33dc6 linting
psychobunny a8402b228c updating winston timestamp
barisusakli b3544f644a relative path upload fixes
Julian Lam 286d14f614 allowing use of winston.verbose now
barisusakli f19bc2e2be removed error.log everything will go to output.log
barisusakli 56947b999e added timestamps to winston logs
Julian Lam aac923fb03 fised
psychobunny 8ef4ad6f14 Revert "reverting temporarily until we figure out why logs aren't showing up"
This reverts commit 59b3e6f78f.
psychobunny 59b3e6f78f reverting temporarily until we figure out why logs aren't showing up
barisusakli 834c4f8ff0 log stack
Julian Lam 97dba9ae39 fixed
Julian Lam f5f84d9946 fixing upgrade text to use nodebb executable, removed exposure of option to run without upgrading
Julian Lam b7ba6a0d8f fixed - each individual thread will create its own logrotate write handler, because if one is closed, everything crashes in a cascade effect because we're calling .write() after .end(), bleh.
Julian Lam 343ff18014 closed
psychobunny f86e4256a1 semicolon
psychobunny 64b43d58ea moved core templates into nodebb core (admin, status pages, emails)
Julian Lam 7597c654a0 refactored plugin and auth init a bit, and fixed issue where successive reloads caused old login strategies to be inadvertently preserved
Julian Lam e5a35ce378 js propagation for cluster module, so only 1 thread minifies the js
Julian Lam 08abbe19bc zero downtime and reload support with cluster module
Julian Lam de41896770 restart handling and crash detection