]>
source.dussan.org Git - nextcloud-server.git/log
Roeland Jago Douma [Wed, 29 May 2019 14:09:07 +0000 (16:09 +0200)]
Lock SCSS so we only run 1 job at a time
This is bit hacky but a start to lock the SCSS compiler properly
Retry during 10s then give up
Properly get error message
Do not clear locks and properly debug scss caching
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Fri, 12 Jul 2019 08:35:54 +0000 (10:35 +0200)]
Merge pull request #16331 from nextcloud/feature/noid/talk-guest-mentions
Allow guest mentions of talk to be parsed
Nextcloud bot [Fri, 12 Jul 2019 02:15:00 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Thu, 11 Jul 2019 17:40:04 +0000 (19:40 +0200)]
Merge pull request #16361 from nextcloud/bugfix/noid/drop-foreignkey-on-owncloud-migration
Drop foreignkey on owncloud migration
Morris Jobke [Thu, 11 Jul 2019 10:42:34 +0000 (12:42 +0200)]
Merge pull request #15514 from nextcloud/feature/noid/add-enterprise-channel
Update channels for updater server
Joas Schilling [Thu, 11 Jul 2019 10:11:07 +0000 (12:11 +0200)]
Drop foreign key before trying to drop the accounts table
Signed-off-by: Joas Schilling <coding@schilljs.com>
Roeland Jago Douma [Thu, 11 Jul 2019 09:21:31 +0000 (11:21 +0200)]
Merge pull request #16343 from nextcloud/dependabot/npm_and_yarn/lodash-4.17.13
[Security] Bump lodash from 4.17.11 to 4.17.13
Roeland Jago Douma [Thu, 11 Jul 2019 09:06:21 +0000 (11:06 +0200)]
Merge pull request #16256 from nextcloud/bugfix/noid/remove-white-space-from-personal-settings
Remove vertical whitespace between entries in Personal settings
Joas Schilling [Thu, 11 Jul 2019 08:24:27 +0000 (10:24 +0200)]
Add a unit test for guests as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
Roeland Jago Douma [Thu, 11 Jul 2019 06:55:31 +0000 (08:55 +0200)]
Merge pull request #16349 from nextcloud/dependabot/npm_and_yarn/build/lodash-4.17.14
[Security] Bump lodash from 4.17.11 to 4.17.14 in /build
dependabot-preview[bot] [Wed, 10 Jul 2019 23:20:56 +0000 (23:20 +0000)]
[Security] Bump lodash from 4.17.11 to 4.17.13
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.13. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.13)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
dependabot-preview[bot] [Thu, 11 Jul 2019 02:21:38 +0000 (02:21 +0000)]
[Security] Bump lodash from 4.17.11 to 4.17.14 in /build
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Nextcloud bot [Thu, 11 Jul 2019 02:14:31 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Wed, 10 Jul 2019 19:45:59 +0000 (21:45 +0200)]
Merge pull request #16324 from nextcloud/bugfix/noid/workflow-dark-theme
Improve dark theme handling in workflow apps
Greta Doci [Fri, 5 Jul 2019 14:36:56 +0000 (16:36 +0200)]
Remove vertical whitespace between entries in Personal settings
Signed-off-by: Greta Doci <gretadoci@gmail.com>
Morris Jobke [Mon, 13 May 2019 12:11:07 +0000 (14:11 +0200)]
Enterprise update channel
Allows to select the enterprise update channel for instances that have a valid subscription.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Joas Schilling [Wed, 10 Jul 2019 13:33:10 +0000 (15:33 +0200)]
Allow guest mentions of talk to be parsed
Signed-off-by: Joas Schilling <coding@schilljs.com>
Roeland Jago Douma [Wed, 10 Jul 2019 13:19:28 +0000 (15:19 +0200)]
Merge pull request #16323 from nextcloud/fix/s3/http1.1
Use HTTP1.1 to read S3 objects
John Molakvoæ [Wed, 10 Jul 2019 11:02:32 +0000 (13:02 +0200)]
Merge pull request #16313 from te-online/master
Adjust stale bot message
Thomas Ebert [Wed, 10 Jul 2019 10:42:47 +0000 (12:42 +0200)]
Stale Bot message – Revert to old phrasing. Remove `it`.
Morris Jobke [Wed, 10 Jul 2019 10:16:36 +0000 (12:16 +0200)]
Merge pull request #16308 from nextcloud/fix/undefined-offset-0
Prevent undefined offset 0 in findByUserIdOrMail
Morris Jobke [Wed, 10 Jul 2019 09:52:49 +0000 (11:52 +0200)]
Merge pull request #16322 from nextcloud/bugfix/noid/fix-workflow-handlebars
Fix files_automatedtagging settings
Roeland Jago Douma [Wed, 10 Jul 2019 09:42:22 +0000 (11:42 +0200)]
Use HTTP1.1 to read S3 objects
Some of the READs otherwise use HTTP/1.0 which is not always supported
by all backends. HTTP/1.1 is there since 1999 way longer than S3 so safe
to assume it is always there IMO.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Joas Schilling [Wed, 10 Jul 2019 09:32:19 +0000 (11:32 +0200)]
Use SCSS nesting
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 10 Jul 2019 09:23:14 +0000 (11:23 +0200)]
Mover workflow to SCSS and support the dark theme
Signed-off-by: Joas Schilling <coding@schilljs.com>
Julius Härtl [Wed, 10 Jul 2019 08:17:44 +0000 (10:17 +0200)]
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Wed, 10 Jul 2019 08:06:21 +0000 (10:06 +0200)]
Make sure we merge webpack rules properly
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Wed, 10 Jul 2019 02:14:00 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Daniel Kesselberg [Tue, 9 Jul 2019 09:58:14 +0000 (11:58 +0200)]
Return first value from $users
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Roeland Jago Douma [Tue, 9 Jul 2019 17:20:50 +0000 (19:20 +0200)]
Merge pull request #16310 from nextcloud/enh/drop-execution-context
Don't send executionContexts for Clear-Site-Data
Roeland Jago Douma [Tue, 9 Jul 2019 17:19:53 +0000 (19:19 +0200)]
Merge pull request #16206 from nextcloud/feature/remote-wipe-all
Make it possible to wipe all tokens/devices of a user as (sub) admin
Thomas Ebert [Tue, 9 Jul 2019 14:41:22 +0000 (16:41 +0200)]
Stale bot message – Take into account that stale bot only acts on issues labelled as `needs info`.
Thomas Ebert [Tue, 9 Jul 2019 14:26:22 +0000 (16:26 +0200)]
Stale bot message – Fix plural of information. Include that not every stale issue is missing information.
Daniel Kesselberg [Tue, 9 Jul 2019 12:44:10 +0000 (14:44 +0200)]
Don't send executionContexts for Clear-Site-Data
There are plans to remove executionContexts from the spec: https://github.com/w3c/webappsec-clear-site-data/issues/59
Firefox already removed it https://bugzilla.mozilla.org/show_bug.cgi?id=
1548034
Chromium implementation is not finish: https://bugs.chromium.org/p/chromium/issues/detail?id=898503&q=clear-site-data&sort=-modified&colspec=ID%20Pri%20M%20Stars%20ReleaseBlock%20Component%20Status%20Owner%20Summary%20OS%20Modified
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Roeland Jago Douma [Tue, 9 Jul 2019 07:05:30 +0000 (09:05 +0200)]
Update tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Christoph Wurst [Wed, 3 Jul 2019 08:10:56 +0000 (10:10 +0200)]
Make it possible to wipe all tokens/devices of a user
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Christoph Wurst [Wed, 3 Jul 2019 07:44:37 +0000 (09:44 +0200)]
Refactor: move remote wipe token logic to RW service
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Roeland Jago Douma [Tue, 9 Jul 2019 11:38:27 +0000 (13:38 +0200)]
Merge pull request #15881 from PhieF/toggle-password-login
adding toggle password to be able to see it when login
Roeland Jago Douma [Tue, 9 Jul 2019 11:37:07 +0000 (13:37 +0200)]
Merge pull request #16307 from nextcloud/bugfix/noid/previewv1adapter-isAvailable
Fix ProviderV1Adapter isAvailable wrapper
Roeland Jago Douma [Tue, 9 Jul 2019 09:06:44 +0000 (11:06 +0200)]
Merge pull request #15867 from nextcloud/preview-versioning
allow keeping multiple preview "versions" of the same file
Julius Härtl [Tue, 9 Jul 2019 09:02:20 +0000 (11:02 +0200)]
Fix ProviderV1Adapter isAvailable wrapper
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Roeland Jago Douma [Tue, 9 Jul 2019 08:59:15 +0000 (10:59 +0200)]
Merge pull request #15730 from nextcloud/enh/14179/event_for_csp
Add an event to edit the CSP
Roeland Jago Douma [Tue, 9 Jul 2019 08:56:48 +0000 (10:56 +0200)]
Merge pull request #16301 from nextcloud/dep/js/marked
Bump marked to 0.7.0
Phie [Wed, 5 Jun 2019 12:41:59 +0000 (14:41 +0200)]
adding toggle password to be able to see it
Signed-off-by: Phie <phie@phie.ovh>
Morris Jobke [Tue, 9 Jul 2019 08:20:37 +0000 (10:20 +0200)]
Merge pull request #16295 from nextcloud/csrftokenmanager-inject
allow injecting CsrfTokenManager by class
Roeland Jago Douma [Tue, 9 Jul 2019 06:52:37 +0000 (08:52 +0200)]
Bump marked to 0.7.0
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Tue, 9 Jul 2019 06:51:12 +0000 (08:51 +0200)]
Merge pull request #16195 from nextcloud/bugfix/7556/smb-symlink-share-mtime
Ignore forbidden exception when fetching share mtime on SMB for symlinks
Robin Appelman [Mon, 8 Jul 2019 15:44:55 +0000 (17:44 +0200)]
allow injecting CsrfTokenManager by class
Signed-off-by: Robin Appelman <robin@icewind.nl>
Roeland Jago Douma [Tue, 9 Jul 2019 06:42:06 +0000 (08:42 +0200)]
Merge pull request #16300 from nextcloud/deps/js/babel
Update babel deps
Nextcloud bot [Tue, 9 Jul 2019 02:13:49 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Robin Appelman [Tue, 4 Jun 2019 11:44:15 +0000 (13:44 +0200)]
allow keeping multiple preview "versions" of the same file
The main use case here is storage provided versioning where we dont have
separate file ids for all the versions, by allowing a prefix for the
version we can store separate previews for all the versions.
Additionally, by keeping all the version previews in the same folder as the
"normal" previews they will be cleaned up properly when the file is deleted
Signed-off-by: Robin Appelman <robin@icewind.nl>
Roeland Jago Douma [Mon, 8 Jul 2019 19:57:22 +0000 (21:57 +0200)]
Update babel deps
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Morris Jobke [Tue, 2 Jul 2019 11:53:44 +0000 (13:53 +0200)]
Ignore forbidden exception when fetching share mtime on SMB for symlinks
See https://github.com/nextcloud/server/pull/7556#issuecomment-
499028026
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Roeland Jago Douma [Fri, 24 May 2019 19:42:37 +0000 (21:42 +0200)]
Add an event to edit the CSP
This introduces and event that can be listend to when we actually use
the CSP. This means that apps no longer have to always inject their CSP
but only do so when it is required. Yay for being lazy.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Mon, 8 Jul 2019 18:32:44 +0000 (20:32 +0200)]
Merge pull request #16292 from nextcloud/techdebt/noid/cleanup-outdated-repair-steps
Remove one time repair steps that have already run when updating to 17
Roeland Jago Douma [Mon, 8 Jul 2019 17:36:48 +0000 (19:36 +0200)]
Merge pull request #16277 from nextcloud/dependabot/npm_and_yarn/webpack-4.35.2
Bump webpack from 4.35.0 to 4.35.2
Roeland Jago Douma [Mon, 8 Jul 2019 17:18:52 +0000 (19:18 +0200)]
Merge pull request #16288 from nextcloud/fix/16229/cleanup-cypress-folder
Try to delete the cypress folder of the viewer app
Morris Jobke [Mon, 8 Jul 2019 12:47:26 +0000 (14:47 +0200)]
Remove one time repair steps that have already run when updating to 17
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Mon, 8 Jul 2019 09:54:31 +0000 (11:54 +0200)]
Try to delete the cypress folder of the viewer app
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
dependabot-preview[bot] [Mon, 8 Jul 2019 11:50:47 +0000 (11:50 +0000)]
Bump webpack from 4.35.0 to 4.35.2
Bumps [webpack](https://github.com/webpack/webpack) from 4.35.0 to 4.35.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.35.0...v4.35.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Morris Jobke [Mon, 8 Jul 2019 07:48:32 +0000 (09:48 +0200)]
Merge pull request #16153 from akshala/resetPassword-text-changed
changed the text for reset password
John Molakvoæ [Mon, 8 Jul 2019 07:36:34 +0000 (09:36 +0200)]
Bump vue-router from 3.0.6 to 3.0.7 (#16273)
Bump vue-router from 3.0.6 to 3.0.7
dependabot-preview[bot] [Sun, 7 Jul 2019 01:13:15 +0000 (01:13 +0000)]
Bump vue-router from 3.0.6 to 3.0.7
Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.0.6 to 3.0.7.
- [Release notes](https://github.com/vuejs/vue-router/releases)
- [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-router/compare/v3.0.6...v3.0.7)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Nextcloud bot [Mon, 8 Jul 2019 02:13:46 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
John Molakvoæ [Sun, 7 Jul 2019 18:20:09 +0000 (20:20 +0200)]
Properly load permissions in showActions (#15992)
Properly load permissions in showActions
Akshala Bhatnagar [Fri, 5 Jul 2019 13:23:38 +0000 (18:53 +0530)]
Update core/src/components/login/ResetPassword.vue
Co-Authored-By: Julius Härtl <jus@bitgrid.net>
Akshala Bhatnagar [Wed, 12 Jun 2019 16:24:52 +0000 (21:54 +0530)]
changed the text for reset password
Signed-off-by: Akshala Bhatnagar <akshala.bhatnagar@gmail.com>
John Molakvoæ [Sun, 7 Jul 2019 18:02:30 +0000 (20:02 +0200)]
Use theme colors for text selection (#16037)
Use theme colors for text selection
John Molakvoæ [Sun, 7 Jul 2019 18:01:58 +0000 (20:01 +0200)]
Mimetype list integrity check should not fail if it's changed (#15810)
Mimetype list integrity check should not fail if it's changed
John Molakvoæ [Sun, 7 Jul 2019 18:00:10 +0000 (20:00 +0200)]
Merge pull request #16236 from gary-kim/fix/16076/admin-settings-alignment
Fix alignment issues in admin settings
John Molakvoæ [Sun, 7 Jul 2019 17:59:31 +0000 (19:59 +0200)]
Allow IProviderV2 for previews as well (#16209)
Allow IProviderV2 for previews as well
Nextcloud bot [Sun, 7 Jul 2019 02:14:15 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
John Molakvoæ [Sat, 6 Jul 2019 06:50:10 +0000 (08:50 +0200)]
Remove beta from dark theme name ref #16076 (#16253)
Remove beta from dark theme name ref #16076
John Molakvoæ [Sat, 6 Jul 2019 06:49:39 +0000 (08:49 +0200)]
Bump @chenfengyuan/vue-qrcode from 1.0.0 to 1.0.1 (#16160)
Bump @chenfengyuan/vue-qrcode from 1.0.0 to 1.0.1
Nextcloud bot [Sat, 6 Jul 2019 02:13:43 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
dependabot-preview[bot] [Fri, 5 Jul 2019 13:06:01 +0000 (13:06 +0000)]
Bump @chenfengyuan/vue-qrcode from 1.0.0 to 1.0.1
Bumps [@chenfengyuan/vue-qrcode](https://github.com/fengyuanchen/vue-qrcode) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/fengyuanchen/vue-qrcode/releases)
- [Changelog](https://github.com/fengyuanchen/vue-qrcode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fengyuanchen/vue-qrcode/compare/v1.0.0...v1.0.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Jan-Christoph Borchardt [Fri, 21 Jun 2019 14:37:34 +0000 (16:37 +0200)]
Use theme colors for text selection
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Roeland Jago Douma [Fri, 5 Jul 2019 13:35:28 +0000 (15:35 +0200)]
Merge pull request #16150 from nextcloud/bugfix/noid/add-icons-help-page
Add icons to the left sidebar on help.php
Roeland Jago Douma [Fri, 5 Jul 2019 12:53:03 +0000 (14:53 +0200)]
Merge pull request #16208 from nextcloud/bugfix/noid/user-share-displayname
Always set the display name for user shares
Roeland Jago Douma [Fri, 5 Jul 2019 12:42:24 +0000 (14:42 +0200)]
Merge pull request #16246 from nextcloud/webpack/cachebuster
Add cache buster to webpack chunks
Greta Doci [Fri, 5 Jul 2019 12:34:21 +0000 (14:34 +0200)]
Remove beta from dark theme name ref #16076
Signed-off-by: Greta Doci <gretadoci@gmail.com>
John Molakvoæ (skjnldsv) [Wed, 3 Jul 2019 10:02:31 +0000 (12:02 +0200)]
Allow IProviderV2 for previews as well
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Julius Härtl [Tue, 18 Jun 2019 10:34:04 +0000 (12:34 +0200)]
Properly load permissions in showActions
When setViewerMode(false) is called, the permissions should be fetched from the available dirInfo
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Fri, 5 Jul 2019 09:53:49 +0000 (11:53 +0200)]
Bump bundles with cachebuster
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Fri, 5 Jul 2019 09:49:59 +0000 (11:49 +0200)]
Add cachebuster to chunks
Signed-off-by: Julius Härtl <jus@bitgrid.net>
John Molakvoæ [Fri, 5 Jul 2019 08:22:14 +0000 (10:22 +0200)]
Fix redirect after rescanFailedIntegrityCheck to "Overview" pa… (#16241)
Fix redirect after rescanFailedIntegrityCheck to "Overview" page
Sven Strickroth [Fri, 5 Jul 2019 06:56:17 +0000 (08:56 +0200)]
Fix redirect after rescanFailedIntegrityCheck to "Overview" page
The link of the rescanFailedIntegrityCheck link is on the sub page "Overview". After clicking the link, the user is, however, redirected to the "Basic settings" page.
Signed-off-by: Sven Strickroth <email@cs-ware.de>
Nextcloud bot [Fri, 5 Jul 2019 02:14:09 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Gary Kim [Thu, 4 Jul 2019 16:10:29 +0000 (00:10 +0800)]
Fix alignment issues in admin settings
Signed-off-by: Gary Kim <gary@garykim.dev>
Greta Doci [Fri, 28 Jun 2019 16:00:51 +0000 (18:00 +0200)]
Add icons to the left sidebar on help.php
Signed-off-by: Greta Doci <gretadoci@gmail.com>
John Molakvoæ [Thu, 4 Jul 2019 09:37:02 +0000 (11:37 +0200)]
Fix 'No apps found for your version' at bottom of app bundles… (#16166)
Fix 'No apps found for your version' at bottom of app bundles section
Xheni Myrtaj [Thu, 4 Jul 2019 08:38:30 +0000 (09:38 +0100)]
Remove empty lines
Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
Xheni Myrtaj [Wed, 29 May 2019 20:19:41 +0000 (22:19 +0200)]
Added Tests for modified mimetypelist
Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
Charles Parham [Mon, 1 Jul 2019 03:31:47 +0000 (23:31 -0400)]
Fix 'No apps found for your version' at bottom of app bundles section
Signed-off-by: Charles Parham <cparham289@gmail.com>
Nextcloud bot [Thu, 4 Jul 2019 02:13:48 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Wed, 3 Jul 2019 21:30:32 +0000 (23:30 +0200)]
Merge pull request #15769 from nextcloud/part-file-non-creatable
dont use part files for dav writes when the target folder doesn't have create permissions
Julius Härtl [Wed, 3 Jul 2019 09:31:25 +0000 (11:31 +0200)]
Always set the display name for user shares
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Morris Jobke [Wed, 3 Jul 2019 18:07:05 +0000 (20:07 +0200)]
Merge pull request #16186 from nextcloud/bugfix/noid/also-check-permissions-when-creating-a-share
Better check reshare permissions part2
Robin Appelman [Thu, 13 Jun 2019 15:04:35 +0000 (17:04 +0200)]
add test for overwriting in non creatable directory
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Tue, 28 May 2019 11:52:32 +0000 (13:52 +0200)]
dont use part files for dav writes when the target folder doesn't have create permissions
Signed-off-by: Robin Appelman <robin@icewind.nl>