castopod/app/Controllers
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
..
ActivityPubController.php docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
ActorController.php fix: remove cache from remote follow form to display error messages 2022-03-15 14:05:19 +00:00
BaseController.php fix: replace deletedField with published_at for episodes 2022-06-13 16:30:34 +00:00
ColorsController.php fix(security): add csrf filter + prevent xss attacks by escaping user input 2022-03-04 14:36:32 +00:00
CreditsController.php fix: move html escaping on credits page 2022-03-15 15:23:13 +00:00
EpisodeCommentController.php fix(security): add csrf filter + prevent xss attacks by escaping user input 2022-03-04 14:36:32 +00:00
EpisodeController.php fix: use UTC_TIMESTAMP() to get current utc date instead of NOW() in sql queries 2022-04-14 14:33:53 +00:00
FeedController.php docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
HomeController.php docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
MapController.php fix: use UTC_TIMESTAMP() to get current utc date instead of NOW() in sql queries 2022-04-14 14:33:53 +00:00
PageController.php docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
PlatformController.php docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
PodcastController.php fix: use UTC_TIMESTAMP() to get current utc date instead of NOW() in sql queries 2022-04-14 14:33:53 +00:00
PostController.php fix(security): add csrf filter + prevent xss attacks by escaping user input 2022-03-04 14:36:32 +00:00
WebmanifestController.php fix(security): add csrf filter + prevent xss attacks by escaping user input 2022-03-04 14:36:32 +00:00