]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
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 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 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 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 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>
4 years agoMove to automated dependabot merging
John Molakvoæ (skjnldsv) [Mon, 7 Sep 2020 09:43:49 +0000 (11:43 +0200)]
Move to automated dependabot merging

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 years agoUpdate license headers for Nextcloud 20 (again) 22644/head
Christoph Wurst [Mon, 7 Sep 2020 12:37:44 +0000 (14:37 +0200)]
Update license headers for Nextcloud 20 (again)

There are still lots of outdated headers, so time for another round of
updates.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoFix undefined class property access after upgrade from 19 to 20 22641/head
Christoph Wurst [Mon, 7 Sep 2020 09:21:16 +0000 (11:21 +0200)]
Fix undefined class property access after upgrade from 19 to 20

The serialized data in 19 has one property less and this was not
considered in the code. Hence adding a fallback. Moreover I'm changing
the deserialization into an array instead of object, as that is the
safer option.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoWarn about adding NotNull columns with nullable default 22643/head
Joas Schilling [Mon, 7 Sep 2020 11:14:49 +0000 (13:14 +0200)]
Warn about adding NotNull columns with nullable default

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoFix installing on Oracle
Joas Schilling [Mon, 7 Sep 2020 09:55:03 +0000 (11:55 +0200)]
Fix installing on Oracle

Empty strings are stored as null in Oracle,
so a column with NotNull can not have an empty string as default

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #22589 from nextcloud/bugfix/noid/allow-additional-personal-settin...
blizzz [Mon, 7 Sep 2020 09:34:06 +0000 (11:34 +0200)]
Merge pull request #22589 from nextcloud/bugfix/noid/allow-additional-personal-settings-via-normal-registration

Allow additional personal settings via normal registration

4 years agoAlways use IUserStatus consts 22548/head
Georg Ehrke [Thu, 3 Sep 2020 14:23:35 +0000 (16:23 +0200)]
Always use IUserStatus consts

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
4 years agoAdd MigrationStep to add better Indizes
Georg Ehrke [Wed, 2 Sep 2020 12:33:40 +0000 (14:33 +0200)]
Add MigrationStep to add better Indizes

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
4 years agoDo not display Offline statuses in the Dashboard widget
Georg Ehrke [Wed, 2 Sep 2020 10:25:54 +0000 (12:25 +0200)]
Do not display Offline statuses in the Dashboard widget

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
4 years agoMove unified search to OCS api 22639/head
Joas Schilling [Mon, 7 Sep 2020 08:47:10 +0000 (10:47 +0200)]
Move unified search to OCS api

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #22637 from nextcloud/bugfix/noid/fix-css-selector-for-status...
Julien Veyssier [Mon, 7 Sep 2020 08:53:54 +0000 (10:53 +0200)]
Merge pull request #22637 from nextcloud/bugfix/noid/fix-css-selector-for-status-icon

Fix weather status icon selector with nextcloud/vue update

4 years agoMerge pull request #22617 from nextcloud/dependabot/npm_and_yarn/babel/core-7.11.6
Roeland Jago Douma [Mon, 7 Sep 2020 08:38:01 +0000 (10:38 +0200)]
Merge pull request #22617 from nextcloud/dependabot/npm_and_yarn/babel/core-7.11.6

Bump @babel/core from 7.11.4 to 7.11.6

4 years agoAdd icon for dashboard app store category 22638/head
Julius Härtl [Mon, 7 Sep 2020 08:17:54 +0000 (10:17 +0200)]
Add icon for dashboard app store category

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoFix weather status icon selector with nextcloud/vue update 22637/head
Joas Schilling [Mon, 7 Sep 2020 07:51:30 +0000 (09:51 +0200)]
Fix weather status icon selector with nextcloud/vue update

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMake sure that getConfig is still called for browsers that do not support CSPv3 22636/head
Julius Härtl [Mon, 7 Sep 2020 07:37:49 +0000 (09:37 +0200)]
Make sure that getConfig is still called for browsers that do not support CSPv3

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoBetter cleanup routine for statuses
Georg Ehrke [Wed, 2 Sep 2020 10:25:02 +0000 (12:25 +0200)]
Better cleanup routine for statuses

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
4 years agoHeartbeatController: PHPDoc fixes
Georg Ehrke [Wed, 2 Sep 2020 10:03:04 +0000 (12:03 +0200)]
HeartbeatController: PHPDoc fixes

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
4 years agoIntroduce consts for statuses
Georg Ehrke [Wed, 2 Sep 2020 09:49:14 +0000 (11:49 +0200)]
Introduce consts for statuses

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
4 years agoBump @babel/core from 7.11.4 to 7.11.6 22617/head
dependabot-preview[bot] [Mon, 7 Sep 2020 06:51:27 +0000 (06:51 +0000)]
Bump @babel/core from 7.11.4 to 7.11.6

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.11.4 to 7.11.6.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.11.6/packages/babel-core)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoMerge pull request #22136 from nextcloud/design/reasons-to-use-nextcloud
Roeland Jago Douma [Mon, 7 Sep 2020 06:49:05 +0000 (08:49 +0200)]
Merge pull request #22136 from nextcloud/design/reasons-to-use-nextcloud

Add 'Reasons to use Nextcloud in your organization' call to action in settings

4 years agoMerge pull request #21945 from nextcloud/fix-contact-download-picture
John Molakvoæ [Mon, 7 Sep 2020 06:40:23 +0000 (08:40 +0200)]
Merge pull request #21945 from nextcloud/fix-contact-download-picture

Changed Content-Disposition header to download Contact Photo with correct extension

4 years agoAdd 'Reasons to use Nextcloud in your organization' call to action in settings 22136/head
Jan C. Borchardt [Thu, 6 Aug 2020 20:55:30 +0000 (22:55 +0200)]
Add 'Reasons to use Nextcloud in your organization' call to action in settings

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 7 Sep 2020 02:16:39 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #22583 from nextcloud/fix/noid/remove-unused-code
Roeland Jago Douma [Sun, 6 Sep 2020 17:55:00 +0000 (19:55 +0200)]
Merge pull request #22583 from nextcloud/fix/noid/remove-unused-code

LDAP: remove unused methods and DB values

4 years agoMerge pull request #22605 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
Roeland Jago Douma [Sun, 6 Sep 2020 17:46:07 +0000 (19:46 +0200)]
Merge pull request #22605 from nextcloud-pr-bot/automated/noid/psalm-baseline-update

[Automated] Update psalm-baseline.xml

4 years agoUpdate psalm baseline 22605/head
Nextcloud-PR-Bot [Sun, 6 Sep 2020 04:22:33 +0000 (04:22 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 6 Sep 2020 02:16:52 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoChange Content-Disposition Header 21945/head
Jacob Neplokh [Sat, 5 Sep 2020 18:44:01 +0000 (11:44 -0700)]
Change Content-Disposition Header

- Make ALLOWED_CONTENT_TYPES public in order to use
- Add $fileName variable which uses "$node->getName()" to get the proper file name and "$file->getMimeType()" along with the ALLOWED_CONTENT_TYPES array in PhotoCache.php to get the proper file extension
- Make "$fileName" the name of the file in the Content-Disposition header when downloading a Contact's photo
- Add filename to the CardDAV integration image export test header
- Change headers in ImageExportPluginTest to reflect changes

Signed-off-by: Jacob Neplokh <me@jacobneplokh.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 5 Sep 2020 02:16:45 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #22531 from nextcloud/fix/save-statuses
John Molakvoæ [Fri, 4 Sep 2020 19:24:52 +0000 (21:24 +0200)]
Merge pull request #22531 from nextcloud/fix/save-statuses

Fix dashboard statuses toggling

4 years agoMerge pull request #22597 from nextcloud/techdebt/noid/allow-to-di-the-settings-manager
Roeland Jago Douma [Fri, 4 Sep 2020 18:22:52 +0000 (20:22 +0200)]
Merge pull request #22597 from nextcloud/techdebt/noid/allow-to-di-the-settings-manager

Add missing alias for OCP\Settings\IManager and deprecate the old one

4 years ago[Security] Bump http-proxy from 1.17.0 to 1.18.1 in /build 22600/head
dependabot-preview[bot] [Fri, 4 Sep 2020 18:10:40 +0000 (18:10 +0000)]
[Security] Bump http-proxy from 1.17.0 to 1.18.1 in /build

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1. **This update includes a security fix.**
- [Release notes](https://github.com/http-party/node-http-proxy/releases)
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/http-party/node-http-proxy/compare/1.17.0...1.18.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoMerge pull request #17456 from brad2014/feature/brad2014/12391-improve-imip-mail...
John Molakvoæ [Fri, 4 Sep 2020 17:53:02 +0000 (19:53 +0200)]
Merge pull request #17456 from brad2014/feature/brad2014/12391-improve-imip-mail-message-take-2

4 years agoMerge pull request #22543 from nextcloud/bugfix/noid/dont-keep-menu-open-for-next...
John Molakvoæ [Fri, 4 Sep 2020 17:51:00 +0000 (19:51 +0200)]
Merge pull request #22543 from nextcloud/bugfix/noid/dont-keep-menu-open-for-next-user-after-delete

Don't keep menu open for next user after deleting one

4 years agoMerge pull request #22596 from nextcloud/build-weather-status
John Molakvoæ [Fri, 4 Sep 2020 17:50:30 +0000 (19:50 +0200)]
Merge pull request #22596 from nextcloud/build-weather-status

Build weather-status to solve design issues

4 years agobuild weather-status to solve design issues 22596/head
Julien Veyssier [Fri, 4 Sep 2020 14:07:01 +0000 (16:07 +0200)]
build weather-status to solve design issues

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agorefs #22468 fix empty php array becoming an array instead of an object in UI 22531/head
Julien Veyssier [Mon, 31 Aug 2020 15:44:30 +0000 (17:44 +0200)]
refs #22468 fix empty php array becoming an array instead of an object in UI

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
4 years agoAdd missing alias for OCP\Settings\IManager and deprecate the old one 22597/head
Joas Schilling [Fri, 4 Sep 2020 14:39:01 +0000 (16:39 +0200)]
Add missing alias for OCP\Settings\IManager and deprecate the old one

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoDon't keep menu open for next user after deleting one 22543/head
Joas Schilling [Tue, 1 Sep 2020 18:56:08 +0000 (20:56 +0200)]
Don't keep menu open for next user after deleting one

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #22577 from nextcloud/bugfix/noid/better-error-when-chunk-assembli...
Joas Schilling [Fri, 4 Sep 2020 13:50:11 +0000 (15:50 +0200)]
Merge pull request #22577 from nextcloud/bugfix/noid/better-error-when-chunk-assembling-is-denied

Better error message when blocked by access control

4 years agoAllow additional personal settings via normal registration 22589/head
Joas Schilling [Fri, 4 Sep 2020 13:21:48 +0000 (15:21 +0200)]
Allow additional personal settings via normal registration

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoCheck if var debugMode exists 22587/head
timm2k [Fri, 4 Sep 2020 11:50:14 +0000 (13:50 +0200)]
Check if var debugMode exists

Closes #21150 a second time.
2nd appearance of debugMode may not seen in first fix.

4 years agoMerge pull request #22573 from nextcloud/bugfix/noid/tooltip-dashboard-firstrun
Roeland Jago Douma [Fri, 4 Sep 2020 11:34:49 +0000 (13:34 +0200)]
Merge pull request #22573 from nextcloud/bugfix/noid/tooltip-dashboard-firstrun

Remove tooltip on customize button in dashboard

4 years agoadd repair step to clean up DB off lastFeatureRefresh entries in user prefs 22583/head
Arthur Schiwon [Fri, 4 Sep 2020 08:51:41 +0000 (10:51 +0200)]
add repair step to clean up DB off lastFeatureRefresh entries in user prefs

- also removes related app setting "updateAttributesInterval"

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agothese code bits were part of old logic that was already refactored out
Arthur Schiwon [Fri, 4 Sep 2020 08:27:25 +0000 (10:27 +0200)]
these code bits were part of old logic that was already refactored out

- only references were in unit tests

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoMerge pull request #22540 from nextcloud/bugfix/noid/fix_status_nc2.6_regressions
John Molakvoæ [Fri, 4 Sep 2020 08:37:37 +0000 (10:37 +0200)]
Merge pull request #22540 from nextcloud/bugfix/noid/fix_status_nc2.6_regressions

Adapt status menu styles to nc/vue 2.6

4 years agoMerge pull request #22578 from nextcloud/up/files_external/smb
Roeland Jago Douma [Fri, 4 Sep 2020 08:26:21 +0000 (10:26 +0200)]
Merge pull request #22578 from nextcloud/up/files_external/smb

Upgrade icewind/smb to 3.2.7

4 years agoMerge pull request #22550 from nextcloud/bugfix/13556/use-correct-root-when-compiling...
Joas Schilling [Fri, 4 Sep 2020 06:58:07 +0000 (08:58 +0200)]
Merge pull request #22550 from nextcloud/bugfix/13556/use-correct-root-when-compiling-scss

Use the correct root to determinate the webroot for the resource

4 years agoUpgrade icewind/smb to 3.2.7 22578/head
Roeland Jago Douma [Fri, 4 Sep 2020 06:57:27 +0000 (08:57 +0200)]
Upgrade icewind/smb to 3.2.7

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoBetter error message when blocked by access control 22577/head
Joas Schilling [Fri, 4 Sep 2020 06:51:35 +0000 (08:51 +0200)]
Better error message when blocked by access control

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoRemove tooltip on customize button in dashboard 22573/head
Julius Härtl [Fri, 4 Sep 2020 06:10:59 +0000 (08:10 +0200)]
Remove tooltip on customize button in dashboard

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 4 Sep 2020 02:17:18 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #21082 from nextcloud/enh/noid/apps-settings
Roeland Jago Douma [Thu, 3 Sep 2020 20:13:27 +0000 (22:13 +0200)]
Merge pull request #21082 from nextcloud/enh/noid/apps-settings

Show changelog in apps management