aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/FilesMetadata/FilesMetadataManager.php
Commit message (Collapse)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-3/+3
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix: Prevent crash when refreshing metadata for files without an ownerVincent FarZz2024-08-181-1/+1
| | | | | | This crash was mostly happening when using external storages and for example the command "occ memories:migrate-google-takeout" Signed-off-by: Vincent FarZz <farcry69@live.fr>
* chore: Add SPDX headerAndy Scherzinger2024-05-241-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Merge pull request #43574 from nextcloud/enh/noid/lazyappconfig-migrate-metadataMaxence Lange2024-04-171-36/+8
|\ | | | | enh(metadata): migrate metadata to lazy appconfig
| * migrate metadata to lazy appconfigMaxence Lange2024-02-141-36/+8
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
|/ | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* debug logs on huge metadataMaxence Lange2024-01-041-1/+2
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* +files_metadata_installedMaxence Lange2023-12-051-2/+26
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* fix(metadata): Allow to load metadata of multiple files at onceJoas Schilling2023-12-041-0/+13
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Listen to cache event when deleting metadataLouis Chemineau2023-11-211-2/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* add named metadata eventMaxence Lange2023-11-201-1/+7
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* metadata must be set as editable for PROPPATCHMaxence Lange2023-11-141-3/+16
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* ignore metadata if table is emptyMaxence Lange2023-11-141-2/+6
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* moving metadataqueryMaxence Lange2023-11-131-2/+1
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Support getting and setting metadata in DAV requestsLouis Chemineau2023-11-081-4/+11
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* IFilesMetadataMaxence Lange2023-11-071-4/+5
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* IFilesMetadataMaxence Lange2023-11-071-0/+280
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>