23 changed files with 1350 additions and 1353 deletions
-
1apps/files/admin.php
-
1apps/files/css/files.css
-
8apps/files/js/filelist.js
-
2apps/files/js/files.js
-
2apps/files/templates/part.list.php
-
12apps/files_external/ajax/addRootCertificate.php
-
1apps/files_external/ajax/removeRootCertificate.php
-
6apps/files_external/lib/config.php
-
2apps/files_sharing/lib/share/folder.php
-
12apps/files_sharing/public.php
-
6apps/files_versions/js/versions.js
-
2apps/files_versions/lib/versions.php
-
34lib/app.php
-
2lib/connector/sabre/directory.php
-
4lib/connector/sabre/principal.php
-
4lib/db.php
-
62lib/fileproxy/fileoperations.php
-
2lib/image.php
-
4lib/migration/content.php
-
2lib/ocsclient.php
-
2502lib/public/share.php
-
12lib/updater.php
-
20lib/util.php
@ -1,37 +1,37 @@ |
|||
<?php |
|||
/** |
|||
* ownCloud |
|||
* |
|||
* @author Bjoern Schiessle |
|||
* @copyright 2012 Bjoern Schiessle <schiessle@owncloud.com> |
|||
* |
|||
* This library is free software; you can redistribute it and/or |
|||
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE |
|||
* License as published by the Free Software Foundation; either |
|||
* version 3 of the License, or any later version. |
|||
* |
|||
* This library is distributed in the hope that it will be useful, |
|||
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|||
* GNU AFFERO GENERAL PUBLIC LICENSE for more details. |
|||
* |
|||
* You should have received a copy of the GNU Affero General Public |
|||
* License along with this library. If not, see <http://www.gnu.org/licenses/>. |
|||
* |
|||
*/ |
|||
|
|||
/** |
|||
* check if standard file operations |
|||
/** |
|||
* ownCloud |
|||
* |
|||
* @author Bjoern Schiessle |
|||
* @copyright 2012 Bjoern Schiessle <schiessle@owncloud.com> |
|||
* |
|||
* This library is free software; you can redistribute it and/or |
|||
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE |
|||
* License as published by the Free Software Foundation; either |
|||
* version 3 of the License, or any later version. |
|||
* |
|||
* This library is distributed in the hope that it will be useful, |
|||
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|||
* GNU AFFERO GENERAL PUBLIC LICENSE for more details. |
|||
* |
|||
* You should have received a copy of the GNU Affero General Public |
|||
* License along with this library. If not, see <http://www.gnu.org/licenses/>. |
|||
* |
|||
*/ |
|||
|
|||
class OC_FileProxy_FileOperations extends OC_FileProxy{ |
|||
static $rootView; |
|||
|
|||
public function premkdir($path) { |
|||
if(!self::$rootView){ |
|||
self::$rootView = new OC_FilesystemView(''); |
|||
/** |
|||
* check if standard file operations |
|||
*/ |
|||
|
|||
class OC_FileProxy_FileOperations extends OC_FileProxy{ |
|||
static $rootView; |
|||
|
|||
public function premkdir($path) { |
|||
if(!self::$rootView){ |
|||
self::$rootView = new OC_FilesystemView(''); |
|||
} |
|||
return !self::$rootView->file_exists($path); |
|||
return !self::$rootView->file_exists($path); |
|||
} |
|||
|
|||
|
|||
} |
|||
2502
lib/public/share.php
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
Write
Preview
Loading…
Cancel
Save
Reference in new issue