Commit Graph

689 Commits (f710205ee766cb2c12cf21d28cd5295d9fff432c)

Author SHA1 Message Date
Bart Visscher f1c60c7f8b Remove unused functions from OC_Helper 11 years ago
Robin Appelman 0d9fe770f3 Mark an app as loaded before we start loading it 11 years ago
Tigran Mkrtchyan 8cc9727520 mount: make location of mount.json configurable 11 years ago
Bjoern Schiessle 229f13adc0 change order of issubdirectory() calls to avoid error messages for non-apps 11 years ago
Martial Saunois 0f1c587e6b The regexp of the Freebox user agent is now more strict. 11 years ago
Robin Appelman 20c2aaab00 Actually rename the variable 11 years ago
Robin Appelman c8207312c7 Fix phpdoc 11 years ago
Robin Appelman 3c1ab66eda Reuse the calculated free_space in buildFileStorageStatistics 11 years ago
Robin Appelman a521949baf Allow passing a root folder to get the used space from in the quota wrapper 11 years ago
Vincent Petry 11ef12a106 Added exception logger plugin for sabre connector 11 years ago
Martial Saunois c2ed8d5aa1 New user agent added for the Freebox. 11 years ago
Thomas Tanghus 5f610a1cbc Add missing slash in URLGenerator::getAbsoluteURL(). Refs. #6840 11 years ago
Robin Appelman 1ab7ca0a19 Fix some phpdoc errors and rename interface 11 years ago
Robin Appelman fc5f20112e Add isReadable, isUpdateable, isDeletable, isShareable 11 years ago
Otto Sabart 2f8ebd03b0 Add check for apc.enabled option 11 years ago
Vincent Petry 5ad28f4d1f Allow getting info or renaming part files through WebDAV 11 years ago
Andreas Fischer 96f194c0f6 Add icons for mdb and accdb files. 11 years ago
Andreas Fischer 47ea7704ca Fix icons for xml,ppt,dot,dotx files. 11 years ago
Andreas Fischer 689516ebd7 Remove duplicate mimetypes while keeping previous behaviour. 11 years ago
Andreas Fischer 6241655df4 Bring mimetype list into alphabetical order. 11 years ago
Robin Appelman 5a5b6f187e Use Cache->clear to cleanup the filecache for removed users 11 years ago
Robin Appelman 374e3475c9 Also remove the user's home storage from the storage table when deleting a user 11 years ago
Jörn Friedrich Dreyer 267e1f3c40 use 'download.zip' as default name for zip downloads instead of 'owncloud.zip' 11 years ago
Thomas Müller 23a4d0d44e OC_Util::setupFS($user) will create a data dir for the given string - no matter if the user really exists - OCP\JSON::checkUserExists($owner); introduces a ready to use check which will bail out with an JSON error 11 years ago
Robin Appelman 3d6d8d1bb6 Reuse the data retrieved from the cache in checkUpdate 11 years ago
Thomas Müller 221e656e91 Revert "use getAppWebPath() in here as well" 11 years ago
Vincent Petry 1af7dab535 Fixed quota wrapper to not wrap failed fopen streams 11 years ago
Bjoern Schiessle bf0471a92e show link to app documentation 11 years ago
Robin Appelman 6b4c3df087 Load a separate config (if present) when running unit tests 11 years ago
Robin Appelman 504645cf00 Add bindParam to statement wrapper 11 years ago
Thomas Müller 7f68497b39 error handling in case a requested app doesn't exists 11 years ago
Robin Appelman 203d5d01ca Use storage_mtime when determining if we can reuse cached data while scanning 11 years ago
Robin Appelman e706cf6c06 add Support for passing a FileInfo instance to View->putFileInfo 11 years ago
Robin Appelman 82762bb462 remove ArrayAccess, JsonSerializable from the public part of FileInfo 11 years ago
Robin Appelman 617acbd6f9 Add a FileInfo class which holds all info of a file and return that from getFileInfo, getDirectoryContent and search 11 years ago
Bjoern Schiessle 6845860470 keep response message 11 years ago
st3so a2cae551f3 fixing typo in redirection query string 11 years ago
Georg Ehrke 6f21da12e8 encode imagePath and fix documentation of loadFromFile 11 years ago
Joan 2abea96462 Disabled internet checking as mentioned when in proxy mode 11 years ago
Andreas Fischer acd81f6c69 Readd support for memcached_server config variable. 11 years ago
Andreas Fischer 320353c237 Add support for multiple memcached servers. 11 years ago
Vincent Petry 4faba49f0a Fix calculated folder size to use unencrypted size 11 years ago
Thomas Müller 22bd69f75c set login name within apache auth backend 11 years ago
Thomas Müller 9b7c3a5c66 fixing PHPDoc and use cameCase names 11 years ago
Arthur Schiwon 4585b4ea3f Infowarning about 32bit 11 years ago
Vincent Petry 8eaa39f4e2 Removed special handling of part files in shared storage rename 11 years ago
Thomas Müller e35bca1c26 Fix ownCloud for php5.3.x 11 years ago
Robin Appelman 5a2a0426a6 Also update the OCP\IServerContainer 11 years ago
Robin Appelman be7837402d get the memorycache factory from OCP\Server instead of a cache instance 11 years ago
Arthur Schiwon d7cb5ab080 add tests for user counting 11 years ago