summaryrefslogtreecommitdiffstats
path: root/lib/files/cache/cache.php
Commit message (Expand)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-582/+0
* Move bool to int conversion to buildParts(), so it also happens for update().Andreas Fischer2013-09-211-1/+3
* Merge pull request #4221 from owncloud/fix-3698Jörn Friedrich Dreyer2013-08-011-19/+19
|\
| * Use query to calculate folder sizeMichael Gapczynski2013-07-291-10/+13
| * Fix calculating size for empty foldersMichael Gapczynski2013-07-281-19/+16
* | implement a platform independent version of basenameThomas Mueller2013-07-291-1/+1
|/
* 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-121-67/+46
* fix fetchRow checks to also work with MDB2Jörn Friedrich Dreyer2013-06-101-1/+7
* add missing backticks all over the placeJörn Friedrich Dreyer2013-06-101-3/+3
* 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-241-6/+8
|\| |
| * | Merge branch 'master' into files_encryptionBjörn Schießle2013-05-221-3/+13
| |\ \
| * \ \ Merge branch 'master' into files_encryptionFlorin Peter2013-05-221-3/+14
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'master' into files_encryptionFlorin Peter2013-05-151-41/+33
| |\ \ \
| * | | | added unencrypted file size to file cacheFlorin Peter2013-04-251-5/+6
* | | | | changed builtin normalizer to \OC_Util::normalizeUnicodeFlorin Peter2013-05-241-6/+1
* | | | | revert previous fix and added normalizer to cache classFlorin Peter2013-05-231-0/+24
| |_|_|/ |/| | |
* | | | 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-211-43/+38
|\ \ \ | | |/ | |/|
| * | 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 for infinite loop causing on files_encryption branch when testing "apps/f...Florin Peter2013-04-291-1/+1
| * | Cache: seperate handing of numeric storage id's to it's own classRobin Appelman2013-04-261-29/+18
| |/
| * fixes #2679OpenLarry2013-04-091-2/+2
| * replace \MDB with \OC_DB, approved in #2278Björn Schießle2013-03-141-1/+1
| * write error message to log file in case insert to file cache failed - took ho...Thomas Mueller2013-03-121-1/+4
* | Merge branch 'master' into filecache_mtimeMichael Gapczynski2013-03-081-6/+12
|\|
| * Cache: cleanup permissions cache when removing a file from the cacheRobin Appelman2013-02-281-0/+3
| * Merge branch 'master' into master-sqlserverThomas Mueller2013-02-201-4/+7
| |\
| | * Cache: hash long storage ids to ensure they fit in the databaseRobin Appelman2013-02-151-4/+7
| * | Merge branch 'master' into master-sqlserverThomas Mueller2013-02-141-4/+8
| |\|
| * | final adoptions for mssql connectivityThomas Mueller2013-02-141-3/+3
* | | merge master into filecache_mtimeRobin Appelman2013-02-151-5/+9
|\ \ \ | | |/ | |/|
| * | Style-fix: Breakup long linesBart Visscher2013-02-141-4/+8
| * | $this->numericId should be determined based on table storages not filecacheThomas Mueller2013-02-121-1/+1
| |/
* / Cache: bookkeeping of storage_mtimeRobin Appelman2013-02-101-3/+14
|/
* translate the mimtype/mimepart to readable in the searchByMime functionTheSFReader2013-02-031-1/+7
* Cache: add function to get storage id and internal path of a file by idRobin Appelman2013-01-271-0/+24
* Cache: return non numberic storage idRobin Appelman2013-01-211-0/+1
* Merge branch 'filesystem' into filesystem-etagsMichael Gapczynski2013-01-071-6/+54
|\
| * Cache: normalize mimetypesRobin Appelman2013-01-071-5/+54
* | Store etags in the file cacheMichael Gapczynski2012-12-301-5/+5
|/
* use numeric ids for storages in the filecacheRobin Appelman2012-12-151-10/+34