moodle/lib/filestorage
meirzamoodle 72b43c3541 MDL-75850 core: file redact
File redact is a core plugin to remove or obsure from a file (image, doc) prior to publication/release.
Currently, it has an EXIF remover service using exiftool command, but it is also possible to
add other services related to file redacting.

The plugin admin settings is under Server as it's parent.

Co-authored-by: Huong Nguyen <huongnv13@gmail.com>
2024-08-28 17:17:08 +07:00
..
tests MDL-82207 phpunit: fix various @covers annotations (take#1) 2024-06-24 12:07:39 +02:00
file_archive.php MDL-65292 style: Fix all the function declaration ordering 2024-02-28 23:47:47 +01:00
file_exceptions.php MDL-80820 various: fix incorrect phpdocs 2024-04-08 10:13:10 +01:00
file_packer.php MDL-81634 core: Fix all implicitly defined nullables 2024-08-02 14:11:12 +08:00
file_progress.php
file_storage.php MDL-75850 core: file redact 2024-08-28 17:17:08 +07:00
file_system.php MDL-81634 core: Fix all implicitly defined nullables 2024-08-02 14:11:12 +08:00
file_system_filedir.php MDL-77149 core_files: Network filesystem (Amazon EFS) can warn 2023-02-21 10:53:31 +00:00
mbz_packer.php MDL-81634 core: Fix all implicitly defined nullables 2024-08-02 14:11:12 +08:00
stored_file.php MDL-81634 core: Fix all implicitly defined nullables 2024-08-02 14:11:12 +08:00
tgz_extractor.php MDL-81634 core: Fix all implicitly defined nullables 2024-08-02 14:11:12 +08:00
tgz_packer.php MDL-81634 core: Fix all implicitly defined nullables 2024-08-02 14:11:12 +08:00
zip_archive.php MDL-73424 general: Internal methods must have same type as parent 2022-10-10 16:46:13 +02:00
zip_packer.php MDL-81634 core: Fix all implicitly defined nullables 2024-08-02 14:11:12 +08:00