Khemissi Amir
Khemissi Amir
## Description Synchronizing the rooms access codes settings with their rooms configs. This PR: - Edits `Rooms` model to add in the capability to auto generate access codes on rooms...
## Description Synchronizing the rooms access codes settings with their rooms configs. This PR: - Edits `Rooms` model to extend the access codes fetching logic to hide their values when...
## Description Rectifying the rooms access codes to become a room setting that can be configured like any other setting. This PR completes **6.** -- ~~1. Create and populate `glViewerAccessCode`...
## Description Synchronizing the rooms access codes settings with their rooms configs. This PR: - Edits `Rooms` model to add in the capability to lazy generate access codes on rooms...
## Description Synchronize room settings with rooms configurations. This PR completes **3.** -- ~~1. Create `RoomSettingsGetter` service that can take a room and return its settings as a `Hash: :name...
## Description Enable users to activate their accounts. This PR completes **5.** -- ~~0. Add `active ` _boolean attribute, default to false_; `activation_digest` _unique string_; `activation_sent_at` _datetime_ to the `users`...
## Description Enable users to activate their accounts. This PR completes **6.** -- ~~0. Add `active ` _boolean attribute, default to false_; `activation_digest` _unique string_; `activation_sent_at` _datetime_ to the `users`...
Fixed inconsistency between room last_session in GL and meeting createTime on BBB when a problem occurs during the start of an old room ## Description BigBlueButton (BBB) recommends the providing...
## Description The `OmniAuth` gem enables any `ruby on rails` application with `OAuth2` authN capabilities through the use of a simple middleware. Third party service providers (Authorization services) can be...
## Description As requested in #3028 any user having a role with the `can_manage_rooms_and_recordings` and the `manage_users` permissions now have the ability to create a room for any other `active`...