Commit Graph

30 Commits (1f42657bb9ea76353fbc02ee100cff5755b6384d)

Author SHA1 Message Date
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 years ago
Robin Appelman c87b1a50d9 apply object store copy optimization when 'cross storage' copy is within the same object store 5 years ago
Robin Appelman b844293536 catch notfound and forbidden exception in smb::getmetadata 5 years ago
dependabot-preview[bot] eb502c02ff
Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 5 years ago
Christoph Wurst 9ce3ea3368
Update license headers 5 years ago
Christoph Wurst 73c7d0dc81
Bump icewind/streams from 0.7.1 to 0.7.2 5 years ago
Tigran Mkrtchyan 4f2dc18f58 storage: update IStorage#file_put_contents docs to match usage 5 years ago
J0WI 68ce17e59b Unify links to php.net 5 years ago
Robin Appelman 2879472f81
trim slashes 5 years ago
Julius Härtl 7512dc2b34
Set proper root path for single file shares originating from other storages 5 years ago
Robin Appelman 4e6d3d1880
Fix getDirectoryContent implementation for Jail wrapper 6 years ago
Robin Appelman 9735b5d61f
Add method to storage backends to get directory content with metadata 6 years ago
Christoph Wurst 5bf3d1bb38
Update license headers 6 years ago
Robin Appelman 35f317df7b
handle moveFromStorage within the same storage even when storage wrappers are applied to the source storage 6 years ago
Julius Härtl 64fe9bc287
Return the proper jailed path when requesting the root path 6 years ago
Robin Appelman 9b3cc72f7c
fix writeStream for jail wrapper 7 years ago
Roeland Jago Douma 51e96dc3f6
Normalize getUnjailedPath 7 years ago
Robin Appelman 56fd462718
Use the correct root for shared jail when the source storage is also a jail 8 years ago
Morris Jobke 0eebff152a
Update license headers 8 years ago
Lukas Reschke dfd8125aeb
Replace wrong PHPDocs 9 years ago
Robin Appelman dfe662ad42
Fix propagating changes within jail wrapper 9 years ago
Robin Appelman 2f949f4515
rename Jail::getSourcePath to getUnjailedPath to fix conflict with Local::getSourcePath 9 years ago
Robin Appelman 2520a4831b
Make sure we use the correct storage id when scanning a jailed storage 9 years ago
Robin Appelman e316a7ade7 Allow jail wrappers to lazily initialize the source storage 9 years ago
Robin Appelman d499f68fd7 Fix storage id with storage jail 10 years ago
Joas Schilling 0215b004da
Update with robin 10 years ago
Joas Schilling ba87db3fcc
Fix others 10 years ago
Lukas Reschke aba539703c
Update license headers 10 years ago
Roeland Jago Douma dedf392751
Move \OC\Files to PSR-4 10 years ago
Roeland Jago Douma f27d7cbf99
Move copy- and moveFromStorage to jail 10 years ago
Roeland Jago Douma c98fef8a51
Fix resolve path 10 years ago
Roeland Jago Douma afa37d363f
Fix related logic 10 years ago
Robin Appelman fb76d7de69 remove unused Storage->getLocalFolder 10 years ago
Thomas Müller 682821c71e Happy new year! 10 years ago
Robin Appelman 661c9e2444 add changeLock to the storage api 11 years ago
Robin Appelman 536e187e51 add locking to the storage api 11 years ago
Jenkins for ownCloud b585d87d9d Update license headers 11 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 11 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 11 years ago
Robin Appelman abb6e89c5d Add storage and cache wrappers to jail a storage to a subfolder 11 years ago
Robin Appelman 87e311b996 Fix storage being passed to cache/watcher and scanner when using storage wrappers 12 years ago
Thomas Müller da3974bcb2 - drop permissions table and related code 12 years ago
Robin Appelman 998fa2d9be Pass any methods custom to specific storage implementations to the wrapped storage 12 years ago
Robin Appelman 8c5521fdfc Add $storage->instanceOfStorage to handle instanceof for storage wrappers 12 years ago
Vincent Petry 788c8540aa Added isLocal() method to storage, used for xsendfile 12 years ago
Vincent Petry 6cf9844e9c Added unit test for the test() method 12 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago
Robin Appelman 4e490b0688 fix getPermissionsCache for storage wrapper 13 years ago
Robin Appelman a7c70915d5 fix storage wrapper namespaces 13 years ago
Robin Appelman 125f9f4221 move storage wrappers to their own namespace 13 years ago