]>
source.dussan.org Git - nextcloud-server.git/log
MichaIng [Fri, 26 Nov 2021 14:46:16 +0000 (15:46 +0100)]
Merge pull request #29848 from nextcloud/backport/29836/stable23
[stable23] Make sure mapping cache is cleared when deleting a user
Côme Chilliet [Mon, 22 Nov 2021 13:57:08 +0000 (14:57 +0100)]
Test cache invalidation for AbstractMapping in test suite
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Mon, 22 Nov 2021 13:49:34 +0000 (14:49 +0100)]
Make sure mapping cache is cleared when deleting a user
This avoids phantom remnants staying after user deletion
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Carl Schwan [Fri, 26 Nov 2021 10:16:15 +0000 (11:16 +0100)]
Merge pull request #29913 from nextcloud/backport/29906/stable23
[stable23] Use strict comparison to detect usage of redis cluster
Carl Schwan [Fri, 26 Nov 2021 10:15:37 +0000 (11:15 +0100)]
Merge pull request #29916 from nextcloud/backport/29893/stable23
[stable23] Improve accessibility for personal info settings and profile
Christopher Ng [Fri, 26 Nov 2021 00:16:02 +0000 (00:16 +0000)]
Improve accessibility
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Pytal [Fri, 26 Nov 2021 00:10:58 +0000 (16:10 -0800)]
Merge pull request #29909 from nextcloud/backport/29891/stable23
Joas Schilling [Thu, 25 Nov 2021 21:56:13 +0000 (22:56 +0100)]
Merge pull request #29908 from nextcloud/backport/29894/stable23
[stable23] Fix inactive profile parameters being displayed in the Profile visibility section
Louis Chemineau [Thu, 25 Nov 2021 15:19:42 +0000 (16:19 +0100)]
Use strict comparison to detect usage of redis cluster
Signed-off-by: Louis Chemineau <louis@chmn.me>
Christopher Ng [Thu, 25 Nov 2021 01:37:54 +0000 (01:37 +0000)]
Adjust margin of status on profile
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Christopher Ng [Thu, 25 Nov 2021 05:01:18 +0000 (05:01 +0000)]
Fix inactive profile parameters being returned
Signed-off-by: Christopher Ng <chrng8@gmail.com>
MichaIng [Thu, 25 Nov 2021 16:13:34 +0000 (17:13 +0100)]
Merge pull request #29800 from nextcloud/backport/29632/stable23
[stable23] fix imagecreatetruecolor() error
Joas Schilling [Thu, 25 Nov 2021 13:14:45 +0000 (14:14 +0100)]
Merge pull request #29898 from nextcloud/backport/29895/stable23
[stable23] Check for invalid characters before trimming
Joas Schilling [Thu, 25 Nov 2021 08:07:46 +0000 (09:07 +0100)]
Correctly set the response after a ClientException as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Thu, 25 Nov 2021 08:07:34 +0000 (09:07 +0100)]
Add an integration test
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Thu, 25 Nov 2021 07:48:26 +0000 (08:48 +0100)]
Check for invalid characters before trimming
Signed-off-by: Joas Schilling <coding@schilljs.com>
Pytal [Wed, 24 Nov 2021 19:07:38 +0000 (11:07 -0800)]
Merge pull request #29877 from nextcloud/backport/29869/stable23
szaimen [Wed, 24 Nov 2021 16:41:44 +0000 (17:41 +0100)]
Merge pull request #29882 from nextcloud/backport/29826/stable23
[stable23] Personalsettings - fix marginLeft as it breaks the layout
szaimen [Sun, 21 Nov 2021 14:44:01 +0000 (15:44 +0100)]
Personalsettings - remove marginLeft as it breaks the layout
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Vincent Petry [Wed, 24 Nov 2021 11:45:43 +0000 (12:45 +0100)]
Merge pull request #29876 from nextcloud/backport/29864/stable23
[stable23] Allow to fetch the creation time of folders
Christopher Ng [Tue, 23 Nov 2021 22:58:44 +0000 (22:58 +0000)]
Hide user status from public
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Julius Härtl [Tue, 23 Nov 2021 15:55:33 +0000 (16:55 +0100)]
Allow to fetch the creation time of folders
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Pytal [Wed, 24 Nov 2021 00:19:19 +0000 (16:19 -0800)]
Merge pull request #29858 from nextcloud/backport/29791/stable23
szaimen [Tue, 23 Nov 2021 16:33:34 +0000 (17:33 +0100)]
Merge pull request #29847 from nextcloud/backport/29833/stable23
[stable23] make profile page usable on mobile
szaimen [Wed, 10 Nov 2021 14:50:15 +0000 (15:50 +0100)]
fix imagecreatetruecolor() error
Signed-off-by: szaimen <szaimen@e.mail.de>
szaimen [Mon, 22 Nov 2021 12:17:40 +0000 (13:17 +0100)]
make profile page usable on mobile
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Carl Schwan [Fri, 19 Nov 2021 14:09:05 +0000 (15:09 +0100)]
Fix multiple bugs with user status
* Fix editing the status while on a call, don't send a bogus request
* Clean backup user status when setting up a new status manually
* A bit more type hinting
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Louis [Tue, 23 Nov 2021 13:19:42 +0000 (14:19 +0100)]
Merge pull request #29844 from nextcloud/backport/29567/stable23
[stable23] Improve sorting of profile visibility dropdowns
Louis [Tue, 23 Nov 2021 13:17:43 +0000 (14:17 +0100)]
Merge pull request #29845 from nextcloud/backport/29544/stable23
[stable23] Fix wording on profile page
Vincent Petry [Tue, 23 Nov 2021 13:03:01 +0000 (14:03 +0100)]
Merge pull request #29849 from nextcloud/backport/29835/stable23
[stable23] Fix getting subnet of ipv4 mapped ipv6 addresses
Vincent Petry [Mon, 22 Nov 2021 16:36:26 +0000 (17:36 +0100)]
Type hint in IpAddress
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Vincent Petry [Mon, 22 Nov 2021 14:53:41 +0000 (15:53 +0100)]
Improve normalizer detecting IPv4 inside of IPv6
The subnet for an IPv4 address inside of IPv6 is now returned in its
IPv4 form.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Vincent Petry [Mon, 22 Nov 2021 13:01:41 +0000 (14:01 +0100)]
Fix getting subnet of ipv4 mapped ipv6 addresses
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Christopher Ng [Thu, 4 Nov 2021 01:14:24 +0000 (01:14 +0000)]
Fix wording on profile page
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Christopher Ng [Thu, 4 Nov 2021 22:34:12 +0000 (22:34 +0000)]
Improve sorting
- Extract sort logic into a separate function
- Sort non-core parameters with localeCompare
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
dependabot[bot] [Mon, 22 Nov 2021 20:43:40 +0000 (20:43 +0000)]
Merge pull request #29815 from nextcloud/dependabot/composer/build/integration/stable23/sabre/dav-4.2.0
dependabot[bot] [Mon, 22 Nov 2021 19:58:42 +0000 (19:58 +0000)]
Update sabre/dav requirement from 4.1.5 to 4.2.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.1.5...4.2.0)
---
updated-dependencies:
- dependency-name: sabre/dav
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Louis [Mon, 22 Nov 2021 10:06:23 +0000 (11:06 +0100)]
Merge pull request #29813 from nextcloud/dependabot/npm_and_yarn/stable23/camelcase-6.2.1
Bump camelcase from 6.2.0 to 6.2.1
Joas Schilling [Mon, 22 Nov 2021 08:24:15 +0000 (09:24 +0100)]
Merge pull request #29828 from nextcloud/backport/29708/stable23
[stable23] Do not print verbose info about app updates if there are none
Christoph Wurst [Mon, 15 Nov 2021 13:34:09 +0000 (14:34 +0100)]
Do not print verbose info about app updates if there are none
This is cosmetical but if you have a large number of apps installed then
you'll see a wall of text during the server and app upgrade when it
tries to update each app via the app store. In may cases nothing will be
updated. For those boring cases we can hide the verbose info, but show
when occ is run with -v. Any actual update will still print a few lines.
Those are the important ones for the admin.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
MichaIng [Sun, 21 Nov 2021 19:02:09 +0000 (20:02 +0100)]
Merge pull request #29793 from nextcloud/backport/29605/stable23
[stable23] Normalize file name before existence check in scanner
MichaIng [Sun, 21 Nov 2021 18:58:52 +0000 (19:58 +0100)]
Merge pull request #29797 from nextcloud/backport/29788/stable23
[stable23] Fix doc link in sharing settings
dependabot[bot] [Sat, 20 Nov 2021 03:32:16 +0000 (03:32 +0000)]
Bump camelcase from 6.2.0 to 6.2.1
Bumps [camelcase](https://github.com/sindresorhus/camelcase) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/sindresorhus/camelcase/releases)
- [Commits](https://github.com/sindresorhus/camelcase/compare/v6.2.0...v6.2.1)
---
updated-dependencies:
- dependency-name: camelcase
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Vincent Petry [Fri, 19 Nov 2021 13:58:44 +0000 (14:58 +0100)]
Fix doc link in sharing settings
The doc link "i" icon was on the wrong line.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
szaimen [Fri, 19 Nov 2021 15:24:45 +0000 (16:24 +0100)]
Merge pull request #29789 from nextcloud/backport/29784/stable23
[stable23] App summary is optional
Vincent Petry [Wed, 17 Nov 2021 08:19:10 +0000 (09:19 +0100)]
Normalize directory entries in Encoding wrapper
Directory entry file names are now normalized in getMetaData(),
getDirectoryContents() and opendir().
This makes the scanner work properly as it assumes pre-normalized names.
In case the names were not normalized, the scanner will now skip the
entries and display a warning when applicable.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Vincent Petry [Wed, 10 Nov 2021 14:09:25 +0000 (15:09 +0100)]
Move storage encoding compatibility warning logic
The encoding check for file names is now happening the Scanner, and an
event will be emitted only if the storage doesn't contain the encoding
compatibility wrapper.
The event is listened to by the occ scan command to be able to display a
warning in case of file name mismatches when they have NFD encoding.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Vincent Petry [Tue, 9 Nov 2021 10:56:10 +0000 (11:56 +0100)]
Normalize file name before existence check in scanner
The scanner would not find a NFD-encoded file name in an
existing file list that is normalized.
This normalizes the file name before scanning.
Fixes issues where scanning repeatedly would make NFD files flicker in
and out of existence in the file cache.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Joas Schilling [Fri, 19 Nov 2021 13:02:03 +0000 (14:02 +0100)]
App summary is optional
Fixing:
Error: Undefined index: summary at /var/www/html/apps/theming/lib/Controller/ThemingController.php#392
Signed-off-by: Joas Schilling <coding@schilljs.com>
blizzz [Thu, 18 Nov 2021 14:28:12 +0000 (15:28 +0100)]
Merge pull request #29766 from nextcloud/version/23rc3
23 RC 3
blizzz [Thu, 18 Nov 2021 14:27:22 +0000 (15:27 +0100)]
Merge pull request #29760 from nextcloud/backport/29752/stable23
[stable23] Explicitly allow some routes without 2FA
Arthur Schiwon [Thu, 18 Nov 2021 12:58:39 +0000 (13:58 +0100)]
23 RC 3
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Christoph Wurst [Wed, 17 Nov 2021 17:42:21 +0000 (18:42 +0100)]
Explicitly allow some routes without 2FA
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Carl Schwan [Wed, 17 Nov 2021 19:55:12 +0000 (20:55 +0100)]
Merge pull request #29749 from nextcloud/backport/29747/stable23
[stable23] Allow to serve static WebAssembly and TensorFlow Lite files
rakekniven [Wed, 17 Nov 2021 15:56:05 +0000 (16:56 +0100)]
Merge pull request #29746 from nextcloud/backport/29734/stable23
[stable23] Fixed grammar
Daniel Calviño Sánchez [Wed, 17 Nov 2021 11:30:12 +0000 (12:30 +0100)]
Allow to serve static WebAssembly and TensorFlow Lite files
Since Talk 13 (and thus Nextcloud 23) WebAssembly (.wasm) and TensorFlow
Lite (.tflite) files need to be loaded from the web server to provide
certain features (like the background blur in the WebUI).
Those files can be treated in a similar way to other static resources,
and there should not be any problem caching or compressing them.
However, as compressed TensorFlow Lite files are only ~12% smaller,
the compression directive depends on the MIME type and there is no
standard MIME type for TensorFlow Lite files it is not worth to compress
them.
Moreover, no directives to compress WebAssembly files were added either,
as it seems that they would override any other compression directives
set in the default server configuration; for reference it could be done
with something like:
<IfModule mod_deflate.c>
<IfModule mod_filter.c>
AddOutputFilterByType DEFLATE application/wasm
</IfModule>
</IfModule>
Depending on the setup "application/wasm" may not be associated with
".wasm" files, so the directive was added just in case, as otherwise
browsers log a warning.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Vincent Petry [Wed, 17 Nov 2021 12:14:47 +0000 (13:14 +0100)]
Merge pull request #29672 from nextcloud/backport/29663/stable23
[stable23] Fix loading all principal calendars in the dav app calendar provider
Vincent Petry [Wed, 17 Nov 2021 12:14:05 +0000 (13:14 +0100)]
Merge pull request #29662 from nextcloud/enhancement/calendar-search-properties-api-stable23
[stable23] Document allowed property names for calendar property searches
rakekniven [Tue, 16 Nov 2021 17:13:05 +0000 (18:13 +0100)]
Fixed grammar
Reported at Transifex.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Vincent Petry [Wed, 17 Nov 2021 07:10:45 +0000 (08:10 +0100)]
Merge pull request #29737 from nextcloud/backport/29695/stable23
[stable23] Fix missing setlocale with php 8
Naoto Kobayashi [Tue, 16 Nov 2021 12:05:43 +0000 (21:05 +0900)]
OC_Util::isNonUTF8Locale: fix lint error
Signed-off-by: Naoto Kobayashi <naoto.kobayashi4c@gmail.com>
Naoto Kobayashi [Mon, 15 Nov 2021 15:46:21 +0000 (00:46 +0900)]
OC_Util::isSetLocaleWorking: fix typo
Signed-off-by: Naoto Kobayashi <naoto.kobayashi4c@gmail.com>
Naoto Kobayashi [Mon, 15 Nov 2021 15:40:52 +0000 (00:40 +0900)]
OC_Util: Add fallbacks to check if current locale is UTF8
Using escapeshellcmd to get current locale causes error
if the function is disabled.
Add fallbacks to prevent the error.
Signed-off-by: Naoto Kobayashi <naoto.kobayashi4c@gmail.com>
Naoto Kobayashi [Mon, 15 Nov 2021 09:33:50 +0000 (18:33 +0900)]
Add check whether escapeshellcmd behaves the same as basename
Signed-off-by: Naoto Kobayashi <naoto.kobayashi4c@gmail.com>
Naoto Kobayashi [Sat, 13 Nov 2021 23:25:32 +0000 (08:25 +0900)]
Check whether setlocale works only after setlocale
Signed-off-by: Naoto Kobayashi <naoto.kobayashi4c@gmail.com>
Naoto Kobayashi [Sat, 13 Nov 2021 15:58:36 +0000 (00:58 +0900)]
Fix missing setlocale with php 8
When php version = 8, basename('§') does not bug even if LC_ALL is non-UTF-8 locale.
This cause OC_Util::isSetLocaleWorking() to skip setlocale("C.UTF-8").
Fix it by using escapeshellcmd instead of basename.
Signed-off-by: Naoto Kobayashi <naoto.kobayashi4c@gmail.com>
MichaIng [Tue, 16 Nov 2021 12:24:26 +0000 (13:24 +0100)]
Merge pull request #29728 from nextcloud/backport/29683/stable23
[stable23] Fix core depending on theming app
MichaIng [Mon, 15 Nov 2021 17:44:02 +0000 (18:44 +0100)]
Correct comment about OC_Defaults being used
Signed-off-by: MichaIng <micha@dietpi.com>
Carl Schwan [Fri, 12 Nov 2021 14:04:24 +0000 (15:04 +0100)]
Fix core depending on theming app
This was introduced in https://github.com/nextcloud/server/commit/
309354852f12ae88d5eef05d311d6ebcba8ee762
to fix a bug but I can't reproduce the bug after reverting this change.
Ideally we would need to create an interface in OCP and cleanup OC_Defaults
instead of depending on OC_Defaults.
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
John Molakvoæ [Mon, 15 Nov 2021 18:55:18 +0000 (19:55 +0100)]
Merge pull request #29716 from nextcloud/bump-doctrine-dbal-23
Joas Schilling [Mon, 15 Nov 2021 17:55:09 +0000 (18:55 +0100)]
Bump doctrine/dbal to 3.1.4
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 15 Nov 2021 11:40:02 +0000 (12:40 +0100)]
Allow NULL as well for limit, not integer only
Signed-off-by: Joas Schilling <coding@schilljs.com>
szaimen [Mon, 15 Nov 2021 15:33:21 +0000 (16:33 +0100)]
Merge pull request #29705 from nextcloud/backport/29679/stable23
[stable23] don't flash external storage mountpoints during the status check
szaimen [Fri, 12 Nov 2021 11:38:46 +0000 (12:38 +0100)]
don't flash external storage mountpoints during the status check
Signed-off-by: szaimen <szaimen@e.mail.de>
Louis [Mon, 15 Nov 2021 10:53:29 +0000 (11:53 +0100)]
Merge pull request #29659 from nextcloud/dependabot/npm_and_yarn/stable23/bootstrap-4.6.1
Bump bootstrap from 4.6.0 to 4.6.1
Louis [Mon, 15 Nov 2021 10:46:53 +0000 (11:46 +0100)]
Merge pull request #29653 from nextcloud/dependabot/npm_and_yarn/stable23/moment-timezone-0.5.34
Bump moment-timezone from 0.5.33 to 0.5.34
Louis [Mon, 15 Nov 2021 10:34:00 +0000 (11:34 +0100)]
Merge pull request #29649 from nextcloud/dependabot/composer/build/integration/stable23/sabre/dav-4.1.5
Update sabre/dav requirement from 3.2.3 to 4.1.5 in /build/integration
Louis [Mon, 15 Nov 2021 10:30:03 +0000 (11:30 +0100)]
Merge pull request #29654 from nextcloud/dependabot/npm_and_yarn/stable23/marked-3.0.8
Bump marked from 3.0.7 to 3.0.8
John Molakvoæ [Mon, 15 Nov 2021 09:13:41 +0000 (10:13 +0100)]
Merge pull request #29701 from nextcloud/fix-branch-selection-in-stable23
Christoph Wurst [Mon, 15 Nov 2021 08:52:24 +0000 (09:52 +0100)]
Merge pull request #29671 from nextcloud/backport/29660/stable23
[stable23] Fix initialization of calendar search URIs
Joas Schilling [Thu, 24 Jun 2021 11:12:52 +0000 (13:12 +0200)]
Fix branch selection in stable23
Signed-off-by: Joas Schilling <coding@schilljs.com>
dependabot[bot] [Thu, 11 Nov 2021 09:40:35 +0000 (09:40 +0000)]
Bump bootstrap from 4.6.0 to 4.6.1
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](https://github.com/twbs/bootstrap/compare/v4.6.0...v4.6.1)
---
updated-dependencies:
- dependency-name: bootstrap
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>
dependabot[bot] [Sat, 13 Nov 2021 18:09:40 +0000 (18:09 +0000)]
Update sabre/dav requirement from 3.2.3 to 4.1.5 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/3.2.3...4.1.5)
---
updated-dependencies:
- dependency-name: sabre/dav
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Thu, 11 Nov 2021 09:39:07 +0000 (09:39 +0000)]
Bump moment-timezone from 0.5.33 to 0.5.34
Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.33 to 0.5.34.
- [Release notes](https://github.com/moment/moment-timezone/releases)
- [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md)
- [Commits](https://github.com/moment/moment-timezone/compare/0.5.33...0.5.34)
---
updated-dependencies:
- dependency-name: moment-timezone
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>
MichaIng [Sat, 13 Nov 2021 18:08:47 +0000 (19:08 +0100)]
Merge pull request #29651 from nextcloud/dependabot/composer/build/integration/stable23/behat/behat-approx-3.10.0
Update behat/behat requirement from ~3.9.0 to ~3.10.0 in /build/integration
dependabot[bot] [Thu, 11 Nov 2021 09:39:40 +0000 (09:39 +0000)]
Bump marked from 3.0.7 to 3.0.8
Bumps [marked](https://github.com/markedjs/marked) from 3.0.7 to 3.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/v3.0.7...v3.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>
blizzz [Fri, 12 Nov 2021 15:42:13 +0000 (16:42 +0100)]
Merge pull request #29686 from nextcloud/version/23rc2
23.0.0 RC2
blizzz [Fri, 12 Nov 2021 15:41:48 +0000 (16:41 +0100)]
Merge pull request #29684 from nextcloud/backport/29682/stable23
[stable23] Fix missing token update
Arthur Schiwon [Fri, 12 Nov 2021 15:30:14 +0000 (16:30 +0100)]
udpdate CA bundle
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Fri, 12 Nov 2021 14:58:14 +0000 (15:58 +0100)]
23.0.0 RC2
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Joas Schilling [Fri, 12 Nov 2021 14:01:56 +0000 (15:01 +0100)]
Fix unit tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 12 Nov 2021 13:43:23 +0000 (14:43 +0100)]
Fix missing token update
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 12 Nov 2021 11:19:36 +0000 (12:19 +0100)]
Merge pull request #29677 from nextcloud/bugfix/noid/fix-video-verification-tests
Fix video verification tests
Joas Schilling [Thu, 11 Nov 2021 15:47:12 +0000 (16:47 +0100)]
Fix video verification tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
John Molakvoæ [Thu, 11 Nov 2021 15:44:31 +0000 (16:44 +0100)]
Merge pull request #29666 from nextcloud/backport/29664/stable23
Christoph Wurst [Thu, 11 Nov 2021 12:26:53 +0000 (13:26 +0100)]
Fix loading all principal calendars in the dav app calendar provider
If we load all calendar infos of a principal then we get back an array
and not a single calendar info. This was handled incorrectly and an
array of calendar infos were passed to the calendar implementation,
resulting in interesting bugs.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Christoph Wurst [Thu, 11 Nov 2021 09:53:11 +0000 (10:53 +0100)]
Fix initialization of calendar search URIs
They are an empty array by default. If you don't initialize then
accessing them via the setter will throw a type error.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Joas Schilling [Thu, 11 Nov 2021 12:56:42 +0000 (13:56 +0100)]
Fix updating with apps
Signed-off-by: Joas Schilling <coding@schilljs.com>
Christoph Wurst [Thu, 11 Nov 2021 10:02:48 +0000 (11:02 +0100)]
Document allowed property names for calendar property searches
For API users it looked like any properties could be searched. But it
turned out to be a hand picked list of properties that we index and then
use for the search. To prevent application errors where special props
are not found, I suggest we document the allowed values.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
dependabot[bot] [Thu, 11 Nov 2021 09:38:46 +0000 (09:38 +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.9.0...v3.10.0)
---
updated-dependencies:
- dependency-name: behat/behat
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>