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

Objectfs pulls files locally each time when `get_local_path_from_hash()` method gets invoked. This method is used to preview images and get their width, height and mimetype. So even if pre-signed urls...

enhancement

Much of the complexity is in the objectfs mechanics and separate to which store is in use. It would be good if we implemented a filedir2 store which just shuffled...

enhancement

We are using GCP S3 compatible interface and files are not being deleted. On https://github.com/catalyst/moodle-tool_objectfs/blob/master/classes/local/store/s3/client.php#L173 unlink is used to delete the file for S3 storage: ```php /** * Deletes a...

bug

Are SCORM files supported by the plugin? The intent of course is to have one repository for SCORM files uploaded via the interface to S3.

help wanted

It has swapped somewhere along the line and starts at the biggest files and works down ![image](https://user-images.githubusercontent.com/187449/92337380-83a81400-f0ec-11ea-91c8-fcf3998a2165.png)

bug

The Presigned URL testing page should have a test for a Javascript library requesting content from the signed domain, so we can test that cors headers are correctly being set...

enhancement
documentation

There is possibly 2 issues that overlap and make things worse. The first issue is there is some intermittent reason why it cannot connect to s3. This is the root...

bug

ie if the contents of the config starts with ``` -----BEGIN RSA PRIVATE KEY---- ``` then shoun't do the test read from the file system: https://github.com/catalyst/moodle-tool_objectfs/blob/master/classes/local/manager.php#L217

performance

We want a header more or less like this: ```Access-Control-Allow-Origin: $CFG->wwwhost``` https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin