catalyst / moodle-tool_objectfs

Object file storage system for Moodle
https://moodle.org/plugins/tool_objectfs
88 stars 72 forks source link

Move objectfs checks to check API classes, include checks in admin settings #618

Open matthewhilton opened 4 months ago

matthewhilton commented 4 months ago

Since Moodle 4.4 https://tracker.moodle.org/browse/MDL-67898 is integrated, allowing you to show check API results https://moodledev.io/docs/4.4/apis/subsystems/check in the admin settings very easily.

Currently objectfs rolls this itself, for example:

https://github.com/catalyst/moodle-tool_objectfs/blob/c4ba44f1fe9a85c20c76a423169a9f0ce771edc2/settings.php#L162-L165

The reason for rolling itself is probably only due to the fact that objectfs is older than the check API.

Will help resolve #543