]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
8 years agoOC_Helper::makeURLAbsolute is not used anymore
Morris Jobke [Fri, 18 Dec 2015 10:37:18 +0000 (11:37 +0100)]
OC_Helper::makeURLAbsolute is not used anymore

8 years agoMerge pull request #21278 from owncloud/exclude-scrutinizer-autofixer
Thomas Müller [Fri, 18 Dec 2015 09:29:25 +0000 (10:29 +0100)]
Merge pull request #21278 from owncloud/exclude-scrutinizer-autofixer

Exclude scrutinizer-auto-fixer

8 years agoExclude scrutinizer-auto-fixer
Lukas Reschke [Fri, 18 Dec 2015 09:27:42 +0000 (10:27 +0100)]
Exclude scrutinizer-auto-fixer

8 years agoMerge pull request #21268 from owncloud/cleanup-OC_Helper-getFileNameMimeType
Thomas Müller [Fri, 18 Dec 2015 09:15:33 +0000 (10:15 +0100)]
Merge pull request #21268 from owncloud/cleanup-OC_Helper-getFileNameMimeType

Use proper public API for OC_Helper::getFileNameMimeType

8 years agoMerge pull request #21264 from owncloud/deprecated_oc_user_methods
Thomas Müller [Fri, 18 Dec 2015 09:15:18 +0000 (10:15 +0100)]
Merge pull request #21264 from owncloud/deprecated_oc_user_methods

Cleanup OC_User deprecated methods

8 years agoMerge pull request #21269 from owncloud/we-shall-cleanup-xml-parser-errors
Thomas Müller [Fri, 18 Dec 2015 08:17:53 +0000 (09:17 +0100)]
Merge pull request #21269 from owncloud/we-shall-cleanup-xml-parser-errors

Assert that there are no xml error left

8 years agoMerge pull request #21190 from owncloud/bump_doctrine_deps
Thomas Müller [Fri, 18 Dec 2015 07:48:34 +0000 (08:48 +0100)]
Merge pull request #21190 from owncloud/bump_doctrine_deps

[3rdparty] Bump doctrine deps

8 years agoMerge pull request #21248 from owncloud/deprecated_oc_helper_linkToRoute
Thomas Müller [Fri, 18 Dec 2015 06:56:42 +0000 (07:56 +0100)]
Merge pull request #21248 from owncloud/deprecated_oc_helper_linkToRoute

Replace deprecated OC_Helper::linkToRoute calls

8 years agoMerge pull request #21247 from owncloud/placeholder_size
Thomas Müller [Fri, 18 Dec 2015 06:56:23 +0000 (07:56 +0100)]
Merge pull request #21247 from owncloud/placeholder_size

Add a default size to the avatar placeholders

8 years ago[3rdparty] Bump doctrine deps
Roeland Jago Douma [Mon, 14 Dec 2015 13:40:26 +0000 (14:40 +0100)]
[3rdparty] Bump doctrine deps

8 years agoRemove private deprecated OC_Helper::linkToRoute
Roeland Jago Douma [Thu, 17 Dec 2015 10:16:38 +0000 (11:16 +0100)]
Remove private deprecated OC_Helper::linkToRoute

8 years agoOC_Helper::linkToRoute is deprecated
Roeland Jago Douma [Thu, 17 Dec 2015 07:19:06 +0000 (08:19 +0100)]
OC_Helper::linkToRoute is deprecated

Replaced all calls to OC_Helper::linkToRoute with
OC::$server->getURLGenerator()->linkToRoute

8 years agoClear xml errors in updater
Thomas Müller [Thu, 17 Dec 2015 16:39:59 +0000 (17:39 +0100)]
Clear xml errors in updater

8 years agoClear xml errors in ocs client
Thomas Müller [Thu, 17 Dec 2015 16:34:15 +0000 (17:34 +0100)]
Clear xml errors in ocs client

8 years agoOnly perform tearDown operations on the database if we have a connection to it .....
Thomas Müller [Thu, 17 Dec 2015 16:29:50 +0000 (17:29 +0100)]
Only perform tearDown operations on the database if we have a connection to it .....

8 years agoUse proper base class
Thomas Müller [Thu, 17 Dec 2015 16:29:17 +0000 (17:29 +0100)]
Use proper base class

