]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
8 years agoMerge pull request #22430 from owncloud/add-new-apps-to-transifex
Thomas Müller [Tue, 16 Feb 2016 14:10:34 +0000 (15:10 +0100)]
Merge pull request #22430 from owncloud/add-new-apps-to-transifex

Adding transifex to new core apps

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 16 Feb 2016 13:49:12 +0000 (08:49 -0500)]
[tx-robot] updated from transifex

8 years agoAdding transifex to new core apps
Thomas Müller [Tue, 16 Feb 2016 13:40:10 +0000 (14:40 +0100)]
Adding transifex to new core apps

8 years agoMerge pull request #22413 from owncloud/kill-coverage-on-scrutinizer
Thomas Müller [Tue, 16 Feb 2016 13:05:32 +0000 (14:05 +0100)]
Merge pull request #22413 from owncloud/kill-coverage-on-scrutinizer

No more code coverage on scrutinizer

8 years agoMerge pull request #22416 from owncloud/fix_22402
Thomas Müller [Tue, 16 Feb 2016 12:37:22 +0000 (13:37 +0100)]
Merge pull request #22416 from owncloud/fix_22402

Return proper error string if sharing for this user is disabled

8 years agoMerge pull request #22338 from owncloud/fix_22247
Thomas Müller [Tue, 16 Feb 2016 12:37:07 +0000 (13:37 +0100)]
Merge pull request #22338 from owncloud/fix_22247

Allow more characters in filenames

8 years agoMerge pull request #22417 from owncloud/issue-22389-duplicate-output-message
Morris Jobke [Tue, 16 Feb 2016 12:21:38 +0000 (13:21 +0100)]
Merge pull request #22417 from owncloud/issue-22389-duplicate-output-message

Remove inaccurate "is already enabled" message

8 years agoRemove inaccurate "is already enabled" message
Joas Schilling [Tue, 16 Feb 2016 09:59:06 +0000 (10:59 +0100)]
Remove inaccurate "is already enabled" message

8 years agoReturn proper error string if sharing for this user is disabled
Roeland Jago Douma [Tue, 16 Feb 2016 09:22:49 +0000 (10:22 +0100)]
Return proper error string if sharing for this user is disabled

Fixes #22402

8 years agoMerge pull request #22398 from owncloud/fix-card-properties
Thomas Müller [Tue, 16 Feb 2016 09:19:51 +0000 (10:19 +0100)]
Merge pull request #22398 from owncloud/fix-card-properties

Queries on the cards table by uri require the addressbook as well

8 years agoAdd script to generate coverage badges
Thomas Müller [Tue, 16 Feb 2016 09:07:00 +0000 (10:07 +0100)]
Add script to generate coverage badges

8 years agoMerge pull request #22390 from owncloud/update-tarstreamer
Thomas Müller [Tue, 16 Feb 2016 08:20:23 +0000 (09:20 +0100)]
Merge pull request #22390 from owncloud/update-tarstreamer

Update TarStreamer to v0.1.0

8 years agoMerge pull request #22400 from owncloud/files-select-closesidebar
Thomas Müller [Tue, 16 Feb 2016 08:15:14 +0000 (09:15 +0100)]
Merge pull request #22400 from owncloud/files-select-closesidebar

Close file detail sidebar when selecting/unselecting files

8 years agoMerge pull request #22377 from owncloud/remove-unneeded-code
Thomas Müller [Tue, 16 Feb 2016 07:30:20 +0000 (08:30 +0100)]
Merge pull request #22377 from owncloud/remove-unneeded-code

Remove unneeded parameter from OC_App::getEnabledApps

8 years agoMerge pull request #22385 from owncloud/issue-22384-invalid-content-location-on-comme...
Thomas Müller [Tue, 16 Feb 2016 07:30:11 +0000 (08:30 +0100)]
Merge pull request #22385 from owncloud/issue-22384-invalid-content-location-on-commenting

Posting a comment replies with invalid location URL

8 years agoMerge pull request #22392 from owncloud/create-default-calendar-and-addressbook
Thomas Müller [Tue, 16 Feb 2016 07:29:54 +0000 (08:29 +0100)]
Merge pull request #22392 from owncloud/create-default-calendar-and-addressbook

