-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Expose currently active file list though OCA.Files.App #17536
Conversation
Signed-off-by: Julius Härtl <[email protected]>
695bdf8
to
d5e854e
Compare
🤖 beep boop beep 🤖 Here are the logs for the failed build: Status of 32313: failureacceptance-app-files
Show full log
|
For what do you need this? |
This would allow to trigger updates of the file list from apps even if it is not the All files view that is used. E.g. when a file is saved in Collabora we trigger a reload of the filelist in the background so that the view is updated once closed.
Yes, this is only an intermediate step and will require apps that use it to adjust when the files app is being migrated. However those apps already rely heavily on the FileList object so those would need to be migrated anyways then. |
Expose the currently active file list though OCA.Files.App to allow interaction with the current file list. Right now only OCA.Files.App.fileList (which is the same as window.FileList) are exposed but they always point to the all files list.