summaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage
Commit message (Expand)AuthorAgeFilesLines
* Make MappedLocal::isLocal() true like for LocalJoas Schilling2014-11-271-0/+7
* Remove unused 2nd parameter of buildPath() and rename to getSourcePath()Joas Schilling2014-11-271-32/+33
* Introduce getSourcePath() in Storage\Local to reduce the difference to Mapped...Joas Schilling2014-11-271-31/+46
* Replace deprecated constant with new class constantJoas Schilling2014-11-252-17/+17
* Use base class to reset the file mapperJoas Schilling2014-11-191-3/+0
* Fix root path handling for WebDAV ext storageVincent Petry2014-11-111-0/+2
* Generate stable etags for local filesRobin Appelman2014-10-241-0/+21
* Allow specifying protocol in ext storage OC configVincent Petry2014-10-131-2/+2
* strict comparisonJörn Friedrich Dreyer2014-10-081-2/+2
* fix amazon s3 issuesJörn Friedrich Dreyer2014-10-081-1/+1
* Do only follow HTTP and HTTPS redirectsLukas Reschke2014-09-221-0/+4
* Fix mapping of relative pathsLukas Reschke2014-09-171-1/+1
* Also check if the file itself is updatableRobin Appelman2014-09-171-2/+2
* Check if a folder is deletable before we try to recursively delete itRobin Appelman2014-09-172-0/+6
* Check if the parent is writable to check if a file is deletableRobin Appelman2014-09-171-1/+5
* move to public namespaceMorris Jobke2014-08-194-6/+6
* Fix STORAGE_* constants usage by moving those constants into \OC\Files\Filesy...Stephan Peijnik2014-08-194-6/+6
* Close open file handles in files libraryMorris Jobke2014-08-132-0/+2
* Merge pull request #9762 from owncloud/owner-publicRobin Appelman2014-08-121-0/+10
|\
| * Return the proper owner for home storagesRobin Appelman2014-07-211-0/+10
* | Removing unnecessary switch statements in fopen methods.Clark Tomlinson2014-07-312-37/+9
|/
* Merge pull request #9406 from philfry/masterVincent Petry2014-07-211-0/+1
|\
| * silently discard the response body, needed for apache/mod_dav and maybe other...Philippe Kueck2014-07-031-0/+1
* | Fix renaming files in the root folder of a MappedLocal storageRobin Appelman2014-07-161-2/+17
* | files: storage: rename should check parent directories of old and new filesTigran Mkrtchyan2014-07-102-4/+22
|/
* Merge pull request #9329 from owncloud/sharing_check_targetVincent Petry2014-07-021-1/+1
|\
| * add a explicit interface for the home storageBjoern Schiessle2014-07-011-1/+1
* | Add StorageNotAvailableExceptionRobin Appelman2014-06-301-17/+27
|/
* Merge pull request #9263 from owncloud/remote-share-updateicewind19912014-06-271-15/+54
|\
| * Fix parsing of webdav permissionsRobin Appelman2014-06-271-1/+2
| * Also check for updated permissions for webdav storagesRobin Appelman2014-06-271-17/+36
| * Use the etag to check for updates in webdav storages where availableRobin Appelman2014-06-271-0/+19
* | Merge pull request #8383 from owncloud/object_storageVincent Petry2014-06-271-0/+5
|\ \ | |/ |/|
| * update hasUpdated description, overwrtie testStat for objectstore testJörn Friedrich Dreyer2014-06-271-0/+5
* | fix autoloaderThomas Müller2014-06-271-0/+0
* | Move \OC\Files\Storage\DAV to core in order to reduce inter-app dependenciesThomas Müller2014-06-271-0/+453
|/
* Fix storage being passed to cache/watcher and scanner when using storage wrap...Robin Appelman2014-06-144-19/+51
* use system function to recursive remove the directory used by temporary storageThomas Müller2014-06-061-0/+4
* Merge pull request #8884 from owncloud/move-flock-to-appJörn Friedrich Dreyer2014-06-051-182/+0
|\
| * remove file locking - code will continue to live in it's own appThomas Müller2014-06-041-182/+0
* | - drop permissions table and related codeThomas Müller2014-06-053-25/+0
|/
* only lock if unlink is called for a fileBjoern Schiessle2014-06-041-1/+3
* name the storage wrapper to make sure that we don't apply the wrapper multipl...Bjoern Schiessle2014-06-041-2/+2
* Move Lock to private namespace, add interface. Update PHPDoc.ringmaster2014-06-041-2/+2
* Removed unused vars/declarations, update PHPDoc.ringmaster2014-06-041-1/+2
* Remove unused methods.ringmaster2014-06-041-14/+0
* Add actual locking and log changes necessary for debugging.ringmaster2014-06-041-2/+48
* Continued flock work.ringmaster2014-06-041-20/+14
* flock changes. Work in progress.ringmaster2014-06-042-0/+153
* Merge pull request #5365 from owncloud/filesize-improvements-32bitThomas Müller2014-05-302-84/+20
|\