summaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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