mirror of
https://github.com/nextcloud/passman.git
synced 2024-11-10 17:27:40 +08:00
getFile should be public accessible.
This because public shared credentials can contain files.
This commit is contained in:
parent
126232c695
commit
82314fadc3
1 changed files with 1 additions and 0 deletions
|
@ -459,6 +459,7 @@ class ShareController extends ApiController {
|
|||
* @param $credential_guid
|
||||
* @param $file_guid
|
||||
* @NoAdminRequired
|
||||
* @PublicPage
|
||||
* @return JSONResponse
|
||||
* @return NotFoundResponse
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue