-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
85 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,26 @@ | ||
Bug: Fix for issue with importing recordings on 3.7 (CONTRIB-7754). | ||
Bug: Fix for regression on recording ready notifications (CONTRIB-7740). | ||
Bug: Fix for instanceTypeProfiles array used by keys but NOT defined so (CONTRIB-7399). | ||
Bug: Fix for hard-coded strings in recordings table based on YUI datatables (CONTRIB-7518). | ||
Bug: Fix for Join session timeline button don't work (CONTRIB-7538). | ||
Bug: Fix for Index page does not show actions (CONTRIB-7579). | ||
Bug: Fix for issue with JWT library clashing in Moodle 3.7 (CONTRIB-7716). | ||
Bug: Fix for implementation of resetting function (CONTRIB-7695). | ||
Bug: Fix for for issue with delete instances with recycle bin disabled (CONTRIB-7660). | ||
Bug: Fix for hard-coded string in room.js and old reference to RecordingsBN (GIT-130). | ||
Bug: Fix for recording ready notifications not working (CONTRIB-7740). | ||
Bug: Fix for false positive sent to the logs (CONTRIB-7742). | ||
Bug: Fix for recording settings showing empty when no feature can be edited (CONTRIB-7701). | ||
Bug: Fix for notifications to be sent only to users allowed to see the activity (CONTRIB-7733). | ||
Enhancement: Playback recordings should be shown in a new tab (CONTRIB-7386). | ||
Enhancement: Limit instance type repertoire by capabilities (CONTRIB-7400). | ||
Enhancement: Media files in the description are now shown (CONTRIB-7440). | ||
Enhancement: Code cleanup and refactoring (CONTRIB-7625). | ||
New Feature: Being able to define a default presentation file for a Moodle site through settings (CONTRIB-6970). | ||
New Feature: Users being able to see recordings of only the rooms they have access to (CONTRIB-7225). | ||
New Feature: Add support for mobile application (CONTRIB-7227). | ||
New Feature: Add support for muteOnStart (CONTRIB-7519). | ||
New Feature: Add option for forcing all the sessions to be recorded (with no button) (CONTRIB-7520). | ||
New Feature: Add support for recordings of breakout rooms (CONTRIB-7521). | ||
New Feature: Recording list should give an option for searching recordings (CONTRIB-7522). | ||
Bug: Fix for issue with search on updated recordings only works if page is refreshed (CONTRIB-7700). | ||
Bug: Fix for end session action not always working (CONTRIB-7895). | ||
Bug: Fix for message sending triggered by recordng ready callback hangs (CONTRIB-7905). | ||
Bug: Fix for issue with mod_bigbluebuttonbn\privacy\provider::get_contexts_for_userid (CONTRIB-7915). | ||
Bug: Fix for participation report is not correctly implemented (CONTRIB-7951). | ||
Bug: Fix for "Recordings Only" instances have the feature [Restrict Access] disabled (CONTRIB-7960). | ||
Bug: Fix for missing strings for the new recording formats (CONTRIB-7962). | ||
Bug: Fix for "Moderator by default" setting does not recognise custom roles (CONTRIB-7966). | ||
Bug: Fix for BBB hard-coded dependency on mod_lti (CONTRIB-7969). | ||
Bug: Fix for possible CSRF vulnerability in BBB ajax intermediate script (CONTRIB-7971). | ||
Bug: Fix for BBB add participant module setting doesn't respect group mode/capabilities (CONTRIB-7972). | ||
Bug: Fix for error while creating or updating a BBB activity (CONTRIB-8019). | ||
Bug: Fix for '&' breaks the password when randomly assigned (CONTRIB-8049). | ||
Bug: Fix for validation of recording links fails some times (CONTRIB-8051). | ||
Bug: Fix for problem of List Table Pagination (CONTRIB-8053). | ||
Bug: Fix for improve performance on view (CONTRIB-8157). | ||
Enhancement: Add a way to reprocess completion validation (CONTRIB-7917). | ||
Enhancement: Completion by engagement should include configurable metrics (CONTRIB-7919). | ||
Enhancement: BBB should only include core libraries as required (CONTRIB-7970). | ||
Enhancement: Notification should contain link to BBB (CONTRIB-8029). | ||
Enhancement: Corrected problem of Import List Same Course Names (CONTRIB-8052). | ||
Enhancement: Recording parameters in activity form (CONTRIB-8116). | ||
Enhancement: Change the UI for Participants to User/Role Mapping (CONTRIB-8164). | ||
New Feature: Completion should be based on events captured from the live session (CONTRIB-7457). | ||
New Feature: Completion should be extended for supporting engagement (CONTRIB-7908). | ||
New Feature: Configure meeting room from the plugin (CONTRIB-8239). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters