]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
2 years agoAllow using composer plugin with composer 2.2
Julius Härtl [Mon, 27 Dec 2021 08:57:29 +0000 (09:57 +0100)]
Allow using composer plugin with composer 2.2

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoMerge pull request #30441 from nextcloud/techdebt/generic-user-status-mapper
Carl Schwan [Thu, 30 Dec 2021 10:00:53 +0000 (11:00 +0100)]
Merge pull request #30441 from nextcloud/techdebt/generic-user-status-mapper

Make the UserStatusMapper a generic instance of QBMapper

2 years agoMerge pull request #29531 from nextcloud/bugfix/noid/flow-auth-v2-apptoken
John Molakvoæ [Thu, 30 Dec 2021 07:14:23 +0000 (08:14 +0100)]
Merge pull request #29531 from nextcloud/bugfix/noid/flow-auth-v2-apptoken

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 30 Dec 2021 02:28:02 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #30296 from nextcloud/enhancement/strict-2fa-middleware
Julius Härtl [Wed, 29 Dec 2021 17:23:32 +0000 (18:23 +0100)]
Merge pull request #30296 from nextcloud/enhancement/strict-2fa-middleware

2 years agoMerge pull request #30353 from nextcloud/fix/localhost-external-share
Carl Schwan [Wed, 29 Dec 2021 16:44:51 +0000 (17:44 +0100)]
Merge pull request #30353 from nextcloud/fix/localhost-external-share

Handle external share with invalid host

2 years agoMerge pull request #30385 from nextcloud/fix/30278/sort_algorithm
Christoph Wurst [Wed, 29 Dec 2021 16:23:45 +0000 (17:23 +0100)]
Merge pull request #30385 from nextcloud/fix/30278/sort_algorithm

Sort app scripts topologically by its dependencies

2 years agoSort app scripts topologically by its dependencies 30385/head
Jonas Meurer [Wed, 22 Dec 2021 18:34:41 +0000 (19:34 +0100)]
Sort app scripts topologically by its dependencies

Implement a proper topological sorting algorithm. Based on the
implementation by https://github.com/marcj/topsort.php

Logs an error in case a circular dependency is detected.

Fixes: #30278
Signed-off-by: Jonas Meurer <jonas@freesources.org>
2 years agoMake the UserStatusMapper a generic instance of QBMapper 30441/head
Christoph Wurst [Wed, 29 Dec 2021 14:40:06 +0000 (15:40 +0100)]
Make the UserStatusMapper a generic instance of QBMapper

This removes our manual overrides and helps static analysis.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years agoMerge pull request #29530 from nextcloud/bugfix/noid/username-prefill
Julius Härtl [Wed, 29 Dec 2021 13:58:35 +0000 (14:58 +0100)]
Merge pull request #29530 from nextcloud/bugfix/noid/username-prefill

2 years agoMerge pull request #28542 from nextcloud/enh/s3-put-limit
Julius Härtl [Wed, 29 Dec 2021 13:57:12 +0000 (14:57 +0100)]
Merge pull request #28542 from nextcloud/enh/s3-put-limit

2 years agoMerge pull request #30400 from nextcloud/dependabot/npm_and_yarn/marked-4.0.8
Louis [Wed, 29 Dec 2021 13:52:20 +0000 (14:52 +0100)]
Merge pull request #30400 from nextcloud/dependabot/npm_and_yarn/marked-4.0.8

Bump marked from 4.0.7 to 4.0.8

2 years agoMake max size for single put uploads configurable 28542/head
Julius Härtl [Fri, 20 Aug 2021 15:05:49 +0000 (17:05 +0200)]
Make max size for single put uploads configurable

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoAlso pass user on flow v2 landing 29530/head
Julius Härtl [Mon, 22 Nov 2021 11:58:42 +0000 (12:58 +0100)]
Also pass user on flow v2 landing

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoPass username prefill through unauthenticated request redirects
Julius Härtl [Wed, 3 Nov 2021 09:53:05 +0000 (10:53 +0100)]
Pass username prefill through unauthenticated request redirects

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoProperly apply the username prefill
Julius Härtl [Wed, 3 Nov 2021 09:49:45 +0000 (10:49 +0100)]
Properly apply the username prefill

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoBump marked from 4.0.7 to 4.0.8 30400/head
dependabot[bot] [Wed, 29 Dec 2021 09:45:48 +0000 (09:45 +0000)]
Bump marked from 4.0.7 to 4.0.8

Bumps [marked](https://github.com/markedjs/marked) from 4.0.7 to 4.0.8.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v4.0.7...v4.0.8)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #30403 from nextcloud/dependabot/npm_and_yarn/jquery-ui-dist-1...
Julius Härtl [Wed, 29 Dec 2021 09:44:55 +0000 (10:44 +0100)]
Merge pull request #30403 from nextcloud/dependabot/npm_and_yarn/jquery-ui-dist-1.13.0

2 years agoMerge pull request #30413 from nextcloud/fix/app-authors-with-homepage
John Molakvoæ [Wed, 29 Dec 2021 07:57:13 +0000 (08:57 +0100)]
Merge pull request #30413 from nextcloud/fix/app-authors-with-homepage

2 years agoMerge pull request #30402 from nextcloud/dependabot/npm_and_yarn/sass-1.45.1
Julius Härtl [Wed, 29 Dec 2021 07:53:06 +0000 (08:53 +0100)]
Merge pull request #30402 from nextcloud/dependabot/npm_and_yarn/sass-1.45.1

2 years agoBump sass from 1.45.0 to 1.45.1 30402/head
dependabot[bot] [Wed, 29 Dec 2021 00:48:12 +0000 (00:48 +0000)]
Bump sass from 1.45.0 to 1.45.1

Bumps [sass](https://github.com/sass/dart-sass) from 1.45.0 to 1.45.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.45.0...1.45.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoAdd the Groupware Team as contactsinteraction co-maintainer 30413/head
Christoph Wurst [Mon, 27 Dec 2021 14:52:02 +0000 (15:52 +0100)]
Add the Groupware Team as contactsinteraction co-maintainer

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years agoFix rendering app authors with homepage or email
Christoph Wurst [Mon, 27 Dec 2021 11:27:50 +0000 (12:27 +0100)]
Fix rendering app authors with homepage or email

When the first author of an app doesn't have homepage/email attributes
set in info.xml then any further author was rendered as `[object
Object]` due to the complex XML node seralized to a JavaScript string.
The logic was fixed so that it converts any of the authors to simple
text.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years agoMerge pull request #30392 from nextcloud/fix/missing-properties-propertypath-index
Julius Härtl [Tue, 28 Dec 2021 12:22:53 +0000 (13:22 +0100)]
Merge pull request #30392 from nextcloud/fix/missing-properties-propertypath-index

2 years agoMerge pull request #28610 from nextcloud/enh/preview-cleanup-query
Julius Härtl [Tue, 28 Dec 2021 12:20:02 +0000 (13:20 +0100)]
Merge pull request #28610 from nextcloud/enh/preview-cleanup-query

2 years agoMerge pull request #29948 from nextcloud/enh/webdav-creationdate
John Molakvoæ [Tue, 28 Dec 2021 09:13:38 +0000 (10:13 +0100)]
Merge pull request #29948 from nextcloud/enh/webdav-creationdate

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 28 Dec 2021 02:27:39 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoBump jquery-ui-dist from 1.12.1 to 1.13.0 30403/head
dependabot[bot] [Sat, 25 Dec 2021 02:03:29 +0000 (02:03 +0000)]
Bump jquery-ui-dist from 1.12.1 to 1.13.0

Bumps [jquery-ui-dist](https://github.com/jquery/jquery-ui) from 1.12.1 to 1.13.0.
- [Release notes](https://github.com/jquery/jquery-ui/releases)
- [Commits](https://github.com/jquery/jquery-ui/compare/1.12.1...1.13.0)

---
updated-dependencies:
- dependency-name: jquery-ui-dist
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #30364 from nextcloud/enh/noid/improve-personal-settings-mobile
John Molakvoæ [Mon, 27 Dec 2021 09:58:02 +0000 (10:58 +0100)]
Merge pull request #30364 from nextcloud/enh/noid/improve-personal-settings-mobile

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 27 Dec 2021 02:27:18 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 25 Dec 2021 02:27:18 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 24 Dec 2021 02:29:10 +0000 (02:29 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoAdd missing index for propertypath only queries against properties 30392/head
Christoph Wurst [Thu, 23 Dec 2021 10:34:51 +0000 (11:34 +0100)]
Add missing index for propertypath only queries against properties

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years agoimprove personal settings on mobile 30364/head
szaimen [Tue, 21 Dec 2021 12:06:10 +0000 (13:06 +0100)]
improve personal settings on mobile

Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #30370 from nextcloud/lint/fix-s3connectiontrait
Julius Härtl [Thu, 23 Dec 2021 08:03:21 +0000 (09:03 +0100)]
Merge pull request #30370 from nextcloud/lint/fix-s3connectiontrait

Fix php-cs for S3ConnectionTrait.php

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 23 Dec 2021 02:27:47 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #30338 from quentinguidee/refine-settings-groupware
Greta [Wed, 22 Dec 2021 13:08:29 +0000 (14:08 +0100)]
Merge pull request #30338 from quentinguidee/refine-settings-groupware

Fix groupware visual issue and improve spacing

2 years agoMerge pull request #30371 from quentinguidee/refine-devices-sessions-table
Carl Schwan [Wed, 22 Dec 2021 09:02:40 +0000 (10:02 +0100)]
Merge pull request #30371 from quentinguidee/refine-devices-sessions-table

Devices & sessions: fix misaligned header

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 22 Dec 2021 02:28:07 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoDevices & sessions: fix misaligned header 30371/head
Quentin Guidée [Mon, 20 Dec 2021 09:32:31 +0000 (10:32 +0100)]
Devices & sessions: fix misaligned header

Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com>
2 years agoFix php-cs for S3ConnectionTrait.php 30370/head
Julius Härtl [Tue, 21 Dec 2021 20:35:46 +0000 (21:35 +0100)]
Fix php-cs for S3ConnectionTrait.php

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoMerge pull request #28438 from csware/issue-1649
John Molakvoæ [Tue, 21 Dec 2021 14:10:50 +0000 (15:10 +0100)]
Merge pull request #28438 from csware/issue-1649

2 years agoMerge pull request #27493 from cuppett/cuppett/simplify-aws-credential-provider
Julius Härtl [Tue, 21 Dec 2021 10:58:52 +0000 (11:58 +0100)]
Merge pull request #27493 from cuppett/cuppett/simplify-aws-credential-provider

2 years agoMerge pull request #29879 from nextcloud/bugfix/noid/sharing-enumeration-addressbooks
Julius Härtl [Tue, 21 Dec 2021 07:11:04 +0000 (08:11 +0100)]
Merge pull request #29879 from nextcloud/bugfix/noid/sharing-enumeration-addressbooks

2 years agoMerge pull request #30305 from nextcloud/fix-persistent-tooltip-in-the-new-folder...
John Molakvoæ [Tue, 21 Dec 2021 07:03:11 +0000 (08:03 +0100)]
Merge pull request #30305 from nextcloud/fix-persistent-tooltip-in-the-new-folder-input-of-the-file-picker

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 21 Dec 2021 02:27:52 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoFix groupware visual issue: compile js files 30338/head
Quentin Guidée [Mon, 20 Dec 2021 19:23:33 +0000 (20:23 +0100)]
Fix groupware visual issue: compile js files

Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com>
2 years agoFix persistent tooltip in the "new folder" input of the file picker 30305/head
Daniel Calviño Sánchez [Fri, 17 Dec 2021 06:24:38 +0000 (07:24 +0100)]
Fix persistent tooltip in the "new folder" input of the file picker

When a new folder is tried to be created in the file picker dialog a
tooltip is shown on the input if the folder name exists already.
However, this tooltip was not cleared, so it was still shown even if the
name was fixed, the folder was created and then the "New folder" input
was shown again.

Now the tooltip is cleared as soon as the input changes, as keeping it
shown in that case did not provide any benefit either (and it is
consistent with how the "new folder" input works in the Files app view).

The input is also cleared whenever the menu that shows the input is
opened again, as otherwise the tooltip would be still shown if the menu
was closed and opened again without changing the input (and the menu
could be opened again after changing to another directory where the new
folder name is no longer duplicated).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2 years agoMerge pull request #30128 from nextcloud/fix/bump-sabre/vobject-to-4.4.1
MichaIng [Mon, 20 Dec 2021 17:52:18 +0000 (18:52 +0100)]
Merge pull request #30128 from nextcloud/fix/bump-sabre/vobject-to-4.4.1

Bump sabre/vobject to 4.4.1

2 years agoMerge pull request #30299 from nextcloud/fix/log_files
John Molakvoæ [Mon, 20 Dec 2021 16:27:05 +0000 (17:27 +0100)]
Merge pull request #30299 from nextcloud/fix/log_files

2 years agoBump sabre/vobject to 4.4.1 30128/head
Côme Chilliet [Tue, 7 Dec 2021 10:31:52 +0000 (11:31 +0100)]
Bump sabre/vobject to 4.4.1

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoCheck if directoy is writable instead of possibly missing file 30299/head
Carl Schwan [Thu, 16 Dec 2021 16:04:10 +0000 (17:04 +0100)]
Check if directoy is writable instead of possibly missing file

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #30279 from nextcloud/fix/30278/script_deps
John Molakvoæ [Mon, 20 Dec 2021 14:29:33 +0000 (15:29 +0100)]
Merge pull request #30279 from nextcloud/fix/30278/script_deps

2 years agoHandle external share with invalid host 30353/head
Carl Schwan [Mon, 20 Dec 2021 14:20:52 +0000 (15:20 +0100)]
Handle external share with invalid host

remoteIsOwnCloud might throw an exception when the host is localhost.
Handle this case instead of aborting completely. The behavior is the
same as that is done 10 lines under it

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoFix groupware visual issue: remove useless additional class
Quentin Guidée [Mon, 20 Dec 2021 11:11:04 +0000 (12:11 +0100)]
Fix groupware visual issue: remove useless additional class

Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com>
2 years agoFurther improve addScript logic, migrate to uksort() 30279/head
Jonas Meurer [Fri, 17 Dec 2021 12:30:09 +0000 (13:30 +0100)]
Further improve addScript logic, migrate to uksort()

Instead of the logic with `first` and `last`, store dependencies in an
own array and sort the scripts topologically by its dependencies later.

Signed-off-by: Jonas Meurer <jonas@freesources.org>
2 years agoImprove unit testing for Util::addScript() and Util::getScript()
Jonas Meurer [Fri, 17 Dec 2021 12:26:43 +0000 (13:26 +0100)]
Improve unit testing for Util::addScript() and Util::getScript()

Instead of checking for a predefined order of the scripts, test the
logic: core first, dependencies before their children, no duplicates and
all scripts still listed.

Signed-off-by: Jonas Meurer <jonas@freesources.org>
2 years agoSort app scripts by dependencies (Fixes: #30278)
Jonas Meurer [Wed, 15 Dec 2021 12:41:36 +0000 (13:41 +0100)]
Sort app scripts by dependencies (Fixes: #30278)

Signed-off-by: Jonas Meurer <jonas@freesources.org>
2 years agoFix groupware visual issue and improve spacing
Quentin Guidée [Sun, 19 Dec 2021 22:54:17 +0000 (23:54 +0100)]
Fix groupware visual issue and improve spacing

Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com>
2 years agoMerge pull request #30322 from nextcloud/enh/noid/fix-help-settings-overlapping
Louis [Mon, 20 Dec 2021 09:27:38 +0000 (10:27 +0100)]
Merge pull request #30322 from nextcloud/enh/noid/fix-help-settings-overlapping

fix overlapping in the help settings section

2 years agoMerge pull request #29329 from nextcloud/fix/noid/groups-unwarranted-members
John Molakvoæ [Mon, 20 Dec 2021 09:07:55 +0000 (10:07 +0100)]
Merge pull request #29329 from nextcloud/fix/noid/groups-unwarranted-members

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 20 Dec 2021 02:29:39 +0000 (02:29 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #27403 from nextcloud/enh/opcache-usage-based-recommendations
MichaIng [Mon, 20 Dec 2021 00:07:34 +0000 (01:07 +0100)]
Merge pull request #27403 from nextcloud/enh/opcache-usage-based-recommendations

Enhance and complement OPcache setup checks

2 years agoEnhance and complement OPcache setup checks 27403/head
MichaIng [Sat, 5 Jun 2021 20:18:21 +0000 (22:18 +0200)]
Enhance and complement OPcache setup checks

The current OPcache recommendations match the PHP defaults, but the values are much higher than required to run Nextcloud, even with a high number of installed apps. On the other hand, when other applications use the same OPcache instance, the recommended values might not be sufficient. Accurate recommendations need to take into account actual OPcache usage.

With this commit, recommendations are shown to raise the config value if more than 90% of max cache size or number of keys is used.

The checks whether the module is loaded and whether the OPcache is properly configured have been merged into a single function. This allowed to reduce the overhead of OPcache configuration checks when the module is not loaded.

A check has been added whether Nextcloud is permitted to use the OPcache API. Without this, inconsistencies during core or app upgrades may cause errors and OPcache usage cannot be determined for the new usage based checks.

OPcache usage based checks are skipped when Nextcloud is not permitted to use the API.

Signed-off-by: MichaIng <micha@dietpi.com>
2 years agoMerge pull request #30218 from nextcloud/dependabot/npm_and_yarn/build/puppeteer...
MichaIng [Sun, 19 Dec 2021 18:08:59 +0000 (19:08 +0100)]
Merge pull request #30218 from nextcloud/dependabot/npm_and_yarn/build/puppeteer-13.0.0

Bump puppeteer from 12.0.1 to 13.0.0 in /build

2 years agoBump puppeteer from 12.0.1 to 13.0.0 in /build 30218/head
dependabot[bot] [Mon, 13 Dec 2021 00:48:36 +0000 (00:48 +0000)]
Bump puppeteer from 12.0.1 to 13.0.0 in /build

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 12.0.1 to 13.0.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v12.0.1...v13.0.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoMerge pull request #30304 from nextcloud/automated/noid/psalm-baseline-update-1639714304
MichaIng [Sun, 19 Dec 2021 03:56:10 +0000 (04:56 +0100)]
Merge pull request #30304 from nextcloud/automated/noid/psalm-baseline-update-1639714304

[Automated] Update psalm-baseline.xml

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 19 Dec 2021 02:29:19 +0000 (02:29 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #30324 from nextcloud/dependabot/npm_and_yarn/core-js-3.20.0
dependabot[bot] [Sat, 18 Dec 2021 16:26:36 +0000 (16:26 +0000)]
Merge pull request #30324 from nextcloud/dependabot/npm_and_yarn/core-js-3.20.0

2 years agoBump core-js from 3.19.3 to 3.20.0 30324/head
dependabot[bot] [Sat, 18 Dec 2021 03:13:51 +0000 (03:13 +0000)]
Bump core-js from 3.19.3 to 3.20.0

Bumps [core-js](https://github.com/zloirock/core-js) from 3.19.3 to 3.20.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/compare/v3.19.3...v3.20.0)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #30326 from nextcloud/dependabot/composer/build/integration/sabre...
dependabot[bot] [Sat, 18 Dec 2021 05:46:09 +0000 (05:46 +0000)]
Merge pull request #30326 from nextcloud/dependabot/composer/build/integration/sabre/dav-4.3.0

2 years agoUpdate sabre/dav requirement from 4.2.3 to 4.3.0 in /build/integration 30326/head
dependabot[bot] [Sat, 18 Dec 2021 04:08:53 +0000 (04:08 +0000)]
Update sabre/dav requirement from 4.2.3 to 4.3.0 in /build/integration

Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav) to permit the latest version.
- [Release notes](https://github.com/sabre-io/dav/releases)
- [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sabre-io/dav/compare/4.2.3...4.3.0)

---
updated-dependencies:
- dependency-name: sabre/dav
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 18 Dec 2021 02:27:28 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agofix overlapping in the help settings section 30322/head
szaimen [Fri, 17 Dec 2021 20:35:46 +0000 (21:35 +0100)]
fix overlapping in the help settings section

Signed-off-by: szaimen <szaimen@e.mail.de>
2 years agoMerge pull request #30130 from nextcloud/fix/config_is_read_only
Christoph Wurst [Fri, 17 Dec 2021 13:39:40 +0000 (14:39 +0100)]
Merge pull request #30130 from nextcloud/fix/config_is_read_only

Don't write to config file if `config_is_read_only` is set

2 years agoMerge pull request #30281 from nextcloud/bugfix/30280/fix-confused-notifier-with...
Vincent Petry [Fri, 17 Dec 2021 07:01:55 +0000 (08:01 +0100)]
Merge pull request #30281 from nextcloud/bugfix/30280/fix-confused-notifier-with-null-group

Ignore non-existing groups when notifying group shares

2 years agoUpdate psalm baseline 30304/head
nextcloud-command [Fri, 17 Dec 2021 04:11:44 +0000 (04:11 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 17 Dec 2021 02:28:52 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #30119 from nextcloud/bugfix/noid/direct-editor-translation
azul [Thu, 16 Dec 2021 18:09:59 +0000 (19:09 +0100)]
Merge pull request #30119 from nextcloud/bugfix/noid/direct-editor-translation

Use proper translation source for direct editing

2 years agofix translation source in directEditing templates 30119/head 30298/head
Azul [Thu, 16 Dec 2021 15:28:58 +0000 (16:28 +0100)]
fix translation source in directEditing templates

The 'Empty file' string is translated in `lib` - not in `core`.

Signed-off-by: Azul <azul@riseup.net>
2 years agoMerge pull request #29862 from nextcloud/fix/support-php-8.1-2
Côme Chilliet [Thu, 16 Dec 2021 13:24:47 +0000 (14:24 +0100)]
Merge pull request #29862 from nextcloud/fix/support-php-8.1-2

Support PHP 8.1 - Second batch

2 years agoEnable strict types for the 2FA middleware 30296/head
Christoph Wurst [Thu, 16 Dec 2021 12:58:25 +0000 (13:58 +0100)]
Enable strict types for the 2FA middleware

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years agoMerge pull request #30283 from nextcloud/enhancement/two-factor-code-owners
Joas Schilling [Thu, 16 Dec 2021 12:37:54 +0000 (13:37 +0100)]
Merge pull request #30283 from nextcloud/enhancement/two-factor-code-owners

Specify code owners for 2FA

2 years agoMerge pull request #30111 from nextcloud/enh/29973/option-disallow-local-storage
Vincent Petry [Thu, 16 Dec 2021 10:12:31 +0000 (11:12 +0100)]
Merge pull request #30111 from nextcloud/enh/29973/option-disallow-local-storage

Add option to disallow creation of local storages

2 years agoAvoid deprecation warnings about libxml_disable_entity_loader in PHP 8.1 29862/head
Côme Chilliet [Thu, 16 Dec 2021 09:35:03 +0000 (10:35 +0100)]
Avoid deprecation warnings about libxml_disable_entity_loader in PHP 8.1

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoAvoid Deprecation warning from Zip tests on PHP 8.1
Côme Chilliet [Thu, 16 Dec 2021 08:58:40 +0000 (09:58 +0100)]
Avoid Deprecation warning from Zip tests on PHP 8.1

It is not allowed anymore to open an empty file as a new zip archive.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoFix PHP deprecation warning in File/ViewTest
Côme Chilliet [Mon, 6 Dec 2021 14:33:47 +0000 (15:33 +0100)]
Fix PHP deprecation warning in File/ViewTest

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoAllow minor release of PHP 8.1 to be used as well
Côme Chilliet [Thu, 2 Dec 2021 15:31:19 +0000 (16:31 +0100)]
Allow minor release of PHP 8.1 to be used as well

No reason to allow 8.1.0 and not 8.1.1.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoAdd 8.1 tests to CI
Côme Chilliet [Mon, 29 Nov 2021 11:03:26 +0000 (12:03 +0100)]
Add 8.1 tests to CI

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoFix LDAP related docblocks types
Côme Chilliet [Mon, 29 Nov 2021 10:42:27 +0000 (11:42 +0100)]
Fix LDAP related docblocks types

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoAdd PHP 8.1 LDAP classes to ignored missing classes in psalm for docblocks
Côme Chilliet [Mon, 29 Nov 2021 10:02:46 +0000 (11:02 +0100)]
Add PHP 8.1 LDAP classes to ignored missing classes in psalm for docblocks

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoFix OCA\Settings\Tests\Settings\Admin\SharingTest
Côme Chilliet [Thu, 28 Oct 2021 14:48:12 +0000 (16:48 +0200)]
Fix OCA\Settings\Tests\Settings\Admin\SharingTest

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoFix PHP 8.1 support for user_ldap application
Côme Chilliet [Tue, 26 Oct 2021 14:43:39 +0000 (16:43 +0200)]
Fix PHP 8.1 support for user_ldap application

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoFix tests on PHP 8.1 for encryption, files_sharing, files_version,
Côme Chilliet [Tue, 26 Oct 2021 14:42:19 +0000 (16:42 +0200)]
Fix tests on PHP 8.1 for encryption, files_sharing, files_version,

  files_trashbin and theming apps

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoFix theming tests on PHP 8.1
Côme Chilliet [Tue, 26 Oct 2021 12:41:37 +0000 (14:41 +0200)]
Fix theming tests on PHP 8.1

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoAllow running Nextcloud with PHP 8.1
Côme Chilliet [Tue, 19 Oct 2021 15:08:57 +0000 (17:08 +0200)]
Allow running Nextcloud with PHP 8.1

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMerge pull request #30266 from nextcloud/fix/share-not-being-displayed-tab
John Molakvoæ [Thu, 16 Dec 2021 07:50:48 +0000 (08:50 +0100)]
Merge pull request #30266 from nextcloud/fix/share-not-being-displayed-tab

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 16 Dec 2021 02:27:47 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoSpecify code owners for 2FA 30283/head
Christoph Wurst [Wed, 15 Dec 2021 14:47:56 +0000 (15:47 +0100)]
Specify code owners for 2FA

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years agoDiscard share notification for non-existing groups 30281/head
Vincent Petry [Wed, 15 Dec 2021 13:25:39 +0000 (14:25 +0100)]
Discard share notification for non-existing groups

Group shares might exist even after a group got deleted.

This fix catches the situation and discards the notification for the
obsolete group.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Co-authored-by: Joas Schilling <coding@schilljs.com>