Brice Maron
|
564cd82599
|
Fix the fix about filecache and postgres
|
13 years ago |
Brice Maron
|
2a6a155e23
|
Correct File cache error with postgresql
|
13 years ago |
Robin Appelman
|
56de98ed8c
|
fix saved file size for uploaded files
|
13 years ago |
Robin Appelman
|
d0455c5819
|
truncate decrypted files based on filelength
|
13 years ago |
Robin Appelman
|
b38e46276f
|
when checking if the content of a folder has been updated, exlicitly state that we are checking a folder
solves some issues with external storages not updating correctly
|
13 years ago |
Bart Visscher
|
e905b14758
|
Spelling fix
|
13 years ago |
Robin Appelman
|
f06c08a637
|
cleanup oc_filecache, splitting it in several parts and using the new hasUpdated
|
13 years ago |
Robin Appelman
|
59086fe082
|
update file paths in filecache when the parent is renamed
|
13 years ago |
Michael Gapczynski
|
cc84bd2993
|
Fix typo in log message
|
13 years ago |
Robin Appelman
|
c1ba4deb72
|
when scanning a folder that is a mountpoint, use the root of the mount for checking if a folder is writable instead of the folder
|
13 years ago |
Robin Appelman
|
cf3940425f
|
don't do the initial scanning of the users home folder trough the update system
|
13 years ago |
Robin Appelman
|
03f66c6351
|
also scan new folders when checking for updates
it might cause long load times but seems the best for now
|
13 years ago |
Michael Gapczynski
|
aa0c3ddcfe
|
Fix updateFolder() in OC_FileCache
|
13 years ago |
Robin Appelman
|
a22a79cddd
|
fix filecache for postgresql
|
13 years ago |
Robin Appelman
|
4d3ef9a824
|
improve rescanning folders
|
13 years ago |
Robin Appelman
|
e3adbcb7d5
|
remove non existing files from the cache when rescanning a folder
|
13 years ago |
Robin Appelman
|
cc2bfd313d
|
minor filecache improvements
|
13 years ago |
Robin Appelman
|
b61f6438ba
|
return user specific paths from oc_filecache::getpath
|
13 years ago |
Robin Appelman
|
dae34edf4f
|
fix filecache rename hook
|
13 years ago |
Robin Appelman
|
a6a8e2c553
|
add public api to get the file id from the cache
|
13 years ago |
Bartek Przybylski
|
96c99125da
|
mimetype filter for filepicker
|
13 years ago |
Robin Appelman
|
ebc7a6a0a6
|
dont send to much when scanning large folders
|
13 years ago |
Robin Appelman
|
9d2f8aa717
|
send more progress updates when scanning large folders
|
13 years ago |
Robin Appelman
|
65eee1f69d
|
clean pre-path_hash fscache entries
|
13 years ago |
Robin Appelman
|
7552390031
|
add path_hash to the filesystem cache
|
13 years ago |
Bartek Przybylski
|
0fadbee699
|
fix adding photo to incorrect gallery
|
13 years ago |
Robin Appelman
|
a85a10b378
|
oc_db isn't pdo
|
13 years ago |
Bartek Przybylski
|
b4ffaa9498
|
spaces to tabs replacement
|
13 years ago |
Bartek Przybylski
|
ca9b4e467f
|
filescan by mimetype scan
|
13 years ago |
Bartek Przybylski
|
84d6c53970
|
filecache search comparition fix
|
13 years ago |
Robin Appelman
|
0f54084305
|
also delete childs of folders from the cache
|
13 years ago |
Robin Appelman
|
2e365658c8
|
better handeling of files that can behave like folder (e.g. archives)
|
13 years ago |
Robin Appelman
|
4f627c428e
|
some more error reporting during filesystem scan
|
13 years ago |
Bartek Przybylski
|
a02d5d1a3d
|
log typo fix
|
13 years ago |
Robin Appelman
|
c20319d377
|
fix incorrect information in the filecache when using encryption
|
13 years ago |
Robin Appelman
|
95459d068e
|
non existing files can never be updated
|
13 years ago |
Robin Appelman
|
c2fb5fed02
|
use cached size for getting the size of a moved file
|
13 years ago |
Klaas Freitag
|
85853f9ec2
|
- Added the ability to change a files mtime via webdavs propset.
- Added some minor debug help to fscache
|
13 years ago |
Robin Appelman
|
25381ac5b1
|
fix filecache with MDB2
|
13 years ago |
Robin Appelman
|
398fbe7b82
|
use fetchRow instead of fetch
|
13 years ago |
Robin Appelman
|
bcebfbfbe2
|
bugfix in searching files by mimetype
|
13 years ago |
Robin Appelman
|
e50dfbc228
|
fix filecache when creating a new folder
|
13 years ago |
Robin Appelman
|
9f3388ecbc
|
store writable flag for files
|
13 years ago |
Robin Appelman
|
25e777ef5e
|
watch for changes outside owncloud to the files
|
13 years ago |
Robin Appelman
|
05d76dcd67
|
allow the usage of the filecache outside of the users home folder
|
13 years ago |
Robin Appelman
|
a69d3c3346
|
only show what folder we are scanning to save bandwith
|
13 years ago |
Robin Appelman
|
f1c5dce75c
|
dont try to use something that isn't there
|
13 years ago |
Robin Appelman
|
c46f701771
|
use filesystem cache for searching
|
13 years ago |
Robin Appelman
|
7ff86cfebe
|
provide live feedback while scanning files
|
13 years ago |
Robin Appelman
|
ffecc3e434
|
start of proper feedback during filessytem scan
|
13 years ago |