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 (2)
-
Yassine Doghri authored
- get avatar and cover urls from entity: if no image exists, retrieve the default ones. - always set icon and image in actor object: set the default ones if podcast hasn't set them. fixes #111
-
semantic-release-bot authored
# [1.0.0-alpha.52](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.51...v1.0.0-alpha.52) (2021-04-16) ### Bug Fixes * **avatar:** use default avatar when no avatar url has been set ([9d23c7e7](https://code.podlibre.org/podlibre/castopod/commit/9d23c7e7e142c6cf1a1418e37e41d711064593c4)), closes [#111](https://code.podlibre.org/podlibre/castopod/issues/111)
Showing
- CHANGELOG.md 7 additions, 0 deletionsCHANGELOG.md
- app/Config/ActivityPub.php 11 additions, 0 deletionsapp/Config/ActivityPub.php
- app/Config/Constants.php 1 addition, 1 deletionapp/Config/Constants.php
- app/Libraries/ActivityPub/Config/ActivityPub.php 11 additions, 0 deletionsapp/Libraries/ActivityPub/Config/ActivityPub.php
- app/Libraries/ActivityPub/Database/Migrations/2018-01-01-010000_add_actors.php 2 additions, 0 deletions...yPub/Database/Migrations/2018-01-01-010000_add_actors.php
- app/Libraries/ActivityPub/Entities/Actor.php 38 additions, 2 deletionsapp/Libraries/ActivityPub/Entities/Actor.php
- app/Libraries/ActivityPub/Objects/ActorObject.php 6 additions, 7 deletionsapp/Libraries/ActivityPub/Objects/ActorObject.php
- app/Models/PodcastModel.php 1 addition, 6 deletionsapp/Models/PodcastModel.php
- app/Views/_assets/images/castopod-avatar-default.jpg 0 additions, 0 deletionsapp/Views/_assets/images/castopod-avatar-default.jpg
- app/Views/podcast/_partials/header.php 2 additions, 6 deletionsapp/Views/podcast/_partials/header.php
- app/Views/podcast/follow.php 0 additions, 4 deletionsapp/Views/podcast/follow.php
- composer.json 1 addition, 1 deletioncomposer.json
- package-lock.json 1 addition, 1 deletionpackage-lock.json
- package.json 1 addition, 1 deletionpackage.json
9.29 KiB
{ | ||
"name": "podlibre/castopod", | ||
"version": "1.0.0-alpha51", | ||
"version": "1.0.0-alpha52", | ||
"type": "project", | ||
"description": "Castopod is an open-source hosting platform made for podcasters who want engage and interact with their audience.", | ||
"homepage": "https://castopod.org", | ||
... | ... |