Release 4.1.10 of Microsoft plugins for Moodle 4.1
·
2 commits
to MOODLE_401_STABLE
since this release
Major changes in this release:
- Moodle CI integration related changes:
-- Fix Moodle plugin CI warnings and errors.
-- Add GitHub and GitLab Moodle plugin CI integration to individual plugin repos.
-- Update individual plugin repo pull request template.
Other changes included in this release are:
- Update unit tests in assignsubmission_onenote to work with MDL-81520. #2735, thanks to @MichaelReyesCatcan
- Update unit tests in assignfeedback_onenote to work with MDL-81520. #2735, thanks to @TomoTsuyuki
- Add missing German language strings to user sync configurations in local_o365. #2726, thanks to @christianabila
- Handle case-insensitive Authorization header in Teams SSO. #2688, thanks to @snowping
- Handle empty binding username claim configuration.
- Bug fix in storing application token expiry when using Microsoft identity platform (v2.0) IdP. #2786
- Handle front-channel logout URL visits from multiple user sessions. #2705
- Update PowerShell script to be compatible with PowerShell 7.x. #2732
- Change setting name support_upn_change to support_user_identifier_change in auth_oidc. #2695
- Fix a bug where function get_in_or_equal does not accept empty arrays in local_o365 mode_maintenance_resyncgroupusers function. #2700
- Move debug backtrace of auth_oidc error details from Moodle log to PHP error log. #2680
- Bug fix in function to clean up teams connections on invalid or deleted teams. #2683
- Bug fix in handling country profile field mapping. #2757
- Optimize course description truncation to respect 1024-byte limit. #2781
- Fix missing spaces between elements in Calendar Sync settings. #2285
- Update Token Endpoint hint for IdP type v2.0. #2782
- Bug fix in saving custom icon in auth_oidc. #2793
- Avoid using FILE_EXTRERNAL and FILE_REFERENDCE to OneDrive files in repository_office365 because they require login.
- Allow cohort sync scheduled task to fail silently when auth_oidc is not configured.
- Show more specific error message for providing admin consent error when using Microsoft identity platform (v2.0) IdP.
- Remove use of common auth and token endpoints as default because they don't work in Microsoft identity platform (v2.0) IdP.