summaryrefslogtreecommitdiffstats
path: root/lib/files
Commit message (Expand)AuthorAgeFilesLines
* Cache: normalize mimetypesRobin Appelman2013-01-072-6/+55
* Cache: split permission cache scanning and cache scanningRobin Appelman2013-01-072-17/+22
* Fix messed up mountsRobin Appelman2013-01-071-4/+4
* merge master into filesystemRobin Appelman2013-01-071-2/+41
* Remove unnecessary length parameter from last commitMichael Gapczynski2013-01-031-1/+1
* Update old storage classes names to the new namespace during mountingMichael Gapczynski2013-01-031-1/+4
* Use the sub storage's permission cache for retrieving the correct permissionMichael Gapczynski2013-01-021-13/+15
* Cache: provide path hints to getCache/etc where availableRobin Appelman2013-01-012-17/+17
* Cache: optional path argument for getCache/Scanner/etcRobin Appelman2013-01-012-11/+12
* Cache: allow storage backends to overwrite WatcherRobin Appelman2013-01-013-2/+14
* Fix retrieving of cache and scanner in Updater classMichael Gapczynski2012-12-301-7/+11
* Fix shared foldersMichael Gapczynski2012-12-281-0/+1
* Only folders have Create permissionMichael Gapczynski2012-12-261-1/+4
* use numeric ids for storages in the filecacheRobin Appelman2012-12-152-12/+53
* Check sub storage isn't null or falseMichael Gapczynski2012-12-151-4/+5
* make sure folders that are not fully scanned are at least shallow scanned whe...Robin Appelman2012-12-151-1/+1
* Filecache Watcher: use scan or scanFile based on the current item, not the ca...Robin Appelman2012-12-151-2/+4
* dont insert and entry in the filecache during upgrade if the id already exist...Robin Appelman2012-12-151-0/+6
* actually connect the filesystem hooks to the cache updaterRobin Appelman2012-12-111-0/+4
* fix cache behaviour for non existing filesRobin Appelman2012-12-111-13/+15
* catch error if old filecache table is not present during upgradeRobin Appelman2012-12-061-4/+8
* fix some edge cases while scanning the root of a storageRobin Appelman2012-12-022-4/+4
* fail gracefully when no old filecache is present during upgradeRobin Appelman2012-12-011-1/+8
* add upgrade path from old cache to preserve file id'sRobin Appelman2012-11-301-0/+50
* better check if we are passing a fileid to Cache::getRobin Appelman2012-11-251-1/+1
* sort output of getFolderContent by nameRobin Appelman2012-11-251-1/+1
* Check if data variable in scanner isn't null before using itMichael Gapczynski2012-11-241-19/+23
* change behaviour of Filesystem::getMountPoint when a mountpoint is passed as ...Robin Appelman2012-11-241-7/+1
* remove fileatime from common storage backendRobin Appelman2012-11-241-4/+0
* Add checks for storage objectMichael Gapczynski2012-11-241-95/+112
* explicitly sort files when using getFolderContentsRobin Appelman2012-11-231-7/+7
* don't redefine inherited functions as abstractRobin Appelman2012-11-221-13/+0
* add Scanner->backgroundScanRobin Appelman2012-11-221-0/+10
* add Cache->getIncomplete for use in background scanningRobin Appelman2012-11-221-0/+19
* emit a hooks during the filesystem scanRobin Appelman2012-11-221-0/+8
* fixing namespaceThomas Mueller2012-11-221-1/+1
* Create public function initMountPoints() for initializing a specified user's ...Michael Gapczynski2012-11-221-16/+37
* fix outdated permissions cache use in scannerRobin Appelman2012-11-181-2/+8
* allow storage backends to implement custom permission managementRobin Appelman2012-11-154-18/+43
* add cache updaterRobin Appelman2012-11-081-0/+71
* fix Scanner->scan setting the filesize to 0 for filesRobin Appelman2012-11-081-3/+3
* move correctFolderSize from Scanner to CacheRobin Appelman2012-11-083-17/+17
* fix calculateFolderSize for non existing filesRobin Appelman2012-11-081-0/+3
* allow creating Cache objects with only the storage id instead of the whole st...Robin Appelman2012-11-081-9/+10
* move ETag generation to storage backendsRobin Appelman2012-11-084-0/+49
* add resolvePath to filesystem view apiRobin Appelman2012-11-081-0/+10
* merge master into filesystemRobin Appelman2012-11-072-18/+18
* merge master into filesystemRobin Appelman2012-11-041-3/+3
* add Cache::moveRobin Appelman2012-11-021-2/+27
* merge master into filesystemRobin Appelman2012-11-021-0/+1