Index Help

Most recent extensions

(2 extensions)

BatchCustomDerivatives

Revision 0.3.0 (2022-05-29)

English [UK]

About: The Batch Custom Derivatives plugin adds a new action to the
photo batch manager labeled "Generate custom image size" which creates
any missing registered custom derivative images. The plugin also
adds two WebService APIs to support the new batch action.

The install also includes a Perl script called piwigo_deriv.pl
that allows the creation of either regular or custom derivative
images directly from the command line (or as a background cron job).

New WebService APIs:
- bcd.getCustomDerivativeTypes
- bcd.getMissingCustomDerivatives (Admin only)

Changes: Minor fix so piwigo_deriv.pl ignores image redirects (when derivative is larger than original)

ExternalAuth

Revision 0.5.0 (2022-05-28)

English [UK] Español [ES]

About: The External Authentication plugin supports login based on the identity provided by the webserver (aka the Remote User), which is usually supplied via proxy servers or webserver modules (eg. "Basic Auth"). It differs from the Piwigo "apache_authentication" option by providing a greater degree of flexibility, including:

- Control over which variable(s) are used for authentication
- Piwigo login will always follow changes in (recognized) Remote Users
- Native Piwigo logins possible when the Remote User is considered a guest
- Option to copy webserver supplied passwords to Piwigo accounts
- External login/logout URLs replacing or co-existing with native ones
- Possibily to auto-register unknown Remote Users as new Piwigo users
- Control over auto-registration profiles, passwords, status and notifications
- Flexible list of Remote Users considered guests

This plugin is incompatible with the $conf['apache_authentication'] option, and will auto-disable if it's set.

Fallback Authentication is optional, and permits native Piwigo logins when the current Remote User is considered a guest. NOTE: If Remote User auto-registration is disabled, any Remote User unknown to Piwigo is considered a guest. If Fallback is disabled, Piwigo logins will always match the current Remote User.

The plugin makes every effort to prevent un-intentional account lockout, and is always disabled upon activation to permit configuration before login enforcement is enabled (which may immediately log the current session out!).

Debug logging can be enabled on the plugin's admin page, or by setting $conf['externalauth_debug'] = true

Changes: - Update templates to work correctly with Piwigo 11+.
- Added icons to settings.

(2 extensions)
github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact