ariselseng / camerarawpreviews

Camera Raw Previews app for Nextcloud
GNU Affero General Public License v3.0
53 stars 11 forks source link

Added command to delete previews generated by the app #52

Open ariselseng opened 4 years ago

ariselseng commented 4 years ago

Needs tests.

MiningPickaxe commented 2 years ago

Hey, just wanted to bump this a bit :) It seems like this patch no longer works in the latest versions of this app. I recieve the following error:

In MissingNamedParameter.php line 17:

  Named parameter "fileid" does not have a bound value.

Would be nice if this could work again

ariselseng commented 2 years ago

@MiningPickaxe If you know php I would certainly like some help merging this. Most importantly this needs unit tests so that we can minimize risk maintaining it in the future.

MiningPickaxe commented 2 years ago

@MiningPickaxe If you know php I would certainly like some help merging this. Most importantly this needs unit tests so that we can minimize risk maintaining it in the future.

Sadly I don't :/ I understand just enough of php to do what the command did by hand.

ariselseng commented 2 years ago

@MiningPickaxe I fixed this now. Use at your own risk.