cs3org / reva

WebDAV/gRPC/HTTP high performance server to link high level clients to storage backends
https://reva.link
Apache License 2.0
171 stars 112 forks source link

CERN: Integration with applications #2968

Closed labkode closed 2 years ago

labkode commented 2 years ago

Includes support for WOPI related applications: Office 365 • With support for locking semantics across different applications Non-WOPI related applications: pdf, image gallery, drawio, ...

labkode commented 2 years ago

This should be already in edge. Locking is already implemented for the EOS driver.

kulmann commented 2 years ago

pdf-viewer and drawio exist as frontend-only apps in web. Image gallery is not implemented, yet.

labkode commented 2 years ago

@kulmann when I mean image gallery, I mean the image viewer, that is working on master, just to clarify.

This: Screenshot 2022-07-01 at 09 12 22

kulmann commented 2 years ago

@kulmann when I mean image gallery, I mean the image viewer, that is working on master, just to clarify.

Thanks for clarifying! I thought you referred to the grid view, which is planned but not implemented.

Regarding locking, we also plan to show an indicator in the file list for locked files FYI.

labkode commented 2 years ago

@kulmann when I mean image gallery, I mean the image viewer, that is working on master, just to clarify.

Thanks for clarifying! I thought you referred to the grid view, which is planned but not implemented.

Regarding locking, we also plan to show an indicator in the file list for locked files FYI.

So the file preview is working with edge?

kulmann commented 2 years ago

So the file preview is working with edge?

Yes, the preview app and all thumbnails are working fine with edge.

labkode commented 2 years ago

Applications are there, the only missing part is that they need to honour the global urls:

2965

labkode commented 2 years ago

Missing for applications to use global-urls, as per #2965

kulmann commented 2 years ago

As far as I can tell this has been implemented in https://github.com/owncloud/web/pull/7430 - can we close here? :-)