nextcloud / photos

📸 Your memories under your control
GNU Affero General Public License v3.0
566 stars 62 forks source link

Upgrade to latest versions of nextcloud-upload #2210

Closed lukasm91 closed 2 months ago

lukasm91 commented 9 months ago

Describe the bug I wonder if there is a reason why we are still stuck with nextcload-upload version 1.0.0-beta.8? Is there a chance to update to v1.0.4 or a timeline to do this?

The reason for this is because Version v1.0.4 brought some changes that make Photos actually work on my hoster (due to https://github.com/nextcloud-libraries/nextcloud-upload/pull/1002). Hosters tend to turn on some security measures checking the headers, and if the wrong content-type is in a request, it might just block all requests, so the upload functionality is broken on such a hoster.

Also let me know if there is anything I can help with. At this point, I just created a branch of nextcload-upload that cherry picked that one commit.

artonge commented 9 months ago

No reason, just time and priorities :) Would be fixed by https://github.com/nextcloud/photos/pull/2199

joshtrichards commented 2 months ago

Fixed in #2256