castopod/app/Controllers
Yassine Doghri 8acdafd260 fix(episode-unpublish): set consistent posts_counts' increments/decrements for actors and episodes
Some episodes could not be unpublished because of out of range error when removing posts.

fixes #233
2022-07-21 13:56:10 +00:00
..
ActivityPubController.php
ActorController.php
BaseController.php fix: replace deletedField with published_at for episodes 2022-06-13 16:30:34 +00:00
ColorsController.php
CreditsController.php
EpisodeCommentController.php
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
HomeController.php
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
PlatformController.php
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(episode-unpublish): set consistent posts_counts' increments/decrements for actors and episodes 2022-07-21 13:56:10 +00:00
WebmanifestController.php