]>
source.dussan.org Git - nextcloud-server.git/log
Simon L [Sun, 13 Nov 2022 22:13:48 +0000 (23:13 +0100)]
Merge pull request #35070 from nextcloud/fix/34993/ldap-user-manager-must-not-be-shared
[LDAP] always create instance of own user manager
Julius Härtl [Sun, 13 Nov 2022 16:07:45 +0000 (17:07 +0100)]
Merge pull request #33482 from nextcloud/bugfix/app-version-disabled
Show version from appinfo on occ app:list
Julius Härtl [Sun, 13 Nov 2022 16:06:49 +0000 (17:06 +0100)]
Merge pull request #34746 from nextcloud/add-calendar-settings-section
Add Calendar settings section
Nextcloud bot [Sun, 13 Nov 2022 02:14:30 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 12 Nov 2022 02:14:56 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Simon L [Sat, 12 Nov 2022 01:14:01 +0000 (02:14 +0100)]
Merge pull request #34829 from nextcloud/Valdnet-patch-3
l10n: Improve styling
Simon L [Fri, 11 Nov 2022 16:11:21 +0000 (17:11 +0100)]
Merge pull request #34994 from Glandos/fileinfo_perf
[Performance] Test valid path only if file info has to be retrieved
Robin Appelman [Fri, 11 Nov 2022 16:09:26 +0000 (17:09 +0100)]
Merge pull request #34485 from michaelkuhn/hasBigIntConversionPendingColumns-files_trash
Fix hasBigIntConversionPendingColumns missing files_trash
Simon L [Fri, 11 Nov 2022 16:08:21 +0000 (17:08 +0100)]
Merge pull request #35015 from natoponen/patch-1
Appropriate length check in Notification.php
Simon L [Fri, 11 Nov 2022 15:56:29 +0000 (16:56 +0100)]
Merge pull request #35105 from nextcloud/fix/noid/imaginary-distorted-previews
Fix distorted previews when using imaginary
Julius Härtl [Mon, 8 Aug 2022 13:02:27 +0000 (15:02 +0200)]
Show version from appinfo on occ app:list
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Richard Steinmetz [Fri, 11 Nov 2022 13:21:05 +0000 (14:21 +0100)]
Fix distorted previews when using imaginary
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Julius Härtl [Fri, 11 Nov 2022 08:46:49 +0000 (09:46 +0100)]
Merge pull request #35077 from nextcloud/fix/public-key-token-provider-test
Fix PublicKeyTokenProviderTest import and mock
Nextcloud bot [Fri, 11 Nov 2022 02:14:02 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Joas Schilling [Thu, 10 Nov 2022 17:50:18 +0000 (18:50 +0100)]
Merge pull request #35074 from nextcloud/fix/fix-path-normalizing
Make sure that path is normalized and then checked,
Pytal [Thu, 10 Nov 2022 17:10:11 +0000 (09:10 -0800)]
Merge pull request #35054 from nextcloud/fix-html-entities-not-decoded-in-comment-just-added
Côme Chilliet [Thu, 10 Nov 2022 16:08:04 +0000 (17:08 +0100)]
Merge pull request #35076 from nextcloud/fix/bump-swiftmailer/swiftmailer-to-6.3.0
Bump swiftmailer/swiftmailer to 6.3.0
Côme Chilliet [Thu, 10 Nov 2022 14:36:16 +0000 (15:36 +0100)]
Bump swiftmailer/swiftmailer to 6.3.0
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Christoph Wurst [Thu, 10 Nov 2022 14:36:24 +0000 (15:36 +0100)]
Fix PublicKeyTokenProviderTest import and mock
* IDBConnection import missing
* Atomic doesn't need a mock
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Côme Chilliet [Thu, 10 Nov 2022 14:03:15 +0000 (15:03 +0100)]
Make sure that path is normalized and then checked,
and not the other way around
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
nextcloud-command [Wed, 9 Nov 2022 17:38:45 +0000 (17:38 +0000)]
Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Daniel Calviño Sánchez [Mon, 7 Nov 2022 23:27:15 +0000 (00:27 +0100)]
Fix HTML entities not decoded in comment just added
The XML data received from the comments endpoint has an inconsistent
encoding; some entities are encoded once and others are encoded twice.
When the comment list is loaded the comments are fetched using
GetComments, which handles all that, and therefore shows the messages
and author names as expected.
However, when a new comment is posted the list is not got again; instead
the new comment is loaded from the comment data returned after posting
it. This is done in NewComment, which did not decode the messages nor
the author names, and therefore showed, for example, "&" instead of
"&".
To solve that now the same decoding logic used in GetComments is applied
too in NewComment.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Mon, 7 Nov 2022 23:26:04 +0000 (00:26 +0100)]
Extract "decodeHtmlEntities" function to its own file
This will make possible to use it from files other than
"GetComments.js".
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Arthur Schiwon [Thu, 10 Nov 2022 09:32:01 +0000 (10:32 +0100)]
[LDAP] always create instance of own user manager
- it is config specific and cannot be shared
- because the Access instance is bound later, it is not obvious from the
constructor
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Thu, 10 Nov 2022 02:15:26 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Pytal [Wed, 9 Nov 2022 23:58:02 +0000 (15:58 -0800)]
Merge pull request #35063 from nextcloud/fix/noid/versions-empty-top-margin
Richard Steinmetz [Wed, 9 Nov 2022 21:49:25 +0000 (22:49 +0100)]
Fix top margin in empty versions list
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Simon L [Wed, 9 Nov 2022 18:55:04 +0000 (19:55 +0100)]
Merge pull request #34989 from nextcloud/Valdnet-patch-4
l10n: Shorten link
Simon L [Wed, 9 Nov 2022 18:51:14 +0000 (19:51 +0100)]
Merge pull request #35052 from nextcloud/fix-sidebar-not-hidden-when-changing-section-in-files-app
Fix sidebar not automatically hidden in Files app
Pytal [Wed, 9 Nov 2022 18:14:51 +0000 (10:14 -0800)]
Merge pull request #35042 from nextcloud/enh/uri-description
Add description for calendar uri
Valdnet [Wed, 9 Nov 2022 17:01:20 +0000 (18:01 +0100)]
Fix test
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Daniel Calviño Sánchez [Mon, 7 Nov 2022 23:53:12 +0000 (00:53 +0100)]
Fix sidebar not automatically hidden in Files app
Although the Files app creates the legacy sidebar (details view) it is
then replaced with the newer Vue app sidebar. Due to this ".detailsView"
no longer finds an element and therefore nothing was hidden when
"hideAppSidebar($('.detailsView'))" was called (for example, when
changing to another section).
However, "OC.Apps.hideAppSidebar()" does not properly work either with
the Vue sidebar used in the Files app (once hidden the sidebar is not
shown again). For simplicity, and to avoid any possible side effect in
other apps from changing "OC.Apps.hideAppSidebar", now
"OC.Files.Sidebar.close()" is used instead.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Nextcloud bot [Wed, 9 Nov 2022 02:14:32 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Christopher Ng [Wed, 9 Nov 2022 00:34:20 +0000 (00:34 +0000)]
Add description for calendar uri
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Simon L [Tue, 8 Nov 2022 17:58:55 +0000 (18:58 +0100)]
Merge pull request #34613 from nextcloud/enh/noid/fix-checkmark-icon
fix checkmark for theme settings in dark mode
Simon L [Tue, 8 Nov 2022 17:57:03 +0000 (18:57 +0100)]
Merge pull request #32211 from nextcloud/feat/repair_share_ownership
Add repair command to fix wrong share ownership
Robin Appelman [Tue, 8 Nov 2022 16:14:22 +0000 (17:14 +0100)]
update autoloader
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Tue, 18 Oct 2022 13:42:25 +0000 (15:42 +0200)]
fix repairing non user shares when repairing all shares
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Tue, 18 Oct 2022 12:31:04 +0000 (14:31 +0200)]
remove no longer needed code
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Tue, 11 Oct 2022 13:36:21 +0000 (15:36 +0200)]
split repairing into two stages to prevent long open transaction
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Fri, 30 Sep 2022 13:34:55 +0000 (15:34 +0200)]
update shares directly in db
Signed-off-by: Robin Appelman <robin@icewind.nl>
Vincent Petry [Thu, 29 Sep 2022 19:23:45 +0000 (21:23 +0200)]
More verbose output for repair share ownership cmd
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Robin Appelman [Thu, 29 Sep 2022 11:40:04 +0000 (13:40 +0200)]
move share owner repair to occ command
Signed-off-by: Robin Appelman <robin@icewind.nl>
Louis Chemineau [Thu, 28 Apr 2022 13:23:54 +0000 (15:23 +0200)]
Add repair step to fix wrong share ownership
Signed-off-by: Louis Chemineau <louis@chmn.me>
Richard Steinmetz [Tue, 8 Nov 2022 15:44:50 +0000 (16:44 +0100)]
Merge pull request #35028 from nextcloud/fix/dns-pin-middleware-throws-public-ip
Fix DNS Pin Middleware throwing for public IPs
nextcloud-command [Tue, 8 Nov 2022 13:44:49 +0000 (13:44 +0000)]
Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
szaimen [Fri, 14 Oct 2022 15:30:11 +0000 (17:30 +0200)]
fix checkmark for theme settings in dark mode
Signed-off-by: szaimen <szaimen@e.mail.de>
Christoph Wurst [Tue, 8 Nov 2022 13:18:05 +0000 (14:18 +0100)]
Fix DNS Pin Middleware throwing for public IPs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Simon L [Tue, 8 Nov 2022 09:53:13 +0000 (10:53 +0100)]
Merge pull request #32838 from markuszeller/bugfix/32837/implicitFloatConversion
Cast to int
natoponen [Tue, 8 Nov 2022 07:45:58 +0000 (10:45 +0300)]
Appropriate length check in Notification.php
There is an issue(bug) when using UTF-8 symbols in any method, which checks the length of string as `isset($id[64])`. You can set only 32 UTF-8 symbols because they are 2 byte, and this "array" check seems inapropriate in this case, as it throws unexpected exceptions.
Signed-off-by: natoponen <57988162+natoponen@users.noreply.github.com>
Joas Schilling [Tue, 8 Nov 2022 05:51:31 +0000 (06:51 +0100)]
Merge pull request #34985 from nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-1.6.0
Bump @nextcloud/l10n from 1.4.1 to 1.6.0
Nextcloud bot [Tue, 8 Nov 2022 02:14:18 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
dependabot[bot] [Mon, 7 Nov 2022 19:19:54 +0000 (19:19 +0000)]
Bump @nextcloud/l10n from 1.4.1 to 1.6.0
Bumps [@nextcloud/l10n](https://github.com/nextcloud/nextcloud-l10n) from 1.4.1 to 1.6.0.
- [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.1...v1.6.0)
---
updated-dependencies:
- dependency-name: "@nextcloud/l10n"
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>
Pytal [Mon, 7 Nov 2022 19:04:50 +0000 (11:04 -0800)]
Merge pull request #34986 from nextcloud/dependabot/npm_and_yarn/handlebars-loader-1.7.2
Bump handlebars-loader from 1.7.1 to 1.7.2
Markus Zeller [Sun, 12 Jun 2022 13:01:22 +0000 (15:01 +0200)]
Cast to int #32837
Signed-off-by: Markus Zeller <git@markuszeller.com>
Christoph Wurst [Mon, 7 Nov 2022 15:35:52 +0000 (16:35 +0100)]
Merge pull request #35007 from nextcloud/fix/lower-logging-level-user-session-cookie-login
Fix unsuccessful token login logged as error
Joas Schilling [Mon, 7 Nov 2022 14:38:31 +0000 (15:38 +0100)]
Merge pull request #35000 from nextcloud/bugfix/34959/fix-cron-warning-with-time-insensitive-jobs
Fix cron warning with time insensitive jobs
Christoph Wurst [Mon, 7 Nov 2022 14:08:48 +0000 (15:08 +0100)]
Fix unsuccessful token login logged as error
The condition of a non-existent login token can happen for concurrent
requests. Admins can not do anything about this. So this is to be
expected to happen occasionally. This event is only bad if none of the
requests is able to re-acquire a session. Luckily this happens rarely.
If a login loop persists an admin can still lower the log level to find
this info. But a default error log level will no longer write those
infos about the failed cookie login of one request.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Côme Chilliet [Mon, 7 Nov 2022 13:34:25 +0000 (14:34 +0100)]
Merge pull request #34996 from nextcloud/fix/bump-microsoft/azure-storage-blob-to-1.5.4
Bump microsoft/azure-storage-blob to 1.5.4
Vincent Petry [Mon, 7 Nov 2022 12:58:08 +0000 (13:58 +0100)]
Merge pull request #32530 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-collections-0.10.0
Bump nextcloud-vue-collections from 0.9.0 to 0.10.0
Roeland Jago Douma [Mon, 7 Nov 2022 11:04:07 +0000 (12:04 +0100)]
Merge pull request #34929 from nextcloud/chore/deprecate-app-container-aliases
Clean up and deprecate app container parameter aliases
Côme Chilliet [Mon, 7 Nov 2022 11:02:14 +0000 (12:02 +0100)]
Align with 3rdparty master
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Joas Schilling [Mon, 7 Nov 2022 10:27:31 +0000 (11:27 +0100)]
Recompile
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 7 Nov 2022 10:04:58 +0000 (11:04 +0100)]
Increase the "bad waiting time" for cron mode to 24h to account for "time insensitive" jobs
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 7 Nov 2022 10:01:22 +0000 (11:01 +0100)]
Show the correct warning for system cron vs. webcron/ajax
Signed-off-by: Joas Schilling <coding@schilljs.com>
Simon L [Mon, 7 Nov 2022 09:45:44 +0000 (10:45 +0100)]
Merge pull request #34937 from nextcloud/fix/do-not-crash-on-extension-without-version
Avoid a crash when a PHP extension has no version
Côme Chilliet [Mon, 7 Nov 2022 09:44:24 +0000 (10:44 +0100)]
Bump microsoft/azure-storage-blob to 1.5.4
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Mon, 7 Nov 2022 09:01:53 +0000 (10:01 +0100)]
Suppress false-positives from psalm, waiting for fix upstream
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Mon, 7 Nov 2022 08:24:03 +0000 (09:24 +0100)]
Merge pull request #34987 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
nextcloud-command [Mon, 7 Nov 2022 04:24:52 +0000 (04:24 +0000)]
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Nextcloud bot [Mon, 7 Nov 2022 02:14:09 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Glandos [Sun, 6 Nov 2022 18:23:23 +0000 (19:23 +0100)]
Test valid path only if file info has to be retrieved
Signed-off-by: Glandos <bugs-github@antipoul.fr>
Nextcloud bot [Sun, 6 Nov 2022 02:12:40 +0000 (02:12 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Valdnet [Sat, 5 Nov 2022 17:14:41 +0000 (18:14 +0100)]
l10n: Shorten link
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Simon L [Sat, 5 Nov 2022 10:32:13 +0000 (11:32 +0100)]
Merge pull request #18210 from dbw9580/master
Limit number of concurrent preview generations
szaimen [Sun, 30 Oct 2022 12:43:22 +0000 (13:43 +0100)]
Limit-number-of-concurrent-preview-generations
Signed-off-by: Bowen Ding <dbw9580@live.com>
Signed-off-by: szaimen <szaimen@e.mail.de>
dependabot[bot] [Sat, 5 Nov 2022 03:23:51 +0000 (03:23 +0000)]
Bump handlebars-loader from 1.7.1 to 1.7.2
Bumps [handlebars-loader](https://github.com/pcardune/handlebars-loader) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/pcardune/handlebars-loader/releases)
- [Changelog](https://github.com/pcardune/handlebars-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pcardune/handlebars-loader/compare/v1.7.1...v1.7.2)
---
updated-dependencies:
- dependency-name: handlebars-loader
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Nextcloud bot [Sat, 5 Nov 2022 02:15:04 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Julius Härtl [Fri, 4 Nov 2022 17:24:55 +0000 (18:24 +0100)]
Merge pull request #34775 from nextcloud/bugfix/noid/mailer-set-to
Do not throw errors when invalid setTo email is provided
dependabot[bot] [Fri, 4 Nov 2022 16:41:23 +0000 (16:41 +0000)]
Merge pull request #33181 from nextcloud/dependabot/composer/build/integration/behat/behat-approx-3.11.0
Vincent Petry [Fri, 4 Nov 2022 16:29:30 +0000 (17:29 +0100)]
Merge pull request #34702 from nextcloud/fix/clean-ldap-wizard-typing
Clean up LDAP Wizard typing
Vincent Petry [Fri, 4 Nov 2022 16:23:40 +0000 (17:23 +0100)]
Merge pull request #34834 from nextcloud/bugfix/noid/skeleton-size-calc
Fix size calculation on copying the skeleton files
Vincent Petry [Fri, 4 Nov 2022 16:19:36 +0000 (17:19 +0100)]
Merge pull request #34909 from nextcloud/fix/21370/duplicate-notifications-2
Fix duplicate event email notifications
dependabot[bot] [Fri, 4 Nov 2022 16:00:07 +0000 (16:00 +0000)]
Bump nextcloud-vue-collections from 0.9.0 to 0.10.0
Bumps [nextcloud-vue-collections](https://github.com/juliushaertl/nextcloud-vue-collections) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/juliushaertl/nextcloud-vue-collections/releases)
- [Commits](https://github.com/juliushaertl/nextcloud-vue-collections/compare/v0.9.0...v0.10.0)
---
updated-dependencies:
- dependency-name: nextcloud-vue-collections
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>
dependabot[bot] [Fri, 4 Nov 2022 15:46:56 +0000 (15:46 +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.10.0...v3.11.0)
---
updated-dependencies:
- dependency-name: behat/behat
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Vincent Petry [Fri, 4 Nov 2022 15:46:02 +0000 (16:46 +0100)]
Merge pull request #33884 from nextcloud/dependabot/composer/build/integration/guzzlehttp/guzzle-7.5.0
Bump guzzlehttp/guzzle from 7.4.5 to 7.5.0 in /build/integration
Richard Steinmetz [Tue, 1 Nov 2022 14:49:54 +0000 (15:49 +0100)]
Fix duplicate event email notifications
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Joas Schilling [Fri, 4 Nov 2022 10:05:10 +0000 (11:05 +0100)]
Merge pull request #34963 from nextcloud/followup/34522/fix-invalid-date
Fix invalid date in security.txt
Joas Schilling [Fri, 4 Nov 2022 06:54:57 +0000 (07:54 +0100)]
Fix invalid date in security.txt
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Fri, 4 Nov 2022 02:14:14 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Simon L [Thu, 3 Nov 2022 21:10:51 +0000 (22:10 +0100)]
Merge pull request #34954 from nextcloud/bugfix/noid/autoloader-update-imip
Dump autoloaders for new IHandleImipMessage
Julius Härtl [Thu, 3 Nov 2022 16:26:31 +0000 (17:26 +0100)]
Merge pull request #34934 from nextcloud/bugfix/noid/session-reopen-read
Read encrypted session data again on reopen
Julius Härtl [Thu, 3 Nov 2022 16:21:21 +0000 (17:21 +0100)]
Dump autoloaders for new IHandleImipMessage
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Mon, 24 Oct 2022 14:45:24 +0000 (16:45 +0200)]
Do not throw errors when invalid setTo email is provided
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Côme Chilliet [Thu, 3 Nov 2022 15:11:03 +0000 (16:11 +0100)]
Merge pull request #34678 from pulsejet/patch-jpeg
Interlace all output JPEG
Christoph Wurst [Thu, 3 Nov 2022 14:03:42 +0000 (15:03 +0100)]
Merge pull request #34893 from nextcloud/fix/move-imip-to-separate-interface
Move iMIP to its own interface
Côme Chilliet [Thu, 3 Nov 2022 13:55:06 +0000 (14:55 +0100)]
Merge pull request #34330 from nextcloud/fix/fix-contacts-test-php8
Fix ContactsStoreTests under PHP 8.2
Christoph Wurst [Thu, 3 Nov 2022 13:42:51 +0000 (14:42 +0100)]
Merge pull request #32565 from nextcloud/chore/modernize-error-handler
Modernize the error handler
Carl Schwan [Thu, 3 Nov 2022 13:24:01 +0000 (14:24 +0100)]
Merge pull request #34933 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
Anna [Thu, 3 Nov 2022 12:58:58 +0000 (13:58 +0100)]
Merge pull request #33605 from nextcloud/perf/user-getdisplayname-cache
Use cached getDisplayName method