8 years agoClear xml errors
Thomas Müller [Thu, 17 Dec 2015 16:28:44 +0000 (17:28 +0100)]
Clear xml errors

8 years agoAssert that there are no xml error left
Thomas Müller [Thu, 17 Dec 2015 16:15:04 +0000 (17:15 +0100)]
Assert that there are no xml error left

8 years agoUse proper public API for OC_Helper::getFileNameMimeType
Morris Jobke [Thu, 17 Dec 2015 16:07:48 +0000 (17:07 +0100)]
Use proper public API for OC_Helper::getFileNameMimeType

8 years agoMerge pull request #20696 from owncloud/add-carddav-backends-to-ocp-contactsmanager
Thomas Müller [Thu, 17 Dec 2015 15:36:48 +0000 (16:36 +0100)]
Merge pull request #20696 from owncloud/add-carddav-backends-to-ocp-contactsmanager

Add carddav backend to OCP\ContactsManager

8 years agoSince avatar.js is now essentially empty remove it
Roeland Jago Douma [Thu, 17 Dec 2015 15:32:18 +0000 (16:32 +0100)]
Since avatar.js is now essentially empty remove it

8 years agoAdd a default size to the avatar placeholders
Roeland Jago Douma [Thu, 17 Dec 2015 06:56:02 +0000 (07:56 +0100)]
Add a default size to the avatar placeholders

This removed the need to do an avatar request on the "empty" row in the
user settings.

8 years agoMerge pull request #21255 from owncloud/usermanagement-show-password-error-temporary
Thomas Müller [Thu, 17 Dec 2015 15:25:14 +0000 (16:25 +0100)]
Merge pull request #21255 from owncloud/usermanagement-show-password-error-temporary

user management: show password error temporary

8 years agoRemoved deprecated function OC_User::deleteUser
Roeland Jago Douma [Thu, 17 Dec 2015 14:59:23 +0000 (15:59 +0100)]
Removed deprecated function OC_User::deleteUser

Replaced with proper OCP calls

8 years agoRemoved unused deprecated methods
Roeland Jago Douma [Thu, 17 Dec 2015 14:31:04 +0000 (15:31 +0100)]
Removed unused deprecated methods

8 years agoRemoved deprecated private OC_User::createUser
Roeland Jago Douma [Thu, 17 Dec 2015 14:10:11 +0000 (15:10 +0100)]
Removed deprecated private OC_User::createUser

All function calls are replaced with the recommended (which was already
the body of the function).

8 years agoRemove deprecated function OC_User::getManager
Roeland Jago Douma [Thu, 17 Dec 2015 12:03:37 +0000 (13:03 +0100)]
Remove deprecated function OC_User::getManager

Private deprecated function => removed
Replaced all instances with suggested replacement

8 years agoMerge pull request #21260 from owncloud/fix-undefined-l10n-var
Thomas Müller [Thu, 17 Dec 2015 15:08:08 +0000 (16:08 +0100)]
Merge pull request #21260 from owncloud/fix-undefined-l10n-var

initialize l10n instance earlier, fixes an undefined var warning foll…

8 years agoMerge pull request #21259 from owncloud/load_big_avatar_only_personal
Thomas Müller [Thu, 17 Dec 2015 15:07:50 +0000 (16:07 +0100)]
Merge pull request #21259 from owncloud/load_big_avatar_only_personal

Only load the big (128x128) avatar on the perosnal page

8 years agoMerge pull request #21251 from owncloud/make-occ-more-error-proof
Thomas Müller [Thu, 17 Dec 2015 14:45:32 +0000 (15:45 +0100)]
Merge pull request #21251 from owncloud/make-occ-more-error-proof

occ command can only be called from ownCloud root directory

8 years agoMerge pull request #21200 from owncloud/files-authorizationheader
Thomas Müller [Thu, 17 Dec 2015 14:30:13 +0000 (15:30 +0100)]
Merge pull request #21200 from owncloud/files-authorizationheader

Use Authorization headers for public webdav in web UI

8 years agoinitialize l10n instance earlier, fixes an undefined var warning followed by a php...
Arthur Schiwon [Thu, 17 Dec 2015 14:01:21 +0000 (15:01 +0100)]
initialize l10n instance earlier, fixes an undefined var warning followed by a php error