On login we create a default calendar and a default addressbook for t…

8 years agoMerge pull request #22403 from owncloud/improved-error-handling
Thomas Müller [Tue, 16 Feb 2016 07:29:38 +0000 (08:29 +0100)]
Merge pull request #22403 from owncloud/improved-error-handling

Remove background job if the server accepted to ask for the shared secret

8 years agoMerge pull request #22407 from fancycode/untrusted_domain
Thomas Müller [Tue, 16 Feb 2016 07:29:02 +0000 (08:29 +0100)]
Merge pull request #22407 from fancycode/untrusted_domain

Pass checked host as "domain" variable to "untrustedDomain" template.

8 years agoNo more code coverage on scrutinizer
Thomas Müller [Tue, 16 Feb 2016 07:22:57 +0000 (08:22 +0100)]
No more code coverage on scrutinizer

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 16 Feb 2016 06:55:39 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

8 years agoforbidden (403) is a valid return status, don't log the whole exception in this case
Bjoern Schiessle [Mon, 15 Feb 2016 16:33:06 +0000 (17:33 +0100)]
forbidden (403) is a valid return status, don't log the whole exception in this case

8 years agothrow exception if we don't find a token for a given server
Bjoern Schiessle [Mon, 15 Feb 2016 15:59:49 +0000 (16:59 +0100)]
throw exception if we don't find a token for a given server

8 years agoRemove background job if the server accepted to ask for the shared secret
Bjoern Schiessle [Mon, 15 Feb 2016 15:24:21 +0000 (16:24 +0100)]
Remove background job if the server accepted to ask for the shared secret

If we don't remove it the server will later ask the remote server to ask for
the shared secret which will result in a error log message on the remote server
and in some circumstances maybe even to a failure

8 years agoMerge pull request #22406 from pierreozoux/patch-1
Thomas Müller [Mon, 15 Feb 2016 17:02:55 +0000 (18:02 +0100)]
Merge pull request #22406 from pierreozoux/patch-1

typo

8 years agotypo
Pierre Ozoux [Mon, 15 Feb 2016 16:03:16 +0000 (16:03 +0000)]
typo

8 years agoPass checked host as "domain" variable to "untrustedDomain" template.
Joachim Bauch [Mon, 15 Feb 2016 16:02:14 +0000 (17:02 +0100)]
Pass checked host as "domain" variable to "untrustedDomain" template.
Currently the "SERVER_NAME" is passed to the template, which in some cases doesn't match the host returned by "getInsecureServerHost" (or is empty).

8 years agoMerge pull request #22376 from owncloud/fix-return-code-getAppPath
Thomas Müller [Mon, 15 Feb 2016 15:58:37 +0000 (16:58 +0100)]
Merge pull request #22376 from owncloud/fix-return-code-getAppPath

Properly handle return code of OC_App::getAppPath

8 years agoClose file detail sidebar when selecting/unselecting files
Vincent Petry [Mon, 15 Feb 2016 13:58:44 +0000 (14:58 +0100)]
Close file detail sidebar when selecting/unselecting files

Interacting with the checkboxes, also "Select all" will automatically
close the sidebar now.

8 years agoOn login we create a default calendar and a default addressbook for the user - fixes...
Thomas Müller [Mon, 15 Feb 2016 11:39:36 +0000 (12:39 +0100)]
On login we create a default calendar and a default addressbook for the user - fixes #22360

8 years agoQueries on the cards table by uri require the addressbook as well - fixes #22284
Thomas Müller [Mon, 15 Feb 2016 13:13:04 +0000 (14:13 +0100)]
Queries on the cards table by uri require the addressbook as well - fixes #22284

8 years agoRemove unneeded parameter from OC_App::getEnabledApps
Morris Jobke [Sun, 14 Feb 2016 20:07:01 +0000 (21:07 +0100)]
Remove unneeded parameter from OC_App::getEnabledApps

8 years agoUpdate TarStreamer to v0.1.0
Thomas Müller [Mon, 15 Feb 2016 11:00:33 +0000 (12:00 +0100)]
Update TarStreamer to v0.1.0

8 years agoMerge pull request #22337 from owncloud/new_reshare_no_initiator
Thomas Müller [Mon, 15 Feb 2016 11:02:52 +0000 (12:02 +0100)]
Merge pull request #22337 from owncloud/new_reshare_no_initiator

On backend hickups don't crash OCS output

8 years agoMerge pull request #22358 from owncloud/fix-22278
Thomas Müller [Mon, 15 Feb 2016 11:02:35 +0000 (12:02 +0100)]
Merge pull request #22358 from owncloud/fix-22278

Fix race condition when switching filter mode. Fixes #22278

8 years agoMerge pull request #22379 from owncloud/limit-scrutinizer-scope
Thomas Müller [Mon, 15 Feb 2016 11:02:21 +0000 (12:02 +0100)]
Merge pull request #22379 from owncloud/limit-scrutinizer-scope

Limit scope of scrutinizer to actual application code

8 years agoMerge pull request #22381 from owncloud/remove-not-needed-variable
Thomas Müller [Mon, 15 Feb 2016 11:02:03 +0000 (12:02 +0100)]
Merge pull request #22381 from owncloud/remove-not-needed-variable

Remove not needed variable

8 years agoMerge pull request #22383 from owncloud/better-sharee-translations
Thomas Müller [Mon, 15 Feb 2016 10:16:16 +0000 (11:16 +0100)]
Merge pull request #22383 from owncloud/better-sharee-translations

Do not use string concatination for translations

8 years agoDeduplicate slashes
Joas Schilling [Mon, 15 Feb 2016 09:54:56 +0000 (10:54 +0100)]
Deduplicate slashes

8 years agoMerge pull request #22350 from owncloud/fix_22304
Thomas Müller [Mon, 15 Feb 2016 09:45:42 +0000 (10:45 +0100)]
Merge pull request #22350 from owncloud/fix_22304

WebUI feedback when sharing

8 years agoDo not use string concatination for translations
Joas Schilling [Mon, 15 Feb 2016 08:20:15 +0000 (09:20 +0100)]
Do not use string concatination for translations

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 15 Feb 2016 06:55:28 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

8 years agoMerge pull request #22380 from owncloud/make-scrutinizer-happy
Thomas Müller [Mon, 15 Feb 2016 06:01:41 +0000 (07:01 +0100)]
Merge pull request #22380 from owncloud/make-scrutinizer-happy

Fix typo in PHPDoc

8 years agoMerge pull request #22375 from owncloud/fix_22352
Thomas Müller [Mon, 15 Feb 2016 05:59:15 +0000 (06:59 +0100)]
Merge pull request #22375 from owncloud/fix_22352

Search tags in UI case insensitive

8 years agoMerge pull request #22378 from owncloud/drop-unreachable-code
Thomas Müller [Mon, 15 Feb 2016 05:55:16 +0000 (06:55 +0100)]
Merge pull request #22378 from owncloud/drop-unreachable-code

Remove unreachable code in priavte/api.php

8 years agoRemove not needed variable
Morris Jobke [Sun, 14 Feb 2016 20:44:53 +0000 (21:44 +0100)]
Remove not needed variable

8 years agoFix typo in PHPDoc
Morris Jobke [Sun, 14 Feb 2016 20:28:22 +0000 (21:28 +0100)]
Fix typo in PHPDoc

8 years agoLimit scope of scrutinizer to actual application code
Morris Jobke [Sun, 14 Feb 2016 20:18:56 +0000 (21:18 +0100)]
Limit scope of scrutinizer to actual application code

8 years agoRemove unreachable code in priavte/api.php
Morris Jobke [Sun, 14 Feb 2016 20:12:29 +0000 (21:12 +0100)]
Remove unreachable code in priavte/api.php

8 years agoProperly handle return code of OC_App::getAppPath
Morris Jobke [Sun, 14 Feb 2016 19:57:09 +0000 (20:57 +0100)]
Properly handle return code of OC_App::getAppPath

* fixes #20128
* getAppPath could return false, but it was not handled everywhere

8 years agoSearch tags case insensitive
Roeland Jago Douma [Sun, 14 Feb 2016 19:41:39 +0000 (20:41 +0100)]
Search tags case insensitive

fixes: #22352

* Added unit tests

8 years agoMerge pull request #22369 from owncloud/fix-bmp-support
Thomas Müller [Sun, 14 Feb 2016 10:38:40 +0000 (11:38 +0100)]
Merge pull request #22369 from owncloud/fix-bmp-support

Fix BMP support

8 years agoFix BMP support
Morris Jobke [Sat, 13 Feb 2016 20:55:20 +0000 (21:55 +0100)]
Fix BMP support

* fixes #16461

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 14 Feb 2016 06:55:37 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

8 years agoMerge pull request #22357 from owncloud/tags-hideonrename
Thomas Müller [Sat, 13 Feb 2016 17:25:13 +0000 (18:25 +0100)]
Merge pull request #22357 from owncloud/tags-hideonrename

Properly hide tag name on rename

8 years agoMerge pull request #22351 from owncloud/fix_22277
Thomas Müller [Sat, 13 Feb 2016 17:25:04 +0000 (18:25 +0100)]
Merge pull request #22351 from owncloud/fix_22277

show remote server on federated share auto-complete

8 years agoMerge pull request #22345 from owncloud/make-note-if-appcodechecker-is-not-enabled
Thomas Müller [Sat, 13 Feb 2016 17:24:26 +0000 (18:24 +0100)]
Merge pull request #22345 from owncloud/make-note-if-appcodechecker-is-not-enabled

Add note if integrity check is disabled

8 years agoMerge pull request #22343 from owncloud/check-if-admin-user
Thomas Müller [Sat, 13 Feb 2016 17:24:17 +0000 (18:24 +0100)]
Merge pull request #22343 from owncloud/check-if-admin-user

Check if admin user

8 years agoMerge pull request #22331 from owncloud/dav-nonexisting-part
Thomas Müller [Sat, 13 Feb 2016 17:24:00 +0000 (18:24 +0100)]
Merge pull request #22331 from owncloud/dav-nonexisting-part

fix getNodeForPath for non existing part files

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

8 years agoFix race condition when switching filter mode. Fixes #22278
Arthur Schiwon [Fri, 12 Feb 2016 20:51:06 +0000 (21:51 +0100)]
Fix race condition when switching filter mode. Fixes #22278

8 years agoProperly hide tag name on rename
Vincent Petry [Fri, 12 Feb 2016 20:27:28 +0000 (21:27 +0100)]
Properly hide tag name on rename

8 years agoMerge pull request #22354 from owncloud/only-register-when-available
Thomas Müller [Fri, 12 Feb 2016 18:39:56 +0000 (19:39 +0100)]
Merge pull request #22354 from owncloud/only-register-when-available

Only register admin page when update is available

8 years agoOnly register admin page when update is available
Lukas Reschke [Fri, 12 Feb 2016 17:45:42 +0000 (18:45 +0100)]
Only register admin page when update is available

Fixes https://github.com/owncloud/core/issues/22353

8 years agoMerge pull request #21832 from owncloud/reduce-user-object-issues
Thomas Müller [Fri, 12 Feb 2016 15:51:08 +0000 (16:51 +0100)]
Merge pull request #21832 from owncloud/reduce-user-object-issues

Always set up a config object within the user object

8 years agoAlways set up a config object within the user object
Morris Jobke [Thu, 21 Jan 2016 15:19:53 +0000 (16:19 +0100)]
Always set up a config object within the user object

* the new getEmailAddress and setEmailAddress relies on this anyway

8 years agoMerge pull request #22349 from owncloud/icon-updates
Thomas Müller [Fri, 12 Feb 2016 15:28:49 +0000 (16:28 +0100)]
Merge pull request #22349 from owncloud/icon-updates

icon fixes: comments, delete

8 years agoMerge pull request #21837 from owncloud/recipients-error-message
Thomas Müller [Fri, 12 Feb 2016 15:09:37 +0000 (16:09 +0100)]
Merge pull request #21837 from owncloud/recipients-error-message

First try for shareWithField error message

8 years agoMerge pull request #22292 from owncloud/smb-handle-forbidden
Thomas Müller [Fri, 12 Feb 2016 15:09:05 +0000 (16:09 +0100)]
Merge pull request #22292 from owncloud/smb-handle-forbidden

handle forbidden exceptions in smb backend

