Eddy Lelièvre-Berna

Results 48 issues of Eddy Lelièvre-Berna

The `pwg.categories.getImages` and `pwg.images.getInfo` methods return a non null `download_url` for videos when the user does not have the right to download it. To reproduce the error: - login as...

As suggested by @plegall it would be very useful to be able to provide a list of image Ids instead of only one when calling the API method `pwg.images.getInfo`. For...

From a quick test with the app built with the latest version of Xcode: - [ ] We must check the response of the app icon to lighting and other...

redesign

The date of an API key is not visible, whichever is the width of the window: Safari 26.2: Firefox 145.0.2:

With `$conf['original_url_protection']="images" (or "all");` the Piwigo API `pwg.images.getInfo` returns in `element_url` the URL `…action.php?id=6&part=e` instead of `…action.php?id=6&part=e`. I add a patch replacing `&` with `&` in the iOS but could...

With Safari 26.2 on macOS: With Firefox 145.0.1 on macOS: With Chrome 142.0.7444.176 on macOS:

Since the introduction of the API keys, `$conf['api_key_forbidden_methods']` is used to select API methods that should not be called with API keys for security reasons. Today, there is no API...

Piwigo 16.0 RC2 returns a HTTP Authentication error 401 when API keys are revoked. As for other API methods, it should instead return a HTTP 200 status code (the communication...