uppy/.changeset
Prakash 4817585b66
@uppy/companion: fix broken icons for webdav provider (#6069)
This fixes #6063.

It should be merged after #6059. Icon issue was fixed but This still
doesn’t fix the thumbnail preview issue, because OwnCloud and Nextcloud
don’t provide enough information about their thumbnail preview
endpoints. The docs aren’t very helpful: they mention how to make a
`PROPFIND` request to get extra metadata (such as has_preview)
[doc_ref](https://docs.nextcloud.com/server/stable/developer_manual/client_apis/WebDAV/basic.html#requesting-properties),
but I couldn’t get it to work with our webdav client.

Even if we did manage to obtain the thumbnail preview URL, it would be a
complicated capability to add, since we’d have to handle each WebDAV
server separately. That would lead to the same problems discussed here:
https://github.com/transloadit/uppy/pull/6059#issuecomment-3564642795 ,
so I don't think we need to spend anymore time on this.

**Before** 
<img width="1238" height="1014" alt="image"
src="https://github.com/user-attachments/assets/378c8b4b-640f-4e5d-9fef-48d255f729f9"
/>


**After** 
<img width="982" height="708" alt="image"
src="https://github.com/user-attachments/assets/7e20b119-c5a9-45dd-a0bd-7ddf95672137"
/>
2025-11-29 01:25:12 +05:30
..
config.json Update config.json (#5964) 2025-09-11 23:01:54 +02:00
cute-clocks-crash.md Update zh_CN and zh_TW locales with new and revised strings (#6064) 2025-11-24 10:16:30 +01:00
every-wings-behave.md @uppy/locales: improve Dutch translations (#5979) 2025-11-17 17:06:29 +01:00
nasty-friends-win.md Make Generics Optional in uppy.getPlugin (#6057) 2025-11-17 18:18:54 +05:30
polite-cougars-itch.md Move completed uploads exclusion logic (#6058) 2025-11-24 19:47:45 +07:00
proud-tables-glow.md @uppy/companion: fix broken icons for webdav provider (#6069) 2025-11-29 01:25:12 +05:30
README.md Migrate to changesets from custom release tooling (#5840) 2025-07-24 09:24:09 +02:00

Changesets

Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it in our repository

We have a quick list of common questions to get you started engaging with this project in our documentation