libreoffice-online/wsd/wopi
Ashod Nakashian e690a739da wsd: support synchronous CheckFileInfo
In certain scenarios, such as with Proxy.php,
we don't have CheckFileInfo in advance and
need to request it before proceeding further.

This adds a wrapper to wait for the
CheckFileInfo request to complete.

Change-Id: I8afa955f841899eb667c02168a29a68c1dffb21b
Signed-off-by: Ashod Nakashian <ashod.nakashian@collabora.co.uk>
2024-04-17 10:18:33 +02:00
..
CheckFileInfo.cpp wsd: support synchronous CheckFileInfo 2024-04-17 10:18:33 +02:00
CheckFileInfo.hpp wsd: support synchronous CheckFileInfo 2024-04-17 10:18:33 +02:00
README
StorageConnectionManager.cpp
StorageConnectionManager.hpp
WopiProxy.cpp wsd: make checkFileInfo call explicit 2024-04-12 13:16:58 +01:00
WopiProxy.hpp wsd: SPDX-License-Identifier 2024-03-09 12:37:19 -05:00
WopiStorage.cpp WopiStorage: turn err to warning logging for PutFile 2024-04-16 09:24:42 +02:00
WopiStorage.hpp wsd: WopiStorage cleanup 2024-03-09 12:37:19 -05:00

This directory holds WOPI-specific code.

First and foremost, it is to isolate it from Mobile Apps
that do not have any dependencies on WOPI. This will also
enable stubbing out the same classes/functions for Mobile
Apps, so we wouldn't need so many compile-time directives
to exclude such code.

This also helps reduce the size of the translation-units
where previously this code resided, making them more
manageable in size and complexity.