summaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Expand)AuthorAgeFilesLines
* make \OC\Files\Node\Node implement the FileInfo interfaceRobin Appelman2014-12-043-28/+60
* 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-276-1/+1059
|\ \ | |/ |/|
| * Add storage and cache wrappers to apply a permissions mask to a storageRobin Appelman2014-11-272-12/+53
| * Add storage and cache wrappers to jail a storage to a subfolderRobin Appelman2014-11-275-1/+1018
* | 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-259-45/+45
* Use base class to reset the file mapperJoas Schilling2014-11-191-3/+0
* Check if the size field is availableLukas Reschke2014-11-171-1/+1
* Merge pull request #12218 from owncloud/issue/10991-fixesMorris Jobke2014-11-171-2/+11
|\
| * Make it possible to cleanPath() absolute Windows pathsJoas Schilling2014-11-171-2/+11
* | Remove debug statementLukas Reschke2014-11-121-4/+0
* | Fix root path handling for WebDAV ext storageVincent Petry2014-11-111-0/+2
* | don't scan part filesBjoern Schiessle2014-11-072-5/+5
* | Also propagate etag changes when the watcher finds a changed fileRobin Appelman2014-11-072-0/+7
|/
* Merge pull request #11539 from owncloud/mount-setup-onceVincent Petry2014-10-311-1/+6
|\
| * Reset the users setup after clearing mountsRobin Appelman2014-10-281-0/+1
| * Only mount the storages for the user onceRobin Appelman2014-10-271-1/+5
* | Merge pull request #11409 from owncloud/watcher-reuseVincent Petry2014-10-292-22/+32
|\ \ | |/ |/|
| * Better reuse of cache data for getFolderContentsRobin Appelman2014-10-241-6/+11
| * Pass the cached data to the filesystem watcherRobin Appelman2014-10-242-16/+21
* | Merge pull request #11763 from owncloud/stable-etagsRobin Appelman2014-10-271-0/+21
|\ \
| * | Generate stable etags for local filesRobin Appelman2014-10-241-0/+21
| |/
* / Add type hinting to functionsLukas Reschke2014-10-241-1/+1
|/
* throw exception in writeBack, the returned boolean is checked nowhereJörn Friedrich Dreyer2014-10-201-3/+2
* make skeleton compatible with objectstoreJörn Friedrich Dreyer2014-10-201-6/+0
* make trashbin compatible with objectstore, replace glob with search in cache,...Jörn Friedrich Dreyer2014-10-161-0/+10
* Merge pull request #11548 from owncloud/extstorage-ocfieldsVincent Petry2014-10-151-2/+2
|\
| * Allow specifying protocol in ext storage OC configVincent Petry2014-10-131-2/+2
* | Retrieve storage numeric id earlier when still availableVincent Petry2014-10-131-1/+1
|/
* Merge pull request #11305 from owncloud/ext-updateetagonmountVincent Petry2014-10-091-0/+5
|\
| * Added failing unit tests for mount config hooksVincent Petry2014-10-081-0/+5
* | strict comparisonJörn Friedrich Dreyer2014-10-081-2/+2
* | fix amazon s3 issuesJörn Friedrich Dreyer2014-10-081-1/+1
|/
* Merge pull request #11285 from owncloud/dav-permissions-createThomas Müller2014-09-261-0/+9
|\
| * Expose creatable permissions trough fileinfoRobin Appelman2014-09-251-0/+9
* | Don't keep the full info of all children in memoryRobin Appelman2014-09-241-7/+12
|/
* Do only follow HTTP and HTTPS redirectsLukas Reschke2014-09-221-0/+4
* in quota wrapper use === instead of ! for better readability and as in other ...Jörn Friedrich Dreyer2014-09-221-1/+1
* return boolean in Ciose::stream_seekJörn Friedrich Dreyer2014-09-221-1/+1
* return boolean in OC::stream_seekJörn Friedrich Dreyer2014-09-221-1/+1
* Merge pull request #10958 from owncloud/db-ilikeRobin Appelman2014-09-191-13/+1
|\