Castopod - Package Updates
Pinned
Castopod
-
-
Update is delayed since there is a database migration bug caused by https://code.castopod.org/adaures/castopod/-/blob/develop/app/Database/Migrations/2023-06-12-010000_add_full_text_search_indexes.php#L14 which is not supported by mysql but probably only mariadb.
Upstream issue https://code.castopod.org/adaures/castopod/-/issues/382
-
[2.0.0]
- Update Castopod to 1.6.2
- This version brings a security patch from the upstream auth library codeigniter4/shield.
- You will not be able to sign in to your admin, and that is normal. All of your instance's users will have to reset their password by clicking on "Use a Login Link" as if they forgot their password.
- Full changelog
- admin: redirect root fediverse route to fediverse-blocked-actors (ba5324e)
- analytics: show full referrer domain in web pages visits reports (6be38e9), closes #367
- auth: overwrite Shield's PermissionFilter (c6e8000)
- auth: update shield from v1.0.0-beta.3 to v1.0.0-beta.6 (23842df)
- platforms: add missing tiktok to social platforms seed (8dfdaf3)
- remove fediverse prefix to prevent migration error + load routes during podcast import (7ff1dbe)
- routes: overwrite RouteCollection to include all routes + update js and php dependencies (b4f1b91)
- update Router to include latest CI changes with alternate-content logic (ae57601)
- use podcast-activity named route instead of not existing actor route (3c35718)
- migrations: remove if exists modifier for drop index (82013c9), closes #382
-
[2.2.2]
- Update Castopod to 1.7.2
- Full changelog
- render episode number optional when episode type is trailer or bonus
This does not yet solve the caching issue from https://forum.cloudron.io/topic/10600/an-update-or-something-seems-to-have-broken-styling/14
-
[2.3.0]
- Update Castopod to 1.8.1
- Full changelog
- admin: add tooltip for not authorized routes (f7f9baf)
- admin: emphasize unprivileged items in sidebar with "prohibited" icon (0bd7dde)
- allow hiding owner's email in public RSS feed (222e02a)
- persons: order persons by
full_name
ASC for easier list scanning (68a599f), closes #418