610 Commits (721649bff98d2199b01d2558452ea706faa1bf6c)

Author SHA1 Message Date
barisusakli ca294fc6ec closes #3663 9 years ago
Julian Lam 160cf93802 Fix regression caused by 4f766ac 10 years ago
Julian Lam 4f766ac7b5 Updated cache buster logic
Removed css and script busters in favour of a uuid/guid cache
buster that is generated when the app starts.

This change means that in the event your NodeBB crashes often,
users will not be able to rely on their browser cache to serve
an unchanged style/js file, but if that's the case, you've
got bigger problems anyway.

re: #3573
10 years ago
Julian Lam 7e6703c18e more line ending conversion #3343 10 years ago
barisusakli 93fd938913 removed setTimeout 10 years ago
barisusakli 3063da83ef argument fix for static/action hooks 10 years ago
Julian Lam a462b10f94 nevermind... (@barisusakli 🧌) 10 years ago
Julian Lam 379bdd12e0 fixed improper parsing of url in loader, and updated mongo init to not send anything in cb except err. Also updated webserver init so that it doesn't expect stuff from static:app.preload 10 years ago
barisusakli 2286d1137b remove tab 10 years ago
barisusakli d946a2fcbd closes #3098
wait for templates to compile even if using clustering
fix emitter.all
upgrade.check error first
removed plugins.ready, using callback on plugins.init
removed webserver.init, using webserver.listen
10 years ago
psychobunny 2fbe7a8190 webserver: only start listening _after_ everything is compiled 10 years ago
barisusakli 0d6772c30b warning/errors on invalid ports config 10 years ago
Julian Lam 4fffe4da94 moved plugin route reloading outside of plugin initialisation, so plugins can add a hook listener before core routes have been added 10 years ago
Fokke Zandbergen f0836f4107 Skip setTimeout if it doesn't exist (<= 0.10.36) 10 years ago
psychobunny e5c842d923 ability to send in extensions (comma delimited) to --from-file 10 years ago
psychobunny eb6754c5eb nice, I figured out how to speed up grunt watch 10 years ago
psychobunny 540facaaab try #2 (I give up, grunt-watch seems so unpredictable... on windows anyways) 10 years ago
Julian Lam aa62c52580 closed #2583 10 years ago
Julian Lam 3deb423c55 testing socket availability before attempting to bind 10 years ago
Julian Lam 68e761bed0 if using sockets, reset the umask back to the old value after listening 10 years ago
Julian Lam b565f3ac0a closed #2497 10 years ago
barisusakli 64c0e1df61 settimeout 10 years ago
barisusakli 9e9b138afb removed unused code 10 years ago
barisusakli 64e13df14c removed node cluster spawn procs on ports 10 years ago
barisusakli 1723894e5a merge 10 years ago
Julian Lam d430ef3983 second pass, #1984 10 years ago
Julian Lam d5e473609c first pass, #1984 10 years ago
barisusakli 1abe35092b cluster socket.io fixes
close proxy server on loader.stop
changed handles to object
10 years ago
barisusakli 785790c414 moved handle close to fork worker 10 years ago
barisusakli d1fcb50c7d cluster sticky session 10 years ago
psychobunny 3aa18ebb12 no need to inform attempt to listen to address 10 years ago
barisusakli 5c3af6f549 removed webserver.init 10 years ago
barisusakli 363057cf49 closes #2390 10 years ago
barisusakli 20314991a4 tmp error check 10 years ago
Julian Lam 1a90de7dd6 added new --from-file flag that will load js/css from the precompiled file instead of recompiling it on startup 10 years ago
Julian Lam b7ba6a0d8f fixed #2214 - 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. 10 years ago
Julian Lam 7597c654a0 refactored plugin and auth init a bit, and fixed issue where successive reloads caused old login strategies to be inadvertently preserved 11 years ago
Julian Lam dab3667773 re: #2108, auth re-routing 11 years ago
Julian Lam 7255ce3dbe primary worker support, and added notif pruning to primary worker jobs 11 years ago
Julian Lam fae169697e removing listener for templates compilation, in order to resolve race condition that was causing slow servers to not actually end up binding to the port as expected 11 years ago
Julian Lam 2d0877f80e better handling of port in use errors with cluster 11 years ago
Julian Lam 08abbe19bc zero downtime and reload support with cluster module 11 years ago
Julian Lam de41896770 restart handling and crash detection 11 years ago
barisusakli 298f14ad27 removed cluster from app.js 11 years ago
barisusakli 0f46051fcf Merge remote-tracking branch 'origin/cluster-loader' into cluster 11 years ago
Julian Lam 58a73b52b5 work-in-progress commit to get cluster module working with loader.js 11 years ago
barisusakli cbe3b5b6dc testing 11 years ago
Julian Lam 2bfa7d5b97 closed #2012 11 years ago
Julian Lam 0c4a788698 added callbacks to css and js reloading, issue #2010 11 years ago
Julian Lam ba91d7aba6 proof-of-concept for hot-swapping of routes 11 years ago