- Jul 14, 2022
-
-
- Jul 11, 2022
-
-
closes #230
-
- Jul 08, 2022
-
-
Yassine Doghri authored
refs #230
-
- Jul 07, 2022
-
-
semantic-release-bot authored
# [1.0.0-beta.18](adaures/castopod@v1.0.0-beta.17...v1.0.0-beta.18) (2022-07-07) ### Bug Fixes * **player-styling:** revert vite to 2.8 to reference the player css ([e07d3afe](adaures/castopod@e07d3afe)) ### Features * add legalNoticeURL to app config for setting an external url to legal notice ([711843a0](adaures/castopod@711843a0))
-
Yassine Doghri authored
A bug in the latest vite release (v2.9.13) prevents the player styling from being referenced in the manifest.
-
Yassine Doghri authored
- add contributors list to readme and docs' index page - add CONTRIBUTING.md file redirecting to docs website - add "translate castopod" section to guidelines
-
Yassine Doghri authored
-
- Jul 06, 2022
-
-
semantic-release-bot authored
# [1.0.0-beta.17](adaures/castopod@v1.0.0-beta.16...v1.0.0-beta.17) (2022-07-06) ### Bug Fixes * explicitly cast seconds to int in iso8601_duration helper function ([779653f7](adaures/castopod@779653f7)) * **housekeeping:** use EpisodeModel's builder to reset comments count ([65e9c0b0](adaures/castopod@65e9c0b0)) * **rss:** round episode durations and soundbites ([c9fb987f](adaures/castopod@c9fb987f)), closes [#214](adaures/castopod#214) * **xml-editor:** prettify xml even without root node ([ca55c248](adaures/castopod@ca55c248)) ### Features * add publish feature for podcasts and set draft by default ([3d363f2e](adaures/castopod@3d363f2e)), closes [#128](adaures/castopod#128) [#220](adaures/castopod#220) * **admin:** add instance wide dashboard with storage and bandwidth usage ([b1a6c02e](adaures/castopod@b1a6c02e)), closes [#216](adaures/castopod#216) * **datetime-picker:** set material_green theme to flatpickr ([3ce65410](adaures/castopod@3ce65410))
-
Yassine Doghri authored
* add DashboardCard component * add instance wide podcasts and episodes numbers * add app.storageLimit environment variable * divide bytes by 1000 instead of 1024 in stats sql queries closes #216
-
- Jul 05, 2022
- Jul 04, 2022
-
-
-
Yassine Doghri authored
upgrade docker dev's php version to 8.1
-
- Jul 03, 2022
-
-
Yassine Doghri authored
* update php packages to latest * update rector and ecs config * update ci4/settings package to v2.1
-
Yassine Doghri authored
- update js dependencies to latest - add indentWithTab to xml-editor - tailwindcss 3.1: replace withOpacity with <alpha-value>
-
- Jul 02, 2022
-
-
Yassine Doghri authored
refs #214
-
Yassine Doghri authored
episode page was unaccessible on with php8.1 and dev mode
-
- Jun 29, 2022
-
-
Yassine Doghri authored
-
- Jun 27, 2022
-
-
Yassine Doghri authored
-
Yassine Doghri authored
-
- Jun 26, 2022
-
-
- add docker images for app (castopod) and web-server (nginx) - ci: deploy images continuously to a docker hub using kaniko - ci: trigger docker-build-rolling on develop branch - move development DockerFile to docker directory closes #200
-
- Jun 24, 2022
-
-
semantic-release-bot authored
# [1.0.0-beta.16](adaures/castopod@v1.0.0-beta.15...v1.0.0-beta.16) (2022-06-24) ### Bug Fixes * change image size requirement hints ([ea20206e](adaures/castopod@ea20206e)) ### Features * add update rss feed feature for podcasts to import their latest episodes ([5eb9dc16](adaures/castopod@5eb9dc16)), closes [#183](adaures/castopod#183) * **admin:** add search form in podcast episodes list ([6be5d128](adaures/castopod@6be5d128)), closes [#26](adaures/castopod#26) * **api:** add rest api with podcasts read endpoints ([e64001d0](adaures/castopod@e64001d0)), closes [#210](adaures/castopod#210)
-
- Jun 22, 2022
-
-
Yassine Doghri authored
-
relates to #210
-
- Jun 17, 2022
-
-
-
closes #183
-
Yassine Doghri authored
closes #26
-
Yassine Doghri authored
-
- Jun 14, 2022
-
-
semantic-release-bot authored
# [1.0.0-beta.15](adaures/castopod@v1.0.0-beta.14...v1.0.0-beta.15) (2022-06-14) ### Bug Fixes * replace deletedField with published_at for episodes ([14d7d078](adaures/castopod@14d7d078)) ### Features * add default icons to Alert component ([0d980012](adaures/castopod@0d980012)) * add permanent delete feature for podcasts
([dbb4030d](adaures/castopod@dbb4030d)), closes [#89](adaures/castopod#89) * apply colour theme to embed player ([9548337a](adaures/castopod@9548337a)), closes [#201](adaures/castopod#201) * **episodes:** replace soft delete with permanent delete ([eb9ff522](adaures/castopod@eb9ff522))
-
- Jun 13, 2022
-
-
Yassine Doghri authored
- 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
-
- Jun 07, 2022
-
-
closes #89
-
- May 31, 2022
-
-
closes #201
-
- May 16, 2022
-
-
- May 05, 2022
-
-
+ add constraint to prevent deleting an episode when published
-
- May 03, 2022
-
-
Ola Hneini authored
-
- Apr 23, 2022
-
-
semantic-release-bot authored
# [1.0.0-beta.14](adaures/castopod@v1.0.0-beta.13...v1.0.0-beta.14) (2022-04-23) ### Bug Fixes * **home:** remove hardcoded prefix in getAllPodcasts query ([92d5cc50](adaures/castopod@92d5cc50)) * overwrite common lang function to escape returned string ([4c490c15](adaures/castopod@4c490c15)), closes [#196](adaures/castopod#196) [#198](adaures/castopod#198) ### Features * **i18n:** add Spanish to supported locales ([e340b54a](adaures/castopod@e340b54a))
-
- Apr 22, 2022
-
-
Yassine Doghri authored
-
Yassine Doghri authored
-
-
- Apr 21, 2022
-
-
Yassine Doghri authored
closes #196, fixes #198
-
- Apr 16, 2022
-
-
Yassine Doghri authored
-