Paul Warren
Paul Warren
+1 And I wonder if something like [this](https://gist.github.com/paulcwarren/9ccded7bd10a85c20b59c29eb61d42ac) would be acceptable as implementation of a generic revisions controller? Or something that we could iterate on? If so then I would...
+1 Seems to work for me too
Thanks @tomaspritrsky, atm I consider the cmis module alpha. And you are right I never took the time to make the `tck` pass. But probably should. I can spend a...
Great. That's awesome and super helpful. Can't push? Are you trying to push to branch? Or did you fork?
The way it works is you create fork (using the button top-left) and you commit and push to that. Then create a PR back to this repository. So I would:...
Thanks for the PR @tomas-pritrsky. Looks good. Merged. I can help you resolve the other issues but it is going to take me a minute to get back set up...
Hi @lmtoo, this is cool. I have created several webdav implementations over the years so this one is more familiar to me but might be quite involved. But WOPI might...
Looking at this [C# example](https://github.com/Microsoft/Office-Online-Test-Tools-and-Documentation/tree/master/samples/SampleWopiHandler) it doesnt look too hard at all to implement actually so this might be completely dooable - at least for a very simple GetFile, PutFile...
I'm also having trouble parsing all of this too. The documentation is definitely not great. I was looking at NextCloud and Collabora Code. What i have worked out so far......
I've had some success today. Here is what I did. 1. I created a sample Spring Boot webapp and added a host html page based on [this example](https://github.com/microsoft/Office-Online-Test-Tools-and-Documentation/blob/41fb46688558ddc731fe932ee16b671b6f5a6e01/samples/SampleHostPage.html). form action:...