8 years agoshow remote server on auto complete
Bjoern Schiessle [Fri, 12 Feb 2016 14:27:58 +0000 (15:27 +0100)]
show remote server on auto complete

8 years agoadd remote server to the result
Bjoern Schiessle [Fri, 12 Feb 2016 14:27:39 +0000 (15:27 +0100)]
add remote server to the result

8 years agoCheck if admin user
Lukas Reschke [Fri, 12 Feb 2016 09:36:43 +0000 (10:36 +0100)]
Check if admin user

We should not add the JS for not admin users.

8 years agoUpdated unit tests
Roeland Jago Douma [Fri, 12 Feb 2016 13:31:00 +0000 (14:31 +0100)]
Updated unit tests

8 years agoadd proper comment icon and add it to icons.css
Jan-Christoph Borchardt [Fri, 12 Feb 2016 13:08:44 +0000 (14:08 +0100)]
add proper comment icon and add it to icons.css

8 years agoadd white delete icon
Jan-Christoph Borchardt [Fri, 12 Feb 2016 13:05:05 +0000 (14:05 +0100)]
add white delete icon

8 years agoProvide proper feedback when creating a share in the webUI
Roeland Jago Douma [Fri, 12 Feb 2016 13:01:15 +0000 (14:01 +0100)]
Provide proper feedback when creating a share in the webUI

Fixes #22304

Creating a share is not instant (especially not for federated shares) so
we should show that something is happening in the webUI properly.

8 years agoMerge pull request #22294 from owncloud/carddav-report-list-groups-2
Thomas Müller [Fri, 12 Feb 2016 12:22:05 +0000 (13:22 +0100)]
Merge pull request #22294 from owncloud/carddav-report-list-groups-2

Adding a custom webdav property which holds the list of contacts groups

8 years agoMerge pull request #22305 from owncloud/sharestatus_to_ocs_22298
Thomas Müller [Fri, 12 Feb 2016 10:12:14 +0000 (11:12 +0100)]
Merge pull request #22305 from owncloud/sharestatus_to_ocs_22298

Calculate the share statuses in js from the OCS Response

8 years agoAdd note if integrity check is disabled
Lukas Reschke [Fri, 12 Feb 2016 10:11:39 +0000 (11:11 +0100)]
Add note if integrity check is disabled

Our issue template states that users should post the output of `/index.php/settings/integrity/failed`, at the moment it displays that all passes have been passed if the integrity checker has been disabled.

This is however a wrong approach considering that some distributions are gonna package Frankenstein releases and makes it harder for us to detect such issues. Thus if the integrity code checker is disabled (using the config switch)  it displays now: `Appcode checker has been disabled. Integrity cannot be verified.`

This is not displayed anywhere else in the UI except these URL used for us for debugging purposes.

8 years agoMerge pull request #22309 from owncloud/infinite-recursion-on-expired-link
Thomas Müller [Fri, 12 Feb 2016 10:11:26 +0000 (11:11 +0100)]
Merge pull request #22309 from owncloud/infinite-recursion-on-expired-link

Do not getShare in deleteShare, it's already there when deleting

8 years agoMerge pull request #22317 from owncloud/fix_invisible_linkshares
Thomas Müller [Fri, 12 Feb 2016 10:10:58 +0000 (11:10 +0100)]
Merge pull request #22317 from owncloud/fix_invisible_linkshares

Do not allow invisible link shares

8 years agoThe owner and recipient can also be null
Roeland Jago Douma [Fri, 12 Feb 2016 09:44:34 +0000 (10:44 +0100)]
The owner and recipient can also be null

If we have backend hickups it can be that we are unable to retrive the
owner and recipient user as well. In such cases just return the UID.

8 years agoIf the initiator no longer exists return UID
Roeland Jago Douma [Thu, 11 Feb 2016 20:17:22 +0000 (21:17 +0100)]
If the initiator no longer exists return UID

It can happen that the share initiator is deleted. Because of the new
resharing behaviour this share then still exists. We just can fetch the
displayname properly.

8 years agoClear error when removing text
Roeland Jago Douma [Fri, 12 Feb 2016 09:25:42 +0000 (10:25 +0100)]
Clear error when removing text

