Björn Schießle
|
e38b736a1e
|
fix bug #1977: remove etags from database after version rollback so that the client can detect the changes
|
13 years ago |
Robin Appelman
|
91d12a2f3d
|
update the filecache by setting mtimes to 0 when the mount configuration has changed instead of clearing the cache
|
13 years ago |
Bart Visscher
|
fed34aecfa
|
Fix syntax error in removeETagHook
|
13 years ago |
Björn Schießle
|
35357f3afb
|
etag has to be removed after version rollback to enable the sync client to detect the changes (bug #1829)
|
13 years ago |
Bart Visscher
|
4f4498e0d6
|
Fix undefined user var, use getUser
|
13 years ago |
Bart Visscher
|
ab33578add
|
Normalize path before calling removeETagPropertyForPath
This should also fix the dirname problem on windows
|
13 years ago |
Thomas Mueller
|
3829460ab8
|
adding space between) and {
|
13 years ago |
Robin Appelman
|
2144b2f37a
|
clear the filecache if the mount configuration has changed
|
13 years ago |
Thomas Mueller
|
ebb28412ca
|
no more require_once()
|
13 years ago |
Bart Visscher
|
52f2e7112e
|
Whitespace fixes in lib
|
13 years ago |
Georg Ehrke
|
cd5c217c0d
|
use OC_User::getHome in lib/filesystem.php
|
13 years ago |
jfd
|
bc90a34b07
|
remove duplicate method
|
13 years ago |
Michael Gapczynski
|
12df81fe0b
|
Check blacklist when renaming files
|
13 years ago |
Robin Appelman
|
154ce0f68d
|
also add getLocalFolder to OC_Filsystem and OC_FilesystemView
|
13 years ago |
Robin Appelman
|
53a888cc81
|
more path normalization
|
13 years ago |
Robin Appelman
|
1522f7f211
|
fix some minor problems with path noramlization
|
13 years ago |
Robin Appelman
|
0c8ce0bb32
|
some basic path normalization
|
13 years ago |
Michael Gapczynski
|
863d3a43b2
|
Catch exceptions and write to log when creating storage object fails
|
13 years ago |
Michael Gapczynski
|
465767670b
|
Check blacklist when renaming files
|
13 years ago |
Michael Gapczynski
|
f328f53ec1
|
Fix filesystem hash, no longer using basicOperation()
Conflicts:
lib/filesystemview.php
|
13 years ago |
Bart Visscher
|
d26f87e738
|
Smarter remove of etag properties for path
|
13 years ago |
Bart Visscher
|
3725cd079b
|
Fix oc-1362: post_rename has no path param but newpath and oldpath
|
13 years ago |
Bart Visscher
|
783d67be62
|
Create uniqid ETag for directories
|
13 years ago |
Bart Visscher
|
381e493a8c
|
Rename functions
getETagPropertyForFile -> getETagPropertyForPath
removeETagPropertyForFile -> removeETagPropertyForPath
|
13 years ago |
Michael Gapczynski
|
f25ccaff59
|
Fix filesystem hash, no longer using basicOperation()
|
13 years ago |
Michael Gapczynski
|
f7b89f0475
|
Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_writable()
|
13 years ago |
Robin Appelman
|
856d9c0b54
|
some indention fixes
|
13 years ago |
Bart Visscher
|
5381cc7418
|
Fix missing parameter decleration, thanks Jenkins :-)
|
13 years ago |
Robin Appelman
|
aa118a4c64
|
remove obsolete oc_filesystem::mountall
|
13 years ago |
Bart Visscher
|
cdd9ffc8a5
|
Add ETag support to the Sabre file connector.
This is based on the md5 of the file, can be changed later
|
13 years ago |
Robin Appelman
|
39086ef63e
|
dont try to create mountpoints automatically
|
13 years ago |
Robin Appelman
|
48306a3c4f
|
fix unused variables
|
13 years ago |
Bjoern Schiessle
|
aec6eea235
|
use filesystem abstraction layer to copy file versions
|
13 years ago |
Bart Visscher
|
6404476bec
|
Delay setup of FS until OC_Filesystem is used
|
13 years ago |
Bart Visscher
|
cff1b6e699
|
Don't use substr to get first char of string
|
13 years ago |
Sam Tuke
|
28a72e0e3c
|
Fixed deleteAll function for deleting all old versions of files (expireAll)
Added new readdir() method to all storage classes and handlers (only working implementation in local.php)
|
13 years ago |
Robin Appelman
|
a9a424a519
|
also add hasUpdated to oc_filesystem and oc_filesystemview
|
13 years ago |
Bart Visscher
|
12b34d2dda
|
Whitespace fix
|
13 years ago |
Bartek Przybylski
|
db1353655b
|
check for view before trying to invoke method on object
|
13 years ago |
Michael Gapczynski
|
790ae70e32
|
Create directory for mount point if it doesn't already exist
|
13 years ago |
Bartek Przybylski
|
f1250a3867
|
add function in filesystem to strip webroot
|
13 years ago |
Bartek Przybylski
|
43501309e3
|
add function in filesystem to strip webroot
|
13 years ago |
Bart Visscher
|
ac36512102
|
Don't use substr to get first char of string
|
13 years ago |
Bart Visscher
|
7c5c257bf6
|
Comment layout and spelling fixes
|
13 years ago |
Frank Karlitschek
|
a945fa10a6
|
update copyright
|
13 years ago |
Sam Tuke
|
9acd1065b0
|
made initial testing version of expireAll for version control \ngave some old vars new camelcase names
|
13 years ago |
Bart Visscher
|
640ba1828f
|
Start of audit app
Audit the filesystem action
|
13 years ago |
Robin Appelman
|
e3adbcb7d5
|
remove non existing files from the cache when rescanning a folder
|
13 years ago |
Robin Appelman
|
60b924c954
|
initial mount configuration work
|
13 years ago |
Robin Appelman
|
0466437fa7
|
tests for oc_filesystem
|
13 years ago |