nodebb/src
Julian Lam f4573d23b5 Merge branch 'master' of github.com:designcreateplay/NodeBB
..
admin closes
routes added api route for 403
categories.js closed
favourites.js fixed favouriting
feed.js fixing issue where navigating to a non-existant category_id caused NodeBB
imgur.js drag and drop image upload first pass
install.js moved the imgur clientID to the server config file
login.js first pass at a custom title function (not ready for prod)
meta.js closed
notifications.js refactored notifications library to mark all notifs read when the menu is
plugins.js added note linking to wiki page for authoring plugins... also showing something if no plugins are installed
postTools.js fixed outgoing route to handle links with querystrings in it (using req.query instead of req.url). closes .
posts.js closed
redis.js 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,
schema.js added a new section that only shows unread topics, added mark all read button, closes
sitemap.js fixed oddities in base_url and url generation for subdirectoried instances
threadTools.js closed
topics.js closed
upgrade.js 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,
user.js closed
webserver.js closed
websockets.js closed