collabora-online/wsd/wopi
Michael Meeks 1b6af5e28d killpoco: remove lots of redundant JSON includes.
Signed-off-by: Michael Meeks <michael.meeks@collabora.com>
Change-Id: I976c5b8d6763cbbf0ee5cadfa2f7335ec719fe85
2024-04-25 09:06:13 +02:00
..
CheckFileInfo.cpp Logging: wrap poco and simplify logging. 2024-04-24 10:59:51 +01:00
CheckFileInfo.hpp wsd: support synchronous CheckFileInfo 2024-04-17 10:18:33 +02:00
README wsd: new CheckFileInfo class to do async requests 2024-03-05 07:10:34 -05:00
StorageConnectionManager.cpp killpoco: remove lots of redundant JSON includes. 2024-04-25 09:06:13 +02:00
StorageConnectionManager.hpp wsd: move StorageConnectionManager into wopi 2024-03-05 07:10:34 -05:00
WopiProxy.cpp killpoco: remove lots of redundant JSON includes. 2024-04-25 09:06:13 +02:00
WopiProxy.hpp wsd: SPDX-License-Identifier 2024-03-09 12:37:19 -05:00
WopiStorage.cpp killpoco: remove lots of redundant JSON includes. 2024-04-25 09:06:13 +02:00
WopiStorage.hpp wsd: WopiStorage cleanup 2024-03-09 12:37:19 -05:00

README

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.