moodle-tool_objectfs icon indicating copy to clipboard operation
moodle-tool_objectfs copied to clipboard

Object file storage system for Moodle

Results 172 moodle-tool_objectfs issues
Sort by recently updated
recently updated
newest added
trafficstars

Two touch points: https://github.com/catalyst/moodle-tool_objectfs/blob/337f03d88eb8cb8c0a3f527c31286f866e0f3772/classes/local/store/object_file_system.php#L424 https://github.com/catalyst/moodle-tool_objectfs/blob/337f03d88eb8cb8c0a3f527c31286f866e0f3772/classes/local/store/object_file_system.php#L446 It can probably call the parent method

enhancement

- Create patches for every supported version (including patches for phpunit) - Update Travis to use these patches

enhancement

This is to enhance readme and add explicit instructions of `admin_setting_filetypes` class backporting (backport MDL-53240 tracker or create a patch). Issue #282 was fixed by checking if `admin_setting_filetypes`, but it...

enhancement
documentation

https://github.com/catalyst/moodle-tool_objectfs/blob/master/classes/client/s3_client.php#L233 ContentType field https://docs.aws.amazon.com/sdkfornet1/latest/apidocs/html/T_Amazon_S3_Model_PutObjectRequest.htm

bug

* [ ] delete all fixtures button * [ ] ~~delete fixtures on upgrade~~ actually don't do this as it will slow down every upgrade. Unless it is done via...

enhancement

* [x] https://tracker.moodle.org/browse/MDL-58281 * [ ] add to testing page * [ ] backport patch doco

bug
MDL-tracker

The idea is that you have a master cron task which queues up chunks of work and creates ad hoc tasks. Ad hoc tasks can run in parallel so we...

enhancement

The Object Status report indicates that everything is functioning regarding file duplication but I am getting errors when I try to read or download files that are only in external...

help wanted