spreed/lib/Controller
Daniel Calviño Sánchez ce9155289b Fix password protected rooms in chat backend
Before, any user was able to send and receive messages to and from
public password protected rooms, even if they were not invited and they
had not joined it; guests were not able to send, but were able to
receive nevertheless. Now, only invited users or users/guests that have
joined a public password protected room can send and receive messages to
and from it.

As a side effect that change affects too to regular public rooms (not
password protected), but the new behaviour makes more sense than the old
one anyway.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-10-20 03:49:07 +02:00
..
CallController.php Don't use popup to ask for the password but the "blue screen" 2017-10-11 14:39:53 +02:00
ChatController.php Fix password protected rooms in chat backend 2017-10-20 03:49:07 +02:00
PageController.php Fix infinite redirect when following the link in a contacts menu 2017-10-19 14:57:04 +02:00
RoomController.php Add a (collective) event when adding users to a call 2017-09-25 15:31:42 +02:00
SignalingController.php Make sure we send the user list at least all 30 seconds 2017-09-26 11:08:50 +02:00