nextcloud / groupfolders

๐Ÿ“๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ Admin-configured folders shared by everyone in a group. https://github.com/nextcloud-releases/groupfolders
https://apps.nextcloud.com/apps/groupfolders
278 stars 85 forks source link

`filesystem_check_changes` doesn't work with group folders #787

Open DragonQ opened 4 years ago

DragonQ commented 4 years ago

I have filesystem_check_changes set to 1 in my Nextcloud config.php. This means when I create or edit files in my Nextcloud data directory via a Samba share, Nextcloud notices the changes and updates its database accordingly. However, if I add or edit a file in a group folder, Nextcloud does not notice the change.

Is this a bug? I am not sure how Nextcloud decides which directories to keep track of when this option is enabled.

razorrazor commented 3 years ago

I have the same problem. I recently realized that files uploaded to group folders outside NC are not detected by NC. Is there any workaround?

I think if GroupFolders is integrated with NC, the parameter 'filesystem_check_changes' => 1 should be taken into consideration by GroupFolders App...

ryan4559 commented 3 years ago

Same problem here. Shared folders can't update. https://github.com/nextcloud/server/issues/24287

razorrazor commented 2 years ago

2 years later, this enhancement has not been implemented yet. Anybody knows whether is it presented in the TODO list?

provokateurin commented 1 day ago

Likely needs a fix similar to https://github.com/nextcloud/server/pull/28377