Commit Graph

10 Commits (92969052d7f4f008205bbfdf3e5437f3deca1d6b)

Author SHA1 Message Date
Bart Visscher 6aa9daf4e6 Users of getFolderContent are mostly interested in the unecrypted file size 12 years ago
ringmaster ca675d7b08 Alias the aggregate columns so SQL Server doesn't combine them. 12 years ago
Andreas Fischer b3e39dd3d9 Map empty mimetypes to octet-stream for Oracle DBMS. 12 years ago
Thomas Müller f619f59f1c cast storage_mtime to int 12 years ago
Vincent Petry a542c57a7b Catch duplicate insertion errors while scanning files 12 years ago
Victor Dubiniuk 8da1aac1d0 Check result only once 12 years ago
Victor Dubiniuk ef65037211 Make mimetypes static. Jenkis will be happy 12 years ago
Victor Dubiniuk 65750cb244 Load all mimetypes in one go 12 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago
Andreas Fischer 2a17025d53 Move bool to int conversion to buildParts(), so it also happens for update(). 12 years ago
Thomas Mueller e2d3225e5a implement a platform independent version of basename 13 years ago
Michael Gapczynski 1faac6108c Use query to calculate folder size 13 years ago
Michael Gapczynski dd4e33fe6b Fix calculating size for empty folders 13 years ago
Jörn Friedrich Dreyer 54f9477f34 fix another double wrapped array 13 years ago
Jörn Friedrich Dreyer 6d55a062be remove additional array wrapping 13 years ago
Jörn Friedrich Dreyer d3eadcde56 use executeAudited in files cache 13 years ago
Jörn Friedrich Dreyer 875c18b115 fix fetchRow checks to also work with MDB2 13 years ago
Jörn Friedrich Dreyer 124f34422c add missing backticks all over the place 13 years ago
Florin Peter 505a300776 we should also normalize on update and search because the database layer will not do this for us 13 years ago
Florin Peter c245f5a99f added more places where normalization is needed 13 years ago
Florin Peter 736f10039d changed builtin normalizer to \OC_Util::normalizeUnicode 13 years ago
Florin Peter d4b700ef4e revert previous fix and added normalizer to cache class 13 years ago
Jörn Friedrich Dreyer 1f1abe595d cleanup codestyle 13 years ago
Jörn Friedrich Dreyer eceb3c8ed5 add debug output 13 years ago
Roland Hager 2ea2abf11e Fixing UPDATE error in filecache table when renaming files by calling move(). Add storage id to the where clause to avoid updating entries of other users. 13 years ago
Florin Peter d3df80a078 merge my fix from master b464970142 13 years ago
Florin Peter 3c100af132 revert changes to fbbc76f281 because master is very unstable right now 13 years ago
Florin Peter f55aaad858 fix for infinite loop causing on files_encryption branch when testing "apps/files_encryption/test/crypt.php" on Method testSymmetricStreamEncryptShortFileContent 13 years ago
Robin Appelman bcd9a69033 Cache: seperate handing of numeric storage id's to it's own class 13 years ago
Florin Peter fac288a4ad added unencrypted file size to file cache 13 years ago
Robin Appelman 15dae6198f Cache: add a backgroundjob to check for external changes to the filesystem 13 years ago
Robin Appelman 10be42f5b7 Cache: only look for child entires when doing a move operation when moving a folder 13 years ago
OpenLarry 49313b334a fixes #2679 13 years ago
Björn Schießle abe408e934 replace \MDB with \OC_DB, approved in #2278 13 years ago
Thomas Mueller 9d4d399aa3 write error message to log file in case insert to file cache failed - took hours to find that the insert failed :-( 13 years ago
Robin Appelman ee1eb98d4a Cache: cleanup permissions cache when removing a file from the cache 13 years ago
Robin Appelman 0c1ec758e8 Cache: hash long storage ids to ensure they fit in the database 13 years ago
Thomas Mueller 78a3625ddf final adoptions for mssql connectivity 13 years ago
Bart Visscher ffae6f4b84 Style-fix: Breakup long lines 13 years ago
Thomas Mueller b31cc83a2d $this->numericId should be determined based on table storages not filecache 13 years ago
Robin Appelman 3e70d563a6 Cache: bookkeeping of storage_mtime 13 years ago
TheSFReader d03155a8d5 translate the mimtype/mimepart to readable in the searchByMime function 13 years ago
Robin Appelman 9e2a066c7b Cache: add function to get storage id and internal path of a file by id 13 years ago
Robin Appelman 42a1a17a30 Cache: return non numberic storage id 13 years ago
Robin Appelman d0377b1951 Cache: normalize mimetypes 13 years ago
Michael Gapczynski 2c23e143d3 Store etags in the file cache 13 years ago
Robin Appelman b12abb2c94 use numeric ids for storages in the filecache 13 years ago
Robin Appelman a609992a75 better check if we are passing a fileid to Cache::get 13 years ago
Robin Appelman 0cfef83ed9 sort output of getFolderContent by name 13 years ago
Robin Appelman ad706229f5 explicitly sort files when using getFolderContents 13 years ago