Skip to content
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

Scan the shared external storage source on access #28377

Merged
merged 1 commit into from
Sep 10, 2021

Conversation

skjnldsv
Copy link
Member

@skjnldsv skjnldsv commented Aug 11, 2021

Fix #23988
Regression from #22867

Copy link
Member

@icewind1991 icewind1991 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should instead be done by changing the Watcher returned by SharedStorage::getWatcher.

It currently returns a NullWatcher since it assumes that the share source handles it's updating (which is true for non-external-storage shares).

@skjnldsv

This comment has been minimized.

@skjnldsv
Copy link
Member Author

/backport to stable22

@skjnldsv
Copy link
Member Author

/backport to stable21

@skjnldsv
Copy link
Member Author

/backport to stable20

@PVince81
Copy link
Member

@CarlSchwan can you check if this might be related to the issue you're looking into ? seems it's also about a mount not being considered properly.

Copy link
Member

@PVince81 PVince81 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 looks fine to me, but would be good to get confirmation from @icewind1991 also

apps/files_sharing/lib/SharedStorage.php Outdated Show resolved Hide resolved
Copy link
Member

@CarlSchwan CarlSchwan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm 🙂

@skjnldsv
Copy link
Member Author

skjnldsv commented Sep 7, 2021

Failures unrelated

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Files uploaded to external storage not shown immediately in Webinterface in shared folders
6 participants