castopod/app/Models
Ola Hneini eb9ff522c2 feat(episodes): replace soft delete with permanent delete
+ add constraint to prevent deleting an episode when published
2022-05-05 15:48:16 +00:00
..
.gitkeep
ActorModel.php docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
CategoryModel.php fix: overwrite common lang function to escape returned string 2022-04-21 12:54:19 +00:00
ClipModel.php fix(security): add csrf filter + prevent xss attacks by escaping user input 2022-03-04 14:36:32 +00:00
CreditModel.php docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
EpisodeCommentModel.php fix: use UTC_TIMESTAMP() to get current utc date instead of NOW() in sql queries 2022-04-14 14:33:53 +00:00
EpisodeModel.php feat(episodes): replace soft delete with permanent delete 2022-05-05 15:48:16 +00:00
LanguageModel.php docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
LikeModel.php fix(security): add csrf filter + prevent xss attacks by escaping user input 2022-03-04 14:36:32 +00:00
MediaModel.php fix(security): add csrf filter + prevent xss attacks by escaping user input 2022-03-04 14:36:32 +00:00
PageModel.php docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
PersonModel.php fix(security): add csrf filter + prevent xss attacks by escaping user input 2022-03-04 14:36:32 +00:00
PlatformModel.php fix(security): add csrf filter + prevent xss attacks by escaping user input 2022-03-04 14:36:32 +00:00
PodcastModel.php fix(home): remove hardcoded prefix in getAllPodcasts query 2022-04-16 08:36:28 +00:00
PostModel.php fix: use UTC_TIMESTAMP() to get current utc date instead of NOW() in sql queries 2022-04-14 14:33:53 +00:00
UserModel.php docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00