mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 13:38:32 +01:00
e5fca6909e
This change reverts much of MDL-74641, removing the erroneous userquota checks from zip_packer. Now, during extraction, the zip_packer will exit with an error status when it encounters a file which is larger than its advertised size, and NOT when it determines the size of the extracted files have exceeded the userquota (which only applies to private files and which was used incorrectly here). It also reverts changes to the draftfiles_ajax.php file, restoring the original (pre-MDL-74641) error handling.
Repository API ============== This directory contains all the interfaces and plugins for access to repositories. Specs: https://moodledev.io/docs/apis/plugintypes/repository Track: http://tracker.moodle.org/browse/MDL-13766