8 years agoMerge pull request #21201 from mmattel/scanFiles_stat_output_II
Thomas Müller [Thu, 17 Dec 2015 13:43:55 +0000 (14:43 +0100)]
Merge pull request #21201 from mmattel/scanFiles_stat_output_II

Statistics output for ./occ files:scan (rework)

8 years agoMerge pull request #21240 from owncloud/avatar_speedup
Thomas Müller [Thu, 17 Dec 2015 13:43:21 +0000 (14:43 +0100)]
Merge pull request #21240 from owncloud/avatar_speedup

Avatar speedup

8 years agoMerge pull request #21253 from owncloud/deprecated_oc_helper_linkTo
Thomas Müller [Thu, 17 Dec 2015 13:43:02 +0000 (14:43 +0100)]
Merge pull request #21253 from owncloud/deprecated_oc_helper_linkTo

Remove deprecated OC_Helper::linkTo

8 years agoOnly load the big (128x128) avatar on the perosnal page
Roeland Jago Douma [Thu, 17 Dec 2015 12:46:25 +0000 (13:46 +0100)]
Only load the big (128x128) avatar on the perosnal page

Before the code was executed on every page if a user was logged in. Now
only on the personal page. Thus saving a request on all other pages.

8 years agoMerge pull request #21244 from owncloud/remove-unavailable-setting-from-sample-config
Thomas Müller [Thu, 17 Dec 2015 12:43:28 +0000 (13:43 +0100)]
Merge pull request #21244 from owncloud/remove-unavailable-setting-from-sample-config

enforce_home_folder_naming_rule cannot be configured in config.php

8 years agoUpdate users.js
michag86 [Thu, 17 Dec 2015 11:43:44 +0000 (12:43 +0100)]
Update users.js

8 years agoMerge pull request #21241 from owncloud/fix_21226
Thomas Müller [Thu, 17 Dec 2015 11:14:25 +0000 (12:14 +0100)]
Merge pull request #21241 from owncloud/fix_21226

Do not try to get the avatar if there is no user

8 years agoRemove deprecated OC_Helper::linkTo function
Roeland Jago Douma [Thu, 17 Dec 2015 10:51:40 +0000 (11:51 +0100)]
Remove deprecated OC_Helper::linkTo function

8 years agoocc command can only be called from ownCloud root directory
Morris Jobke [Thu, 17 Dec 2015 09:48:29 +0000 (10:48 +0100)]
occ command can only be called from ownCloud root directory

* this changes into the ownCloud root directory and then should run just fine
* avoids weird error messages that are caused by this

8 years agoOC_Helper::linkTo is deprecated
Roeland Jago Douma [Thu, 17 Dec 2015 09:53:21 +0000 (10:53 +0100)]
OC_Helper::linkTo is deprecated

Replaced with suggested (and calling body of)

8 years agoMerge pull request #21238 from owncloud/files-fixparsewebdavmtime
Thomas Müller [Thu, 17 Dec 2015 09:24:36 +0000 (10:24 +0100)]
Merge pull request #21238 from owncloud/files-fixparsewebdavmtime

Fix files UI mtime parsing from webdav

8 years agoDo not try to get the avatar if there is no user
Roeland Jago Douma [Wed, 16 Dec 2015 19:51:56 +0000 (20:51 +0100)]
Do not try to get the avatar if there is no user

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 17 Dec 2015 06:55:09 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

8 years agoenforce_home_folder_naming_rule cannot be configured in config.php
blizzz [Wed, 16 Dec 2015 20:50:47 +0000 (21:50 +0100)]
enforce_home_folder_naming_rule cannot be configured in config.php

8 years ago[Avatar] Make the avatar controller use the avatar node
Roeland Jago Douma [Wed, 16 Dec 2015 19:29:17 +0000 (20:29 +0100)]
[Avatar] Make the avatar controller use the avatar node

8 years ago[Avatars] Add function to get the Node of the avatar
Roeland Jago Douma [Wed, 16 Dec 2015 19:26:00 +0000 (20:26 +0100)]
[Avatars] Add function to get the Node of the avatar

Since we usually just get the avatar and stream the content to the users
there is no need to first create an image in memory.

