aboutsummaryrefslogtreecommitdiffstats
path: root/lib/files/view.php
Commit message (Collapse)AuthorAgeFilesLines
...
| * Cache: fix copy-paste errorsRobin Appelman2013-02-041-2/+2
| |
| * Cache: check for invalid paths in getFileInfo/getDirectoryContentRobin Appelman2013-02-031-0/+6
| |
* | Add getOwner to Filesystem and View classesMichael Gapczynski2013-02-021-0/+10
|/
* Filesystem: use the updated Mount::findById in getPath to ensure we get the ↵Robin Appelman2013-01-281-3/+11
| | | | correct path if the storage is also mounted outside the view
* Filesystem: add View->getPath to the cache apiRobin Appelman2013-01-271-0/+15
|
* Don't check for updates for sub storages, these scans should be done in the ↵Michael Gapczynski2013-01-261-3/+0
| | | | background
* Cache: make mounts overwrite existing folders, prevents duplicate entriesRobin Appelman2013-01-221-0/+8
|
* 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
| |
* | Merge branch 'filesystem' into filesystem-etagsMichael Gapczynski2013-01-071-28/+44
|\| | | | | | | | | Conflicts: lib/files/cache/cache.php
| * Cache: normalize mimetypesRobin Appelman2013-01-071-1/+1
| |
| * Cache: split permission cache scanning and cache scanningRobin Appelman2013-01-071-8/+22
| |
| * 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-011-14/+14
| |
| * Cache: allow storage backends to overwrite WatcherRobin Appelman2013-01-011-2/+2
| |
* | Remove old etag codeMichael Gapczynski2012-12-301-2/+0
|/
* 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 ↵Robin Appelman2012-12-151-1/+1
| | | | | | when we open them the fact that they are in the cache does not mean they are scanned
* fix cache behaviour for non existing filesRobin Appelman2012-12-111-13/+15
|
* Add checks for storage objectMichael Gapczynski2012-11-241-95/+112
|
* allow storage backends to implement custom permission managementRobin Appelman2012-11-151-2/+4
|
* move ETag generation to storage backendsRobin Appelman2012-11-081-0/+15
|
* add resolvePath to filesystem view apiRobin Appelman2012-11-081-0/+10
|
* merge master into filesystemRobin Appelman2012-11-071-1/+1
|
* check for changes when using the cache apiRobin Appelman2012-10-281-0/+6
|
* use absolute paths when resolving mount pointsRobin Appelman2012-10-271-9/+26
|
* add searchByMime to new cache apiRobin Appelman2012-10-271-3/+22
|
* add permissions data to the results of the cache apiRobin Appelman2012-10-271-1/+11
|
* prove some compatibility with the old cache apiRobin Appelman2012-10-261-1/+5
|
* move some stuff to the new apiRobin Appelman2012-10-261-1/+0
|
* add search to the filecache apiRobin Appelman2012-10-261-23/+61
|
* add View->putFileInfo to the filecache apiRobin Appelman2012-10-261-2/+28
|
* move the cache api from OC_Files to filesystem(view)Robin Appelman2012-10-261-0/+92
|
* use strtotime on non-nummeric times in oc_filesystem::touchRobin Appelman2012-10-231-9/+12
|
* drop depricated is_readable and is_writableRobin Appelman2012-10-211-14/+0
|
* drop filectime from the filesystem api'sRobin Appelman2012-10-201-4/+0
|
* drop Filesystem::getInternalPath and Filesystem::getStorage in favor of ↵Robin Appelman2012-10-101-40/+21
| | | | Filesystem::resolvePath
* fix namespaces in filesystem and filesystemviewRobin Appelman2012-10-101-118/+142
|
* move some code aroundRobin Appelman2012-10-101-0/+658