nextcloud app that replicates basic gpodder.net api
Go to file
Jonathan Flueren 48b78669e6 Enable processing of multiple EpisodeActions
EpisodeAction/create now can deal with multiple EpisodeActions inside a single EpisodeAction string, they will be processed one after another.
For this EpisodeActionReader->fromString() now returns an array of EpisodeActions.
2021-08-24 22:31:24 +02:00
.github/workflows pass step input to environment variables 2021-08-16 22:37:31 +02:00
appinfo release 1.0.13 2021-08-22 23:24:31 +02:00
lib Enable processing of multiple EpisodeActions 2021-08-24 22:31:24 +02:00
releases release 1.0.9 2021-07-27 00:06:50 +02:00
tests Enable processing of multiple EpisodeActions 2021-08-24 22:31:24 +02:00
vendor parse EpisodeAction message from AntennaPod 2021-06-27 13:24:17 +02:00
.gitignore parse EpisodeAction message from AntennaPod 2021-06-27 13:24:17 +02:00
CHANGELOG.md release 1.0.13 2021-08-22 23:24:31 +02:00
composer.lock parse EpisodeAction message from AntennaPod 2021-06-27 13:24:17 +02:00
Makefile ignore releases directory from tarball 2021-08-14 20:15:31 +02:00
README.md release 1.0.8 2021-07-22 23:52:47 +02:00

nextcloud-gpodder

nextcloud app that replicates basic gpodder.net api

This app serves as synchronization endpoint for AntennaPod: https://github.com/AntennaPod/AntennaPod/pull/5243/