nextcloud-server/lib/private
Petr Svoboda 7fb631a13b solves problem with moving files via WebDAV
When moving files via WebDAV I sometimes got 

PHP Fatal error:  Nesting level too deep - recursive dependency? in /var/www/owncloud/lib/private/files/view.php on line 729

This small change has fixed the problem for me
2016-05-04 17:23:12 +07:00
..
activity Happy new year! 2016-01-12 15:02:18 +07:00
app Revert "No longer evaluate appinfo/version" 2016-03-03 18:42:23 +07:00
appframework Make ownCloud work again in php 7.0.6 2016-05-01 12:31:26 +07:00
archive Remove Scrutinizer Auto Fixer 2016-03-01 17:48:23 +07:00
backgroundjob Change the sort order of background jobs to be DESC instead of ASC 2016-04-22 14:11:26 +07:00
cache Allow indirect set in CappedMemoryCache 2016-01-14 15:00:41 +07:00
command Happy new year! 2016-01-12 15:02:18 +07:00
comments ucwords does not support delimiter on 5.4 2016-03-04 12:20:50 +07:00
console Update author information 2016-03-01 17:25:15 +07:00
db Prevent certain DBs throwing exceptions on same-value updates 2016-03-16 14:50:00 +07:00
diagnostics Remove Scrutinizer Auto Fixer 2016-03-01 17:48:23 +07:00
encryption Introduce isReadyForUser and verify in file transfer ownership - fixes #23786 2016-04-20 20:25:22 +07:00
files solves problem with moving files via WebDAV 2016-05-04 17:23:12 +07:00
group Make sure that the return value is an array 2016-03-07 13:55:33 +07:00
hooks Happy new year! 2016-01-12 15:02:18 +07:00
http/client Merge pull request #21671 from owncloud/fix-setup-on-master 2016-01-13 10:29:36 +07:00
integritycheck Also exclude __apps 2016-04-26 19:18:31 +07:00
l10n Merge pull request #23541 from owncloud/backport-23515-menu-language 2016-04-04 16:47:39 +07:00
legacy Remove Scrutinizer Auto Fixer 2016-03-01 17:48:23 +07:00
lock Run cleanup of expired DB file locks to background job 2016-03-04 20:13:05 +07:00
log Use static method 2016-04-05 12:45:46 +07:00
mail Happy new year! 2016-01-12 15:02:18 +07:00
memcache xcache.var_size with 64M should evaluate to isAvailable 2016-03-30 16:43:28 +07:00
notification Update author information 2016-03-01 17:25:15 +07:00
ocs Happy new year! 2016-01-12 15:02:18 +07:00
preview Backport #23752 to stable9 2016-04-11 09:40:41 +07:00
repair Check for hash instead of file existence 2016-04-27 15:46:24 +07:00
route getAppPath can return false 2016-03-24 12:22:42 +07:00
search Use proper URLs for search results 2016-03-14 16:16:25 +07:00
security [stable9] Ignore certificate file if it starts with file:// 2016-04-21 19:00:27 +07:00
session Happy new year! 2016-01-12 15:02:18 +07:00
setup [stable9] Fix conditional check in MySQL setup 2016-04-05 15:16:02 +07:00
share Generate a valid URL for link notification 2016-03-15 07:34:53 +07:00
share20 Non moveable mount points should always be UPDATE+DELETE shareable 2016-03-30 13:42:08 +07:00
systemtag Update author information 2016-03-01 17:25:15 +07:00
tagging Happy new year! 2016-01-12 15:02:18 +07:00
template Remove Scrutinizer Auto Fixer 2016-03-01 17:48:23 +07:00
user Prevent null to be passed into the closure of callForAllUsers 2016-04-07 14:11:48 +07:00
activitymanager.php Allow the activity app to set the current user when sending emails 2016-03-29 09:12:12 +07:00
allconfig.php Update author information 2016-03-01 17:25:15 +07:00
api.php Add DAV authenticated also to other scopes 2016-03-14 17:57:37 +07:00
app.php Properly handle return values of OC_App::getAppInfo() 2016-04-01 09:16:47 +07:00
appconfig.php Remove Scrutinizer Auto Fixer 2016-03-01 17:48:23 +07:00
apphelper.php Happy new year! 2016-01-12 15:02:18 +07:00
archive.php Happy new year! 2016-01-12 15:02:18 +07:00
avatar.php only remove avatars from the folder we store them in 2016-03-30 10:25:37 +07:00
avatarmanager.php dont die when we cant save the resized avatar, log instead 2016-03-25 14:13:17 +07:00
capabilitiesmanager.php Happy new year! 2016-01-12 15:02:18 +07:00
config.php Fix errors after install 2016-01-26 17:06:23 +07:00
contactsmanager.php Happy new year! 2016-01-12 15:02:18 +07:00
databaseexception.php Happy new year! 2016-01-12 15:02:18 +07:00
databasesetupexception.php Happy new year! 2016-01-12 15:02:18 +07:00
datetimeformatter.php Happy new year! 2016-01-12 15:02:18 +07:00
datetimezone.php Happy new year! 2016-01-12 15:02:18 +07:00
db.php Remove Scrutinizer Auto Fixer 2016-03-01 17:48:23 +07:00
defaults.php Remove Scrutinizer Auto Fixer 2016-03-01 17:48:23 +07:00
eventsource.php Happy new year! 2016-01-12 15:02:18 +07:00
filechunking.php Fix PHP memory leak in file_get_contents() 2016-04-04 18:14:39 +07:00
files.php Replace all required values 2016-03-15 17:03:13 +07:00
forbiddenexception.php Happy new year! 2016-01-12 15:02:18 +07:00
group.php Remove Scrutinizer Auto Fixer 2016-03-01 17:48:23 +07:00
helper.php Update author information 2016-03-01 17:25:15 +07:00
hintexception.php Update author information 2016-03-01 17:25:15 +07:00
hook.php Update author information 2016-03-01 17:25:15 +07:00
httphelper.php Happy new year! 2016-01-12 15:02:18 +07:00
image.php Remove Scrutinizer Auto Fixer 2016-03-01 17:48:23 +07:00
installer.php check whether index is set before using it 2016-04-26 14:36:24 +07:00
json.php Send 401 header for OC_JSON::checkLoggedIn() 2016-02-16 09:48:40 +07:00
largefilehelper.php Happy new year! 2016-01-12 15:02:18 +07:00
log.php Also replace password in updatePrivateKeyPassword 2016-04-01 11:06:31 +07:00
naturalsort.php Happy new year! 2016-01-12 15:02:18 +07:00
naturalsort_defaultcollator.php Happy new year! 2016-01-12 15:02:18 +07:00
navigationmanager.php Happy new year! 2016-01-12 15:02:18 +07:00
needsupdateexception.php Happy new year! 2016-01-12 15:02:18 +07:00
notsquareexception.php Happy new year! 2016-01-12 15:02:18 +07:00
ocs.php Happy new year! 2016-01-12 15:02:18 +07:00
ocsclient.php Merge pull request #21591 from owncloud/add-code-checking-for-apps 2016-01-13 10:35:00 +07:00
preview.php Remove Scrutinizer Auto Fixer 2016-03-01 17:48:23 +07:00
previewmanager.php Happy new year! 2016-01-12 15:02:18 +07:00
releasenotes.php Remove duplicated message 2016-04-06 15:51:25 +07:00
repair.php Add repair step for updater issues 2016-04-20 21:40:53 +07:00
repairexception.php Happy new year! 2016-01-12 15:02:18 +07:00
repairstep.php Happy new year! 2016-01-12 15:02:18 +07:00
response.php Merge pull request #21630 from owncloud/add-some-security-headers-as-hardening 2016-01-13 10:33:58 +07:00
search.php Happy new year! 2016-01-12 15:02:18 +07:00
server.php Show hint in CLI 2016-04-06 15:34:16 +07:00
servercontainer.php Happy new year! 2016-01-12 15:02:18 +07:00
servernotavailableexception.php Happy new year! 2016-01-12 15:02:18 +07:00
serviceunavailableexception.php Happy new year! 2016-01-12 15:02:18 +07:00
setup.php Don't write empty RewriteBase 2016-04-26 20:13:20 +07:00
streamer.php Remove double URL encoding 2016-03-07 19:33:50 +07:00
subadmin.php Happy new year! 2016-01-12 15:02:18 +07:00
systemconfig.php Update author information 2016-03-01 17:25:15 +07:00
tagmanager.php Happy new year! 2016-01-12 15:02:18 +07:00
tags.php Replace other usages 2016-01-25 17:17:36 +07:00
template.php In case of exception we return an html page in case the client is a browser 2016-03-24 19:03:21 +07:00
templatelayout.php Check if admin user 2016-02-12 14:37:50 +07:00
tempmanager.php Update author information 2016-03-01 17:25:15 +07:00
updater.php Do not abort with an exception when a default app can not be enabled 2016-03-22 10:28:59 +07:00
urlgenerator.php Happy new year! 2016-01-12 15:02:18 +07:00
user.php Add DAV authenticated also to other scopes 2016-03-14 17:57:37 +07:00
util.php Require at least libxml 2.7.0 2016-03-16 17:13:13 +07:00