stable

Clone or download

Read-only

Clean unused work files that were being uploaded

Unused files should be removed from the filesystem and the DB should be cleaned. Part of story #12813: upload files with FRS REST API Change-Id: Ib28c1ab5c662f38b778e6e8210b486a50bd86800

Modified Files

Name
M plugins/frs/include/FRS/Upload/FileOngoingUploadDao.php +10 −0 Go to diff View file
A plugins/frs/include/FRS/Upload/FileUploadCleaner.php +58 −0 Go to diff View file
M plugins/frs/include/FRS/Upload/UploadPathAllocator.php +28 −0 Go to diff View file
M plugins/frs/include/frsPlugin.class.php +11 −0 Go to diff View file
A plugins/frs/phpunit/FRS/Upload/FileUploadCleanerTest.php +65 −0 Go to diff View file