aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/FilesMetadata/Model/FilesMetadata.php
Commit message (Collapse)AuthorAgeFilesLines
* test: add some minimal testing for metadata storagemetadata-storage-idRobin Appelman2024-11-071-1/+9
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix: smuggle storage id to metadata insert queriesRobin Appelman2024-11-071-0/+9
| | | | 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>
* chore: Add SPDX headerAndy Scherzinger2024-05-241-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(files): Do not throw an exception if the etag is not set in metadataLouis Chemineau2024-03-141-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* feat(metadata): get deprecated status using file etagMaxence Lange2024-03-071-0/+17
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* 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>
* metadata must be set as editable for PROPPATCHMaxence Lange2023-11-141-1/+33
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Support getting and setting metadata in DAV requestsLouis Chemineau2023-11-081-4/+4
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* IFilesMetadataMaxence Lange2023-11-071-0/+589
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>