Raul Ferreira Fuentes
Raul Ferreira Fuentes
Given that this library is not actively maintained, I decided to write a Lua interpreter in PHP for my own project It is available here: https://github.com/Raudius/Luar Sorry for the shameless...
Maybe simpler solution would be to use the locale set in the Nextcloud user profile? This would save having to develop it in the settings of this app, and would...
I think emojis in the path will do it, try putting media in a folder called "🐐🌋🐇"
If I am understanding the issue correctly this sounds like a feature request for syncing text sessions with external changes. This might be possible when opening files read-only. If a...
Related to: https://github.com/nextcloud/text/issues/1169 In 1169 I suggest we handle the opening in the browser, as this would also work for direct editing from desktop. But we could additionally send a...
Doesn't this revert the behaviour back to always use the viewer compontent based on mime type? This would then break the `openWith` method.
Its not directly implemented but you may be able to achieve something similar by configuring the media conversion script to run via `Flow`. You would need to create a separate...
> Of course this only works for simple scripts that dont have any other user inputs. You could also forward the inputs payload to the flow script by adding them...
Thanks for the suggestion, I might implement this but its a bit tricky if multiple files are selected for the action. Any suggestions on what should happen in that case?
Great to hear you have found a workaround for now I will look but I dont think there is a public API from nextcloud to rescan files