]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
4 years agoMerge pull request #22809 from nextcloud/bugfix/noid/remove-unneeded-isset-check
Joas Schilling [Mon, 14 Sep 2020 06:49:46 +0000 (08:49 +0200)]
Merge pull request #22809 from nextcloud/bugfix/noid/remove-unneeded-isset-check

Remove unneeded isset check

4 years agoMerge pull request #22808 from nextcloud/dashboard/readme-credits
Roeland Jago Douma [Mon, 14 Sep 2020 06:43:40 +0000 (08:43 +0200)]
Merge pull request #22808 from nextcloud/dashboard/readme-credits

Dashboard: Add photo credits and background picture requirements to Readme

4 years agoMerge pull request #22770 from nextcloud/bugfix/noid/urldecode_principal_uri
John Molakvoæ [Mon, 14 Sep 2020 06:14:40 +0000 (08:14 +0200)]
Merge pull request #22770 from nextcloud/bugfix/noid/urldecode_principal_uri

4 years agoMerge pull request #22806 from nextcloud/fix/unified-search-indexed-result
John Molakvoæ [Sat, 12 Sep 2020 09:25:46 +0000 (11:25 +0200)]
Merge pull request #22806 from nextcloud/fix/unified-search-indexed-result

Fix serializing indexed unified search array as object

4 years agoRemove unneeded isset check 22809/head
Joas Schilling [Fri, 11 Sep 2020 14:20:30 +0000 (16:20 +0200)]
Remove unneeded isset check

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoDashboard: Add photo credits and background picture requirements to Readme 22808/head
Jan C. Borchardt [Fri, 11 Sep 2020 14:07:34 +0000 (16:07 +0200)]
Dashboard: Add photo credits and background picture requirements to Readme

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
4 years agoFix serializing indexed unified search array as object 22806/head
Christoph Wurst [Fri, 11 Sep 2020 13:57:04 +0000 (15:57 +0200)]
Fix serializing indexed unified search array as object

We expect an array of results from the search provider. If the search
provider returns an array with indexes, php will serialize it as object,
not as array (to preserve the keys). The client doesn't need this info,
so we should just discard it and take the values only to always render a
JSON array.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMerge pull request #22791 from nextcloud/fix/noid/ldap-backend-added-post-events
Morris Jobke [Fri, 11 Sep 2020 07:33:21 +0000 (09:33 +0200)]
Merge pull request #22791 from nextcloud/fix/noid/ldap-backend-added-post-events

announce added user and group backend later as there might be interdeps

4 years agoannounce added user and group backend later as there might be interdeps 22791/head
Arthur Schiwon [Thu, 10 Sep 2020 22:09:00 +0000 (00:09 +0200)]
announce added user and group backend later as there might be interdeps

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoMerge pull request #22395 from nextcloud/fix/settings-chunks
John Molakvoæ [Thu, 10 Sep 2020 17:19:56 +0000 (19:19 +0200)]
Merge pull request #22395 from nextcloud/fix/settings-chunks

4 years agoMerge pull request #22562 from nextcloud/version/20.0.0/beta4 v20.0.0beta4
Roeland Jago Douma [Thu, 10 Sep 2020 17:09:21 +0000 (19:09 +0200)]
Merge pull request #22562 from nextcloud/version/20.0.0/beta4

20 beta 4

4 years agoMerge pull request #22780 from nextcloud/bugfix/20921
John Molakvoæ [Thu, 10 Sep 2020 17:01:15 +0000 (19:01 +0200)]
Merge pull request #22780 from nextcloud/bugfix/20921

Fix tense of updater logs

4 years agoCompile assets 22395/head
John Molakvoæ (skjnldsv) [Thu, 10 Sep 2020 16:30:18 +0000 (18:30 +0200)]
Compile assets

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 years agoFix settings chunk loading
John Molakvoæ (skjnldsv) [Mon, 24 Aug 2020 14:23:57 +0000 (16:23 +0200)]
Fix settings chunk loading

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 years agoMerge pull request #22635 from nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-1.4.1
Roeland Jago Douma [Thu, 10 Sep 2020 14:20:59 +0000 (16:20 +0200)]
Merge pull request #22635 from nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-1.4.1

Bump @nextcloud/l10n from 1.4.0 to 1.4.1

4 years agoMerge pull request #22234 from nextcloud/bugfix/noid/reshare-mount
Morris Jobke [Thu, 10 Sep 2020 14:19:04 +0000 (16:19 +0200)]
Merge pull request #22234 from nextcloud/bugfix/noid/reshare-mount

Use user mount with matching shared storage only

4 years agoMerge pull request #22774 from nextcloud/bugfix/noid/no-delay-without-ip
Morris Jobke [Thu, 10 Sep 2020 14:11:06 +0000 (16:11 +0200)]
Merge pull request #22774 from nextcloud/bugfix/noid/no-delay-without-ip

Don't break when the IP is empty

4 years agoMerge pull request #22771 from nextcloud/fix/noid/ldap-group-add-user-update
blizzz [Thu, 10 Sep 2020 14:02:43 +0000 (16:02 +0200)]
Merge pull request #22771 from nextcloud/fix/noid/ldap-group-add-user-update

switch to typed event for LDAPs user added to group case

4 years agoMitigate encoding issue with user principal uri 22770/head
Georg Ehrke [Thu, 10 Sep 2020 10:55:41 +0000 (12:55 +0200)]
Mitigate encoding issue with user principal uri

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
4 years agoMerge pull request #22782 from nextcloud/revert-22687-dependabot/npm_and_yarn/query...
Morris Jobke [Thu, 10 Sep 2020 13:54:15 +0000 (15:54 +0200)]
Merge pull request #22782 from nextcloud/revert-22687-dependabot/npm_and_yarn/query-string-6.13.1

Revert "Bump query-string from 5.1.1 to 6.13.1"

4 years agoRevert "Bump query-string from 5.1.1 to 6.13.1" 22782/head
Morris Jobke [Thu, 10 Sep 2020 13:53:48 +0000 (15:53 +0200)]
Revert "Bump query-string from 5.1.1 to 6.13.1"

4 years agoMerge pull request #22768 from nextcloud/fix/22288/change-0-to-null-for-bmp-encoding
Morris Jobke [Thu, 10 Sep 2020 13:25:08 +0000 (15:25 +0200)]
Merge pull request #22768 from nextcloud/fix/22288/change-0-to-null-for-bmp-encoding

Change 0 to null to properly encode image to BMP if the first pixel is black

4 years agoFix tense of updater logs 22780/head
Nils Wittenbrink [Thu, 10 Sep 2020 13:17:59 +0000 (15:17 +0200)]
Fix tense of updater logs

Signed-off-by: Nils Wittenbrink <nilswittenbrink@web.de>
4 years agoMerge pull request #22739 from nextcloud/bugfix/16989
Morris Jobke [Thu, 10 Sep 2020 13:16:19 +0000 (15:16 +0200)]
Merge pull request #22739 from nextcloud/bugfix/16989

Don't fail if copying a file of 0 byte size

4 years agoMerge pull request #22773 from nextcloud/revert-22614-fix/22606/popover-boundaries
Joas Schilling [Thu, 10 Sep 2020 12:57:28 +0000 (14:57 +0200)]
Merge pull request #22773 from nextcloud/revert-22614-fix/22606/popover-boundaries

Revert "Increase html body height to full content height"

4 years agoBump @nextcloud/l10n from 1.4.0 to 1.4.1 22635/head
dependabot-preview[bot] [Thu, 10 Sep 2020 10:57:21 +0000 (10:57 +0000)]
Bump @nextcloud/l10n from 1.4.0 to 1.4.1

