You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently not, as the rename api route performs a CSRF check (see #31 (comment)), you can patch the sharerenamer app locally for yourself by adding the NoCSRFRequired annotation (see #31 (comment)).
A solution would be to add a second api route, that does not perform the check, many other apps have this, I have just not come around to implementing it here, as only few people need it.
I use
curl
to batch create shares via the OCS Share API: https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-share-api.html#create-a-new-shareIs there anything similar possible when using this app to batch rename the shares?
The text was updated successfully, but these errors were encountered: