Commit Graph

10 Commits

Author SHA1 Message Date
Pedro Beschorner Marin
810deb907b refactor(etherpad): access control et al.
Move all Etherpad's access control from Meteor to a separated [Node application](https://github.com/bigbluebutton/bbb-pads).
This new app uses [Etherpad's API](https://etherpad.org/doc/v1.8.4/#index_overview)
to create groups and manage session tokens for users to access them. Each group
represents one distinct pad at the html5 client.

- Removed locked users' access to pads: replaced readOnly pad's access with a new pad's content sharing routine
- Pad's access is now controlled by [Etherpad's API](https://etherpad.org/doc/v1.8.4/#index_overview)
- Closed captions edited content now reflects at it's live feedback
- Improved closed caption's dictation mode live feedback
- Moved all Etherpad's API control from Meteor to a separated [app](https://github.com/bigbluebutton/bbb-pads)
- Included access control both in akka-apps and bbb-pads
2022-01-21 16:56:01 -03:00
Tainan Felipe
f5eef03f3f Improve data structure to not break on reconnections 2021-11-03 14:37:54 -03:00
Tainan Felipe
1de8e0779d Add server side reactivity to publications 2021-10-13 15:00:52 -03:00
Chad Pilkey
027c28c320 add lock setting option to hide viewers from each other 2019-08-09 16:45:26 -07:00
Diego Benetti
64a2ef7a66 Implemented notification when a lock is disabled 2019-05-27 13:33:19 -03:00
Anton Georgiev
2ff9a12d2c adjust lock chat strings to be used as keys 2019-05-09 15:58:08 +00:00
Pedro Beschorner Marin
c27f409def Locking shared notes from akka-apps up to the Flash client 2019-05-08 20:36:36 +00:00
Diego Benetti
25bc0d8d9e Fix error when layout lock applied 2019-04-05 11:07:29 -03:00
Diego Benetti
1d6762f400 Will improve a if statement and message's text 2019-03-29 10:45:53 -03:00
Diego Benetti
f3b9fe26de Rule to show notification to viewers of webcam, microphone and chatting locks implemented 2019-03-19 11:15:44 -03:00