castopod/app/Models
Ola Hneini dbb4030da4 feat: add permanent delete feature for podcasts 🎉
closes #89
2022-06-07 11:13:06 +00:00
..
.gitkeep feat: add npm for js dependencies + move src/ files to root folder 2020-10-15 14:05:36 +00:00
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 feat: add permanent delete feature for podcasts 🎉 2022-06-07 11:13:06 +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