SRCF / lightbluetent

BigBlueButton frontend (originally dubbed project LightBlueTent) for the SRCF's Timeout videoconf
https://timeout.srcf.net
MIT License
5 stars 6 forks source link

Make permissions into enumerations #94

Closed dnlburgess closed 4 years ago

dnlburgess commented 4 years ago

Various permissions can now be assigned to roles in config.py. There is a scheme of inheritance: admins inherit their permissions from users, which in turn inherit from visitors.

matiasilva commented 4 years ago

Amazing!