summaryrefslogtreecommitdiffstats
path: root/lib/files/cache
Commit message (Collapse)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-309-1743/+0
| | | | | Conflicts: lib/private/vcategories.php
* Do not recheck $cacheData. Move if($reuseExisting) under if($cacheData).Andreas Fischer2013-09-241-27/+27
|
* clear permissions cache when scanning a fileRobin Appelman2013-09-241-3/+12
|
* Merge remote-tracking branch 'owncloud/master' into fixing-4866-masterAndreas Fischer2013-09-231-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * owncloud/master: (98 commits) [tx-robot] updated from transifex files: when filtering search results, ensure results are children of the fakeroot not just path starting the same setting a default on filecache column unencrypted_size [tx-robot] updated from transifex remove unneccessary lib in namespace namespaces use upcasefirst parts when _ is left in namespace and files are named after their classes the autoloader will also find classes in the lib folder of an app its magic! initialize variable calculate correct permissions while toggle the password protection make sure that both $permissions and $oldPermissions have the same type Add copyright, remove starting blank line update inherit docs comment Fix insert/update/delete helper functions for oracle Add missing return true statements to legacy preferences functions Add missing static Convert OC_Preference to object interface fix race condition in lazy preview loading use {count} instead of 'One' for more versatile translation fix double translation of error message use n to translate title fixing typos and l10n ... Conflicts: tests/lib/files/cache/scanner.php
| * Merge pull request #4327 from owncloud/scanfile-removeThomas Müller2013-09-221-0/+2
| |\ | | | | | | remove deleted files while scanning
| | * remove deleted files while scanningRobin Appelman2013-08-061-0/+2
| | |
* | | Move bool to int conversion to buildParts(), so it also happens for update().Andreas Fischer2013-09-211-1/+3
| | |
* | | Only update the etag. Do not re-submit any other unchanged data.Andreas Fischer2013-09-201-2/+3
| | |
* | | Use update() instead of put().Andreas Fischer2013-09-201-3/+1
| | |
* | | when storing back the data field 'encrypted' it is necessary to cast the ↵Thomas Müller2013-09-201-0/+2
| | | | | | | | | | | | boolean to an integer to make pg happy
* | | etag changes are now propagated up the file treeThomas Müller2013-09-161-0/+14
| | |
* | | recreate an etag within the scanner if the cache contains an empty etagThomas Müller2013-09-161-1/+7
|/ /
* | Always check variable type before using readdir to avoid surprisesArthur Schiwon2013-09-041-13/+15
| |
* | use strict equals in readdir loops to prevent issues with '0' filesRobin Appelman2013-08-191-1/+1
| |
* | Scanner: correctly pass trough reuse options when doing a recursive scanRobin Appelman2013-08-121-1/+1
|/
* use isset to prevent undefined indexThomas Müller2013-08-051-1/+1
|
* 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
| | | |