- Aug 22, 2022
-
-
-
Yassine Doghri authored
-
- Aug 15, 2022
-
-
- Aug 12, 2022
-
-
semantic-release-bot authored
# [1.0.0-beta.20](adaures/castopod@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](adaures/castopod@d4d86712)) * **router:** check if Accept header is set before getting value ([10a2ae02](adaures/castopod@10a2ae02)), closes [#228](adaures/castopod#228) * **search-episodes:** add fallback sql query using LIKE for search query with less than 4 characters ([e66bf443](adaures/castopod@e66bf443)), closes [#236](adaures/castopod#236) * set interact_as_actor for user upon password reset ([ad8f5f5a](adaures/castopod@ad8f5f5a)), closes [#178](adaures/castopod#178) ### Features * add label to sponsor button on podcast page ([c29c018c](adaures/castopod@c29c018c)), closes [#162](adaures/castopod#162) * add notifications inbox for actors ([999999e3](adaures/castopod@999999e3)), closes [#215](adaures/castopod#215)
-
closes #215
-
closes #162
-
closes #178
-
- Aug 01, 2022
-
-
Yassine Doghri authored
fix deprecation warnings for getHeader and getHeaders methods refs #228
-
- Jul 28, 2022
-
-
Yassine Doghri authored
fix(search-episodes): add fallback sql query using LIKE for search query with less than 4 characters fixes #236
-
- 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
-
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 11, 2022
-
-
closes #230
-
- Jul 08, 2022
-
-
Yassine Doghri authored
refs #230
-
- 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
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](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
- 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](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
-
-
Yassine Doghri authored
-
relates to #210
-
- Jun 17, 2022
-
-
-
closes #183
-