nextcloud app that replicates basic gpodder.net api
Go to file
Jonathan Flueren 9ac7758e87 Correct empty timestamp check in createDateTimeFromTimestamp
createDateTimeFromTimestamp interpreted 0 as timestamp as a mistake while 0 is a valid timestamp.
The fix checks if timestamp is null (not defined/initialized), so that 0 is treated as a correct timestamp.
2021-08-12 15:27:58 +02:00
appinfo release 1.0.9 2021-07-27 00:06:50 +02:00
lib Correct empty timestamp check in createDateTimeFromTimestamp 2021-08-12 15:27:58 +02:00
releases release 1.0.9 2021-07-27 00:06:50 +02:00
tests convert timestamp from episode action request to format also mysql can process 2021-07-22 23:44:45 +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.9 2021-07-27 00:06:50 +02:00
composer.lock parse EpisodeAction message from AntennaPod 2021-06-27 13:24:17 +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/