aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/FilesMetadata/IFilesMetadataManager.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-241-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* migrate metadata to lazy appconfigMaxence Lange2024-02-141-5/+11
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* fix(metadata): Fix copy-paste doc block throwsJoas Schilling2023-12-041-1/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(metadata): Allow to load metadata of multiple files at onceJoas Schilling2023-12-041-1/+13
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* add named metadata eventMaxence Lange2023-11-201-1/+6
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* metadata must be set as editable for PROPPATCHMaxence Lange2023-11-141-1/+15
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* ignore metadata if table is emptyMaxence Lange2023-11-141-2/+2
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* moving metadataqueryMaxence Lange2023-11-131-1/+0
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Support getting and setting metadata in DAV requestsLouis Chemineau2023-11-081-1/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* IFilesMetadataMaxence Lange2023-11-071-4/+6
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* IFilesMetadataMaxence Lange2023-11-071-0/+137
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>