Robin Appelman
|
7d6da68d53
|
prove some compatibility with the old cache api
|
2012-10-26 23:25:52 +02:00 |
Robin Appelman
|
6db81afab9
|
move some stuff to the new api
|
2012-10-26 23:05:02 +02:00 |
Robin Appelman
|
c22a723785
|
add file permissions cache
|
2012-10-26 19:07:29 +02:00 |
Robin Appelman
|
8bce661e4d
|
add search to the filecache api
|
2012-10-26 13:23:49 +02:00 |
Robin Appelman
|
7ef0ffe8ad
|
add View->putFileInfo to the filecache api
|
2012-10-26 12:43:23 +02:00 |
Robin Appelman
|
e63e246c48
|
fix problem with normalizePath when there was a double leading slash
|
2012-10-26 12:37:49 +02:00 |
Robin Appelman
|
39adadd3e3
|
move the cache api from OC_Files to filesystem(view)
|
2012-10-26 12:30:25 +02:00 |
Robin Appelman
|
7bc49d2a57
|
merge master into filesystem
|
2012-10-25 18:26:08 +02:00 |
Robin Appelman
|
56c7ee799c
|
use strtotime on non-nummeric times in oc_filesystem::touch
|
2012-10-23 16:37:46 +02:00 |
Robin Appelman
|
7424f3aef6
|
merge master into filesystem
|
2012-10-23 16:16:46 +02:00 |
Robin Appelman
|
2522c25af7
|
use OC_Files::getFileInfo and OC_Files::getDirectoryContent as high level api for the filecache
most apps would want to use this api instead of using the cache directly
|
2012-10-21 02:12:58 +02:00 |
Robin Appelman
|
01594b8610
|
remove chroot from filesystem api
|
2012-10-21 00:54:34 +02:00 |
Robin Appelman
|
3ff0772a05
|
add getCache and getScanner to storage api in order to allow storage backends to overwride caching behaviour
|
2012-10-21 00:31:32 +02:00 |
Robin Appelman
|
1901ac8b17
|
drop depricated is_readable and is_writable
|
2012-10-21 00:13:16 +02:00 |
Robin Appelman
|
cfa036eaa9
|
drop filectime from the filesystem api's
|
2012-10-20 23:58:07 +02:00 |
Robin Appelman
|
11e9ce25e6
|
merge master into filesystem
|
2012-10-13 04:29:20 +02:00 |
Robin Appelman
|
5c6e9518ed
|
drop Filesystem::getInternalPath and Filesystem::getStorage in favor of Filesystem::resolvePath
|
2012-10-10 17:46:29 +02:00 |
Robin Appelman
|
aaa1b73364
|
don't use depricated OC_Filesystem
|
2012-10-10 13:18:36 +02:00 |
Robin Appelman
|
07c5384189
|
fix namespaces in filesystem and filesystemview
|
2012-10-10 12:25:46 +02:00 |
Robin Appelman
|
9df60d27bd
|
move some code around
|
2012-10-10 11:54:44 +02:00 |
Robin Appelman
|
13515effc9
|
add Cache::getStatus
|
2012-10-08 14:58:21 +02:00 |
Robin Appelman
|
b9b9fd9dba
|
more tests and fixes for the filesystem scanner
|
2012-10-03 13:07:19 +02:00 |
Robin Appelman
|
85be00be65
|
add some more test cases for the scanner
|
2012-10-03 11:40:09 +02:00 |
Robin Appelman
|
e415e90c6d
|
make filestorage scanner non-static and add a simple test case
|
2012-10-03 11:24:49 +02:00 |
Robin Appelman
|
96d7cd5997
|
correct namespace usage in common filestorage backend
|
2012-10-03 11:24:10 +02:00 |
Robin Appelman
|
636c75ce06
|
better parent path bahaviour for the filecache
|
2012-10-03 11:23:33 +02:00 |
Robin Appelman
|
92555eff71
|
add encrypted column to the new filecache
|
2012-10-02 23:34:45 +02:00 |
Robin Appelman
|
522d7df860
|
convert Cache to a non-static class that handles the cache for a single storage backend
|
2012-09-26 17:52:02 +02:00 |
Robin Appelman
|
dcf995fff3
|
add Cache::getFolderContent
|
2012-09-23 15:25:03 +02:00 |
Robin Appelman
|
6fafd5d4e9
|
this should be done elsewhere if needed
|
2012-09-23 01:46:52 +02:00 |
Robin Appelman
|
97b0eabc85
|
fix several problems in the new filecache in order to complete the tests
|
2012-09-22 15:43:48 +02:00 |
Robin Appelman
|
46896be0d4
|
fix namespace error in temporary storage backend
|
2012-09-22 15:03:17 +02:00 |
Robin Appelman
|
153cd802a9
|
add partial file data to the result of Cache::get
|
2012-09-22 14:40:04 +02:00 |
Robin Appelman
|
93292516d9
|
Merge branch 'master' into filesystem
|
2012-09-22 14:28:14 +02:00 |
Robin Appelman
|
954596c251
|
rework filecache to work directly on storage backends wip
|
2012-09-16 16:52:32 +02:00 |
Robin Appelman
|
c94fe38d39
|
add getPermissions to storage backends to get all permission flags in one go
|
2012-09-12 23:25:57 +02:00 |
Robin Appelman
|
e8d3a47685
|
add getId to storage backends
|
2012-09-12 22:50:10 +02:00 |
Robin Appelman
|
bd83422095
|
put filestorages in a namespace
|
2012-09-07 18:30:48 +02:00 |