Bumps [@nextcloud/l10n](https://github.com/nextcloud/nextcloud-l10n) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/nextcloud/nextcloud-l10n/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-l10n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-l10n/compare/v1.4.0...v1.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoDon't break when the IP is empty 22774/head
Joas Schilling [Thu, 10 Sep 2020 12:20:27 +0000 (14:20 +0200)]
Don't break when the IP is empty

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #22672 from nextcloud/dependabot/npm_and_yarn/v-click-outside...
Roeland Jago Douma [Thu, 10 Sep 2020 11:57:58 +0000 (13:57 +0200)]
Merge pull request #22672 from nextcloud/dependabot/npm_and_yarn/v-click-outside-3.1.1

Bump v-click-outside from 3.1.0 to 3.1.1

4 years agoRevert "Increase html body height to full content height" 22773/head
Joas Schilling [Thu, 10 Sep 2020 11:33:36 +0000 (13:33 +0200)]
Revert "Increase html body height to full content height"

4 years agoCompile assets 22672/head
npmbuildbot[bot] [Thu, 10 Sep 2020 11:09:14 +0000 (11:09 +0000)]
Compile assets

Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoswitch to typed event for LDAPs user added to group case 22771/head
Arthur Schiwon [Thu, 10 Sep 2020 10:57:10 +0000 (12:57 +0200)]
switch to typed event for LDAPs user added to group case

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoBump v-click-outside from 3.1.0 to 3.1.1
dependabot[bot] [Thu, 10 Sep 2020 10:53:13 +0000 (10:53 +0000)]
Bump v-click-outside from 3.1.0 to 3.1.1

Bumps [v-click-outside](https://github.com/ndelvalle/v-click-outside) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/ndelvalle/v-click-outside/releases)
- [Commits](https://github.com/ndelvalle/v-click-outside/compare/v3.1.0...v3.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agoMerge pull request #22665 from nextcloud/dependabot/composer/build/integration/behat...
Morris Jobke [Thu, 10 Sep 2020 10:52:31 +0000 (12:52 +0200)]
Merge pull request #22665 from nextcloud/dependabot/composer/build/integration/behat/behat-approx-3.7.0

Update behat/behat requirement from ~3.6.1 to ~3.7.0 in /build/integration

4 years agoMerge pull request #22687 from nextcloud/dependabot/npm_and_yarn/query-string-6.13.1
Morris Jobke [Thu, 10 Sep 2020 10:51:00 +0000 (12:51 +0200)]
Merge pull request #22687 from nextcloud/dependabot/npm_and_yarn/query-string-6.13.1

Bump query-string from 5.1.1 to 6.13.1

4 years agoMerge pull request #22747 from nextcloud/s3-isdir-empty
Morris Jobke [Thu, 10 Sep 2020 10:48:37 +0000 (12:48 +0200)]
Merge pull request #22747 from nextcloud/s3-isdir-empty

fix s3 doesDirectoryExist check for empty directories

4 years agoMerge pull request #22622 from nextcloud/dependabot/npm_and_yarn/sass-loader-10.0.2
Morris Jobke [Thu, 10 Sep 2020 10:45:03 +0000 (12:45 +0200)]
Merge pull request #22622 from nextcloud/dependabot/npm_and_yarn/sass-loader-10.0.2

Bump sass-loader from 9.0.3 to 10.0.2

4 years agoMerge pull request #22552 from nextcloud/bugfix/noid/opendocument-templates
Morris Jobke [Thu, 10 Sep 2020 10:42:29 +0000 (12:42 +0200)]
Merge pull request #22552 from nextcloud/bugfix/noid/opendocument-templates

Add opendocument templates to mimetype mappings

4 years agoMerge pull request #22615 from nextcloud/fix/22606/popover-flutter
Morris Jobke [Thu, 10 Sep 2020 10:41:14 +0000 (12:41 +0200)]
Merge pull request #22615 from nextcloud/fix/22606/popover-flutter

Change status popover container

4 years agoMerge pull request #22766 from nextcloud/fix/22507/php-eol-warning
Morris Jobke [Thu, 10 Sep 2020 10:09:58 +0000 (12:09 +0200)]
Merge pull request #22766 from nextcloud/fix/22507/php-eol-warning

Clarify PHP warning in admin settings

4 years agoChange 0 to null to properly encode image to BMP if the first pixel is black 22768/head
Morris Jobke [Thu, 10 Sep 2020 10:07:56 +0000 (12:07 +0200)]
Change 0 to null to properly encode image to BMP if the first pixel is black

Ref #22288

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoMerge pull request #22765 from nextcloud/bugfix/noid/allow-to-get-activities-for...
Morris Jobke [Thu, 10 Sep 2020 09:47:20 +0000 (11:47 +0200)]
Merge pull request #22765 from nextcloud/bugfix/noid/allow-to-get-activities-for-files-by-email-again

Allow to get activities for files by email again

4 years agoMerge pull request #22762 from nextcloud/bugfix/noid/dont-create-debug-log-in-base.php
Morris Jobke [Thu, 10 Sep 2020 09:28:46 +0000 (11:28 +0200)]
Merge pull request #22762 from nextcloud/bugfix/noid/dont-create-debug-log-in-base.php

Don't create a deprecation log in base.php

4 years agoClarify PHP warning in admin settings 22766/head
Morris Jobke [Thu, 10 Sep 2020 09:08:25 +0000 (11:08 +0200)]
Clarify PHP warning in admin settings

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoMerge pull request #22744 from nextcloud/shared-cached-permissions
Morris Jobke [Thu, 10 Sep 2020 08:15:54 +0000 (10:15 +0200)]
Merge pull request #22744 from nextcloud/shared-cached-permissions

only get the permissions from the share source if it's not already cached

4 years agoAllow to get activities for files by email again 22765/head
Joas Schilling [Thu, 10 Sep 2020 08:08:18 +0000 (10:08 +0200)]
Allow to get activities for files by email again

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #22614 from nextcloud/fix/22606/popover-boundaries
Morris Jobke [Thu, 10 Sep 2020 07:34:41 +0000 (09:34 +0200)]
Merge pull request #22614 from nextcloud/fix/22606/popover-boundaries

Increase html body height to full content height

4 years agoAnnotate that writeStream can throw a GenericFileException 22739/head
Julius Härtl [Wed, 9 Sep 2020 07:51:38 +0000 (09:51 +0200)]
Annotate that writeStream can throw a GenericFileException

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoProperly catch exception from writing to stream when copying a file
Julius Härtl [Wed, 9 Sep 2020 07:46:44 +0000 (09:46 +0200)]
Properly catch exception from writing to stream when copying a file

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoDon't create a deprecation log in base.php 22762/head
Joas Schilling [Thu, 10 Sep 2020 07:03:39 +0000 (09:03 +0200)]
Don't create a deprecation log in base.php

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoSet delimiter so that the CommonPrefixes response can properly be determined 22747/head
Julius Härtl [Wed, 9 Sep 2020 13:19:04 +0000 (15:19 +0200)]
Set delimiter so that the CommonPrefixes response can properly be determined

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agofix s3 doesDirectoryExist check for empty directories
Robin Appelman [Wed, 9 Sep 2020 12:29:11 +0000 (14:29 +0200)]
fix s3 doesDirectoryExist check for empty directories

if a directory is empty, only the 'marker' object `/` exists.

since not all s3 implementations return just the prefix when listing objects by prefix,
when listing objects by the folder prefix, nothing will be returned if the directory is empty.
by not including the trailing slash in the prefix, the folder marked will always be returned if it exists

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoMerge pull request #22700 from nextcloud/dependabot/npm_and_yarn/blueimp-md5-2.18.0
Morris Jobke [Wed, 9 Sep 2020 20:09:31 +0000 (22:09 +0200)]
Merge pull request #22700 from nextcloud/dependabot/npm_and_yarn/blueimp-md5-2.18.0

Bump blueimp-md5 from 2.17.0 to 2.18.0

4 years agoMerge pull request #22520 from nextcloud/normalize-path-invalid-utf8
Roeland Jago Douma [Wed, 9 Sep 2020 19:52:36 +0000 (21:52 +0200)]
Merge pull request #22520 from nextcloud/normalize-path-invalid-utf8

dont use `false` as cache key for non utf8 path in normalizePath

4 years agoMerge pull request #22651 from nextcloud/fix/s3/empty_files
Roeland Jago Douma [Wed, 9 Sep 2020 19:43:59 +0000 (21:43 +0200)]
Merge pull request #22651 from nextcloud/fix/s3/empty_files

Fix reading empty files from objectstorage

4 years agoMerge pull request #22663 from nextcloud/dependabot/npm_and_yarn/build/karma-viewport...
Roeland Jago Douma [Wed, 9 Sep 2020 19:24:28 +0000 (21:24 +0200)]
Merge pull request #22663 from nextcloud/dependabot/npm_and_yarn/build/karma-viewport-1.0.7

Bump karma-viewport from 1.0.6 to 1.0.7 in /build

4 years agoMerge pull request #22587 from timm2k/patch-1
Roeland Jago Douma [Wed, 9 Sep 2020 19:21:27 +0000 (21:21 +0200)]
Merge pull request #22587 from timm2k/patch-1

Check if var debugMode exists

4 years agoMerge pull request #22600 from nextcloud/dependabot/npm_and_yarn/build/http-proxy...
Roeland Jago Douma [Wed, 9 Sep 2020 18:55:08 +0000 (20:55 +0200)]
Merge pull request #22600 from nextcloud/dependabot/npm_and_yarn/build/http-proxy-1.18.1

[Security] Bump http-proxy from 1.17.0 to 1.18.1 in /build

4 years agoMerge pull request #22634 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
Roeland Jago Douma [Wed, 9 Sep 2020 18:53:26 +0000 (20:53 +0200)]
Merge pull request #22634 from nextcloud-pr-bot/automated/noid/psalm-baseline-update

[Automated] Update psalm-baseline.xml

4 years agoFix reading empty files from objectstorage 22651/head
Roeland Jago Douma [Mon, 7 Sep 2020 18:53:56 +0000 (20:53 +0200)]
Fix reading empty files from objectstorage

Since we try to do range requests this will fail hard.
However since empty files are not that interesting to read anyways we
just read from an emptry memory stream.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoBump blueimp-md5 from 2.17.0 to 2.18.0 22700/head
dependabot[bot] [Wed, 9 Sep 2020 18:37:49 +0000 (18:37 +0000)]
Bump blueimp-md5 from 2.17.0 to 2.18.0

Bumps [blueimp-md5](https://github.com/blueimp/JavaScript-MD5) from 2.17.0 to 2.18.0.
- [Release notes](https://github.com/blueimp/JavaScript-MD5/releases)
- [Commits](https://github.com/blueimp/JavaScript-MD5/compare/v2.17.0...v2.18.0)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agoMerge pull request #22657 from nextcloud/bugfix/noid/quota-trash-creation
Morris Jobke [Wed, 9 Sep 2020 15:37:28 +0000 (17:37 +0200)]
Merge pull request #22657 from nextcloud/bugfix/noid/quota-trash-creation

Check if quota should be applied to path when creating directories

4 years agoFix code style 22657/head
Morris Jobke [Wed, 9 Sep 2020 15:36:58 +0000 (17:36 +0200)]
Fix code style

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoMerge pull request #22564 from nextcloud/bugfix/noid/show-avatars-again
Morris Jobke [Wed, 9 Sep 2020 15:35:13 +0000 (17:35 +0200)]
Merge pull request #22564 from nextcloud/bugfix/noid/show-avatars-again

The privacy setting is only about syncing to other servers

4 years agoMerge pull request #22660 from nextcloud/dependabot/composer/psalm/phar-3.15
Morris Jobke [Wed, 9 Sep 2020 15:10:06 +0000 (17:10 +0200)]
Merge pull request #22660 from nextcloud/dependabot/composer/psalm/phar-3.15

Bump psalm/phar from 3.12.2 to 3.15

4 years agoonly get the permissions from the share source if it's not already cached 22744/head
Robin Appelman [Wed, 9 Sep 2020 11:48:48 +0000 (13:48 +0200)]
only get the permissions from the share source if it's not already cached

this prevents having to setup the share source when doing metadata stuff on the share root

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoMerge pull request #22648 from nextcloud/bugfix/noid/transfer-all-shares
Joas Schilling [Wed, 9 Sep 2020 11:32:43 +0000 (13:32 +0200)]
Merge pull request #22648 from nextcloud/bugfix/noid/transfer-all-shares

Transfer shares if no path provided

4 years agoMerge pull request #22636 from nextcloud/bugfix/noid/initial-stte-cspv3
Joas Schilling [Wed, 9 Sep 2020 11:11:59 +0000 (13:11 +0200)]
Merge pull request #22636 from nextcloud/bugfix/noid/initial-stte-cspv3

Make sure that getConfig is still called for browsers that do not support CSPv3

4 years agoMerge pull request #22729 from nextcloud/fix/object_storage_permissions_shortcut
Morris Jobke [Wed, 9 Sep 2020 08:43:37 +0000 (10:43 +0200)]
Merge pull request #22729 from nextcloud/fix/object_storage_permissions_shortcut

Run stat less often for objectstorages

4 years agoUpdate psalm baseline 22634/head
Nextcloud-PR-Bot [Wed, 9 Sep 2020 04:23:34 +0000 (04:23 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
4 years agoMerge pull request #22649 from nextcloud/fix/noid/user-settings-event
blizzz [Tue, 8 Sep 2020 21:50:01 +0000 (23:50 +0200)]
Merge pull request #22649 from nextcloud/fix/noid/user-settings-event

emit typed event for user management

4 years agoemit typed event for user management 22649/head
Arthur Schiwon [Mon, 7 Sep 2020 15:51:07 +0000 (17:51 +0200)]
emit typed event for user management

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoRun stat less often for objectstorages 22729/head
Roeland Jago Douma [Tue, 8 Sep 2020 12:38:36 +0000 (14:38 +0200)]
Run stat less often for objectstorages

When we want to get the permissions we now do stat at least 5 times for
each entry. Which is a bit much. Especially since the permssions are all
just in the database already.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMake sure tests cover the new mkdir behaviour on 0 quota
Julius Härtl [Tue, 8 Sep 2020 09:35:32 +0000 (11:35 +0200)]
Make sure tests cover the new mkdir behaviour on 0 quota

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoRemove unused members and imports 22564/head
Joas Schilling [Tue, 8 Sep 2020 08:45:35 +0000 (10:45 +0200)]
Remove unused members and imports

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #22646 from nextcloud/bugfix/mimetype-mapping
Roeland Jago Douma [Tue, 8 Sep 2020 08:41:09 +0000 (10:41 +0200)]
Merge pull request #22646 from nextcloud/bugfix/mimetype-mapping

Fix detecting text/x-php mimetype and secure mimetype mapping

4 years agoMerge pull request #22647 from nextcloud/fix/noid/depcreated-methods-settings
Roeland Jago Douma [Tue, 8 Sep 2020 08:35:24 +0000 (10:35 +0200)]
Merge pull request #22647 from nextcloud/fix/noid/depcreated-methods-settings

fix use of removed escapeHTML in settings.js

4 years agoMerge pull request #22641 from nextcloud/fix/credentials-store-upgrade-property-undefined
Roeland Jago Douma [Tue, 8 Sep 2020 08:26:23 +0000 (10:26 +0200)]
Merge pull request #22641 from nextcloud/fix/credentials-store-upgrade-property-undefined

Fix undefined class property access after upgrade from 19 to 20

4 years agoMerge pull request #22638 from nextcloud/bugfix/noid/dashboard-category-icon
Roeland Jago Douma [Tue, 8 Sep 2020 07:58:19 +0000 (09:58 +0200)]
Merge pull request #22638 from nextcloud/bugfix/noid/dashboard-category-icon

Add icon for dashboard app store category

4 years agoMerge pull request #22469 from nextcloud/bugfix/noid/oracle-casting-select-distinct
Joas Schilling [Tue, 8 Sep 2020 07:40:11 +0000 (09:40 +0200)]
Merge pull request #22469 from nextcloud/bugfix/noid/oracle-casting-select-distinct

Don't use SELECT DISTINCT when to_char() is used in a WHERE statement

4 years agoBump query-string from 5.1.1 to 6.13.1 22687/head
dependabot[bot] [Tue, 8 Sep 2020 06:39:30 +0000 (06:39 +0000)]
Bump query-string from 5.1.1 to 6.13.1

Bumps [query-string](https://github.com/sindresorhus/query-string) from 5.1.1 to 6.13.1.
- [Release notes](https://github.com/sindresorhus/query-string/releases)
- [Commits](https://github.com/sindresorhus/query-string/compare/v5.1.1...v6.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #22712 from nextcloud/fix/dependabot-config
John Molakvoæ [Tue, 8 Sep 2020 07:11:23 +0000 (09:11 +0200)]
Merge pull request #22712 from nextcloud/fix/dependabot-config

Delete dependabot.yml

4 years agoDelete dependabot.yml 22712/head
John Molakvoæ [Tue, 8 Sep 2020 06:56:33 +0000 (08:56 +0200)]
Delete dependabot.yml

4 years agoUpdate behat/behat requirement in /build/integration 22665/head
dependabot[bot] [Tue, 8 Sep 2020 06:37:56 +0000 (06:37 +0000)]
Update behat/behat requirement in /build/integration

Updates the requirements on [behat/behat](https://github.com/Behat/Behat) to permit the latest version.
- [Release notes](https://github.com/Behat/Behat/releases)
- [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Behat/Behat/compare/v3.6.1...v3.7.0)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agoBump karma-viewport from 1.0.6 to 1.0.7 in /build 22663/head
dependabot[bot] [Tue, 8 Sep 2020 06:37:47 +0000 (06:37 +0000)]
Bump karma-viewport from 1.0.6 to 1.0.7 in /build

Bumps [karma-viewport](https://github.com/squidfunk/karma-viewport) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/squidfunk/karma-viewport/releases)
- [Changelog](https://github.com/squidfunk/karma-viewport/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/karma-viewport/compare/1.0.6...1.0.7)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agoBump psalm/phar from 3.12.2 to 3.15 22660/head
dependabot[bot] [Tue, 8 Sep 2020 06:37:34 +0000 (06:37 +0000)]
Bump psalm/phar from 3.12.2 to 3.15

Bumps [psalm/phar](https://github.com/psalm/phar) from 3.12.2 to 3.15.
- [Release notes](https://github.com/psalm/phar/releases)
- [Commits](https://github.com/psalm/phar/compare/3.12.2...3.15)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agoMerge pull request #22642 from nextcloud/dependabot/config
John Molakvoæ [Tue, 8 Sep 2020 06:36:26 +0000 (08:36 +0200)]
Merge pull request #22642 from nextcloud/dependabot/config

Move to automated dependabot merging

4 years agoSplit target-branch between stablexx branches until it supports Arrays 22642/head
John Molakvoæ (skjnldsv) [Tue, 8 Sep 2020 06:32:14 +0000 (08:32 +0200)]
Split target-branch between stablexx branches until it supports Arrays

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 years agoChange status popover container 22615/head
Raimund Schlüßler [Sat, 5 Sep 2020 19:30:14 +0000 (21:30 +0200)]
Change status popover container

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
4 years agoCheck if quota should be applied to path when creating directories
Julius Härtl [Tue, 8 Sep 2020 05:33:54 +0000 (07:33 +0200)]
Check if quota should be applied to path when creating directories

This fixes an issue where the files_trashbin hierarchy of a user could
not been created as the mkdir operations were blocked by the quota
storage wrapper. Even with 0 quota, users should be able to have a
trashbin for external storages.

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agofixes use of removed escapeHTML in settings.js 22647/head
Arthur Schiwon [Mon, 7 Sep 2020 20:57:45 +0000 (22:57 +0200)]
fixes use of removed escapeHTML in settings.js

- solves non-working "additional settings" sections (at least)

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoMerge pull request #22643 from nextcloud/bugfix/noid/fix-installing-on-oracle
Morris Jobke [Mon, 7 Sep 2020 18:55:50 +0000 (20:55 +0200)]
Merge pull request #22643 from nextcloud/bugfix/noid/fix-installing-on-oracle

Fix installing on Oracle

4 years agoMerge pull request #22650 from nextcloud/fix/noid/fix-psalm-warning
Morris Jobke [Mon, 7 Sep 2020 18:41:49 +0000 (20:41 +0200)]
Merge pull request #22650 from nextcloud/fix/noid/fix-psalm-warning

Only load viewer in settings if the viewer app is enabled

4 years agoMerge pull request #22644 from nextcloud/fix/license-headers-20-2
Morris Jobke [Mon, 7 Sep 2020 18:34:36 +0000 (20:34 +0200)]
Merge pull request #22644 from nextcloud/fix/license-headers-20-2

Update license headers for Nextcloud 20 (again)

4 years agoOnly load viewer in settings if the viewer app is enabled 22650/head
Morris Jobke [Mon, 7 Sep 2020 16:02:57 +0000 (18:02 +0200)]
Only load viewer in settings if the viewer app is enabled

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoTransfer shares if no path provided 22648/head
Julius Härtl [Mon, 7 Sep 2020 15:35:29 +0000 (17:35 +0200)]
Transfer shares if no path provided

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoAdd text/x-php as an alternative for application/x-php 22646/head
Julius Härtl [Mon, 7 Sep 2020 14:43:00 +0000 (16:43 +0200)]
Add text/x-php as an alternative for application/x-php

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoProperly add both mimetypes to secure mimetype mapping
Julius Härtl [Mon, 7 Sep 2020 14:29:39 +0000 (16:29 +0200)]
Properly add both mimetypes to secure mimetype mapping

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoMerge pull request #22639 from nextcloud/feature/20916/move-unified-search-to-ocs-api
John Molakvoæ [Mon, 7 Sep 2020 14:16:10 +0000 (16:16 +0200)]
Merge pull request #22639 from nextcloud/feature/20916/move-unified-search-to-ocs-api

Move unified search to OCS api

4 years agoMerge pull request #22548 from nextcloud/bugfix/noid/improved_status_cleanup
Roeland Jago Douma [Mon, 7 Sep 2020 13:19:42 +0000 (15:19 +0200)]
Merge pull request #22548 from nextcloud/bugfix/noid/improved_status_cleanup

Improved status cleanup

4 years agoDon't use SELECT DISTINCT when to_char() is used in a WHERE statement 22469/head
Joas Schilling [Fri, 28 Aug 2020 06:57:06 +0000 (08:57 +0200)]
Don't use SELECT DISTINCT when to_char() is used in a WHERE statement

Nice bug in Oracle

Signed-off-by: Joas Schilling <coding@schilljs.com>