Robin Appelman
Robin Appelman
I'm seeing the same error with 5.11.4 with dmesg showing rtsx_pci_sdmmc rtsx_pci_sdmmc.0: __mmc_blk_ioctl_cmd: cmd error -110
made the readahead length configurable and added cache invalidation logic to prevent reading stale chunks.
https://github.com/nextcloud/server/pull/33540 should fix pre-24 mountpoints not having their `mount_provider` updated.
> BUT it will create issues with the paths considering a file located in dav/USER/files/Photos/vacation.jpg will be seen with a path like dav/USER/tags/Summer 2021 vacations/vacation.jpg while all the actions would...
> Storage stats size after deleting the last file in a folder is wrong in 24, but not in master. Should be fixed with https://github.com/nextcloud/server/pull/33562
> I don't see any way to store the album location How do we want to store location? coordinates or freeform string?
Added `location` and `last-photo` to albums at `{http://nextcloud.org/ns}location` and `'{http://nextcloud.org/ns}last-photo`. The location can be set through `PROPPATCH`, `last-photo` is the fileid so you can get a thumbnail for it trough...
Add a `.label_x(Relative::Place(Place::Start(None)))` to the button makes things work
I've changed things around a bit, switching to custom enums for the binary and string data to allow dealing with shared data trough `Bytes` and changed the `Message::text`/`Mesage::binary` methods to...