summaryrefslogtreecommitdiffstats
path: root/lib/files
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into fix_for_2377Florin Peter2013-05-251-2/+2
|\
| * Merge pull request #3388 from roha4000/masterMichael Gapczynski2013-05-251-2/+2
| |\
| | * Fixing UPDATE error in filecache table when renaming files by calling move()....Roland Hager2013-05-221-2/+2
* | | we should also normalize on update and search because the database layer will...Florin Peter2013-05-251-0/+15
* | | added more places where normalization is neededFlorin Peter2013-05-251-0/+7
* | | Merge branch 'master' into fix_for_2377Florin Peter2013-05-245-40/+60
|\| |
| * | Merge pull request #3416 from owncloud/files_encryptionThomas Müller2013-05-243-7/+15
| |\ \
| | * \ Merge branch 'master' into files_encryptionBjörn Schießle2013-05-221-3/+13
| | |\ \
| | * \ \ Merge branch 'master' into files_encryptionFlorin Peter2013-05-224-7/+24
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Merge branch 'master' into files_encryptionFlorin Peter2013-05-201-2/+2
| | |\ \ \
| | * | | | fix for webdav because initMounts() is triggered twice so we lost the root pathFlorin Peter2013-05-201-1/+3
| | * | | | Revert "fix for webdav and wrong reference for findByStorageId"Florin Peter2013-05-202-4/+2
| | * | | | fix for webdav and wrong reference for findByStorageIdFlorin Peter2013-05-192-2/+4
| | * | | | fix for losing mount point "/"Florin Peter2013-05-151-1/+4
| | * | | | Merge branch 'master' into files_encryptionFlorin Peter2013-05-1513-380/+667
| | |\ \ \ \
| | * | | | | added post rename proxyFlorin Peter2013-04-251-0/+1
| | * | | | | added unencrypted file size to file cacheFlorin Peter2013-04-251-5/+6
| | * | | | | Added post proxy for getFileInfo.Florin Peter2013-04-231-0/+3
| * | | | | | Merge branch 'master' into move-storagesMichael Gapczynski2013-05-234-10/+36
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Switch to calling deleteAll via storage to avoid emitting delete hookMichael Gapczynski2013-05-231-1/+2
| * | | | | | Remove user name addition to paths in deleteAllMichael Gapczynski2013-05-201-12/+6
| * | | | | | Fix undefined variable for copying empty foldersMichael Gapczynski2013-05-191-1/+1
| * | | | | | Add support for copying/moving folders between storages, move isIgnoredDir() ...Michael Gapczynski2013-05-193-21/+38
| | |_|_|/ / | |/| | | |
* | | | | | changed builtin normalizer to \OC_Util::normalizeUnicodeFlorin Peter2013-05-242-9/+3
* | | | | | 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
| |/ / / / |/| | | |
* | | | | 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-2117-472/+1246
|\ \ \ \
| * \ \ \ Merge pull request #3335 from owncloud/prevent-scan-loopJörn Friedrich Dreyer2013-05-211-1/+3
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Prevent backgroundScan() from looping if opendir() is failing for the same pathMichael Gapczynski2013-05-131-1/+3
| | | |/ | | |/|
| * | | Merge branch 'master' into fix-3353Thomas Mueller2013-05-151-1/+4
| |\ \ \
| | * | | fix for losing mount point "/"Florin Peter2013-05-151-1/+4
| | |/ /
| * / / Fix finding mount in background watcher, fixes #3353Michael Gapczynski2013-05-151-2/+2
| |/ /
| * | don't emit rename hooks on partial file renamesJörn Friedrich Dreyer2013-05-101-2/+2
| * | rename isIgnoredFile to isPartialFile, remove check of blacklisted files in i...Jörn Friedrich Dreyer2013-05-102-10/+16
| * | don't call correctFolder() in touchHook, it will be called later in the write...Björn Schießle2013-05-081-1/+0
| * | 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
| |\ \
| | * | Cache: check one folder and one file each time the backgroundwatcher runsRobin Appelman2013-04-201-8/+39
| | * | 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 ...Robin Appelman2013-04-191-12/+15
| | |/
| * | Fix retrieving of mount points for shared storage, fix #3218Michael Gapczynski2013-05-021-1/+1
| * | fix for infinite loop causing on files_encryption branch when testing "apps/f...Florin Peter2013-04-292-2/+2
| * | Code styleRobin Appelman2013-04-261-206/+231
| * | Further seperation of mount management logicRobin Appelman2013-04-264-108/+162
| * | Cache: seperate handing of numeric storage id's to it's own classRobin Appelman2013-04-264-30/+91
| * | Merge pull request #3132 from owncloud/mount-setupfsicewind19912013-04-252-0/+4
| |\ \
| | * | Have the filecache updater testcase clean the filesystem properlyRobin Appelman2013-04-251-0/+1