pbek / qownnotesapi

Nextcloud / ownCloud API for QOwnNotes
https://www.qownnotes.org/
GNU Affero General Public License v3.0
106 stars 18 forks source link

qownnotesapi does not pass Nextcloud 12.0.5 integrity check #18

Closed zebraartefakt closed 6 years ago

zebraartefakt commented 6 years ago

An update from 12.0.4 to the newest Nextcloud 12.0.5 results in the following issue:

Technical information
=====================
The following list covers which files have failed the integrity check. Please read
the previous linked documentation to learn more about the errors and how to fix
them.

Results
=======
- qownnotesapi
    - EXCEPTION
        - OC\IntegrityCheck\Exceptions\InvalidSignatureException
        - Certificate is not valid.

Raw output
==========
Array
(
    [qownnotesapi] => Array
        (
            [EXCEPTION] => Array
                (
                    [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException
                    [message] => Certificate is not valid.
                )

        )

)
pbek commented 6 years ago

Please try https://github.com/pbek/qownnotesapi/issues/12