ariselseng / camerarawpreviews

Camera Raw Previews app for Nextcloud
GNU Affero General Public License v3.0
53 stars 11 forks source link

Add Nexcloud 24 compatibility #82

Closed xkill closed 2 years ago

xkill commented 2 years ago

Add Nextcloud 24 support

ariselseng commented 2 years ago

@xkill I have not yet tested 24. Have you? Does the app work if you force it?

ornago commented 2 years ago

Yes it does load a preview when forcing Nextcloud to load your app. Messages in the nextcloud.log are:

"message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead."
"message":"The requested alias \"PreviewManager\" is deprecated. Please request \"OCP\\IPreview\" directly. This alias will be removed in a future Nextcloud version."
"message":"Deprecated event type for OCP\\IPreview:PreviewRequested: Symfony\\Component\\EventDispatcher\\GenericEvent is used"
ariselseng commented 2 years ago

Fixed.