8 years agoMerge pull request #21184 from owncloud/cli-logger-embedded-webserver
Thomas Müller [Wed, 16 Dec 2015 19:26:29 +0000 (20:26 +0100)]
Merge pull request #21184 from owncloud/cli-logger-embedded-webserver

Let's print error messages to the builtin webserver console ... makes…

8 years agoFix files UI mtime parsing from webdav
Vincent Petry [Wed, 16 Dec 2015 16:44:16 +0000 (17:44 +0100)]
Fix files UI mtime parsing from webdav

8 years agoMerge pull request #21232 from owncloud/fix-21230
Thomas Müller [Wed, 16 Dec 2015 15:04:04 +0000 (16:04 +0100)]
Merge pull request #21232 from owncloud/fix-21230

Use name of ICollection for exception message

8 years agoadd unit test for #21230
Morris Jobke [Wed, 16 Dec 2015 14:03:50 +0000 (15:03 +0100)]
add unit test for #21230

8 years agoUse name of ICollection for exception message
Morris Jobke [Wed, 16 Dec 2015 13:44:28 +0000 (14:44 +0100)]
Use name of ICollection for exception message

* fixes #21230

8 years agoMerge pull request #21229 from owncloud/contrib-linktomaintainerspageforapps
Thomas Müller [Wed, 16 Dec 2015 13:19:23 +0000 (14:19 +0100)]
Merge pull request #21229 from owncloud/contrib-linktomaintainerspageforapps

Replace list of apps with a link

8 years agoReplace list of apps with a link
Vincent Petry [Wed, 16 Dec 2015 12:58:18 +0000 (13:58 +0100)]
Replace list of apps with a link

The link points to the maintainers page that already contains a more up to date list of apps and repo links.
No need to have this information in two places.

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 16 Dec 2015 06:55:55 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

8 years agoStatistics output for ./occ files:scan
martin.mattel@diemattels.at [Tue, 15 Dec 2015 17:45:49 +0000 (18:45 +0100)]
Statistics output for ./occ files:scan

8 years agoMerge pull request #21133 from owncloud/fix-shared-files-of-deleted-users
C. Montero Luque [Tue, 15 Dec 2015 17:14:58 +0000 (12:14 -0500)]
Merge pull request #21133 from owncloud/fix-shared-files-of-deleted-users

Fix shared files of deleted users, detect DN change when checking for existence on LDAP

8 years agoavoid duplicates on search
Björn Schießle [Mon, 14 Dec 2015 12:51:12 +0000 (13:51 +0100)]
avoid duplicates on search

8 years agoFix last Oracle issue
Thomas Müller [Mon, 14 Dec 2015 11:04:58 +0000 (12:04 +0100)]
Fix last Oracle issue

8 years agoFix Oracle insert error
Thomas Müller [Mon, 14 Dec 2015 10:48:31 +0000 (11:48 +0100)]
Fix Oracle insert error

8 years agoimplement delete, create, update, search, get permissions
Björn Schießle [Wed, 25 Nov 2015 14:24:50 +0000 (15:24 +0100)]
implement delete, create, update, search, get permissions

8 years agoMerge pull request #21189 from owncloud/fix_21187
Thomas Müller [Tue, 15 Dec 2015 12:18:22 +0000 (13:18 +0100)]
Merge pull request #21189 from owncloud/fix_21187

File shares can't have create permissions

8 years agoMerge pull request #21067 from owncloud/fix_20296
Thomas Müller [Tue, 15 Dec 2015 12:18:04 +0000 (13:18 +0100)]
Merge pull request #21067 from owncloud/fix_20296

don't allow to create a federated share if source and target are the same

8 years agoMerge pull request #21209 from owncloud/remove-unneeded-ldap-code
Thomas Müller [Tue, 15 Dec 2015 12:17:22 +0000 (13:17 +0100)]
Merge pull request #21209 from owncloud/remove-unneeded-ldap-code

Remove unneeded upgrade code

8 years agoRemove unneeded upgrade code
Morris Jobke [Tue, 15 Dec 2015 08:32:28 +0000 (09:32 +0100)]
Remove unneeded upgrade code

stable8.2 has version 0.7.0 of the user_ldap app

8 years agofix find DN by UUID for AD
Arthur Schiwon [Mon, 14 Dec 2015 21:42:27 +0000 (22:42 +0100)]
fix find DN by UUID for AD

