summaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13132 from aptivate/improve_debug_logging_messagesMorris Jobke2015-01-071-1/+1
|\
| * Improve debugging for ServiceUnavailable exceptionsChris Wilson2015-01-061-1/+1
* | add paged providerJörn Friedrich Dreyer2015-01-021-0/+1
|/
* adding getDirectDownload() to WrapperThomas Müller2014-12-281-0/+12
* Adding basement for the direct download urlThomas Müller2014-12-281-0/+13
* Merge pull request #12639 from owncloud/bad_mtime_formatMorris Jobke2014-12-131-1/+1
|\
| * Return ? if mtime is 0 or -1Robin McCorkell2014-12-121-1/+1
* | Merge pull request #12587 from owncloud/dav-logerrorsVincent Petry2014-12-121-3/+29
|\ \
| * | Log exceptions in DAV storageVincent Petry2014-12-031-3/+29
* | | Add public api for mount configurationsRobin Appelman2014-12-041-2/+11
| |/ |/|
* | also clear statcache in mapped localRobin Appelman2014-12-021-0/+1
* | Clear statcache before getting the mtime from local storage backendsRobin Appelman2014-12-021-0/+1
|/
* Merge pull request #12469 from owncloud/issue/12460-port-local-changes2mappedVincent Petry2014-12-011-2/+21
|\
| * Also clearstatcache() in MappedLocal before using the statsJoas Schilling2014-11-271-0/+1
| * Check whether file exists before trying to touch() itJoas Schilling2014-11-271-0/+3
| * Check return of disk_free_space before returning itJoas Schilling2014-11-271-1/+5
| * Check file existance in MappedLocal in hasUpdated()Joas Schilling2014-11-271-1/+5
| * Make MappedLocal::isLocal() true like for LocalJoas Schilling2014-11-271-0/+7
* | Merge pull request #12426 from owncloud/jail-mask-wrappersRobin Appelman2014-11-272-0/+524
|\ \ | |/ |/|
| * Add storage and cache wrappers to apply a permissions mask to a storageRobin Appelman2014-11-271-12/+21
| * Add storage and cache wrappers to jail a storage to a subfolderRobin Appelman2014-11-272-0/+515
* | 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