Yetangitu / owncloud-apps

Applications for Nextcloud and Owncloud personal cloud server
GNU Affero General Public License v3.0
87 stars 41 forks source link

Compatibility with Nextcloud 15 #112

Open MetropolitanInfluence opened 5 years ago

MetropolitanInfluence commented 5 years ago

Hi there, files_opds 0.8.8 seems to be working fine on NC 15. I just needed to rise the 'max-version' value up to '15.0' in info.xml file to be able to activate the app.

chopnico commented 5 years ago

Any issues with files_readers?

merrx commented 5 years ago

I followed the link in https://apps.nextcloud.com/apps/files_opds and used @thomas2403's fork to install the files_opds on my nextcloud 15 instance. I had to increase the max-version to 15.0 to enable the app.

I get a integrity check error for "Certificate not valid" and my library stays at 0 books even after scheduling a rescan. A look in the database table shows no entries.

I am not sure, which fork to take...

Nextcloud 15.0 PostgeSQL 10.0 Nginx 1.14.0 Ubuntu 18.04

4oo4 commented 5 years ago

@chopnico Nope, as long as you make sure this says the version maximum as 15.0 it seems to work:

appinfo/info.xml :



    <dependencies>
        <owncloud min-version="8.2" max-version="10.0" />
        <nextcloud min-version="8.1" max-version="15.0"/>
                <database>pgsql</database>
                <database>sqlite</database>
                <database>mysql</database>
    </dependencies>
onliniak commented 5 years ago

EDIT: Fixed by https://github.com/aidenatt/owncloud-apps

It looks like 15.0.4 is diffrent. I try 15.0 and 15.0.4 and even 15.1 too

15.0.4

115 Related ?