matiasdelellis / facerecognition

Nextcloud app that implement a basic facial recognition system.
GNU Affero General Public License v3.0
510 stars 46 forks source link

Rename identifiers in OCS Api controller to match what Nextcloud expects #621

Closed nkming2 closed 1 year ago

nkming2 commented 1 year ago

Right now calling any of the OCS APIs in v0.9.10 will throw a OCP\AppFramework\QueryException on the server, because the file, class and method are not named correctly. This PR fixed them such that the router can correct instantiate the class and invoke the correct method.

matiasdelellis commented 1 year ago

Wow.. As always, thank you very much. 😄