Louis

Results 238 comments of Louis

Changes need to be done in server: https://github.com/nextcloud/server/pull/55834

> mind giving a look at [nextcloud/server#55742](https://github.com/nextcloud/server/pull/55742) which should address that? @tcitworld I don't get your changes in that linnked PR. I understand that `deleteExpiredFiles` was purposefully not based on...

> I'll revert [195d347240ed370d2ddcfc8f985c35bebe83ab8c](https://github.com/nextcloud/server/commit/195d347240ed370d2ddcfc8f985c35bebe83ab8c) and keep [cea23fb53d58e5173f745adf61f22345651cca1f](https://github.com/nextcloud/server/commit/cea23fb53d58e5173f745adf61f22345651cca1f). Make sense, thanks! > We can at least change `$availableSpace < 0` to `$availableSpace but I wonder if I should just remove the...

> I mean when we actually don't have unlimited space, when Filesystem::free_space('/') returns a low value ("hard quota"). So that we make sure the disk isn't filled just because big...

Snap, the `ObjectStoreStorage` does the cache copy inside the storage copy, so the final cache copy creates another filecache entry. https://github.com/nextcloud/server/blob/6a0e11783f6fc921a1e6569f72b6dd864d6189cc/lib/private/Files/ObjectStore/ObjectStoreStorage.php#L699-L700 Edit: maybe this part can be improved: https://github.com/nextcloud/server/blob/6a0e11783f6fc921a1e6569f72b6dd864d6189cc/lib/private/Files/Cache/Updater.php#L203-L206

- PR: https://github.com/nextcloud/photos/pull/3003

Notes from discussing with the design team: Quick improvements : - [ ] Move header filters display to the album edition form - [ ] Use cog icon instead of...

Indeed, thanks for linking the existing PR. I forgot about that one. Maybe having `getUserPathsFromPath` to return a skeleton instead of an empty array would be enough? Adding logs is...