aboutsummaryrefslogtreecommitdiffstats
path: root/lib/files/cache
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4221 from owncloud/fix-3698Jörn Friedrich Dreyer2013-08-011-19/+19
|\ | | | | Fix calculating size for empty folders
| * Use query to calculate folder sizeMichael Gapczynski2013-07-291-10/+13
| |
| * Fix calculating size for empty foldersMichael Gapczynski2013-07-281-19/+16
| |
* | Merge branch 'master' into fixing-testGetById-masterThomas Müller2013-07-301-8/+20
|\ \
| * \ Merge pull request #4213 from owncloud/scanning-performanceicewind19912013-07-291-3/+4
| |\ \ | | | | | | | | Cache: don't check if the parent exists in the cache if we are already sure it does
| | * | better variable namingRobin Appelman2013-07-291-3/+3
| | | |
| | * | Cache: don't check if the parent exists in the cache if we are already sure ↵Robin Appelman2013-07-271-3/+4
| | |/ | | | | | | | | | it does
| * / Move check so the variable will never be undefinedMichael Gapczynski2013-07-281-3/+3
| |/
| * Make Cache\Scanner an emitterRobin Appelman2013-07-191-2/+13
| |
* | implement a platform independent version of basenameThomas Mueller2013-07-291-1/+1
|/
* Fix some typoskondou2013-07-161-2/+2
|
* 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
|\ | | | | Improve re-using existing data in the filescanner
| * 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-191-1/+4
|\ \ | |/ |/| Fixing windows server master
| * 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 Updater Unit Tests on Windows]Thomas Mueller2013-06-101-3/+3
| | | | | | | | using $internalPath within call to self::correctFolder() because $path inside of it is not processed properly due to directory separator on Windows.
| * [Fixing Updater Unit Tests on Windows]Thomas Mueller2013-06-101-1/+4
| | | | | | | | | | using $internalPath within call to self::correctFolder() because $path inside of it is not processed properly due to directory separator on Windows. error logging has been added in case the given 4path is not found within self::correctFolder
* | 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-126-109/+86
| |
* | 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 place
| * 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 pull request #3459 from owncloud/fix_for_2377icewind19912013-05-311-0/+41
|\ | | | | fix problems with german "Umlaut" in folder name
| * Merge branch 'master' into fix_for_2377Florin Peter2013-05-251-2/+2
| |\
| * | we should also normalize on update and search because the database layer ↵Florin Peter2013-05-251-0/+15
| | | | | | | | | | | | will not do this for us
| * | added more places where normalization is neededFlorin Peter2013-05-251-0/+7
| | |
| * | Merge branch 'master' into fix_for_2377Florin Peter2013-05-242-19/+9
| |\ \
| * | | changed builtin normalizer to \OC_Util::normalizeUnicodeFlorin Peter2013-05-241-6/+1
| | | |
| * | | 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
| |\ \ \ \