summaryrefslogtreecommitdiff
path: root/src/Manager/ScormDisk.php
AgeCommit message (Collapse)Author
2025-08-14Refactor error handling in readScormArchive method to throw the original ↵Khaled Lela
exception instead of a custom StorageNotFoundException
2025-08-14Refactor SCORM disk handling by removing redundant disk accessibility checks ↵Khaled Lela
and cleaning up whitespace. This improves code readability and maintains existing functionality.
2025-08-14Enhance SCORM file handling with improved error logging and validation. ↵Khaled Lela
Added checks for disk accessibility and file existence in readScormArchive method. Updated uuid assignment logic in uploadScormFromUri and uploadScormArchive methods.
2022-09-29Changed from createDir tocreateDirectory due to flySystem updatedevian_peoplelogy
2022-09-28Updatedevian_peoplelogy
2022-08-22Merge branch 'main' into mainKhaled Mohamed
2022-08-22update scorm disk with log try catch exception messageKhaled Lela
2022-03-18Update ScormDisk.phpChristopher Thomas
Added forward compatibility with flysystem API v2 while maintaining V1 compatibility. Notable changes for ScormDisk.php - - $filesystem->createDir($path); + $filesystem->createDirectory($path); - $filesystem->putStream($path, $contents); + $filesystem->writeStream($path, $contents);
2022-03-01refactor onerror clean resources and throw exceptionKhaled Lela
2022-02-23handle scorm archive ot found, update configKhaled Lela
2022-02-23handle read scorm archive from uri, in case have two differet storage for ↵Khaled Lela
package archive and unzipped package for serve.
2022-02-19feat(disk): add download scorm package zip.Khaled Lela
2022-02-11Revert "Revert "Improve SCORM disk storage handler""devianl2
2022-02-11Revert "Improve SCORM disk storage handler"devianl2
2022-02-10update scorm disk not define exception msgKhaled Lela
2022-02-04add scorm dist to manage scorm storage disk operationKhaled Lela