nodebb/public
barisusakli 9e8be432b3 notification changes
-only send a notification when the person you follow creates a topic
-you still get a notification per post if you are following a topic
-changed notifications.push so that it sends the notifications over a
period of time, currently to 50 users per second
-optimized topics.notifyFollowers and
user.notifications.sendTopicNotification, they no longer query the
database for the topic and post data instead they get it as params
-you can no longer follow yourself :)
-changed mongo sortedSetRemove so that it doesn't use $in if there is
only a single value to remove
..
images removed unused asset
language notification changes
less min-width for user boxes in admin/manage
src move out update, should work even if post isnt in dom
uploads gitignore and folders
vendor added jquery drag and drop event libs
favicon.ico added favicon
logo.png default link tag (apple-touch-icon) added