| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 5 days | Make models configurableHEADmain | Sam Light | |
| 2025-08-15 | Merge pull request #38 from devianl2/4.x | devianl2 | |
| 4.x | |||
| 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-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-06-01 | Added resetUserData() function3.0.8 | devian_peoplelogy | |
| 2022-03-29 | Update3.0.7 | devian_peoplelogy | |
| 2022-03-01 | refactor onerror clean resources and throw exception | Khaled Lela | |
| 2022-02-27 | update runtime progress data. | 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 | feat(disk): add download scorm package zip. | Khaled Lela | |
| 2022-02-13 | Added comment | Devian | |
| 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 | 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-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 | |
| 2021-09-06 | Fixed cmi entry and exit data issue2.0.5 | Devian | |
| 2021-06-30 | Fixed scorm version reader2.0.4 | Devian | |
| 2021-05-10 | Update2.0.3 | Devian | |
| 2021-05-07 | Update | Devian | |
| 2021-05-07 | Update2.0.2 | Devian | |
| 2021-05-06 | Update2.0.1 | Devian | |
| 2021-05-06 | Update2.01.0.161.0.15 | Devian | |
| 2021-05-06 | Update1.0.14 | Devian | |
| 2021-05-05 | Update1.0.13 | Devian | |
| 2021-05-04 | Update1.0.12 | Devian | |
| 2021-05-04 | Update1.0.11 | Devian | |
| 2021-05-04 | Update | Devian | |
| 2021-05-04 | Fixed scorm delete1.0.10 | Devian | |
| 2021-05-04 | Update1.0.9 | Devian | |
| 2021-05-04 | Added delete1.0.8 | Devian | |
| 2021-04-30 | Fixed scorm extract path1.0.7 | Devian | |
| 2021-04-30 | Update path1.0.5 | Devian | |
| 2021-04-28 | Sanitize score | Devian | |
| 2021-04-26 | Find sco by uuid1.0.4 | Devian | |
| 2021-04-23 | Added get sco and result function1.0.3 | Devian | |
