ooconnector: poll forgotten files, wip: extract code from oocallback to call here (#525)

This commit is contained in:
Eric Doughty-Papassideris
2024-08-25 22:26:28 +02:00
parent d94ec46e1d
commit 0914db9789
6 changed files with 107 additions and 12 deletions
@@ -18,6 +18,7 @@ Documentation of the [API used with OnlyOffice is here](https://api.onlyoffice.c
- The inline configuration provides a read and a write URL to the DocsAPI editor, these point to the routes of `OnlyOfficeController`.
- When all the clients have disconnected from the editing session on the OnlyOffice document editing service, the OnlyOffice server will call the `callbackUrl` of this connector.
- The connector then downloads the new file from Only Office, and creates a new version in Twake Drive.
- Periodically gets a list of forgotten files and updates the backend with them
## Configuration example