| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-10 | Upgrade to Carbon v3 and PHP 8.1+v5.0.0 | im | |
| - Update nesbot/carbon from ^2.42 to ^3.0 - Update PHP requirement from ^7.4||^8.0 to ^8.1 - Fix nullable parameter syntax in ScoTracking::setLatestDate() - Remove version field from composer.json for GitHub hosting BREAKING CHANGE: Requires PHP 8.1+ due to Carbon v3 dependency | |||
| 2025-08-15 | Merge pull request #38 from devianl2/4.x | devianl2 | |
| 4.x | |||
| 2025-08-14 | Refactor error handling in readScormArchive method to throw the original ↵ | Khaled Lela | |
| exception instead of a custom StorageNotFoundException | |||
| 2025-08-14 | Refactor 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-14 | Enhance 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. | |||
| 2023-05-08 | update where uuid | Khaled Lela | |
| 2023-05-08 | handle scorm with uuid | Khaled Lela | |
| 2023-05-08 | handle scorm with identifer | Khaled Lela | |
| 2022-11-24 | Fix: Move the deleteScormFolder() method call to the deleteScorm() method. | Kreshnik Hasanaj | |
| When calling the method ``` public function uploadScormArchive(UploadedFile $file, $uuid = null) ``` It calls within it the method: ``` private function saveScorm($file, $filename, $uuid = null) ``` Which calls the method: ``` private function generateScorm($file) ``` Which calls the `unzipper` method on the `scormDisk` object. The scorm path is cleared within the method body before the new content is made available. As `deleteScormData` is called further down in the `uploadScormArchive` method, all content is removed after a successful upload. | |||
| 2022-09-29 | Changed from createDir tocreateDirectory due to flySystem update | devian_peoplelogy | |
| 2022-09-28 | Update | devian_peoplelogy | |
| 2022-09-28 | Update | devian_peoplelogy | |
| 2022-09-28 | Fixed scorm total time tracker and status3.0.9 | devian_peoplelogy | |
| 2022-09-28 | Added uuid parameters for saveScorm() to prevent multiple scorm file having ↵ | devian_peoplelogy | |
| the same uuid get erased. This issue will happen if the scorm package generate from software | |||
| 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-06-01 | Added resetUserData() function3.0.8 | devian_peoplelogy | |
| 2022-03-29 | Update3.0.7 | devian_peoplelogy | |
| 2022-03-22 | Added resource morphs nullable. This will give the flexibility for developer ↵3.0.6 | Devian Leong | |
| to embed to model or simply upload and store. | |||
| 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-10 | Added polymorphic function in scorm model. You can use polymorphic to call ↵3.0.4 | Devian Leong | |
| the scorm model in your project | |||
| 2022-03-01 | refactor onerror clean resources and throw exception | Khaled Lela | |
| 2022-02-27 | update runtime progress data. | Khaled Lela | |
| 2022-02-27 | clean scorm model code | Khaled Lela | |
| 2022-02-23 | handle scorm archive ot found, update config | Khaled Lela | |
| 2022-02-23 | fix where origin file reference | 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 | support Scorm entity from model | Khaled Lela | |
| 2022-02-19 | feat(disk): add download scorm package zip. | Khaled Lela | |
| 2022-02-13 | Merge pull request #12 from devianl2/revert-8-revert-7-main3.0.3 | devianl2 | |
| Revert 8 revert 7 main | |||
| 2022-02-13 | Merge pull request #11 from KhaledLela/handle_publish_translations3.0.2 | devianl2 | |
| Handle publish translations for scorm runtime exceptions handler | |||
| 2022-02-13 | Added comment | Devian | |
| 2022-02-13 | Update | Devian | |
| 2022-02-11 | Merge branch 'laravel_builder_dynamic_where' into main | Khaled Lela | |
| 2022-02-11 | handle publish scorm runtime exception msg key as translation under ↵ | Khaled Lela | |
| resources/lang/en-US/scorm.php | |||
| 2022-02-11 | add doc for laravel builder dynamic where handler | Khaled Lela | |
| 2022-02-11 | Update | Devian | |
| 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-10 | fix storing Scorm sco children | Khaled Lela | |
| 2022-02-10 | fix scorm entry_url fail case | Khaled Lela | |
| 2022-02-10 | fix delete by uuid, and title trim | Khaled Lela | |
| 2022-02-10 | update scorm model | Khaled Lela | |
| 2022-02-04 | refactor(manager): fix manager duplicated storage code, make it depend on ↵ | Khaled Lela | |
| ScormDist helper | |||
| 2022-02-04 | add scorm dist to manage scorm storage disk operation | Khaled Lela | |
| 2022-02-04 | code format and same UUID but under laravel support helper | Khaled Lela | |
| 2022-02-03 | fix typo remove extra bracket | Khaled Lela | |
| 2022-02-03 | fix scorm update archive with updateOrCreated, drop old scorm package when ↵ | Khaled Lela | |
| already exists. | |||
| 2021-12-19 | Update ScormManager.php2.0.6 | devianl2 | |
