Commits on Source (4)
-
Yassine Doghri authored
-
Yassine Doghri authored
-
Yassine Doghri authored
-
semantic-release-bot authored
# [1.0.0-alpha.77](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.76...v1.0.0-alpha.77) (2021-11-23) ### Bug Fixes * **cors:** add preflight option routes for episode, podcast and status objects ([a281abfd](https://code.podlibre.org/podlibre/castopod-host/commit/a281abfda475388a07943c169dab460cc2d4f944)) * **podcast-import:** move guid attribute declaration for Episode entity to include slug data ([5d02ae39](https://code.podlibre.org/podlibre/castopod-host/commit/5d02ae39908a9d743627135b372bf981134c4328))
Showing
- CHANGELOG.md 10 additions, 0 deletionsCHANGELOG.md
- app/Config/Constants.php 1 addition, 1 deletionapp/Config/Constants.php
- app/Config/Routes.php 6 additions, 1 deletionapp/Config/Routes.php
- app/Controllers/ActivityPubController.php 30 additions, 0 deletionsapp/Controllers/ActivityPubController.php
- app/Controllers/Admin/PodcastImportController.php 1 addition, 1 deletionapp/Controllers/Admin/PodcastImportController.php
- app/Controllers/EpisodeController.php 0 additions, 13 deletionsapp/Controllers/EpisodeController.php
- app/Entities/Episode.php 1 addition, 1 deletionapp/Entities/Episode.php
- app/Libraries/ActivityPub/Models/FavouriteModel.php 1 addition, 1 deletionapp/Libraries/ActivityPub/Models/FavouriteModel.php
- app/Libraries/ActivityPub/Models/FollowModel.php 1 addition, 1 deletionapp/Libraries/ActivityPub/Models/FollowModel.php
- app/Libraries/ActivityPub/Models/StatusModel.php 7 additions, 10 deletionsapp/Libraries/ActivityPub/Models/StatusModel.php
- composer.json 1 addition, 1 deletioncomposer.json
- package-lock.json 1051 additions, 821 deletionspackage-lock.json
- package.json 6 additions, 6 deletionspackage.json
app/Controllers/ActivityPubController.php
0 → 100644
{ | { | ||
"name": "podlibre/castopod-host", | "name": "podlibre/castopod-host", | ||
"version": "1.0.0-alpha76", | "version": "1.0.0-alpha77", | ||
"type": "project", | "type": "project", | ||
"description": "Castopod Host is an open-source hosting platform made for podcasters who want engage and interact with their audience.", | "description": "Castopod Host is an open-source hosting platform made for podcasters who want engage and interact with their audience.", | ||
"homepage": "https://castopod.org", | "homepage": "https://castopod.org", | ||
... | ... |
This diff is collapsed.
{ | { | ||
"name": "castopod-host", | "name": "castopod-host", | ||
"version": "1.0.0-alpha.76", | "version": "1.0.0-alpha.77", | ||
"description": "Castopod Host is an open-source hosting platform made for podcasters who want engage and interact with their audience.", | "description": "Castopod Host is an open-source hosting platform made for podcasters who want engage and interact with their audience.", | ||
"private": true, | "private": true, | ||
"license": "AGPL-3.0-or-later", | "license": "AGPL-3.0-or-later", | ||
... | @@ -45,10 +45,10 @@ | ... | @@ -45,10 +45,10 @@ |
"devDependencies": { | "devDependencies": { | ||
"@commitlint/cli": "^12.0.1", | "@commitlint/cli": "^12.0.1", | ||
"@commitlint/config-conventional": "^12.0.1", | "@commitlint/config-conventional": "^12.0.1", | ||
"@semantic-release/changelog": "^5.0.1", | "@semantic-release/changelog": "^6.0.1", | ||
"@semantic-release/exec": "^5.0.0", | "@semantic-release/exec": "^6.0.2", | ||
"@semantic-release/git": "^9.0.0", | "@semantic-release/git": "^10.0.1", | ||
"@semantic-release/gitlab": "^6.0.9", | "@semantic-release/gitlab": "^7.0.4", | ||
"@tailwindcss/forms": "^0.2.1", | "@tailwindcss/forms": "^0.2.1", | ||
"@tailwindcss/line-clamp": "^0.2.0", | "@tailwindcss/line-clamp": "^0.2.0", | ||
"@tailwindcss/typography": "^0.4.0", | "@tailwindcss/typography": "^0.4.0", | ||
... | @@ -72,7 +72,7 @@ | ... | @@ -72,7 +72,7 @@ |
"prettier": "2.2.1", | "prettier": "2.2.1", | ||
"prettier-plugin-organize-imports": "^1.1.1", | "prettier-plugin-organize-imports": "^1.1.1", | ||
"rollup-plugin-multi-input": "^1.2.0", | "rollup-plugin-multi-input": "^1.2.0", | ||
"semantic-release": "^17.4.2", | "semantic-release": "^18.0.0", | ||
"stylelint": "^13.12.0", | "stylelint": "^13.12.0", | ||
"stylelint-config-standard": "^21.0.0", | "stylelint-config-standard": "^21.0.0", | ||
"svgo": "^2.2.2", | "svgo": "^2.2.2", | ||
... | ... |