3
0
Fork 0
Commit Graph

5 Commits (9.0)

Author SHA1 Message Date
Guewen Baconnier 1b51327bfb Prevent to send web notifications to other users
Only the admin user (sudo) is allowed to send notifications to other
users. The normal users can only send notifications to themselves.

This is to prevent attackers to craft malicious notifications and send
them to other users using RPC.

Correction based on the idea of @hbrunn
2018-10-09 08:26:48 +02:00
Laurent Mignon (ACSONE) 80674a6241 Don't store channel names since the perf gain is negligible and not worth additional database columns. 2016-09-21 15:37:56 +02:00
Laurent Mignon (ACSONE) acb8ce6ff4 Remove required flag 2016-09-21 12:01:21 +02:00
Laurent Mignon (ACSONE) 8b2079b3ef Improve logic and add tests 2016-09-21 11:05:31 +02:00
Laurent Mignon (ACSONE) 8fa467fa1f New module web_notify
This technical module allows you to send instant notification messages from the server to the user in live.
2016-09-20 17:56:56 +02:00