Jonathan
Jonathan
Yes, this won't work, since you deleted the table `oc_gpodder_subscriptions`. This isn't restored from just reinstalling. Your options are to do one of the following: 1. restore the table (by...
Wow, just installed it on a test server with caching and after first load it's insanely fast :D and looks very good
The .js files have to be built first: 1. `composer i` for installing php dependencies (phpunit) 2. `make npm-init` for installing production npm packages 3. `make build-js-production` for building js...
Thank you so much for this cool settings screen, I really like it! @thrillfall merging has my approval, tested with some requests and various website visits on NC24+25 and php7.4+8.0....
This indicates that you are using Nextcloud 29 or later, but this app in its current version only supports Nextcloud 26, 27 and 28. The error messages says that you...
Fixed with release 3.9.0: https://github.com/thrillfall/nextcloud-gpodder/releases/tag/3.9.0
Hi, the data is located in the main Nextcloud database, in the tables `gpodder_subscriptions` and `gpodder_episode_action` (mostly with `oc_` prefix). Be careful not to delete anything in the db if...
@txt-file could you combine the CI changes (including #164 ) into one PR and also change the supported Nextcloud version in `appinfo/info.xml`? You will have to edit the `` and...
Implemented in #170
Hi, the error messages indicate that some of the podcasts you subscribed to use invalid XML syntax in their feed. You probably cannot do a lot about it, but it...