Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-29 | Changed from createDir tocreateDirectory due to flySystem update | devian_peoplelogy | |
2022-09-28 | Update | devian_peoplelogy | |
2022-08-22 | Merge branch 'main' into main | Khaled Mohamed | |
2022-08-22 | update scorm disk with log try catch exception message | Khaled Lela | |
2022-03-18 | Update ScormDisk.php | Christopher 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-01 | refactor onerror clean resources and throw exception | Khaled Lela | |
2022-02-23 | handle scorm archive ot found, update config | Khaled Lela | |
2022-02-23 | handle read scorm archive from uri, in case have two differet storage for ↵ | Khaled Lela | |
package archive and unzipped package for serve. | |||
2022-02-19 | feat(disk): add download scorm package zip. | Khaled Lela | |
2022-02-11 | Revert "Revert "Improve SCORM disk storage handler"" | devianl2 | |
2022-02-11 | Revert "Improve SCORM disk storage handler" | devianl2 | |
2022-02-10 | update scorm disk not define exception msg | Khaled Lela | |
2022-02-04 | add scorm dist to manage scorm storage disk operation | Khaled Lela | |