nodebb/src
cmastudios e3185b9560 Calculate age based on days instead of years
Calculating the age based on the year only caused issues in the display of the age because it was off. Example: Person who was born in march of 1999 is displayed as 15 instead of 14 after the turn of the year.
..
admin admins can create users from admin/users panel
database mongo string fix
routes Calculate age based on days instead of years
categories.js closes
categoryTools.js Adding support for restricting category read access based on user groups
database.js fixed instruction in database.js
events.js display events in admin page events section
favourites.js fixed favouriting
feed.js fixes - topic feeds were not saving (who knows for how long!)
groups.js removing some console.log's
imgur.js closes , closes
install.js closes , closes
logger.js closes , if the file path doesnt exists logger was crashing
login.js added parseInt
messaging.js closes , closes
meta.js full unicode support in slugify method, thanks to XRegExp
notifications.js also send notification data along with event:new_notification socket call
plugins.js fixed plugin deactivation
postTools.js thread delete restore fix
posts.js if imgur client id is not set but local file uploads are enabled use that
sitemap.js parseInt fixes getObjects fix
threadTools.js thread delete restore fix
topics.js closes
upgrade.js closes , closes
user.js closes
webserver.js properly fixed
websockets.js removed extra event in websocket.js