owncloud-apps icon indicating copy to clipboard operation
owncloud-apps copied to clipboard

Compatibility with Nextcloud 15

Open MetropolitanInfluence opened this issue 7 years ago • 4 comments

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.

MetropolitanInfluence avatar Dec 19 '18 12:12 MetropolitanInfluence

Any issues with files_readers?

chopnico avatar Dec 27 '18 12:12 chopnico

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

merrx avatar Dec 31 '18 19:12 merrx

@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>

4oo4 avatar Jan 25 '19 01:01 4oo4

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 ?

onliniak avatar Feb 21 '19 17:02 onliniak