Commit Graph

526 Commits (0671c58e361f2ccf2cd23d73a9712c1a31e838ce)

Author SHA1 Message Date
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
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
Bjoern Schiessle 6845860470 keep response message 11 years ago
st3so a2cae551f3 fixing typo in redirection query string 11 years ago
Joan 2abea96462 Disabled internet checking as mentioned when in proxy mode 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
Arthur Schiwon d7cb5ab080 add tests for user counting 11 years ago
Arthur Schiwon cb6a3e2617 if backends have the same class name, sum their users up instead of overwriting 11 years ago
Vincent Petry f642ad3961 Prevent deleting storage root 11 years ago
Thomas Müller 5eef107344 turn off mod_pagespeed 11 years ago
Arthur Schiwon 1e1ced7772 Introduce user count action to user management 11 years ago
Vincent Petry 5be4af9f51 Now also preventing to override "files" dir size with -1 11 years ago
Thomas Müller 09d7882571 trimming all array elements 11 years ago
Jörn Friedrich Dreyer 9404a8f40c remove duplicate exe mimetype, add correct msi mimetype 11 years ago
Thomas Müller 9d869ab596 we shall explode on ',' only 11 years ago
Thomas Müller 07a84aa5eb reuse existing helper function OC_Helper::is_function_enabled 11 years ago
Thomas Müller ed469a7d2c in order to work properly with encryption ocTransferId is added to the file path - questionable usage of magic string 11 years ago
Robin Appelman 83f968ace2 Fix APCIterator syntax in \OC\Memcache\APCU::clear 11 years ago
Robin Appelman 25370fcb82 Return SPACE_UNKNOWN if disk_free_space is disabled when getting the free space on a local storage 11 years ago
Adam Williamson 9b4a827e0b don't specify path to 3rdparty directory when registering Pimple autoloader 11 years ago
lolozere d5382ac05d Add support mimetype 11 years ago
Niklas Sombert 4c179850ab Revert "Added support for extra backends (see pull request #5043)" 11 years ago
Thomas Müller 6254f0a403 use getAppWebPath() in here as well 11 years ago
Thomas Müller ae5671d281 new config parameter 'front_controller_active' which will instruct the url generator to generate urls without index.php 11 years ago
Andreas Fischer 63a2bea7ec Remove OC_DB_StatementWrapper::numRows(). 11 years ago
Vincent Petry c6377e9125 Fixed apps loading order 11 years ago
Thomas Müller 1c0b8ed214 Adding a random postfix to the part file. 11 years ago
Vincent Petry 1c340444a4 Added test cleanup listener to detect untidy tests 11 years ago
Vincent Petry 09bd5bd517 Added isUserAgent() method to request 11 years ago
Vincent Petry b109d411d8 Added missing mime types 11 years ago
Robin Appelman 2e195dbdae dont re-read the config values for an app when a non existing key is fetched 11 years ago
Thomas Müller 6c707323f2 only walk an array 11 years ago
Robin Appelman 5a646477a5 Fetch all appconfig values for an app at once and cache the results 11 years ago
Robin Appelman e7a5c90cab Replace static usage of OC_Config and OC_Preferences with the injected \OC\ConfigAll 11 years ago
Robin Appelman a6c1b3ece3 fix the config option to remove the ability for users to set their displayname 11 years ago
Oliver Gasser 3b0d0e2b1f DB: Support DECIMAL(precision,scale) syntax in XML 11 years ago
Andreas Fischer dfeb04a574 Do not use xcache variable cache if cache size is 0. 11 years ago
Thomas Tanghus a3fbad43c1 Use DEBUG instead of ERROR when favourites not found. Fix #6419 11 years ago