- Sep 09, 2023
-
-
semantic-release-bot authored
## [1.6.1](adaures/castopod@v1.6.0...v1.6.1) (2023-09-09) ### Bug Fixes * **admin:** redirect root fediverse route to fediverse-blocked-actors ([ba5324ea](adaures/castopod@ba5324ea)) * **analytics:** show full referrer domain in web pages visits reports ([6be38e9f](adaures/castopod@6be38e9f)), closes [#367](adaures/castopod#367) * **auth:** overwrite Shield's PermissionFilter ([c6e8000b](adaures/castopod@c6e8000b)) * **auth:** update shield from v1.0.0-beta.3 to v1.0.0-beta.6 ([23842df0](adaures/castopod@23842df0)) * **platforms:** add missing tiktok to social platforms seed ([8dfdaf32](adaures/castopod@8dfdaf32)) * remove fediverse prefix to prevent migration error + load routes during podcast import ([7ff1dbe9](adaures/castopod@7ff1dbe9)) * **routes:** overwrite RouteCollection to include all routes + update js and php dependencies ([b4f1b916](adaures/castopod@b4f1b916)) * update Router to include latest CI changes with alternate-content logic ([ae57601c](adaures/castopod@ae57601c)) * use podcast-activity named route instead of not existing actor route ([3c357183](adaures/castopod@3c357183))
-
-
Yassine Doghri authored
-
Yassine Doghri authored
+ update js packages to latest
-
Yassine Doghri authored
-
Yassine Doghri authored
-
Yassine Doghri authored
-
Yassine Doghri authored
-
Yassine Doghri authored
-
Yassine Doghri authored
-
Yassine Doghri authored
-
Yassine Doghri authored
refactor migration queries to use forge functions
-
Yassine Doghri authored
-
Yassine Doghri authored
-
Yassine Doghri authored
-
Yassine Doghri authored
-
Yassine Doghri authored
-
Yassine Doghri authored
-
Yassine Doghri authored
-
Yassine Doghri authored
v1.0.0-beta.4 fixes a security issue "Password Shucking Vulnerability" (https://github.com/codeigniter4/shield/security/advisories/GHSA-c5vj-f36q-p9vg)
-
Yassine Doghri authored
-
- Sep 05, 2023
-
-
Yassine Doghri authored
-
- Aug 31, 2023
-
-
fixes #367
-
- Aug 28, 2023
-
-
semantic-release-bot authored
# [1.6.0](adaures/castopod@v1.5.2...v1.6.0) (2023-08-28) ### Bug Fixes * **home:** update where clause when getting all podcasts to prevent draft podcasts from showing up ([7a1eea58](adaures/castopod@7a1eea58)) * **media:** copy and delete temp file when saving instead of moving it for FS FileManager ([9346e787](adaures/castopod@9346e787)), closes [#338](adaures/castopod#338) * **media:** get path using media_path_absolute when saving media file ([754e7a6b](adaures/castopod@754e7a6b)) * **media:** init file properties in setAttributes' Model method + set defaults to pathinfo data ([0775add6](adaures/castopod@0775add6)) * **premium-podcasts:** show premium flag only when podcast has published premium episodes ([d10c4fd7](adaures/castopod@d10c4fd7)) * **s3:** add a flag to serve media files by redirecting to a presigned url instead of default proxy ([11aa3586](adaures/castopod@11aa3586)) ### Features * **episode:** add preview link in admin to view and share episode before publication ([7d21b350](adaures/castopod@7d21b350))
-
-
Yassine Doghri authored
-
Yassine Doghri authored
-
- Aug 22, 2023
-
-
Yassine Doghri authored
-
- Aug 21, 2023
-
-
Yassine Doghri authored
-
- Aug 06, 2023
-
-
Yassine Doghri authored
-
Yassine Doghri authored
+ throw exception instead silently failing file save closes #338
-
- Aug 05, 2023
-
-
Yassine Doghri authored
-
- Aug 02, 2023
-
-
Yassine Doghri authored
-
- Jul 31, 2023
-
-
semantic-release-bot authored
## [1.5.2](adaures/castopod@v1.5.1...v1.5.2) (2023-07-31) ### Bug Fixes * **credits:** remove undefined $podcast variable from page layout ([73a5b680](adaures/castopod@73a5b680)), closes [#359](adaures/castopod#359) * **platforms:** change twitter to X + add buymeacoffee and kofi as funding ([d69b4e48](adaures/castopod@d69b4e48)), closes [#353](adaures/castopod#353) [#361](adaures/castopod#361)
-
Yassine Doghri authored
+ fix a few typos closes #353, #361
-
Yassine Doghri authored
fixes #359
-
- Jul 29, 2023
-
-
semantic-release-bot authored
## [1.5.1](adaures/castopod@v1.5.0...v1.5.1) (2023-07-29) ### Bug Fixes * **admin-ui:** remove button labels on smaller screens in podcast view ([9cc5ffd1](adaures/castopod@9cc5ffd1)) * **rss:** set srt transcripts' mimetype to application/x-subrip with rel="captions" attribute ([16a3fdb5](adaures/castopod@16a3fdb5)), closes [#360](adaures/castopod#360) * **rss:** update podcast extension namespace ([6833dd05](adaures/castopod@6833dd05)), closes [#360](adaures/castopod#360)
-
Yassine Doghri authored
- update components renderer regex to include special characters - fix itunes_explicit mapping during import
-
Yassine Doghri authored
closes #360
-
Yassine Doghri authored
refs #360
-