aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/FilesMetadata
Commit message (Collapse)AuthorAgeFilesLines
* Fix data type in FilesMetadata::setIntList()hschletz2024-02-231-1/+1
| | | | | FilesMetadata::setIntList() throws an exception because it uses the incorrect type IMetadataValueWrapper::TYPE_STRING_LIST instead of IMetadataValueWrapper::TYPE_INT_LIST. Signed-off-by: hschletz <holger.schletz@web.de>
* +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-042-0/+47
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* get sync_token on retrieveMetadata()Maxence Lange2023-11-211-0/+1
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Listen to cache event when deleting metadataLouis Chemineau2023-11-212-9/+6
| | | | 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-144-8/+77
| | | 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-132-4/+4
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Support getting and setting metadata in DAV requestsLouis Chemineau2023-11-084-10/+17
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* IFilesMetadataMaxence Lange2023-11-071-2/+0
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* IFilesMetadataMaxence Lange2023-11-074-5/+15
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* IFilesMetadataMaxence Lange2023-11-079-0/+1974
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>