github.com/cs3org/reva/v2@v2.27.7/changelog/2.17.0_2023-12-12/add-validation-to-public-share-provider.md (about)

     1  Enhancement: Add validation to the public share provider
     2  
     3  We added validation to the public share provider. The idea behind it is that the cs3 clients will become much simpler. The provider can do the validation and return different status codes. The API clients then just need to convert CS3 status codes to http status codes.
     4  
     5  https://github.com/cs3org/reva/pull/4372/
     6  https://github.com/owncloud/ocis/issues/6993