-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ocis] No SSE event to create odt file #8950
Comments
I guess this is a backend issue file-Touch event should fire |
I can confirm this is a backend issue. Specifically with wopi and the way it is implemented. In a nutshell the problem is that wopi only initializes the upload, but never finishes it. This works because of a loophole in decomposedfs. I need to check how old and new wopi implementations behave so we can tackle this. Once you enter some content a "postprocessing-finished" event will be fired.
Yes. The server cannot differentiate these actions, they are all the same to it.
Has never been in any ticket. Not sure if this was intentional or just forgotten. @micbar @tbsbdr should we add a sse for "item restored from trashbin"? |
For "item restored from trash" we have an event but not for versions. Please keep in mind that we don't want to go into full detail yet with SSE and don't need to catch every case. |
Version 5.1.0-prealpha+9c51bfe98
Web client version 9.0.0-alpha.5
ocis started using docker-compose https://github.com/owncloud/web/blob/master/docker-compose.yml
Steps:
admin
creates space and addseinstein
to the spaceeinstein
opens space and waitadmin
creates new.odt
file inside of the spaceExpected:
einstein
see.odt
file without reload the pageActual: no file
Screen.Recording.2024-04-24.at.13.11.08.mov
@kobergj @AlexAndBear I guess it's backend issue? if I'm wrong please move it to web repo
The text was updated successfully, but these errors were encountered: