Pierrick Le Gall

Results 199 comments of Pierrick Le Gall

Hi @7tonin can you test with the new version 15.0.0beta1 ? the user manager has received many changes.

When you say "seperate", you mean "in another table than piwigo_history" or simply "protected against purge"?

@Renarde-dev what do we do with this PR?

I'm a bit confused, you're asking for `image_id`as list on `pwg.categories.getImages` but I was initially suggesting that for method `pwg.images.getInfo`. Furthermore, `pwg.categories.getImages` has no `image_id` parameter. I'll do as if...

I'm currently working on `pwg.images.getInfo` to make it compatible with a list of image ids. Even if it might be an interesting evolution, wouldn't it be even better for you...

I've made some tests with the iOS app and I see this list of HTTP requests: ``` POST /ws.php?format=json&method=reflection.getMethodList POST /ws.php?format=json&method=pwg.session.login POST /ws.php?format=json&method=pwg.session.getStatus POST /ws.php?format=json&method=pwg.categories.getList POST /ws.php?format=json&method=pwg.images.getInfo POST /ws.php?format=json&method=pwg.images.getInfo POST...

The `thumbnail_size`parameter was added for Piwigo 2.8, see #410 . A few weeks before the release of Piwigo 2.10, it's perfectly OK to require Piwigo 2.8 (which was released 3...

From which API method would you need the `rate_score` value? As for the original request of this issue, if you only need the list of albums related to a list...

@EddyLB > The method pwg.categories.getImages returns: id, categories, name, comment, hit, file, date_creation, date_available, width, height, element_url, derivatives, and page_url: > > categories is an array containing only the cat_id...