Benoît Viguier

Results 348 comments of Benoît Viguier

no. At the moment it is 90 (default) for any size. You can set it in your advanced config page (settings -> more at the bottom). I don't think the...

Any thumbs are exported to jpeg.

Well. I guess that's a project for volunteer then :) Code to modify is mostly located here: https://github.com/LycheeOrg/Lychee/tree/master/app/Image/Handlers

Yes I am aware of this one, just lack of time for implementation. That would also be a nice project for someone who wants to get their hand dirty and...

@agademer Could you please double check your finding? Especially that: - users have may_upload=0 - users do not have upload rights to root directory - users do not have edit...

> Hope this helps, A LOT! By creating the album the user get ownership, and as a result uploads rights: ```php $this->isOwner($user, $album) ``` Hummmm.

That page indeed because it was a bit messy and not mobile friendly. It could most likely be implemented back easily, especially given that the API is still available.

@pichouk Check this: https://github.com/LycheeOrg/Lychee/issues/1411 It needs to be refined but some thoughts have already been put down.

As a "temporary" solution, you can also download the build artifact. e.g. from the last build: https://github.com/LycheeOrg/Lychee/actions/runs/7728780231 (look at the bottom of the page) and get the `public/build` files from...