You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Magnus 7bd3e31dec
Fullname in notifications (#10157)
* init - fullname notifications setting

* fullname in topic reply

* fullname for group-request-membership

* fullname for group-leave notification

* fullname for new-post-flag & new-user-flag

* removed log

* fullname for user follow

* fullname in message notification

* fullname in follow

* fullname for sendNotificationToPostOwner

* fullname in sendNotificationToTopicOwner

* fullname in doExport

* shorthand name set

* shorter name set

* fullname in notifications

* displayname for notifications

* removed unused require
3 years ago
..
admin test: make it async 3 years ago
categories refactor: only pass qs 3 years ago
posts breaking: remove socket.emit('posts.delete') 3 years ago
topics breaking: remove deprecated methods 3 years ago
user Fullname in notifications (#10157) 3 years ago
admin.js breaking: remove deprecated admin.groups methods 3 years ago
blacklist.js chore: eslint prefer-template 4 years ago
categories.js breaking: remove socket.emit('categories.getCategory') 3 years ago
groups.js breaking: remove deprecated groups socket calls 3 years ago
helpers.js Fullname in notifications (#10157) 3 years ago
index.js fix: don't throw on invalid session, just return early so socket is not opened. 3 years ago
meta.js chore: eslint no-var, vars-on-top 4 years ago
modules.js style: eslint 3 years ago
notifications.js chore: eslint import/newline-after-import 4 years ago
plugins.js refactor: var to const and let (#9885) 3 years ago
posts.js fix: post indices if there is a blocked user in topic 3 years ago
topics.js breaking: remove socket.emit('topics.follow') 3 years ago
uploads.js fix: guard against prototype pollution 3 years ago
user.js breaking: remove socket.emit('user.exists') 3 years ago