Benoît Viguier

Results 246 comments of Benoît Viguier

Yes because the artisan command line will only fix images if they are not existing in the DB. You could try the following drastic measure: ```sql DELETE FROM `size_variants` WHERE...

> You mean backup the image files or backup the database? I have about 30GB of pictures Both. The medium and small shouldn't take that much space.

``` Lychee total space: 223.72 GB Upload folder space: 223.47 GB System total space: 489.11 GB System free space: 220.68 GB (45%) ``` :')

The `--help` and `-h` shortcuts are actually covered, we can't really do more than that. What would you suggest we add then? ``` ▶ ./artisan lychee:generate_thumbs --help Description: Generate intermediate...

I had some thoughts which would clarify this but without having to depend on a prefix `_cap`/`_attr`/`_right`. - Albums (Security attributes) - `is_link_required` - `password` -> which derives `has_password` -...

> I am only struggling with `may`. `may_admin` is not even a proper phrase. _User may admin[istrate]_ :) I considered `may_manage` but then we lose the meaning of _administrator_ ....

> For example, why is requires_link a security attribute of an album but is_downloadable a user-album permission (as well as right)? Because `requires_link` is only _applicable_ to Guest users. while...

I have a few restraints with regard to such change. Don't get me wrong, I think it is a way forward and Lychee definitely need improvements in that regards. However...

> On the other hand, I do like how the current dialog provides one-line clarifications underneath each option; this is something harder to duplicate in a table layout as seen...

Okay, I think I am starting to see the way @nagmat84 wants to implement it. However I don't really like that we have a table `user_base_album` without a model attached...