Raul Ferreira Fuentes
Raul Ferreira Fuentes
The file list is always refreshed after completing a file action. I suspect the problem is that the `occ` command takes some time for the scan to happen, you can...
I just noticed the wait function is broken (it only halts for 1 second), can you experiment with multiple waits? Something like: ```lua -- Wait while scanned and the page...
Does manually reloading the page after the script execution actually show the files? Because the file list is always updated after the script execution: https://github.com/Raudius/files_scripts/blob/master/src/views/ScriptSelect.vue#L146 The `occ scan` just takes...
You can check if the filesystem reload is happening by looking at the network log (F12 > Network), there should be a `PROPFIND` call to `remote.php` after the script execution....
From what I can tell this is still relevant `\OCA\Text\Service\DocumentService::getFileById`, so will leave this open for now
Might be possible to make something like this, will look into it for a future release. The idea would be to add an occ command like: ``` occ files_scripts:interactive --user...
Hi Enriq, Thanks a lot for the suggestion. I am curious, what was the behaviour when creating a notification with a long subject/message? Regarding the docs, because a lot of...
Cool, I will make sure to include a note in the docs of that function for a future release. Maybe I'll try digging upstream on Nextcloud's repo to see if...
The app should be usable with NC30, I tested it with a preview some months back. I haven't gotten around yet to wrap up the next release though, but I...
I just have not had the time to get to it :( I would like to also address the failing integration tests and merge the open PRs in the next...