nextcloud/lib/private/Metadata
Carl Schwan 953c8875db Fix scanning app data with metadata
Previously we were listening to change in the appdata folder but an
appdata scan didn't setup the file system, so the view was unavailable.

**Test plan:**

1. rm -rf data/appdata_...../preview data/<user>/Media
2. occ files:scan-app-data
3. occ files:scan <user>

No errors and the files and metadata are correctly removed from the
database too.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-25 13:54:38 +00:00
..
Provider Fix an issue with the search backend update 2022-04-14 12:11:02 +02:00
Capabilities.php Add a metadata service to store file metadata 2022-04-13 14:06:29 +02:00
FileEventListener.php Fix scanning app data with metadata 2022-04-25 13:54:38 +00:00
FileMetadata.php Add a metadata service to store file metadata 2022-04-13 14:06:29 +02:00
FileMetadataMapper.php Add a metadata service to store file metadata 2022-04-13 14:06:29 +02:00
IMetadataManager.php Add a metadata service to store file metadata 2022-04-13 14:06:29 +02:00
IMetadataProvider.php Add a metadata service to store file metadata 2022-04-13 14:06:29 +02:00
MetadataManager.php Fix an issue with the search backend update 2022-04-14 12:11:02 +02:00