moodle/lib/filestorage
Matt Porritt d7e4481e98 MDL-35773 Backup: API should have option to not backup files
Allow both UI and automated backups to be created without
including files.  Instead include only file references.
This is essentially implementing "SAMESITE" to backup files
instead of only for import and export functionality.
A new backup setting to include files (defaults to yes)
has been included.

The restore process will also look for and attempt to
restore files from the trashdir as part of restoring
backups.  Additionally to support this process the
ammount of time files are kept in trashdir before they
are cleaned up via cron is also adjustable via admin
setting.
2019-07-26 11:59:56 +08:00
..
tests MDL-65130 files: Add @covers Annotation 2019-03-21 09:00:41 +08:00
file_archive.php MDL-40438 migrate all collatorlib:: and textlib:: uses 2013-08-06 21:04:35 +02:00
file_exceptions.php MDL-44315 phpdoc: fixed up typos and made up tags 2014-02-24 09:13:31 +13:00
file_packer.php MDL-24343 core: Deprecate unzip_file 2016-08-03 09:05:55 +08:00
file_progress.php MDL-41838 Files: Implement .tar.gz packer (1 of 2) 2013-10-08 13:04:48 +01:00
file_storage.php MDL-35773 Backup: API should have option to not backup files 2019-07-26 11:59:56 +08:00
file_system.php MDL-35773 Backup: API should have option to not backup files 2019-07-26 11:59:56 +08:00
file_system_filedir.php MDL-35773 Backup: API should have option to not backup files 2019-07-26 11:59:56 +08:00
mbz_packer.php MDL-24343 core: Deprecate unzip_file 2016-08-03 09:05:55 +08:00
stored_file.php MDL-60819 core_files: fix exception thrown from generate_image_thumbnail 2018-06-11 10:44:51 +08:00
tgz_extractor.php MDL-43794 Files API Set the mtime of files to extraction time. 2014-01-22 11:06:39 -05:00
tgz_packer.php MDL-24343 core: Deprecate unzip_file 2016-08-03 09:05:55 +08:00
zip_archive.php MDL-59005 resource: fixed zip extraction for filenames in CP-1251/CP-866 2017-06-19 08:50:23 +08:00
zip_packer.php MDL-24343 core: Deprecate unzip_file 2016-08-03 09:05:55 +08:00