castopod/app/Entities/Media
Yassine Doghri 14d7d07822 fix: replace deletedField with published_at for episodes
- remove delete_at field + soft delete for media and pages
- update CodeIgniter4 to 4.2.0 + update all starter files
- explicitly use builder() when creating queries from model
2022-06-13 16:30:34 +00:00
..
Audio.php fix(security): add csrf filter + prevent xss attacks by escaping user input 2022-03-04 14:36:32 +00:00
BaseMedia.php fix: replace deletedField with published_at for episodes 2022-06-13 16:30:34 +00:00
Chapters.php docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
Document.php docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
Image.php feat(episodes): replace soft delete with permanent delete 2022-05-05 15:48:16 +00:00
Transcript.php feat(episodes): replace soft delete with permanent delete 2022-05-05 15:48:16 +00:00
Video.php docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00