| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
Conflicts:
lib/base.php
|
| |
|
|
|
|
| |
archive - in case of zip files fileinfo doesn't seem to return anything reliable
|
| |
|
|
|
|
|
|
|
|
| |
OC_Connector_Sabre_AbortedUploadDetectionPlugin is pointless
Adding unit test testUploadAbort()
Backport of ea269f0 from master
|
| |
|
| |
|
|\
| |
| | |
Add deprecation notice to load* functions
|
| |
| |
| |
| |
| | |
This functions are deprecated and/or removed since ownCloud 7. Additionally a issubdirectory check has been added here to prevent developers to use this function in a potentially insecure way.
Please review @karlitschek and others. Backport to stable5 and master requested.
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
add actual locking and log changes necessary for debugging.
Simpler log unique id.
Respect locked files, surface correct exception.
Conflicts:
lib/private/connector/sabre/file.php
Remove unused methods.
Conflicts:
lib/private/files/storage/local.php
Fix typo
Fix typo
Removed unused vars/declarations, update PHPDoc.
Don't error out on console.
Move Lock to private namespace, add interface. Update PHPDoc.
Restore the reference to this used exception class.
make sure to close the stream at the end of each test
Normalize lock exception messages.
don't ask for fileInfo if we already have one
Conflicts:
apps/files_encryption/lib/proxy.php
name the storage wrapper to make sure that we don't apply the wrapper multiple times
Conflicts:
lib/private/util.php
fix unit test after adding the additional parameter to addStorageWrapper()
only lock if unlink is called for a file
Can't use assertInstanceOf on wrapped storage; use assertTrue(instanceOfStorage() instead.
Conflicts:
tests/lib/files/filesystem.php
Use ->instanceOfStorage() not instanceof for Storage instances.
Conflicts:
lib/private/helper.php
get the storage from the view
Conflicts:
apps/files_encryption/tests/webdav.php
workaround to get the unit test going
Conflicts:
apps/files_encryption/hooks/hooks.php
Added isLocal() method to storage, used for xsendfile
Added isLocal() method to Storage to find out whether the storage is
local or not.
This method is used for the x-sendfile logic to find out whether to add
the headers.
Conflicts:
lib/private/files.php
Add ->instanceOfStorage to handle instanceof for storage wrappers
Conflicts:
lib/private/files/storage/common.php
lib/private/files/storage/wrapper/wrapper.php
lib/public/files/storage.php
Use instanceOfStorage instead of instanceof
Conflicts:
lib/private/files.php
Fix storage wrapper being called with null
Pass any methods custom to specific storage implementations to the wrapped storage
remove duplicate declaration of isLocal()
remove file locking - code will continue to live in it's own app
|
|
|
|
| |
storage
|
| |
|
| |
|
| |
|
|\
| |
| | |
Stable6 backport of #8557
|
| | |
|
|/
|
|
| |
Backport of #8607
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added obfuscation for all "password" options from external storages.
Added more ext storage unit tests config.
Added unit tests for reading/writing the configuration.
Added IV for ext storage password encryption
Moved the mounting code for external storage from
OC\Filesystem::initMountPoint to files_external using the post_initMountPoints hook
Fixed ext storage unit test for groups
Squashed backport of 2c561c9c5072ce82e06bd5ab2c4ee81bc5d09d59 from
master.
|
| |
|
|
|
|
|
|
|
| |
Make sure to correctly check for string emptiness when the passed path
is "0".
Backport of bab8c1f from master
|
|
|
|
| |
realpath() may return false in case the directory does not exist since we can not be sure how different PHP versions may behave here we do an additional check whether realpath returned false
|
|
|
|
|
|
|
| |
Added extra code to handle the case of Oracle which saves empty strings
as null values.
Backport of 05dc694 from master
|
| |
|
|
|
|
| |
Backport of 3cd09f2, a25b86a, 6bfeb34 from master
|
| |
|
|
|
|
|
| |
Conflicts:
lib/private/preview.php
|
| |
|
|
|
|
| |
php can only parse filesize units up to gigabytes, not terabytes or petabytes.
|
|\
| |
| | |
backport b68098ebbaaa3bd816d24c1ed304425e838ee6b8 to stable6
|
| | |
|
|/ |
|
|
|
|
| |
Backport of https://github.com/owncloud/core/pull/8372
|
|
|
|
| |
This reverts commit 4f9a5c9d3c4debfc1816184d9923b9cca5a8be83.
|
|
|
|
|
| |
Conflicts:
lib/base.php
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Backport of #8183 and #8197
|