server/lib/private
Vincent Petry 5ad28f4d1f Allow getting info or renaming part files through WebDAV
When mounting an ownCloud (backend OC) inside another ownCloud (frontend
OC), the frontend OC will use WebDAV to upload file, which will create
part files. These part files need to be accessible for the frontend OC
to rename them to the actual file name.

This fix leaves the file cache untouched but gives direct access to part
file info when requested.

This means that part file can be accessed only when their path and name
are known. These won't appear in file listtings.

Fixes #6068
2014-01-23 18:42:56 +01:00
..
appframework don't specify path to 3rdparty directory when registering Pimple autoloader 2014-01-01 09:52:19 -08:00
archive
backgroundjob remove background jobs if they are failing 2013-12-02 13:43:26 +01:00
cache
connector/sabre Allow getting info or renaming part files through WebDAV 2014-01-23 18:42:56 +01:00
db Remove OC_DB_StatementWrapper::numRows(). 2013-12-21 19:36:14 +01:00
fileproxy
files Reuse the data retrieved from the cache in checkUpdate 2014-01-20 15:21:21 +01:00
group remove unneeded ; in comment 2013-12-12 13:59:00 +01:00
hooks
l10n
legacy Load a separate config (if present) when running unit tests 2014-01-17 14:40:48 +01:00
log remove passwords from logfile 2013-11-26 12:26:32 +01:00
memcache Fix APCIterator syntax in \OC\Memcache\APCU::clear 2014-01-02 16:12:56 +01:00
migration
minimizer
ocs
preview reuse existing helper function OC_Helper::is_function_enabled 2014-01-07 14:52:18 +01:00
search
session check if a $_SESSION entry exists before we try to remove it 2013-12-11 12:59:48 +01:00
setup fixing PHPDoc and spelling 2013-12-02 08:42:28 +01:00
template Revert "use getAppWebPath() in here as well" 2014-01-20 10:10:34 +01:00
user fixing PHPDoc and use cameCase names 2014-01-09 10:27:47 +01:00
vobject
activitymanager.php
allconfig.php Also add default to the \OCP\IConfig interface 2013-12-16 14:33:03 +01:00
api.php keep response message 2014-01-13 12:27:05 +01:00
app.php show link to app documentation 2014-01-17 14:56:25 +01:00
appconfig.php Fixed apps loading order 2013-12-20 17:16:57 +01:00
apphelper.php
archive.php
arrayparser.php
avatar.php Avatar: accept OC_Image as in setParameter 2013-11-22 23:57:23 +01:00
avatarmanager.php Round out Avatar Public API 2013-11-21 23:40:25 +01:00
backgroundjob.php
cache.php
config.php Load a separate config (if present) when running unit tests 2014-01-17 14:40:48 +01:00
contactsmanager.php
davclient.php
db.php Send "SET NAMES utf8" to MySQL for PHP below 5.3.6 2013-12-11 00:19:51 +01:00
defaults.php fix defaults.php doc 2013-11-25 14:13:58 +01:00
eventsource.php Fixed download file from URL error messages 2013-12-12 10:38:12 +01:00
filechunking.php
fileproxy.php Added test cleanup listener to detect untidy tests 2013-12-19 20:18:09 +01:00
files.php use 'download.zip' as default name for zip downloads instead of 'owncloud.zip' 2014-01-21 12:41:10 +01:00
geo.php
group.php
helper.php trimming all array elements 2014-01-07 19:47:01 +01:00
hintexception.php
hook.php Added test cleanup listener to detect untidy tests 2013-12-19 20:18:09 +01:00
image.php Revert "use relative paths to create images from a file. This way it also works if" 2013-11-22 18:01:44 +01:00
installer.php error handling in case a requested app doesn't exists 2014-01-15 17:11:29 +01:00
json.php 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 2014-01-21 11:32:30 +01:00
l10n.php fix plural translation - fixes #6226 2013-12-07 11:38:01 +01:00
log.php
mail.php
migrate.php
mimetypes.list.php remove duplicate exe mimetype, add correct msi mimetype 2014-01-07 15:51:08 +01:00
minimizer.php
navigationmanager.php
notsquareexception.php
ocs.php
ocsclient.php
preferences.php
preview.php add PHPDoc for setMimetype() 2013-11-28 19:05:43 +01:00
previewmanager.php
repair.php Add a (currently) empty system for running common repair steps 2013-11-26 14:12:48 +01:00
request.php Added isUserAgent() method to request 2013-12-19 18:40:22 +01:00
response.php Added isUserAgent() method to request 2013-12-19 18:40:22 +01:00
route.php
router.php Symfonys addCollection() with multiple arguments is deprecated, fix deprecation warning 2013-12-04 18:01:51 +01:00
search.php
server.php Fix ownCloud for php5.3.x 2014-01-08 16:07:01 +01:00
setup.php turn off mod_pagespeed 2014-01-08 07:56:08 +01:00
subadmin.php
tagmanager.php
tags.php Use DEBUG instead of ERROR when favourites not found. Fix #6419 2013-12-16 17:07:22 +01:00
template.php Do not use L10n when logging exceptions 2013-12-16 15:11:13 +01:00
templatelayout.php correctly mark app management active 2013-12-09 15:53:31 +01:00
updater.php Add a (currently) empty system for running common repair steps 2013-11-26 14:12:48 +01:00
urlgenerator.php new config parameter 'front_controller_active' which will instruct the url generator to generate urls without index.php 2013-12-31 14:36:02 +01:00
user.php set login name within apache auth backend 2014-01-09 10:28:24 +01:00
util.php 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 2014-01-21 11:32:30 +01:00
vobject.php