https://github.com/owncloud/core
Raw File
Tip revision: 6d856cdc40e5c64738e829c9db023e5c59fc3b9a authored by Piotr Mrówczyński on 17 March 2021, 20:35:34 UTC
when resharing with group that user belongs permissions are most permissive already in mount provider
Tip revision: 6d856cd
occ
#!/usr/bin/env php
<?php
/**
 * Copyright (c) 2013 Thomas Müller <thomas.mueller@tmit.eu>
 * This file is licensed under the Affero General Public License version 3 or
 * later.
 * See the COPYING-README file.
 */

//$argv = $_SERVER['argv'];
require_once __DIR__ . '/console.php';
back to top