(cp 1629cd9) issue #2106 added details to search history
API method modification `ws_history_search`: Added a new property in API return `SEARCH_DETAILS` only for searches. These details are displayed on the `History` page in the `Search` section.
(cp d2e8d95) issue #2106 reorganize search details
Instead of `See details` we put `and x more` with the remaining details instead of putting everything
(cp e95036b) fixes GHSA-p362-cfpj-q55f protect against CSRF on batch …
…manager unit mode
(cp 91659fa) fixes #2117 add a condition to the date-end onChange fun…
…ction in the date-end OnChange event, before launching the function that will make the ajax request, we check that the `end` parameter is not "1899-12-31".
(cp 0c2b017) fixes #2119 issue #2120 uses nodes to update album UI
As we're using selectize.js to display the albums, we need to use the methods provided by selectize.js to update the data returned by the Piwigo API. Bug correction: when moving an album, the "sub-albums" label disappeared.
(cp 4adf36f) fixes #2120 add new return value to 'pwg.categories.move…
…' method API Added a new return value for API method 'pwg.categories.move': updated_cats . This value returns an array of albums whose values have been modified after an album has been moved (for the moment, the data is the id and the number of photos in its sub-albums).
(cp 917cab5) fixes GHSA-7379-w44f-mfw4 and fixes GHSA-8g2g-6f2c-6h7j …
…protect tag name from XSS