aboutsummaryrefslogtreecommitdiffstats
path: root/lib/files/cache
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | revert previous fix and added normalizer to cache classFlorin Peter2013-05-232-1/+25
| | | |
| * | | fix problems with german "Umlaut" in folder nameFlorin Peter2013-05-231-1/+1
| | | |
* | | | Merge pull request #3529 from owncloud/folder-permissionsicewind19912013-05-301-0/+20
|\ \ \ \ | | | | | | | | | | Cache: provide a function to get the permissions of all files in a folder with one query
| * | | | Only retrieve the current user's permissionsMichael Gapczynski2013-05-291-4/+5
| | | | |
| * | | | Cache: provide a function to get the permissions of all files in a folder ↵Robin Appelman2013-05-291-0/+19
| | |_|/ | |/| | | | | | | | | | with one query
* | | | Organize conditionals in a better orderMichael Gapczynski2013-05-291-8/+4
| | | |
* | | | Only update metadata that has changedMichael Gapczynski2013-05-291-2/+9
|/ / /
* | | Merge pull request #3388 from roha4000/masterMichael Gapczynski2013-05-251-2/+2
|\ \ \ | |_|/ |/| | Duplicate DB entries in filecache table when renaming folder in WebUI #2
| * | Fixing UPDATE error in filecache table when renaming files by calling ↵Roland Hager2013-05-221-2/+2
| | | | | | | | | | | | move(). Add storage id to the where clause to avoid updating entries of other users.
* | | Merge pull request #3416 from owncloud/files_encryptionThomas Müller2013-05-241-6/+8
|\ \ \ | | | | | | | | New files encryption app
| * \ \ Merge branch 'master' into files_encryptionBjörn Schießle2013-05-221-3/+13
| |\ \ \ | | | |/ | | |/| | | | | | | | | Conflicts: lib/files/cache/cache.php
| * | | Merge branch 'master' into files_encryptionFlorin Peter2013-05-223-5/+19
| |\ \ \ | | | |/ | | |/| | | | | | | | | Conflicts: lib/files/cache/cache.php
| * | | Merge branch 'master' into files_encryptionFlorin Peter2013-05-201-2/+2
| |\ \ \
| * | | | Revert "fix for webdav and wrong reference for findByStorageId"Florin Peter2013-05-201-1/+1
| | | | | | | | | | | | | | | | | | | | This reverts commit 079f918d5ca0d242e77717aaeac82bcf011dc745.
| * | | | fix for webdav and wrong reference for findByStorageIdFlorin Peter2013-05-191-1/+1
| | | | |
| * | | | Merge branch 'master' into files_encryptionFlorin Peter2013-05-156-48/+225
| |\ \ \ \
| * | | | | added unencrypted file size to file cacheFlorin Peter2013-04-251-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | improved file size calculation and speeds
* | | | | | Merge branch 'master' into move-storagesMichael Gapczynski2013-05-233-8/+31
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Conflicts: tests/lib/files/view.php
| * | | | | cleanup codestyleJörn Friedrich Dreyer2013-05-221-3/+3
| | | | | |
| * | | | | add debug outputJörn Friedrich Dreyer2013-05-221-3/+12
| | |_|_|/ | |/| | |
| * | | | merge master into filecache_mtimeRobin Appelman2013-05-218-107/+469
| |\ \ \ \
| | * \ \ \ Merge pull request #3335 from owncloud/prevent-scan-loopJörn Friedrich Dreyer2013-05-211-1/+3
| | |\ \ \ \ | | | |_|_|/ | | |/| | | Prevent backgroundScan() from looping
| | | * | | Prevent backgroundScan() from looping if opendir() is failing for the same pathMichael Gapczynski2013-05-131-1/+3
| | | | |/ | | | |/|
| * | | | Merge branch 'master' into filecache_mtimeMichael Gapczynski2013-03-084-23/+35
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/files/view.php lib/util.php tests/lib/files/cache/cache.php
| * \ \ \ \ merge master into filecache_mtimeRobin Appelman2013-02-155-20/+57
| |\ \ \ \ \
| * | | | | | Cache: bookkeeping of storage_mtimeRobin Appelman2013-02-103-4/+16
| | | | | | |
* | | | | | | Add support for copying/moving folders between storages, move isIgnoredDir() ↵Michael Gapczynski2013-05-191-13/+1
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | to Filesystem
* | | | | | Fix finding mount in background watcher, fixes #3353Michael Gapczynski2013-05-151-2/+2
| |_|_|/ / |/| | | |
* | | | | rename isIgnoredFile to isPartialFile, remove check of blacklisted files in ↵Jörn Friedrich Dreyer2013-05-101-5/+5
| | | | | | | | | | | | | | | | | | | | isPartialFile, correct usage of isPartialFile and isFileBlacklisted
* | | | | don't call correctFolder() in touchHook, it will be called later in the ↵Björn Schießle2013-05-081-1/+0
| | | | | | | | | | | | | | | | | | | | writeUpdate()
* | | | | update etag for for the touched fileBjörn Schießle2013-05-081-1/+9
| | | | |
* | | | | Merge pull request #3044 from owncloud/backgroundwatchericewind19912013-05-072-0/+119
|\ \ \ \ \ | | | | | | | | | | | | Add a background job to watch for external filesystem changes
| * | | | | Cache: check one folder and one file each time the backgroundwatcher runsRobin Appelman2013-04-201-8/+39
| | | | | | | | | | | | | | | | | | | | | | | | Because there are usually way less folders than files it walks trought the list of all folder quicker, this causes new files to be detected quicker
| * | | | | Cache: add a backgroundjob to check for external changes to the filesystemRobin Appelman2013-04-203-0/+89
| | |_|_|/ | |/| | |
* | | | | Merge pull request #3025 from owncloud/move-fileMichael Gapczynski2013-05-071-11/+14
|\ \ \ \ \ | | | | | | | | | | | | Cache: only look for child entires when doing a move operation when moving a folder
| * | | | | Cache: only look for child entires when doing a move operation when moving a ↵Robin Appelman2013-04-191-12/+15
| |/ / / / | | | | | | | | | | | | | | | folder
* | | | | fix for infinite loop causing on files_encryption branch when testing ↵Florin Peter2013-04-292-2/+2
| | | | | | | | | | | | | | | | | | | | "apps/files_encryption/test/crypt.php" on Method testSymmetricStreamEncryptShortFileContent
* | | | | Cache: seperate handing of numeric storage id's to it's own classRobin Appelman2013-04-262-29/+77
|/ / / /
* | | | Make FileCache upgrade more robust, fixes #2650Arthur Schiwon2013-04-152-5/+21
| | | |
* | | | fixes #2679OpenLarry2013-04-091-2/+2
| | | |
* | | | PostreSQL compatibility, fixes #2666Arthur Schiwon2013-04-031-1/+1
| | | |
* | | | supress write hook for .part filesJörn Friedrich Dreyer2013-03-281-6/+3
| | | |
* | | | ignore files in scanFile instead of scan to catch all occurences.Jörn Friedrich Dreyer2013-03-281-25/+42
| | | |
* | | | Cache: on equal mtime also for equal size before keeping ETag, at least ↵Arthur Schiwon2013-03-271-1/+2
| | | | | | | | | | | | | | | | makes Unit Test happy
* | | | Cache: Do not overwrite ETag when file did not changeArthur Schiwon2013-03-271-4/+6
| | | |
* | | | Only prepare an SQL statement once.Arthur Schiwon2013-03-271-1/+4
| | | |
* | | | Add PHPDocArthur Schiwon2013-03-271-0/+6
| | | |
* | | | Adjust to Icewind's fixArthur Schiwon2013-03-271-51/+0
| | | |
* | | | Cache: fix property path for getting legacy etagRobin Appelman2013-03-271-1/+1
| | | |
* | | | Port Icewind's fix IRobin Appelman2013-03-272-2/+23
| | | |