summaryrefslogtreecommitdiffstats
path: root/lib/files
Commit message (Expand)AuthorAgeFilesLines
* remove deleted files when re-scanning a folderRobin Appelman2013-06-201-0/+14
* Merge pull request #3764 from owncloud/scanfolder-existingicewind19912013-06-191-31/+48
|\
| * add tests for reusing existing data in scannerRobin Appelman2013-06-171-4/+2
| * scanner: give more percision about what data is reused during scanningRobin Appelman2013-06-141-17/+29
| * split of scanning the childs of a folderRobin Appelman2013-06-141-17/+24
* | Merge pull request #3661 from owncloud/fixing-windows-server-masterJörn Friedrich Dreyer2013-06-192-1/+10
|\ \ | |/ |/|
| * dirname('/test.txt') returns '\' on windows whereas on linux we get back '.'Thomas Mueller2013-06-141-1/+1
| * restore Updater functionality on non-Windows platformsThomas Mueller2013-06-131-4/+4
| * [Fixing unit tests in Windows]Thomas Mueller2013-06-101-0/+6
| * [Fixing Updater Unit Tests on Windows]Thomas Mueller2013-06-101-3/+3
| * [Fixing Updater Unit Tests on Windows]Thomas Mueller2013-06-101-1/+4
* | Merge pull request #3690 from owncloud/use_execute_audited_in_filecacheThomas Müller2013-06-137-122/+99
|\ \
| * | fix another double wrapped arrayJörn Friedrich Dreyer2013-06-121-1/+1
| * | remove additional array wrappingJörn Friedrich Dreyer2013-06-121-3/+3
| * | use executeAudited in files cacheJörn Friedrich Dreyer2013-06-127-122/+99
* | | Merge pull request #3640 from infoneo/masterThomas Müller2013-06-131-16/+16
|\ \ \ | |/ / |/| |
| * | Update mapper.phpinfoneo2013-06-081-25/+8
| * | Fixed problems with a dots in a filenamesinfoneo2013-05-121-6/+12
| * | Dots in a filenames fixinfoneo2013-05-121-8/+19
* | | fix fetchRow checks to also work with MDB2Jörn Friedrich Dreyer2013-06-101-1/+7
| |/ |/|
* | Merge pull request #3647 from owncloud/missing_backticksMorris Jobke2013-06-102-5/+5
|\ \
| * | add missing backticks all over the placeJörn Friedrich Dreyer2013-06-102-5/+5
* | | convert LIMIT to parameterJörn Friedrich Dreyer2013-06-101-1/+1
|/ /
* | Merge branch 'master' into hook-improvementsMichael Gapczynski2013-06-0416-448/+881
|\ \
| * | make sure the filesystem is setup before doing mount operationsRobin Appelman2013-06-021-3/+24
| * | fix clearing mounts when filesystem isn't initialized yetRobin Appelman2013-06-021-1/+3
| * | Merge pull request #3459 from owncloud/fix_for_2377icewind19912013-05-312-3/+43
| |\ \
| | * \ Merge branch 'master' into fix_for_2377Florin Peter2013-05-251-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
| | |\ \ \
| | * | | | 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
| * | | | | Merge pull request #3529 from owncloud/folder-permissionsicewind19912013-05-302-11/+31
| |\ \ \ \ \
| | * | | | | Only retrieve the current user's permissionsMichael Gapczynski2013-05-292-5/+6
| | * | | | | Cache: provide a function to get the permissions of all files in a folder wit...Robin Appelman2013-05-292-11/+30
| | | |_|/ / | | |/| | |
| * | | | | 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
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Fixing UPDATE error in filecache table when renaming files by calling move()....Roland Hager2013-05-221-2/+2
| * | | | 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
| | |\ \ \ \ \