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

When creating my test environment (php admin/tool/phpunit/cli/init.php), the following notice was displayed: PHP Notice: Undefined property: stdClass::$deleteexternal in /moodle/admin/tool/objectfs/classes/local/store/object_file_system.php on line 66 Notice: Undefined property: stdClass::$deleteexternal in /moodle/admin/tool/objectfs/classes/local/store/object_file_system.php on line...

Hello, I have objectfs configured with azure blob storage. My PHP memory limit is 128MB and I have uploaded a 160MB mp4 video file. When the video file is being...

bug

There has been a move away from using the terms blacklist/whitelist - and to "allow list" "deny list" we should be changing these setting names and associated strings in objectfs....

enhancement

This will break when https://tracker.moodle.org/browse/MDL-61165 gets integrated. ``` Processing cron function for tool_objectfs... ++ Use of legacy cron is deprecated (tool_objectfs_cron). Please use scheduled tasks. ++ * line 3480 of...

bug

It would be useful to add a few admin settings to improve filtering options like: component, filearea, mimetype. It would allow, for example, to push only media (video) files or...

enhancement

Hi, We have used this plugin correctly in some Moodles. Now school is deleting all data for next year and school is deleting user data. We have changed "Minimum size...

help wanted

What is the correct method to uninstall the plugin and get the data synced to local again?

https://github.com/catalyst/moodle-tool_objectfs/commit/ea0ef92552ad47ad1667c7baf97944dc16b2030f#diff-4505b1552d3257e51887561a933ba909a3480650c1758488886c36cedb4f780fR248

We have noticed that our cron is running lots of instances of the generate_status_report scheduled task, that never seem to complete. Doing some digging, I have found that location_report_builder reaches...

ie instead of this: https://xyz.cloudfront.net/ab/cd/abcdef1234567890?signingstuff we do: https://xyz.cloudfront.net/ab/cd/abcdef1234567890/nicename.pdf?signingstuff When the browser downloads it then it will have a nice file name even if it is in a context where the...

enhancement