Commit Graph

172 Commits (61db112942c586dfba5b33c2cb1bf14a598abb8f)

Author SHA1 Message Date
Julian Lam 1c80a1bad5 ninjafix
Julian Lam 79c52dfe84 updated schema handling so that nodebb won't run unless you are up to date -- fixed
Julian Lam 9bea23bbfe linting webserver.js
Julian Lam 4e39c50144 fine, 150ms.
Julian Lam 5647d55147 updated postDelay upgrade script to update if the old value is over 1000, not 10!
Baris Usakli 4ce6ac5af9 closes , added check to prevent crash in getAnonUserCount
Julian Lam 0a9b918c75 fixed notifications not exiting (whoops)
Julian Lam f6be3eacfc interim commit
Julian Lam 62c85274a3 mark all notifs as read functionality. CSS tweaks...
Julian Lam be8d9be832 flushed out upgrade path for notifications
Julian Lam 4d6881fa65 reset update for 0.0.7, and added new schema update for notifications
Baris Soner Usakli 2dcc4172c4 closes
psychobunny aea3181d27 formatting - server side core
Baris Soner Usakli af59ff3209 closes , closes
Baris Soner Usakli a848f82b8f fix for upgrade script
Baris Soner Usakli 52365a9755 upgrade user checks for undefined data
Julian Lam 41bea9f50c adding upgradeAdmin method to upgrade script -- pending fix to upgradeUsers
Baris Usakli c647793512 meta config changes, refactors
Baris Usakli dceec0ce46 more winston, issue
Baris Soner Usakli ded0200355 upgraded userlist to 3 sorted sets, run node app -upgrade after updating to this commit, added infinite scrolling to all user pages, added ops per second to redis page, changed the percentage to 90% for infinite scrolling to kick in
Baris Soner Usakli 1cc8214d16 infinite scrolling for topics in category view, changed how topics are stored in categories, using sorted sets instead of sets now, if you update to this commit run node app --upgrade to upgrade the redis schema,
Baris Soner Usakli 04e0d075ec added upgrade file and nconf check