aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/FilesMetadata/Service/MetadataRequestService.php
Commit message (Collapse)AuthorAgeFilesLines
* test: add some minimal testing for metadata storagemetadata-storage-idRobin Appelman2024-11-071-2/+5
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix: smuggle storage id to metadata insert queriesRobin Appelman2024-11-071-0/+20
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-15/+15
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-241-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat(metadata): get deprecated status using file etagMaxence Lange2024-03-071-11/+3
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* fix(metadata): Allow to load metadata of multiple files at onceJoas Schilling2023-12-041-0/+34
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* IFilesMetadataMaxence Lange2023-11-071-0/+160
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>