8 years agoFixed JS unit tests for fed owner display name
Vincent Petry [Mon, 14 Dec 2015 17:00:35 +0000 (18:00 +0100)]
Fixed JS unit tests for fed owner display name

8 years agoLoad base64 polyfill in IE and friends
Vincent Petry [Mon, 14 Dec 2015 16:50:33 +0000 (17:50 +0100)]
Load base64 polyfill in IE and friends

8 years agoAdd davidchambers/base64 JS library
Vincent Petry [Mon, 14 Dec 2015 16:48:30 +0000 (17:48 +0100)]
Add davidchambers/base64 JS library

8 years agoUse Authorization headers for public webdav instead of URL
Vincent Petry [Mon, 14 Dec 2015 16:42:13 +0000 (17:42 +0100)]
Use Authorization headers for public webdav instead of URL

Instead of prepending the token as username in the URL, use the
Authorization header instead. This is because IE9 considers this a
cross-domain call and refuses to do it in the first place.

8 years agoshow display name but internally use the user name
Björn Schießle [Mon, 14 Dec 2015 15:04:05 +0000 (16:04 +0100)]
show display name but internally use the user name

8 years agodon't allow to create a federated share if source and target server are the same
Björn Schießle [Wed, 9 Dec 2015 11:00:00 +0000 (12:00 +0100)]
don't allow to create a federated share if source and target server are the same

8 years agoFile shares can't have create permissions
Roeland Jago Douma [Mon, 14 Dec 2015 13:03:14 +0000 (14:03 +0100)]
File shares can't have create permissions

fixes #21187

8 years agoMerge pull request #21181 from owncloud/files-fixsharedrootdetection
Thomas Müller [Mon, 14 Dec 2015 12:50:35 +0000 (13:50 +0100)]
Merge pull request #21181 from owncloud/files-fixsharedrootdetection

Fix mount type root detection in web UI

8 years agoLet's print error messages to the builtin webserver console ... makes development...
Thomas Müller [Mon, 14 Dec 2015 11:16:41 +0000 (12:16 +0100)]
Let's print error messages to the builtin webserver console ... makes development a bit easier

8 years agoMerge pull request #21148 from owncloud/resetpassword-user-issert
Thomas Müller [Mon, 14 Dec 2015 10:27:46 +0000 (11:27 +0100)]
Merge pull request #21148 from owncloud/resetpassword-user-issert

Check if user isset in $_REQUEST first

8 years agoFix mount type root detection
Vincent Petry [Mon, 14 Dec 2015 09:44:47 +0000 (10:44 +0100)]
Fix mount type root detection

Since Webdav doesn't contain that information, we need to rely on the
parent folder's mount type to find out whether a child item is a
shared/external root or not.

Fixed the mount type detection logic and added unit test.

Also added a fix that ignores detection if no parent folder exists (ex:
shared file list, favorites, etc)

8 years agoMerge pull request #21163 from owncloud/fix_20839
Thomas Müller [Mon, 14 Dec 2015 09:25:27 +0000 (10:25 +0100)]
Merge pull request #21163 from owncloud/fix_20839

Files can't have create permissions

8 years agoCheck if user isset in $_REQUEST first
Robin Appelman [Fri, 11 Dec 2015 12:52:04 +0000 (13:52 +0100)]
Check if user isset in $_REQUEST first

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 13 Dec 2015 06:54:51 +0000 (01:54 -0500)]
[tx-robot] updated from transifex

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 12 Dec 2015 06:55:39 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

8 years agoFiles can't have create permissions
Roeland Jago Douma [Fri, 11 Dec 2015 21:28:26 +0000 (22:28 +0100)]
Files can't have create permissions

Fixes #20839

8 years agosave wip
Thomas Müller [Wed, 18 Nov 2015 19:26:14 +0000 (20:26 +0100)]
save wip

8 years agounit test on getHome in combination with OfflineUser
Arthur Schiwon [Fri, 11 Dec 2015 16:25:57 +0000 (17:25 +0100)]
unit test on getHome in combination with OfflineUser

8 years agoMerge pull request #21153 from owncloud/files-deleteactiontext
Thomas Müller [Fri, 11 Dec 2015 15:04:06 +0000 (16:04 +0100)]
Merge pull request #21153 from owncloud/files-deleteactiontext

