Commit Graph

11 Commits

Author SHA1 Message Date
Paulo Lanzarin
71a19adc73
build(bbb-pads): v1.4.0
See https://github.com/bigbluebutton/bbb-pads/releases/tag/v1.4.0
2022-11-16 10:55:34 -03:00
Paulo Lanzarin
56ad059f41
build(bbb-pads): v1.3.2
See https://github.com/bigbluebutton/bbb-pads/releases/tag/v1.3.2
2022-11-09 10:41:43 -03:00
Paulo Lanzarin
ad04550cb5
build(bbb-pads): v1.3.1
See https://github.com/bigbluebutton/bbb-pads/releases/tag/v1.3.1
2022-10-27 13:56:23 -03:00
Paulo Lanzarin
3486755df8
build(bbb-pads): v1.3.0
See https://github.com/bigbluebutton/bbb-pads/releases/tag/v1.3.0
2022-08-12 10:36:16 -03:00
Paulo Lanzarin
e8031a3c7f
build(pads): v1.2.2
Bump bbb-pads to v1.2.2

https://github.com/bigbluebutton/bbb-pads/releases/tag/v1.2.2
2022-06-23 11:25:57 -03:00
Pedro Beschorner Marin
9bf697b010 build(pads): v1.2.1
Update `bbb-pads` version.

https://github.com/bigbluebutton/bbb-pads/releases/tag/v1.2.1
2022-05-16 13:33:08 -03:00
Pedro Beschorner Marin
46b1fadbde chore(pads): v1.2.0
There was a dependency replacement at `bbb-pads` module. Update to uses
it's last version.

https://github.com/bigbluebutton/bbb-pads/compare/v1.1.0...v1.2.0
2022-05-11 13:29:14 -03:00
Pedro Beschorner Marin
b1d33ebc92 chore(pads): v1.1.0
The new `bbb-pads` version includes an extra layer of fault tolerance
upon repeated command events that trigger Etherpad's API calls.

Issue reference https://github.com/bigbluebutton/bigbluebutton/issues/14757

https://github.com/bigbluebutton/bbb-pads/releases/tag/v1.1.0
2022-04-08 10:02:02 -03:00
Anton Georgiev
0b87b13f86 build: add +x to scripts pulling external dependencies
Make is less noisy for local building of dependencies like freeswitch
by storing the executable flag for the scripts
and not listing the resulting packages in artifacts/
2022-02-27 17:12:03 +00:00
Pedro Beschorner Marin
7db9d98e8e build(bbb-pads): bump v1.0.2 2022-02-11 13:42:12 -03:00
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