Commit Graph

25 Commits (da3974bcb210a6580c974e1b2efebcae26ccf708)

Author SHA1 Message Date
Thomas Müller da3974bcb2 - drop permissions table and related code 12 years ago
Andreas Fischer a34aa1959a Cast to number instead of integer in OC\Files\Cache\Cache 12 years ago
Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 12 years ago
Robin McCorkell a7ae2e874a Squash 'a | b' into 'a|b', in /lib 12 years ago
Robin McCorkell b5bc37d2e4 Fix @return array PHPDocs, in /lib 12 years ago
Vincent Petry 05dc694c5c Fix getPathById for Oracle 12 years ago
Robin Appelman 0c2585f3ac Improve phpdoc 12 years ago
Robin Appelman f331d5f9d4 Give storages the option to implement the getById behaviour for View->getPath 12 years ago
Robin Appelman 06c6163265 Check if fields we need are actually set to prevent errors 12 years ago
Robin Appelman da386aad59 Allow re-using already known fileinfo when calculating folder sizes 12 years ago
Robin Appelman 3487a95eab Remove fileid parameter for getFolderContent 12 years ago
Robin Appelman dd98e6333f Split getFolderContentById 12 years ago
Robin Appelman 1331de554c Reuse the folder id in View->getFolderContents 12 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 12 years ago
Vincent Petry 4faba49f0a Fix calculated folder size to use unencrypted size 12 years ago
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(). 13 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