summaryrefslogtreecommitdiffstats
path: root/lib/files
Commit message (Expand)AuthorAgeFilesLines
* Cache: don't insert duplicated during upgradeRobin Appelman2013-01-301-5/+18
* add oc:// streamwrapper to provide access to ownCloud's virtual filesystemRobin Appelman2013-01-281-0/+129
* Move streamwrappers to seperate files and put them in a namespaceRobin Appelman2013-01-283-0/+338
* Filesystem: use the updated Mount::findById in getPath to ensure we get the c...Robin Appelman2013-01-281-3/+11
* Filesystem: return all matching mounts in Mount::findByIdRobin Appelman2013-01-281-3/+4
* Filesystem: also add getPath to \OC\FilesystemRobin Appelman2013-01-271-0/+12
* Filesystem: add View->getPath to the cache apiRobin Appelman2013-01-271-0/+15
* Cache: add function to get storage id and internal path of a file by idRobin Appelman2013-01-271-0/+24
* Filesystem: add Mount::findByIdRobin Appelman2013-01-271-1/+17
* Don't check for updates for sub storages, these scans should be done in the b...Michael Gapczynski2013-01-261-3/+0
* Filesystem: move mount management to it's own classRobin Appelman2013-01-262-79/+191
* merge master into filesystemRobin Appelman2013-01-221-1/+1
* Some style fixesRobin Appelman2013-01-221-9/+9
* Cache: make mounts overwrite existing folders, prevents duplicate entriesRobin Appelman2013-01-221-0/+8
* Cache: return non numberic storage idRobin Appelman2013-01-211-0/+1
* Update mtimes of all parent folders after change insideMichael Gapczynski2013-01-191-5/+11
* Cache: use a database transition for scanning each folderRobin Appelman2013-01-161-3/+19
* Cache: no longer using this fileRobin Appelman2013-01-161-61/+0
* Cache: dont migrate permissions, cache them on demain insteadRobin Appelman2013-01-161-17/+0
* Cache: more efficient upgradingRobin Appelman2013-01-152-10/+24
* Cache: show upgrade progressRobin Appelman2013-01-152-41/+187
* Merge branch 'filesystem' into filesystem-etagsMichael Gapczynski2013-01-111-18/+28
|\
| * Switch scan to scanFile for root of mount pointsMichael Gapczynski2013-01-101-2/+2
| * Scan mount points in root before adding a entryMichael Gapczynski2013-01-101-18/+28
| * Fix permissions for mount pointMichael Gapczynski2013-01-071-1/+1
* | Don't use more entropy for etagsMichael Gapczynski2013-01-111-1/+1
* | Merge branch 'filesystem' into filesystem-etagsMichael Gapczynski2013-01-078-55/+165
|\|
| * 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 eTagUpdate and add testsMichael Gapczynski2012-12-311-1/+1
* | Merge branch 'filesystem' into filesystem-etagsMichael Gapczynski2012-12-301-9/+13
|\|
| * Fix retrieving of cache and scanner in Updater classMichael Gapczynski2012-12-301-7/+11
* | Fix function nameMichael Gapczynski2012-12-301-1/+1
* | Update etags in parent foldersMichael Gapczynski2012-12-301-0/+24
* | Remove old etag codeMichael Gapczynski2012-12-302-23/+0
* | Store etags in the file cacheMichael Gapczynski2012-12-302-5/+6
|/
* 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