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

New file sync filter settings: mimetype, filearea, component

Open nadavkav opened this issue 3 years ago • 3 comments

A new feature, that allow the admin to filter what files are sync into the remote storage based on combination of the following Moodle mdl_files table fields: component, filearea, mimetype. There is an AND logical condition between the above fields.

nadavkav avatar Apr 22 '22 10:04 nadavkav

@brendanheywood How about this? We are using it for a few months now, and it seem to work fine.

nadavkav avatar Sep 11 '22 16:09 nadavkav

Again this one is targeting a deprecated branch can you please rebase it. Also we have a decent refactor which is about to land to improve performance, we hope to land that this week we are currently load testing it:

https://github.com/catalyst/moodle-tool_objectfs/pull/506

I would assume this will clash with yours, so ideally if you can rebase on it on top of that one, but might be easier to hold off until it lands and then rework it

brendanheywood avatar Sep 12 '22 03:09 brendanheywood

I will wait until the new version lands, and then rebase all my various PRs

nadavkav avatar Sep 12 '22 20:09 nadavkav