Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix data type in FilesMetadata::setIntList() | hschletz | 2024-02-23 | 1 | -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 PROPPATCH | Maxence Lange | 2023-11-14 | 1 | -1/+33 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | Support getting and setting metadata in DAV requests | Louis Chemineau | 2023-11-08 | 1 | -4/+4 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | IFilesMetadata | Maxence Lange | 2023-11-07 | 1 | -0/+589 |
Signed-off-by: Maxence Lange <maxence@artificial-owl.com> |