Project 'ad-aures/castopod' was moved to 'adaures/castopod'. Please update any links and bookmarks that may still have the old path.
Commits on Source (6)
-
Yassine Doghri authored
-
Yassine Doghri authored
-
Yassine Doghri authored
-
Yassine Doghri authored
- clarify distiction between the announcement post and the show notes - change "note" occurences in UI by "post" - show warning message explaining why the podcaster should fill the message area - the podcaster can choose to publish the episode with an empty message anyways - redirect user to episode dashboard with error message when episode publication pages are inaccessible instead of showing a 404 error - add a cancel publication button in publish-edit form when episode is scheduled closes #129
-
Yassine Doghri authored
-
semantic-release-bot authored
# [1.0.0-alpha.61](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.60...v1.0.0-alpha.61) (2021-06-23) ### Bug Fixes * **release:** add missing version number to castopod-host package ([8f3e9d90](https://code.podlibre.org/podlibre/castopod-host/commit/8f3e9d90c14545d3f84d4469b26a53db4554b4dc)) * **ux:** allow for empty message upon episode publication and warn user on submit ([33d01b8d](https://code.podlibre.org/podlibre/castopod-host/commit/33d01b8d4fd6ebf24e9f011aa705c456c846956c)), closes [#129](https://code.podlibre.org/podlibre/castopod-host/issues/129)
Showing
- .releaserc.json 1 addition, 1 deletion.releaserc.json
- CHANGELOG.md 11 additions, 0 deletionsCHANGELOG.md
- app/Config/Constants.php 1 addition, 1 deletionapp/Config/Constants.php
- app/Config/Events.php 86 additions, 86 deletionsapp/Config/Events.php
- app/Config/Routes.php 33 additions, 24 deletionsapp/Config/Routes.php
- app/Controllers/Admin/EpisodeController.php 72 additions, 25 deletionsapp/Controllers/Admin/EpisodeController.php
- app/Controllers/PodcastController.php 2 additions, 2 deletionsapp/Controllers/PodcastController.php
- app/Controllers/StatusController.php 30 additions, 30 deletionsapp/Controllers/StatusController.php
- app/Database/Migrations/2020-06-05-170000_add_episodes.php 1 addition, 1 deletionapp/Database/Migrations/2020-06-05-170000_add_episodes.php
- app/Database/Migrations/2021-02-23-100000_add_episode_id_to_statuses.php 6 additions, 6 deletions...grations/2021-02-23-100000_add_episode_id_to_statuses.php
- app/Database/Migrations/2021-03-09-113000_add_created_by_to_statuses.php 6 additions, 6 deletions...grations/2021-03-09-113000_add_created_by_to_statuses.php
- app/Database/Seeds/AuthSeeder.php 2 additions, 2 deletionsapp/Database/Seeds/AuthSeeder.php
- app/Entities/Episode.php 10 additions, 10 deletionsapp/Entities/Episode.php
- app/Entities/Status.php 4 additions, 4 deletionsapp/Entities/Status.php
- app/Helpers/components_helper.php 2 additions, 2 deletionsapp/Helpers/components_helper.php
- app/Language/en/Episode.php 15 additions, 6 deletionsapp/Language/en/Episode.php
- app/Language/en/Podcast.php 3 additions, 3 deletionsapp/Language/en/Podcast.php
- app/Language/en/Status.php 1 addition, 1 deletionapp/Language/en/Status.php
- app/Language/fr/Episode.php 15 additions, 6 deletionsapp/Language/fr/Episode.php
- app/Language/fr/Podcast.php 3 additions, 3 deletionsapp/Language/fr/Podcast.php