Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | handle publish scorm runtime exception msg key as translation under ↵ | Khaled Lela | |
resources/lang/en-US/scorm.php | |||
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 | |
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 | |
2021-04-23 | Added relationship1.0.2 | Devian | |
2021-04-23 | Added scorm | Devian | |
2021-04-23 | Added carbon | Devian | |
2021-04-23 | Update | Devian | |
2021-04-22 | Initiate commit | Devian | |