8 years agoUpdate tooltip on new search
Roeland Jago Douma [Fri, 12 Feb 2016 09:04:11 +0000 (10:04 +0100)]
Update tooltip on new search

8 years agoFirst try for shareWithField error message
Julian Müller [Thu, 21 Jan 2016 21:22:26 +0000 (22:22 +0100)]
First try for shareWithField error message
Second try for ShareWithField error message

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 12 Feb 2016 06:56:04 +0000 (01:56 -0500)]
[tx-robot] updated from transifex

8 years agoFix unit tests
Roeland Jago Douma [Thu, 11 Feb 2016 20:45:56 +0000 (21:45 +0100)]
Fix unit tests

8 years agoMore characters are allowed on POSIX systems
Roeland Jago Douma [Thu, 11 Feb 2016 20:45:25 +0000 (21:45 +0100)]
More characters are allowed on POSIX systems

8 years agoMerge pull request #22334 from owncloud/files_videoplayer_it_is
Thomas Müller [Thu, 11 Feb 2016 18:08:28 +0000 (19:08 +0100)]
Merge pull request #22334 from owncloud/files_videoplayer_it_is

Mark files_videoplayer as shipped

8 years agoMark files_videoplayer as shipped
Lukas Reschke [Thu, 11 Feb 2016 18:06:48 +0000 (19:06 +0100)]
Mark files_videoplayer as shipped

Ref https://github.com/owncloud/files_video_player/pull/27 + https://github.com/owncloud/files_videoplayer/issues/26#issuecomment-182968638

8 years agoMerge pull request #22314 from owncloud/fix-mariadb-autotest
Thomas Müller [Thu, 11 Feb 2016 17:51:58 +0000 (18:51 +0100)]
Merge pull request #22314 from owncloud/fix-mariadb-autotest

Wait until mariadb is up and running

8 years agofix getNodeForPath for non existing part files
Robin Appelman [Thu, 11 Feb 2016 16:22:40 +0000 (17:22 +0100)]
fix getNodeForPath for non existing part files

8 years agoMerge pull request #22320 from owncloud/files_external-crypt
Thomas Müller [Thu, 11 Feb 2016 16:19:29 +0000 (17:19 +0100)]
Merge pull request #22320 from owncloud/files_external-crypt

encrypt passwords for files_external

8 years agoMerge pull request #22315 from owncloud/update-info-checker-requirements
Thomas Müller [Thu, 11 Feb 2016 13:31:47 +0000 (14:31 +0100)]
Merge pull request #22315 from owncloud/update-info-checker-requirements

Update info checker requirements

8 years agoMerge pull request #22264 from owncloud/read-version-from-info.xml-only
Thomas Müller [Thu, 11 Feb 2016 13:28:51 +0000 (14:28 +0100)]
Merge pull request #22264 from owncloud/read-version-from-info.xml-only

No longer evaluate appinfo/version

8 years agoUse official mariadb docker
Thomas Müller [Thu, 11 Feb 2016 13:11:41 +0000 (14:11 +0100)]
Use official mariadb docker

8 years agoMerge pull request #22322 from owncloud/fix-typo
Thomas Müller [Thu, 11 Feb 2016 13:07:40 +0000 (14:07 +0100)]
Merge pull request #22322 from owncloud/fix-typo

Fix typo

8 years agoMerge pull request #22307 from owncloud/remove-notification-on-unshare-and-on-errors
Thomas Müller [Thu, 11 Feb 2016 13:02:44 +0000 (14:02 +0100)]
Merge pull request #22307 from owncloud/remove-notification-on-unshare-and-on-errors

Remove notification on unshare and on errors

8 years agoMerge pull request #22308 from owncloud/shorter-ttl-find-path
Thomas Müller [Thu, 11 Feb 2016 13:02:24 +0000 (14:02 +0100)]
Merge pull request #22308 from owncloud/shorter-ttl-find-path

Shorter TTL on  findBinaryPath caching

8 years agoMerge pull request #22290 from owncloud/dav-upload-scan-in-lock
Thomas Müller [Thu, 11 Feb 2016 13:02:08 +0000 (14:02 +0100)]
Merge pull request #22290 from owncloud/dav-upload-scan-in-lock

scan the file in the write lock when uploading over dav