You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add attachments to the WebDAVDatasource class, allowing attachments to be used with WebDAV endpoints. Follow the example implementation for FileDatasource: #273 (MR: #274).
The following methods should be implemented:
getAttachment
getAttachmentDetails
putAttachment
removeAttachment
supportsAttachments
Tests should be implemented, at least in the following locations:
Add attachments to the
WebDAVDatasource
class, allowing attachments to be used with WebDAV endpoints. Follow the example implementation forFileDatasource
: #273 (MR: #274).The following methods should be implemented:
getAttachment
getAttachmentDetails
putAttachment
removeAttachment
supportsAttachments
Tests should be implemented, at least in the following locations:
test/integration/datasources/WebDAVDatasource.spec.js
test/integration/attachments.spec.js
Related:
FileDatasource
: Attachments support for file datasource #273DropboxDatasource
: Attachments support for Dropbox datasource #276GoogleDriveDatasource
: Attachments support for Google Drive datasource #277The text was updated successfully, but these errors were encountered: