summaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13224 from owncloud/simplify-is-valid-path-and-add-unit-t...Morris Jobke2015-01-101-1/+1
|\
| * Simplify isValidPath and add unit testsLukas Reschke2015-01-101-1/+1
* | Merge pull request #13236 from owncloud/use-isset-for-performanceMorris Jobke2015-01-101-2/+4
|\ \
| * | Use isset() instead of strlen()Lukas Reschke2015-01-101-2/+4
| |/
* / Cache results of `normalizePath`Lukas Reschke2015-01-101-1/+12
|/
* Merge pull request #13181 from owncloud/filecache-preventleadingslashRobin McCorkell2015-01-092-2/+2
|\
| * Fix cache jail to not duplicate slashesVincent Petry2015-01-091-1/+1
| * Trim leading or trailing slashes in file cache pathsVincent Petry2015-01-081-1/+1
* | Merge pull request #12011 from owncloud/reuse-etag-defaultMorris Jobke2015-01-091-2/+2
|\ \ | |/ |/|
| * Default to reusing etags in the scannerRobin Appelman2014-11-061-2/+2
* | 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
* | add an interface for the root folder so apps have an interface to deal with s...Bernhard Posselt2014-12-211-1/+3
* | Merge pull request #12879 from owncloud/mountconfigMorris Jobke2014-12-184-16/+85
|\ \
| * | Add getMountPoint to FileInfoRobin Appelman2014-12-173-14/+54
| * | Load mount specific options from the mount configRobin Appelman2014-12-171-2/+31
* | | Movable mountpoints are always deletableRobin Appelman2014-12-171-0/+5
|/ /
* | Return file info from Node APIVincent Petry2014-12-151-1/+6
* | 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 #12778 from owncloud/searchbytags2Vincent Petry2014-12-127-15/+119
|\ \ \
| * | | Added searchByTag in cache jail wrapperVincent Petry2014-12-121-0/+12
| * | | Make $userId mandatory for searchByTagsVincent Petry2014-12-126-28/+28
| * | | Added searchByTags to view, storage and cacheVincent Petry2014-12-116-0/+92
* | | | Merge pull request #12587 from owncloud/dav-logerrorsVincent Petry2014-12-121-3/+29
|\ \ \ \
| * | | | Log exceptions in DAV storageVincent Petry2014-12-031-3/+29
* | | | | Merge pull request #12698 from owncloud/handle_readonly_shared_filesMorris Jobke2014-12-121-2/+2
|\ \ \ \ \
| * | | | | return correct resultJörn Friedrich Dreyer2014-12-081-2/+2
| | |_|/ / | |/| | |
* | | | | Merge pull request #11892 from owncloud/remove_triggerupdateThomas Müller2014-12-102-4/+7
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | make path absoluteJörn Friedrich Dreyer2014-12-102-3/+6
| * | | | remove triggerupdate, ref #11872Jörn Friedrich Dreyer2014-12-041-2/+2
* | | | | Fix numeric storage id for cache wrapperVincent Petry2014-12-101-0/+9
* | | | | Add public api for mount configurationsRobin Appelman2014-12-049-43/+104
| |/ / / |/| | |
* | | | 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
|/ /