]>
source.dussan.org Git - nextcloud-server.git/log
Christoph Wurst [Wed, 20 Oct 2021 16:02:33 +0000 (18:02 +0200)]
Bump Symfony family and friends to v4.4.30
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
John Molakvoæ [Wed, 20 Oct 2021 15:38:23 +0000 (17:38 +0200)]
Merge pull request #29334 from nextcloud/fix/dav-availability-settings-duplicate-slots
Christoph Wurst [Wed, 20 Oct 2021 15:32:10 +0000 (17:32 +0200)]
Merge pull request #28314 from nextcloud/sharing-ibootstrap
move files_sharing to IBootStrap
Christoph Wurst [Wed, 20 Oct 2021 15:31:43 +0000 (17:31 +0200)]
Merge pull request #29320 from nextcloud/bugfix/28261/fix-basic-auth-for-oauth-token-endpoint
Fix basic auth for OAuth token endpoint
Joas Schilling [Wed, 20 Oct 2021 14:25:07 +0000 (16:25 +0200)]
Merge pull request #29269 from nextcloud/feature/28751/provide-contactsmenu-as-ocs-simple
Add an OCS endpoint for the hovercard contact actions
Carl Schwan [Wed, 20 Oct 2021 14:00:38 +0000 (16:00 +0200)]
Merge pull request #29313 from nextcloud/fix/status-menu-update
Fix status menu item not listening to status change events
Joas Schilling [Wed, 20 Oct 2021 12:43:45 +0000 (14:43 +0200)]
Change origin field to appId
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 20 Oct 2021 10:27:55 +0000 (12:27 +0200)]
Merge pull request #29260 from nextcloud/fix/user_status_enumeration2
Respect user enumeration settings in user status lists
blizzz [Wed, 20 Oct 2021 10:22:33 +0000 (12:22 +0200)]
Merge pull request #29255 from nextcloud/updateAppstoreCrl
update CRL after revocation of twofactor_rcdevsopenotp.crt
Christoph Wurst [Wed, 20 Oct 2021 10:15:56 +0000 (12:15 +0200)]
Prevent duplicate CalDAV availability slots for recurring slots
If there is the same time slot for more than one day, then we wrote two
recurring AVAILABILITY components before. With this patch equal blocks
are combined into one recurring component. This makes the generated
rules more compact and easier to work with.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
John Molakvoæ [Wed, 20 Oct 2021 08:47:23 +0000 (10:47 +0200)]
Do not remove current user on findOne
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
John Molakvoæ [Mon, 18 Oct 2021 16:19:37 +0000 (18:19 +0200)]
Add appName to contactsmenu action API
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Jonas Meurer [Tue, 19 Oct 2021 08:56:07 +0000 (10:56 +0200)]
Add integration tests for user_status API
Signed-off-by: Jonas Meurer <jonas@freesources.org>
Jonas Meurer [Thu, 8 Jul 2021 16:26:27 +0000 (18:26 +0200)]
Respect user enumeration settings in user status lists
So far, the functions to find user statuses listed didn't respect user
enumeration settings (`shareapi_allow_share_dialog_user_enumeration`
and `shareapi_restrict_user_enumeration_to_group` core app settings).
Fix this privacy issue by returning an empty list in case
`shareapi_allow_share_dialog_user_enumeration` is unset or
`shareapi_restrict_user_enumeration_to_group` is set.
In the long run, we might want to return users from common groups if
`shareapi_restrict_user_enumeration_to_group` is set. It's complicated
to implement this in a way that scales, though. See the discussion at
https://github.com/nextcloud/server/pull/27879#pullrequestreview-
753655308
for details.
Also, don't register the user_status dashboard widget at all if
`shareapi_allow_share_dialog_user_enumeration` is unset or
`shareapi_restrict_user_enumeration_to_group` is set.
Fixes: #27122
Signed-off-by: Jonas Meurer <jonas@freesources.org>
Joas Schilling [Fri, 15 Oct 2021 06:49:41 +0000 (08:49 +0200)]
Add an OCS endpoint for the hovercard contact actions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Carl Schwan [Tue, 19 Oct 2021 08:57:30 +0000 (10:57 +0200)]
Fix status menu item not listening to status change events
This makes it so that the status menu item listens to user_status:status.updated
events even when they are triggered outside of the user status modal.
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Louis [Wed, 20 Oct 2021 07:41:36 +0000 (09:41 +0200)]
Merge pull request #29331 from nextcloud/automated/noid/psalm-baseline-update
[Automated] Update psalm-baseline.xml
nextcloud-command [Wed, 20 Oct 2021 04:11:07 +0000 (04:11 +0000)]
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Nextcloud bot [Wed, 20 Oct 2021 02:43:00 +0000 (02:43 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Wed, 20 Oct 2021 02:23:10 +0000 (02:23 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Robin Appelman [Tue, 19 Oct 2021 14:41:23 +0000 (14:41 +0000)]
Merge pull request #28541 from nextcloud/path-prefix-index2
add a prefix index to filecache.path, attempt 2
Joas Schilling [Tue, 19 Oct 2021 11:03:23 +0000 (13:03 +0200)]
Fix basic auth for OAuth token endpoint
Don't try to login when a client is trying to get a OAuth token.
OAuth needs to support basic auth too, so the login is not valid
inside Nextcloud and the Login exception would ruin it.
Signed-off-by: Joas Schilling <coding@schilljs.com>
Robin Appelman [Fri, 13 Aug 2021 15:02:27 +0000 (17:02 +0200)]
fix federated sharing
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Thu, 12 Aug 2021 11:31:29 +0000 (13:31 +0200)]
update tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Wed, 11 Aug 2021 15:24:37 +0000 (17:24 +0200)]
use the correct navigation manager for the shares
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Mon, 9 Aug 2021 14:06:23 +0000 (16:06 +0200)]
call setupSharingMenus again
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Wed, 4 Aug 2021 16:59:47 +0000 (18:59 +0200)]
move files_sharing to IBootStrap
Signed-off-by: Robin Appelman <robin@icewind.nl>
John Molakvoæ [Tue, 19 Oct 2021 08:46:00 +0000 (10:46 +0200)]
Merge pull request #29202 from nextcloud/release/23.0.0beta1
John Molakvoæ [Tue, 19 Oct 2021 08:42:11 +0000 (10:42 +0200)]
Merge branch 'master' into release/23.0.0beta1
Julius Härtl [Tue, 19 Oct 2021 08:20:56 +0000 (10:20 +0200)]
Merge pull request #29295 from nextcloud/fix/button-clip
Christoph Wurst [Tue, 19 Oct 2021 08:14:08 +0000 (10:14 +0200)]
Merge pull request #29310 from nextcloud/fix/dav-availability-settings-trailing-commas
Add missing trailing commas in DAV availability settings
Christoph Wurst [Tue, 19 Oct 2021 07:44:19 +0000 (09:44 +0200)]
Add missing trailing commas in DAV availability settings
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Christoph Wurst [Tue, 19 Oct 2021 07:36:41 +0000 (09:36 +0200)]
Merge pull request #29308 from nextcloud/bugfix/noid/fix-missing-app-version-increment
Fix missing app version increment to trigger migrations
Joas Schilling [Tue, 19 Oct 2021 06:40:53 +0000 (08:40 +0200)]
Fix missing app version increment to trigger migrations
Signed-off-by: Joas Schilling <coding@schilljs.com>
Pytal [Tue, 19 Oct 2021 06:03:58 +0000 (23:03 -0700)]
Merge pull request #28751 from nextcloud/feat/28139/profile-page
Christopher Ng [Thu, 14 Oct 2021 08:28:54 +0000 (08:28 +0000)]
Profile frontend
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Christopher Ng [Thu, 14 Oct 2021 08:19:40 +0000 (08:19 +0000)]
Profile backend
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Thu, 14 Oct 2021 08:05:17 +0000 (08:05 +0000)]
Add new account properties
- New properties
- Organisation
- Role
- Headline
- Biography
- Profile Enabled property
- Fix errors with building default account properties
- Fix L10N factory method `getLanguage` not public error
- Update tests
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Nextcloud bot [Tue, 19 Oct 2021 02:22:47 +0000 (02:22 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Christoph Wurst [Mon, 18 Oct 2021 20:56:49 +0000 (22:56 +0200)]
Merge pull request #27466 from nextcloud/feature/dav-scheduling-availability-settings
Add scheduling availability settings
Carl Schwan [Mon, 18 Oct 2021 19:52:28 +0000 (21:52 +0200)]
Merge pull request #28403 from nextcloud/work/status
Add an API to set and rollback the user status
Joas Schilling [Mon, 18 Oct 2021 19:20:05 +0000 (21:20 +0200)]
Merge pull request #29259 from nextcloud/bugfix/29257/fix-app-upgrade
Fix app upgrade
Carl Schwan [Wed, 11 Aug 2021 08:36:24 +0000 (10:36 +0200)]
Add an API to set and rollback the user status
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Christoph Wurst [Thu, 10 Jun 2021 18:15:13 +0000 (20:15 +0200)]
Add scheduling availability settings
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Carl Schwan [Mon, 18 Oct 2021 10:57:40 +0000 (12:57 +0200)]
Fix cliping issues in alternative logging buttons
The issues was caused because the button with its margins was bigger
than the parent. Instead of setting the margin of the button, add
padding to the parent. This is more reliable.
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Christoph Wurst [Mon, 18 Oct 2021 08:00:21 +0000 (10:00 +0200)]
Merge pull request #29285 from nextcloud/fix/php-7.3-deprecation
Deprecate PHP7.3 for Nextcloud 23
John Molakvoæ [Mon, 18 Oct 2021 07:54:22 +0000 (09:54 +0200)]
Merge pull request #28768 from nextcloud/check-file-exists
Christoph Wurst [Mon, 18 Oct 2021 07:15:54 +0000 (09:15 +0200)]
Deprecate PHP7.3 for Nextcloud 23
* 7.3 reaches EOL shortly after the release of 23.0.0
* Nextcloud 24 will require PHP7.4
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Christopher Ng [Thu, 14 Oct 2021 07:48:16 +0000 (07:48 +0000)]
Add profile templates
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Vincent Petry [Mon, 18 Oct 2021 06:34:44 +0000 (08:34 +0200)]
Merge pull request #29243 from nextcloud/bugfix/noid/ipropagator-sizedifference
Add already used optional sizeDifference parameter to IPropagator
Nextcloud bot [Mon, 18 Oct 2021 02:24:45 +0000 (02:24 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Daniel [Sun, 17 Oct 2021 20:03:29 +0000 (22:03 +0200)]
Merge pull request #29279 from nextcloud/Valdnet-patch-1
l10n: Spelling unification
dependabot[bot] [Sun, 17 Oct 2021 15:02:51 +0000 (15:02 +0000)]
Merge pull request #29273 from nextcloud/dependabot/npm_and_yarn/core-js-3.18.3
dependabot[bot] [Sat, 16 Oct 2021 01:03:48 +0000 (01:03 +0000)]
Bump core-js from 3.18.2 to 3.18.3
Bumps [core-js](https://github.com/zloirock/core-js) from 3.18.2 to 3.18.3.
- [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.18.2...v3.18.3)
---
updated-dependencies:
- dependency-name: core-js
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>
Valdnet [Sun, 17 Oct 2021 12:16:05 +0000 (14:16 +0200)]
l10n: Spelling unification
Spelling unification in Transifex.
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Nextcloud bot [Sun, 17 Oct 2021 02:22:00 +0000 (02:22 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Daniel [Sat, 16 Oct 2021 10:19:50 +0000 (12:19 +0200)]
Merge pull request #29274 from nextcloud/automated/noid/psalm-baseline-update
[Automated] Update psalm-baseline.xml
Julius Härtl [Sat, 16 Oct 2021 09:33:38 +0000 (11:33 +0200)]
Merge pull request #28991 from nextcloud/feature/bulk_upload
Louis Chemineau [Fri, 15 Oct 2021 09:57:39 +0000 (11:57 +0200)]
Clean BulkUpload plugin
Signed-off-by: Louis Chemineau <louis@chmn.me>
nextcloud-command [Sat, 16 Oct 2021 04:11:07 +0000 (04:11 +0000)]
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
dependabot[bot] [Sat, 16 Oct 2021 02:41:12 +0000 (02:41 +0000)]
Merge pull request #29272 from nextcloud/dependabot/npm_and_yarn/sass-1.43.2
dependabot[bot] [Sat, 16 Oct 2021 02:30:10 +0000 (02:30 +0000)]
Merge pull request #29271 from nextcloud/dependabot/npm_and_yarn/testing-library/user-event-13.4.1
Nextcloud bot [Sat, 16 Oct 2021 02:23:22 +0000 (02:23 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
dependabot[bot] [Sat, 16 Oct 2021 01:02:28 +0000 (01:02 +0000)]
Bump sass from 1.42.1 to 1.43.2
Bumps [sass](https://github.com/sass/dart-sass) from 1.42.1 to 1.43.2.
- [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.42.1...1.43.2)
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Sat, 16 Oct 2021 01:01:45 +0000 (01:01 +0000)]
Bump @testing-library/user-event from 13.2.1 to 13.4.1
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.2.1 to 13.4.1.
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/user-event/compare/v13.2.1...v13.4.1)
---
updated-dependencies:
- dependency-name: "@testing-library/user-event"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Carl Schwan [Fri, 15 Oct 2021 18:59:43 +0000 (20:59 +0200)]
Merge pull request #29240 from nextcloud/work/admin-delegation-implementation
Add support for Delegation Settings for more apps
Carl Schwan [Fri, 15 Oct 2021 18:59:08 +0000 (20:59 +0200)]
Merge pull request #29210 from nextcloud/work/status-navbar-vue
Add current status in navbar
Carl Schwan [Wed, 13 Oct 2021 10:13:17 +0000 (12:13 +0200)]
Add current status in navbar
This ports the code to vue and if the user_status app is disabled this
goes back to the previous behavior.
The Avatar vue components detects changes of the status automatically.
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Carl Schwan [Thu, 14 Oct 2021 13:07:14 +0000 (15:07 +0200)]
Add support for Delegation Settings for more apps
* This adds support for the sharing, groupware, theming and user_ldap
app
* This adds some code who disapeared during a rebase in the initial
delegation PR (provisioning_api)
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Vincent Petry [Fri, 15 Oct 2021 14:16:57 +0000 (16:16 +0200)]
Merge pull request #29090 from nextcloud/bug/noid/disable-versions-expire-background-job
Add configuration flag to disable the background job for files_versions
Daniel [Fri, 15 Oct 2021 13:49:13 +0000 (15:49 +0200)]
Merge pull request #29125 from nextcloud/bug/noid/disable-trash-expire-background-job
Add configuration flag to disable the background job for files_trashbin
Robin Appelman [Fri, 15 Oct 2021 13:30:51 +0000 (13:30 +0000)]
Merge pull request #29185 from nextcloud/revert-29165-bug/noid/s3-delete-folder-versions
Revert "Delete S3 versions in rmdir"
Joas Schilling [Fri, 15 Oct 2021 12:16:08 +0000 (14:16 +0200)]
Fix app upgrade
Signed-off-by: Joas Schilling <coding@schilljs.com>
Louis Chemineau [Mon, 20 Sep 2021 16:29:24 +0000 (18:29 +0200)]
Add benchmark tests
Signed-off-by: Louis Chemineau <louis@chmn.me>
Louis Chemineau [Thu, 16 Sep 2021 17:09:38 +0000 (19:09 +0200)]
Add BulkUpload DAV plugin
Signed-off-by: Louis Chemineau <louis@chmn.me>
Daniel [Fri, 15 Oct 2021 09:33:37 +0000 (11:33 +0200)]
Merge pull request #29188 from nextcloud/enhancement/public-write-api
Add calendar object creation API to OCP
Matthieu Gallien [Fri, 15 Oct 2021 09:14:02 +0000 (11:14 +0200)]
update CRL after revocation of twofactor_rcdevsopenotp.crt
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
John Molakvoæ [Fri, 15 Oct 2021 09:09:23 +0000 (11:09 +0200)]
Merge pull request #27217 from nextcloud/techdebt/noid/make-debugging-a-cron-job-easier
John Molakvoæ [Fri, 15 Oct 2021 09:06:32 +0000 (11:06 +0200)]
Merge pull request #29235 from nextcloud/feat/appstore/enterprise
John Molakvoæ [Fri, 15 Oct 2021 09:03:08 +0000 (11:03 +0200)]
Merge pull request #29180 from nextcloud/bug/27798/fix-php-error-in-ldap-access
Daniel [Fri, 15 Oct 2021 08:06:16 +0000 (10:06 +0200)]
Merge pull request #29247 from nextcloud/automated/noid/psalm-baseline-update
[Automated] Update psalm-baseline.xml
Daniel [Fri, 15 Oct 2021 08:04:44 +0000 (10:04 +0200)]
Merge pull request #29248 from nextcloud/fix/noid/doc-bkgscan
Fix background scan doc in config
Vincent Petry [Fri, 15 Oct 2021 07:56:57 +0000 (09:56 +0200)]
Fix background scan doc in config
The background scanner only processes entries with size < 0
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Anna Larch [Tue, 12 Oct 2021 14:30:00 +0000 (16:30 +0200)]
Add create method to extended calendar implementation
Signed-off-by: Anna Larch <anna@nextcloud.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
nextcloud-command [Fri, 15 Oct 2021 04:11:13 +0000 (04:11 +0000)]
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Nextcloud bot [Fri, 15 Oct 2021 02:26:04 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Pytal [Thu, 14 Oct 2021 21:51:15 +0000 (14:51 -0700)]
Merge pull request #29241 from nextcloud/fix/new-jcrop
Daniel [Thu, 14 Oct 2021 20:45:25 +0000 (22:45 +0200)]
Merge pull request #29246 from nextcloud/fix/make-psalm-happer
Change return type to correct type
Anna Larch [Thu, 14 Oct 2021 18:52:04 +0000 (20:52 +0200)]
Change return type to correct type
Signed-off-by: Anna Larch <anna@nextcloud.com>
Christoph Wurst [Thu, 14 Oct 2021 17:29:34 +0000 (19:29 +0200)]
Merge pull request #29231 from nextcloud/fix/calendar-providers-instances
Build instances of the calendar providers before using them
Christoph Wurst [Thu, 14 Oct 2021 17:27:28 +0000 (19:27 +0200)]
Merge pull request #29245 from nextcloud/artonge-patch-1
Add mapping for louis [CI SKIP]
Louis [Thu, 14 Oct 2021 16:10:34 +0000 (18:10 +0200)]
Add mapping for louis [CI SKIP]
Signed-off-by: Louis Chemineau <louis@chmn.me>
Christoph Wurst [Thu, 14 Oct 2021 16:09:12 +0000 (18:09 +0200)]
Merge pull request #29244 from nextcloud/add-kesselb-mailmap
Add mapping for kesselb [CI SKIP]
Daniel Kesselberg [Thu, 14 Oct 2021 15:38:23 +0000 (17:38 +0200)]
Add mapping for kesselb [CI SKIP]
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Julius Härtl [Thu, 14 Oct 2021 15:11:34 +0000 (17:11 +0200)]
Add already used optional sizeDifference parameter to IPropagator
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Christoph Wurst [Thu, 14 Oct 2021 09:12:55 +0000 (11:12 +0200)]
Build instances of the calendar providers before using them
What we get from the registration context are only the class names. We
still have to load the classes before we can use them.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Christoph Wurst [Thu, 14 Oct 2021 13:47:07 +0000 (15:47 +0200)]
Switch to the "new" jcrop
The old one didn't work with recent versions of node. The patched one
does. This also replaces the github dep with a real npm registry one.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
John Molakvoæ [Thu, 14 Oct 2021 09:57:28 +0000 (11:57 +0200)]
Send the subscription key to the appstore requests
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Côme Chilliet [Thu, 14 Oct 2021 10:16:43 +0000 (12:16 +0200)]
Use Psr\Log\LoggerInterface where it can easily be used in user_ldap
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Julius Härtl [Thu, 14 Oct 2021 10:58:34 +0000 (12:58 +0200)]
Merge pull request #29157 from nextcloud/enh/opendocument