Revision 0.3.0 (2022-05-29)
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)
Revision 1.0.17 (2021-02-18)
About: This plugin exposes more of the standard Piwigo website functionality for the PiwigoClient Android app (or others) to make use of.
NOTE: This plugin adds the features to your server. Your client app may or may not choose to support these new features.
PiwigoClient v1.3.96 upwards will make use of these new functions.
Eventually, I hope these features will be added to the core Piwigo server code, thus this plugin will steadily contain less and less, eventually being empty and thus obsolete.
Features this plugin adds:
* View your own rating for photos
* Mark or unmark photos as being a personal favorite
* Clear your favorites list
* Record access to your piwigo server by users of the WS Functions API (e.g. PiwigoClient users)
* View and manage orphaned photos
Changes: Fix for extended descriptions causing a problem with BatchDownloader plugin
Updated the translations
Revision 0.0.1 (2016-12-19)
About: Piwigo plugin that adds a new webservice. The webservice can be used to get the missing derivatives including given custom derivatives.
The webservie works like pwg.getMissingDerivatives but provides the additional paramter customTypes.
Example
http://piwigo/ws.php?format=json&method=custom_missing_derivatives.getMissingDerivativesCustom&customTypes[]=260x180_1_260x180&customTypes[]=520x360_1_520x360
Changes: First version
Revision v1.0 (2013-08-24)
About: Enables the management of users and groups through the WebService API. Once installed, the following web service API methods are available:
pwg.groups.add
pwg.groups.addUser
pwg.groups.delete
pwg.groups.deleteUser
pwg.groups.getList
pwg.groups.rename
pwg.users.add
pwg.users.delete
pwg.users.getList
pwg.users.updateDetails
This plugin also includes the following methods (requires Icy Modify Picture plugin)
icy.acls.groups.addAlbum
icy.acls.groups.addUser
icy.acls.groups.deleteUser
More details on using the Piwigo API are here: http://piwigo.org/doc/doku.php?id=dev:webapi:start
Changes: This plugin provides the functionality to administrate users and groups using the web services api.