spreed/lib
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
..
Activity Simplify activity and fix handling of deleted rooms 2017-10-11 14:13:08 +02:00
AppInfo Activities for calls 2017-10-10 17:10:30 +02:00
BackgroundJob Expire signaling messages that are older than 5 minutes 2017-10-09 13:34:04 +02:00
Chat Add basic polling chat manager 2017-10-20 03:49:07 +02:00
ContactsMenu/Providers Split the API controller into 2 2017-07-12 11:53:16 +02:00
Controller Fix password protected rooms in chat backend 2017-10-20 03:49:07 +02:00
Exceptions Start implementing room passwords 2017-09-22 16:16:04 +02:00
Migration Activities for calls 2017-10-10 17:10:30 +02:00
Notification Split the API controller into 2 2017-07-12 11:53:16 +02:00
Settings/Admin Fix the section 2017-10-04 16:34:30 +02:00
Signaling Expire signaling messages that are older than 5 minutes 2017-10-09 13:34:04 +02:00
Config.php Fix unit tests 2017-09-29 11:56:22 +02:00
HookListener.php Util is a bad name and static is awkward 2017-01-04 09:46:31 +01:00
Manager.php Activities for calls 2017-10-10 17:10:30 +02:00
Participant.php Fix self-joining of users to a public room and remove them on making it private 2017-08-07 13:00:01 +02:00
Room.php Merge pull request #438 from nextcloud/activities-for-calls 2017-10-18 10:12:30 +02:00