Commit Graph

27 Commits (48cff9bfcb4efc4accac80517a7abe613a64e6b9)

Author SHA1 Message Date
Baris Usakli 48cff9bfcb fix chat message subject
Barış Soner Uşaklı d2ffdbda7d closes
Barış Soner Uşaklı dd176dd5f2
Notification delivery ()
* ability for users to choose how they receive notifications

add type field to more notifications, the type field is used to
determine what to do based on user
setting(none,notification,email,notificationemail)

* change var name to types

* cleanup

* add event types for privileged users

* remove unused language keys

* fix uids check

* changed if statements

* upgrade script to preserver old settings
Julian Lam d9ace1723c removed references to libs that aren't used
Julian Lam a2627d2066 added default payload to emails, and adding nodebb logo for email header
Peter Jaszkowiak 932ae4e86d Merge branch 'master' into notif-abort
Peter Jaszkowiak 4b87324234 Quick fix
Peter Jaszkowiak 033ce02e7b Rename hooks
Add `static:messaging.canMessageRoom` as well
Peter Jaszkowiak 42e21d5aa9 Add more messaging hooks
barisusakli 5a2ff8ed0a closes
Peter Jaszkowiak dd2b930824 Resolve merge conflicts, minify only `.js` files
barisusakli 5c01c7b1c7 delayed notification test
Peter Jaszkowiak 93f38d4f30 ESlint no-multi-assign
and max-nested-callbacks, no-mixed-requires, max-statements-per-line
Peter Jaszkowiak 57f89663aa ESlint radix
Peter Jaszkowiak 3b0dd2d1ef ESlint padded-blocks
Peter Jaszkowiak feb8405f95 ESlint eol-last
Peter Jaszkowiak bc1d70c126 ESlint comma-dangle
HeeL 4a3c31b2dc Fix space-before-function-paren linter rule
barisusakli b70610703a fix crash in notifs
barisusakli 1c0ef00836 closes
pichalite e23377580d fixes
Barış Soner Uşaklı 46c3e5c126 chat notif/unread fix
barisusakli dff3d7f20e various group chat fixes
fix multiple modals using the same tagsinput
fix online user getting chat notification
fix owner not being able to remove users in the chat modal
barisusakli 1bd9b364e4 fix notifs, dont send to self, fix notification path to roomId
barisusakli d8810ceae9 send messages
barisusakli 8fab270852 leaveRoom method, small fixes
barisusakli f8a6666e1a chat notify changes