Ferdinand Thiessen

Results 193 issues of Ferdinand Thiessen

### Summary As two different markdown strings can be semantically the same, we can test if the resulting rendered HTML are syntactically equal. Currently about hundred test cases fail because...

tests
2. developing
format: markdown
do not merge

* Resolves https://github.com/perry-mitchell/webdav-client/issues/329 1. This allows to set the overwrite header for copy and move actions. 2. This allows to create shallow copies as of RFC4918 section 9.8.3

Lets use webdav v5 and helpers from `@nextcloud/files` instead of old webdav v4 with custom patching.

enhancement
3. to review
feedback-requested

The next `@nextcloud/vue` version, version 8, has some breaking changes as some deprecated components and properties were removed. For **social** at least this places need to be adjusted: The `NcPopoverMenu`...

1. to develop
technical debt

Update the quite outdated dependency on `@floating-ui/dom` from v0.x to v1.1 I am using your package for a vue2 project but the dependency on v0 of floating-ui causes a dependency...

## ☑️ Resolves * For https://github.com/nextcloud/server/pull/43967 ## 🖼️ Screenshots ### Admin ![Screenshot 2024-03-08 at 00-50-04 Apps management — Nextcloud latest Administration Manual latest documentation](https://github.com/nextcloud/documentation/assets/1855448/33ef81ff-31e8-407e-9dea-93562896610b) ### Developer ![Screenshot 2024-03-08 at 00-49-23...

enhancement
3. to review

### ☑️ Resolves * Fix https://github.com/nextcloud/documentation/issues/11429 ### 🖼️ Screenshots ![image](https://github.com/nextcloud/documentation/assets/1855448/b8003a09-56e1-4e7f-a3e6-8fd6575332eb)

enhancement
3. to review
backport-request
manual: admin

Allow to set the aria-label as properties for localization.

Currently if the width of the select element is not enough the selected option will overflow the element, even if the inner component of the selected option slot has some...

The package has no `type` set, so node will handle it as `CommonJS` and will interpret every `.js` file (even if imported from this package) as CommonJS. To prevent this,...