- Aug 24, 2022
-
-
Yassine Doghri authored
- add default values for Config/Email properties - set mariadb to the minimal required version for development fixes #204
-
- Aug 22, 2022
-
-
-
Yassine Doghri authored
-
- Aug 15, 2022
-
-
- Aug 12, 2022
-
-
semantic-release-bot authored
# [1.0.0-beta.20](v1.0.0-beta.19...v1.0.0-beta.20) (2022-08-12) ### Bug Fixes * add underline and semibold font weight for prose links to have them stand out ([d4d86712](d4d86712)) * **router:** check if Accept header is set before getting value ([10a2ae02](10a2ae02)), closes [#228](#228) * **search-episodes:** add fallback sql query using LIKE for search query with less than 4 characters ([e66bf443](e66bf443)), closes [#236](#236) * set interact_as_actor for user upon password reset ([ad8f5f5a](ad8f5f5a)), closes [#178](#178) ### Features * add label to sponsor button on podcast page ([c29c018c](c29c018c)), closes [#162](#162) * add notifications inbox for actors ([999999e3](999999e3)), closes [#215](#215)
-
closes #215
-
- Aug 01, 2022
-
-
Yassine Doghri authored
fix deprecation warnings for getHeader and getHeaders methods refs #228
-
- Jul 22, 2022
-
-
Yassine Doghri authored
+ fix typo: "whitespace-no-wrap" --> "whitespace-nowrap"
-
- Jul 21, 2022
-
-
semantic-release-bot authored
# [1.0.0-beta.19](v1.0.0-beta.18...v1.0.0-beta.19) (2022-07-21) ### Bug Fixes * **episode-unpublish:** set consistent posts_counts' increments/decrements for actors and episodes ([8acdafd2](8acdafd2)), closes [#233](#233) * **get_browser_language:** return defaultLocale if browser doesn't send user preferred language ([9cc29962](9cc29962)) ### Features * **episode-unpublish:** remove episode comments upon unpublish ([78acd7f5](78acd7f5))
-
Yassine Doghri authored
-
Yassine Doghri authored
Some episodes could not be unpublished because of out of range error when removing posts. fixes #233
-
- Jul 18, 2022
-
-
Yassine Doghri authored
-
- Jul 14, 2022
-
-
- Jul 07, 2022
-
-
semantic-release-bot authored
# [1.0.0-beta.18](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](e07d3afe)) ### Features * add legalNoticeURL to app config for setting an external url to legal notice ([711843a0](711843a0))
-
Yassine Doghri authored
-
- Jul 06, 2022
-
-
semantic-release-bot authored
# [1.0.0-beta.17](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](779653f7)) * **housekeeping:** use EpisodeModel's builder to reset comments count ([65e9c0b0](65e9c0b0)) * **rss:** round episode durations and soundbites ([c9fb987f](c9fb987f)), closes [#214](#214) * **xml-editor:** prettify xml even without root node ([ca55c248](ca55c248)) ### Features * add publish feature for podcasts and set draft by default ([3d363f2e](3d363f2e)), closes [#128](#128) [#220](#220) * **admin:** add instance wide dashboard with storage and bandwidth usage ([b1a6c02e](b1a6c02e)), closes [#216](#216) * **datetime-picker:** set material_green theme to flatpickr ([3ce65410](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
-
-
closes #128, #220
-
- 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 27, 2022
-
-
Yassine Doghri authored
-
- Jun 24, 2022
-
-
semantic-release-bot authored
# [1.0.0-beta.16](v1.0.0-beta.15...v1.0.0-beta.16) (2022-06-24) ### Bug Fixes * change image size requirement hints ([ea20206e](ea20206e)) ### Features * add update rss feed feature for podcasts to import their latest episodes ([5eb9dc16](5eb9dc16)), closes [#183](#183) * **admin:** add search form in podcast episodes list ([6be5d128](6be5d128)), closes [#26](#26) * **api:** add rest api with podcasts read endpoints ([e64001d0](e64001d0)), closes [#210](#210)
-
- Jun 22, 2022
-
-
relates to #210
-
- Jun 17, 2022
-
-
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 16, 2022
-
-
- May 05, 2022
-
-
+ add constraint to prevent deleting an episode when published
-
- Apr 23, 2022
-
-
semantic-release-bot authored
# [1.0.0-beta.14](v1.0.0-beta.13...v1.0.0-beta.14) (2022-04-23) ### Bug Fixes * **home:** remove hardcoded prefix in getAllPodcasts query ([92d5cc50](92d5cc50)) * overwrite common lang function to escape returned string ([4c490c15](4c490c15)), closes [#196](#196) [#198](#198) ### Features * **i18n:** add Spanish to supported locales ([e340b54a](e340b54a))
-
- Apr 22, 2022
-
-
Yassine Doghri authored
-
-
- Apr 21, 2022
-
-
Yassine Doghri authored
closes #196, fixes #198
-
- Apr 16, 2022
-
-
Yassine Doghri authored
-
- Apr 15, 2022
-
-
Yassine Doghri authored
+ update rector config for crowdin compatibility
-