- Nov 09, 2020
-
-
Benjamin Bellamy authored
-
- Nov 05, 2020
-
-
semantic-release-bot authored
# [1.0.0-alpha.17](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.16...v1.0.0-alpha.17) (2020-11-05) ### Bug Fixes * **open-graph:** replace non existant episode description to podcast description in podcast page ([b02584ee](https://code.podlibre.org/podlibre/castopod/commit/b02584ee609af1ad1b5680cc28208d113eb0410b))
-
Yassine Doghri authored
-
- Nov 04, 2020
-
-
semantic-release-bot authored
# [1.0.0-alpha.16](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.15...v1.0.0-alpha.16) (2020-11-04) ### Features * add Open Graph and Twitter meta tags ([af970b8b](https://code.podlibre.org/podlibre/castopod/commit/af970b8bac949e4c63047e04aca1b7403a4e8deb)), closes [#41](https://code.podlibre.org/podlibre/castopod/issues/41)
-
Benjamin Bellamy authored
fix: #41
-
- Nov 03, 2020
-
-
semantic-release-bot authored
# [1.0.0-alpha.15](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2020-11-03) ### Features * **analytics:** add 'other' group to pie charts in order to display more accurate data ([73acef93](https://code.podlibre.org/podlibre/castopod/commit/73acef933ff3485987afc5157de022910876fc12))
-
Benjamin Bellamy authored
-
- Nov 02, 2020
-
-
semantic-release-bot authored
# [1.0.0-alpha.14](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2020-11-02) ### Features * **analytics:** add weekday and hour bar charts ([8ab31329](https://code.podlibre.org/podlibre/castopod/commit/8ab313296bb4a254ab05e90b17d896039839b784))
-
Benjamin Bellamy authored
-
- Oct 29, 2020
-
-
semantic-release-bot authored
# [1.0.0-alpha.13](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-10-29) ### Bug Fixes * **episodes-table:** set descriptions to be not null ([6774ec10](https://code.podlibre.org/podlibre/castopod/commit/6774ec10fa78527be6b7548ca1dc34ad0ada090c)) ### Features * add episode_numbering() component helper to display episode and season numbers ([3f4a6bd0](https://code.podlibre.org/podlibre/castopod/commit/3f4a6bd0b9f870f16107a41b102b6bf734868198)) * **episodes:** replace all audio file URL parameters with base64 encoded data ([e1f65cd3](https://code.podlibre.org/podlibre/castopod/commit/e1f65cd3b53353a30d4ab6eb5312393cf04a1676))
-
Yassine Doghri authored
-
Yassine Doghri authored
-
Benjamin Bellamy authored
-
Yassine Doghri authored
- harmonize field types and use explicit names - store html value alongside markdown descriptions for better performance - add duration and bandwidth to podcast analytics - add new analytics table for podcast hits by hour - replace visible MAXMIND_LICENCE_KEY with variable
-
- Oct 26, 2020
-
-
semantic-release-bot authored
# [1.0.0-alpha.12](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2020-10-26) ### Bug Fixes * replace getWebEnclosureUrl with getEnclosureWebUrl ([8122ceaf](https://code.podlibre.org/podlibre/castopod/commit/8122ceaf8a70050f14b3078f28b024e7d7cdb9ac))
-
Benjamin Bellamy authored
-
semantic-release-bot authored
# [1.0.0-alpha.11](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2020-10-26) ### Features * add CDN url ([972bcbf6](https://code.podlibre.org/podlibre/castopod/commit/972bcbf65ee119b8641ca3c4e5c0e8cf9ca8dd4f)), closes [#37](https://code.podlibre.org/podlibre/castopod/issues/37)
-
Benjamin Bellamy authored
feat: rename ?s to ?_from to match podcastindex recommendation feat: adust map height feat: display pie chart on 1 column for small and medium screens feat: handle empty rss user agent fix: correct bug when importing episode with empty image fix: add service to FakePodcastsAnalyticsSeeder, resize pie charts so that all lines fit fix: set page title to ->title when it exists fix: replace %20 with + closes #37
-
semantic-release-bot authored
# [1.0.0-alpha.10](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2020-10-26) ### Bug Fixes * **install:** redirect to host_url install route on instanceConfig validation error ([99250b18](https://code.podlibre.org/podlibre/castopod/commit/99250b1868657c249a447399c7ebc69e00d43d1a))
-
Yassine Doghri authored
-
semantic-release-bot authored
# [1.0.0-alpha.9](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2020-10-26) ### Features * display castopod version in admin footer ([9f2574e6](https://code.podlibre.org/podlibre/castopod/commit/9f2574e6fbb61dac4e1a4252dff30017685da5f0)), closes [#68](https://code.podlibre.org/podlibre/castopod/issues/68)
-
Yassine Doghri authored
add CP_VERSION constant in app/Config/Constants.php that updates upon release through prepare-release.sh script closes #68
-
- Oct 22, 2020
-
-
Yassine Doghri authored
- merge publication date fields into one field instanciated with flatpickr datetime picker - get user timezone to convert user publication_date input to UTC - remove setPublishedAt() method from episode entity - add publication pill component to display the episode publication date info - clear cache after episode insert - use CI is_really_writable() helper in install instead of is_writable() - fix latest episodes layout - update tsconfig to only include ts folders - update DEPENDENCIES.md to include flatpickr - add format_duration helper to format episode enclosure duration instead of translating it (causes translation bug) - add Time.ts module to convert UTC time to user localized time for episode publication dates - fix some layout issues - update php and js dependencies to latest versions closes #47
-
- Oct 21, 2020
-
-
Benjamin Bellamy authored
BREAKING CHANGE: analytics_podcasts_by_player table and analytics_podcasts procedure were updated
-
- Oct 20, 2020
-
-
Yassine Doghri authored
fixes #42, #61
-
Benjamin Bellamy authored
feat: add lock podcast according to the Podcastindex podcast-namespace to prevent unauthozized import
-
Benjamin Bellamy authored
-
- Oct 19, 2020
-
-
Benjamin Bellamy authored
fix(install): edit host_url helper and remove back() when create .env
-
-
- Oct 15, 2020
-
-
Yassine Doghri authored
-
Yassine Doghri authored
-
Yassine Doghri authored
replace platform visible checkbox with switch
-
Yassine Doghri authored
contain podcast page header info within an md width fixes #67
-
Yassine Doghri authored
-
Yassine Doghri authored
- fix overshooting podcast name when too long in podcast sidebar - update npm packages to latest versions fixes #59
-
Yassine Doghri authored
- intl NumberFormatter doesn't work as it should with french language - fix typo in episode french tranlation fixes #64
-
-
-
Yassine Doghri authored
- add back to previous page button to 404 page - replace public/favicon.ico
-
Yassine Doghri authored
fixes #40
-