Bring back file delete action text to be based on context

8 years agoMerge pull request #20081 from owncloud/trashbin-loggedout
Morris Jobke [Fri, 11 Dec 2015 14:55:50 +0000 (15:55 +0100)]
Merge pull request #20081 from owncloud/trashbin-loggedout

Fix trashbin wrapper when no user is loggedin

8 years agoBring back file delete action text to be based on context
Vincent Petry [Fri, 11 Dec 2015 14:14:30 +0000 (15:14 +0100)]
Bring back file delete action text to be based on context

For received shares, the delete action becomes "Unshare" and for
personal mounts it becomes "Disconnect storage".

This also makes it possible from now on to pass a function to a file
action's "displayName" attribute.

8 years agoskip test if we cant use the filesystem when not logged in
Robin Appelman [Fri, 11 Dec 2015 13:29:38 +0000 (14:29 +0100)]
skip test if we cant use the filesystem when not logged in

8 years agoFix thrashbin wrapper when no user is loggedin
Robin Appelman [Tue, 27 Oct 2015 11:10:23 +0000 (12:10 +0100)]
Fix thrashbin wrapper when no user is loggedin

8 years agoadjust unit test
Arthur Schiwon [Fri, 11 Dec 2015 11:52:12 +0000 (12:52 +0100)]
adjust unit test

8 years agoMerge pull request #20978 from owncloud/fix-dont-show-unsaved-values-in-usermgmt
Thomas Müller [Fri, 11 Dec 2015 11:15:01 +0000 (12:15 +0100)]
Merge pull request #20978 from owncloud/fix-dont-show-unsaved-values-in-usermgmt

reset mailadress/displayname on blur

8 years agoMerge pull request #20878 from owncloud/proper-htaccess-support-in-code-signing-checker
Thomas Müller [Fri, 11 Dec 2015 10:46:37 +0000 (11:46 +0100)]
Merge pull request #20878 from owncloud/proper-htaccess-support-in-code-signing-checker

Also run .htaccess routine when installing on another system than Apache

8 years agoMerge pull request #21144 from owncloud/dav-auth-checkduplicateheader
Thomas Müller [Fri, 11 Dec 2015 10:44:43 +0000 (11:44 +0100)]
Merge pull request #21144 from owncloud/dav-auth-checkduplicateheader

Properly check X-Requested-With header in case of multiple values

8 years agoMerge pull request #21135 from owncloud/add-polyfill
Thomas Müller [Fri, 11 Dec 2015 10:40:51 +0000 (11:40 +0100)]
Merge pull request #21135 from owncloud/add-polyfill

Add polyfills for PHP55, PHP56 and PHP70 functionalities

8 years agoMerge pull request #21020 from owncloud/add-directory-slash-to-setup-code
Thomas Müller [Fri, 11 Dec 2015 10:40:32 +0000 (11:40 +0100)]
Merge pull request #21020 from owncloud/add-directory-slash-to-setup-code

Add DirectorySlash to dynamic .htaccess write

8 years agoMerge pull request #21045 from owncloud/scrutinizer-patch-1
Thomas Müller [Fri, 11 Dec 2015 10:39:25 +0000 (11:39 +0100)]
Merge pull request #21045 from owncloud/scrutinizer-patch-1

Scrutinizer Auto-Fixes

8 years agoProperly check X-Requested-With header in case of multiple values
Vincent Petry [Fri, 11 Dec 2015 10:22:38 +0000 (11:22 +0100)]
Properly check X-Requested-With header in case of multiple values

Saw this happening in IE8...

8 years agoMerge pull request #21087 from owncloud/catchexceptionindirectdownloadurl
Thomas Müller [Fri, 11 Dec 2015 09:48:54 +0000 (10:48 +0100)]
Merge pull request #21087 from owncloud/catchexceptionindirectdownloadurl

Catch exception when querying direct download link

8 years agoMerge pull request #21128 from owncloud/dav-fopen-non-existing
Thomas Müller [Fri, 11 Dec 2015 09:48:22 +0000 (10:48 +0100)]
Merge pull request #21128 from owncloud/dav-fopen-non-existing

Dont do a seperate request to check if a file exists when downloading a file from dav external storage