]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
2 years agoFix preview generator trying to recreate an existing folder 32315/head
Richard Steinmetz [Mon, 9 May 2022 14:54:57 +0000 (16:54 +0200)]
Fix preview generator trying to recreate an existing folder

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 9 May 2022 02:28:55 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 8 May 2022 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 #32096 from nextcloud/dependabot/npm_and_yarn/testing-library...
MichaIng [Sat, 7 May 2022 11:54:12 +0000 (13:54 +0200)]
Merge pull request #32096 from nextcloud/dependabot/npm_and_yarn/testing-library/user-event-14.1.1

Bump @testing-library/user-event from 14.1.0 to 14.1.1

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 7 May 2022 02:28:23 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex 32268/head
Nextcloud bot [Fri, 6 May 2022 02:28:40 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32276 from nextcloud/fix/ldap_error_handling
blizzz [Thu, 5 May 2022 18:19:28 +0000 (20:19 +0200)]
Merge pull request #32276 from nextcloud/fix/ldap_error_handling

Do not dispatch postSetPassword when setPassword fails

2 years agoMerge pull request #32246 from nextcloud/performance/remove-bind-hash
Vincent Petry [Thu, 5 May 2022 16:09:20 +0000 (18:09 +0200)]
Merge pull request #32246 from nextcloud/performance/remove-bind-hash

Don't use hash to check if binding worked

2 years agoMerge pull request #32110 from plumbeo/binary-encoding-4
Vincent Petry [Thu, 5 May 2022 16:04:06 +0000 (18:04 +0200)]
Merge pull request #32110 from plumbeo/binary-encoding-4

Save encrypted files in binary format

2 years agoMerge pull request #31964 from nextcloud/feat/ignore_mail_during_contact_lookup
Louis [Thu, 5 May 2022 15:52:13 +0000 (17:52 +0200)]
Merge pull request #31964 from nextcloud/feat/ignore_mail_during_contact_lookup

Add setting to ignore email during search

2 years agoMerge pull request #32113 from nextcloud/bugfix/noid/fix-csp-merging-bools
Vincent Petry [Thu, 5 May 2022 15:26:48 +0000 (17:26 +0200)]
Merge pull request #32113 from nextcloud/bugfix/noid/fix-csp-merging-bools

Add CSP policy merge priority for booleans

2 years agoDo not dispatch postSetPassword when setPassword fails 32276/head
Louis Chemineau [Thu, 5 May 2022 09:21:20 +0000 (11:21 +0200)]
Do not dispatch postSetPassword when setPassword fails

Also Improve error message when setPassword fails

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoDon't use slow hashing to check the LDAP binding 32246/head
Carl Schwan [Mon, 2 May 2022 19:46:42 +0000 (21:46 +0200)]
Don't use slow hashing to check the LDAP binding

Using password_hash is expensive and should be used for hashing
passwords when saving them in the database. Here we just want to see if
the bind was already done with the given password, so use a fast hashing
algorythm.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #32279 from nextcloud/feat/profiler-cache-hit-info
Carl Schwan [Thu, 5 May 2022 13:51:18 +0000 (15:51 +0200)]
Merge pull request #32279 from nextcloud/feat/profiler-cache-hit-info

Add hit information to profiler

2 years agoAdd hit information to profiler 32279/head
Carl Schwan [Thu, 5 May 2022 12:12:44 +0000 (14:12 +0200)]
Add hit information to profiler

This might be helpful later on for the cache ui that is worked on in
https://github.com/nextcloud/profiler/pull/21

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #32259 from nextcloud/adjust-acceptance-tests-to-changes-in-notifi...
Joas Schilling [Thu, 5 May 2022 07:21:00 +0000 (09:21 +0200)]
Merge pull request #32259 from nextcloud/adjust-acceptance-tests-to-changes-in-notifications-markup

Adjust acceptance tests to changes in notifications markup

2 years agoMerge pull request #32249 from nextcloud/bugfix/noid/fix-missing-subline-info
Joas Schilling [Thu, 5 May 2022 07:20:45 +0000 (09:20 +0200)]
Merge pull request #32249 from nextcloud/bugfix/noid/fix-missing-subline-info

Expose shareWithDisplayNameUnique also on autocomplete endpoint

2 years agoMerge pull request #32152 from nextcloud/bugfix/32151/allow-compatibility-wrapper...
Vincent Petry [Thu, 5 May 2022 06:18:52 +0000 (08:18 +0200)]
Merge pull request #32152 from nextcloud/bugfix/32151/allow-compatibility-wrapper-local-ext-storage

Allow compatibility wrapper on local external storage

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoSave encrypted files in binary format 32110/head
plumbeo [Sat, 16 Apr 2022 15:14:13 +0000 (17:14 +0200)]
Save encrypted files in binary format

Default to the more space-efficient binary encoding for newly encrypted files
instead of the traditional base64 encoding, eliminating the 33% overhead.

The new option 'encryption.use_legacy_encoding' allows to force the legacy
encoding format if needed. Files encoded in the old format remain readable.

Based on https://github.com/owncloud/encryption/pull/224 and
https://github.com/owncloud/core/pull/38249 by karakayasemi.

Signed-off-by: plumbeo <plumbeo@users.noreply.github.com>
2 years agoMerge pull request #32262 from nextcloud/fix/noid/extra-leading-minus
Carl Schwan [Wed, 4 May 2022 11:48:54 +0000 (13:48 +0200)]
Merge pull request #32262 from nextcloud/fix/noid/extra-leading-minus

Remove leading "minus"

2 years agoMerge pull request #31963 from nextcloud/feat/use_setting_in_dav_search
Louis [Wed, 4 May 2022 11:38:03 +0000 (13:38 +0200)]
Merge pull request #31963 from nextcloud/feat/use_setting_in_dav_search

Use share setting in DAV search

2 years agoremove leading minus which thankfully crashes because this operand does not apply... 32262/head
Julien Veyssier [Wed, 4 May 2022 08:51:23 +0000 (10:51 +0200)]
remove leading minus which thankfully crashes because this operand does not apply to PsrLoggerAdapter

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 4 May 2022 02:30:36 +0000 (02:30 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoAdjust acceptance tests to changes in notifications markup 32259/head
Daniel Calviño Sánchez [Tue, 3 May 2022 21:11:19 +0000 (23:11 +0200)]
Adjust acceptance tests to changes in notifications markup

Since nextcloud/notifications#1178 each notification in the list is a
"<li>" rather than a "<div>".

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2 years agoDo not display search option in Shares settings 31964/head
Louis Chemineau [Tue, 3 May 2022 15:51:11 +0000 (17:51 +0200)]
Do not display search option in Shares settings

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoAdd setting to ignore email during search
Louis Chemineau [Wed, 13 Apr 2022 13:38:09 +0000 (15:38 +0200)]
Add setting to ignore email during search

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoMerge pull request #32220 from nextcloud/feature/add-tests-to-validate-emojis
Joas Schilling [Tue, 3 May 2022 14:08:19 +0000 (16:08 +0200)]
Merge pull request #32220 from nextcloud/feature/add-tests-to-validate-emojis

Include more emoji chars to test and fixes after include it

2 years agoExpose shareWithDisplayNameUnique also on autocomplete endpoint 32249/head
Joas Schilling [Tue, 3 May 2022 05:20:46 +0000 (07:20 +0200)]
Expose shareWithDisplayNameUnique also on autocomplete endpoint

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #32213 from nextcloud/fix/theming-layout
Joas Schilling [Tue, 3 May 2022 08:29:45 +0000 (10:29 +0200)]
Merge pull request #32213 from nextcloud/fix/theming-layout

Improve theming layout

2 years agoMerge pull request #31775 from nextcloud/fix/migrate-dav-away-from-ilogger
Côme Chilliet [Tue, 3 May 2022 08:12:20 +0000 (10:12 +0200)]
Merge pull request #31775 from nextcloud/fix/migrate-dav-away-from-ilogger

Migrate dav application from ILogger to LoggerInterface

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 3 May 2022 02:28:53 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 2 May 2022 13:12:35 +0000 (13:12 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32225 from nextcloud/dependabot/npm_and_yarn/nextcloud/axios...
Carl Schwan [Mon, 2 May 2022 11:57:52 +0000 (13:57 +0200)]
Merge pull request #32225 from nextcloud/dependabot/npm_and_yarn/nextcloud/axios-1.10.0

Bump @nextcloud/axios from 1.9.0 to 1.10.0

2 years agoFix use of $logger from another scope in apps/dav/lib/Server.php 31775/head
Côme Chilliet [Thu, 31 Mar 2022 14:30:40 +0000 (16:30 +0200)]
Fix use of $logger from another scope in apps/dav/lib/Server.php

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoAdd missing use for LoggerInterface
Côme Chilliet [Thu, 31 Mar 2022 14:25:31 +0000 (16:25 +0200)]
Add missing use for LoggerInterface

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMigrate last instances of $server::getLogger() from dav
Côme Chilliet [Thu, 31 Mar 2022 13:51:29 +0000 (15:51 +0200)]
Migrate last instances of $server::getLogger() from dav

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMigrate dav application from ILogger to LoggerInterface
Côme Chilliet [Thu, 31 Mar 2022 13:34:57 +0000 (15:34 +0200)]
Migrate dav application from ILogger to LoggerInterface

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoFix namespace of RefreshWebcalServiceTest
Côme Chilliet [Thu, 31 Mar 2022 13:34:43 +0000 (15:34 +0200)]
Fix namespace of RefreshWebcalServiceTest

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoFix PublishingTest class name
Côme Chilliet [Thu, 31 Mar 2022 13:32:51 +0000 (15:32 +0200)]
Fix PublishingTest class name

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoRemove use of mixed type which is not available in PHP 7.4
Côme Chilliet [Thu, 31 Mar 2022 13:31:38 +0000 (15:31 +0200)]
Remove use of mixed type which is not available in PHP 7.4

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoBump @nextcloud/axios from 1.9.0 to 1.10.0 32225/head
dependabot[bot] [Sat, 30 Apr 2022 02:14:13 +0000 (02:14 +0000)]
Bump @nextcloud/axios from 1.9.0 to 1.10.0

Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/nextcloud/nextcloud-axios/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/axios"
  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 #31752 from nextcloud/fix/remove-still-more-ilogger
Côme Chilliet [Mon, 2 May 2022 08:15:10 +0000 (10:15 +0200)]
Merge pull request #31752 from nextcloud/fix/remove-still-more-ilogger

Move away from deprecated ILogger

2 years agoMerge pull request #32196 from nextcloud/bugfix/noid/fix-strict-comparison
Joas Schilling [Mon, 2 May 2022 06:19:10 +0000 (08:19 +0200)]
Merge pull request #32196 from nextcloud/bugfix/noid/fix-strict-comparison

Fix strict comparison

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 2 May 2022 02:29:26 +0000 (02:29 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoFix dark theme description 32213/head
John Molakvoæ [Fri, 29 Apr 2022 15:08:12 +0000 (17:08 +0200)]
Fix dark theme description

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoImprove theming layout
John Molakvoæ [Thu, 28 Apr 2022 15:01:33 +0000 (17:01 +0200)]
Improve theming layout

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoMerge pull request #32217 from nextcloud/feat/theming-override
John Molakvoæ [Sat, 30 Apr 2022 12:34:04 +0000 (14:34 +0200)]
Merge pull request #32217 from nextcloud/feat/theming-override

2 years agoAdd enforce_theme example IDs 32217/head
John Molakvoæ [Sat, 30 Apr 2022 10:38:50 +0000 (12:38 +0200)]
Add enforce_theme example IDs

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoFix theming setEnabledThemes unique array
John Molakvoæ [Sat, 30 Apr 2022 10:31:09 +0000 (12:31 +0200)]
Fix theming setEnabledThemes unique array

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoAllow to override the default theme
John Molakvoæ [Fri, 29 Apr 2022 09:54:25 +0000 (11:54 +0200)]
Allow to override the default theme

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 30 Apr 2022 02:27:31 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoInclude more emoji chars to test and fixes after include it 32220/head
Vitor Mattos [Thu, 28 Apr 2022 11:00:08 +0000 (08:00 -0300)]
Include more emoji chars to test and fixes after include it

Signed-off-by: Vitor Mattos <vitor@php.rio>
2 years agoMerge pull request #31703 from nextcloud/techdebt/noid/emojihelper-interface
Joas Schilling [Fri, 29 Apr 2022 16:31:29 +0000 (18:31 +0200)]
Merge pull request #31703 from nextcloud/techdebt/noid/emojihelper-interface

Emojihelper interface

2 years agoMerge pull request #32218 from nextcloud/revert-30925-feature/breadcrumb_menu_parent_...
Simon L [Fri, 29 Apr 2022 13:45:48 +0000 (15:45 +0200)]
Merge pull request #32218 from nextcloud/revert-30925-feature/breadcrumb_menu_parent_folder_visible

Revert "Show the child folders in the breadcrumb menu when on a parent entry."

2 years agoMerge pull request #31758 from nextcloud/fix/utf8-detection-fix
blizzz [Fri, 29 Apr 2022 11:05:57 +0000 (13:05 +0200)]
Merge pull request #31758 from nextcloud/fix/utf8-detection-fix

Use sabre function directly rather than duplicating it

2 years agoRevert "Show the child folders in the breadcrumb menu when on a parent entry." 32218/head
Simon L [Fri, 29 Apr 2022 11:01:41 +0000 (13:01 +0200)]
Revert "Show the child folders in the breadcrumb menu when on a parent entry."

Signed-off-by: szaimen <szaimen@e.mail.de>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 29 Apr 2022 02:28:31 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32212 from nextcloud/bugfix/noid/make-the-order-of-reactions...
Joas Schilling [Thu, 28 Apr 2022 17:37:58 +0000 (19:37 +0200)]
Merge pull request #32212 from nextcloud/bugfix/noid/make-the-order-of-reactions-reliable

Make the order of reactions reliable

2 years agoMerge pull request #32204 from nextcloud/fix/invert-logo
John Molakvoæ [Thu, 28 Apr 2022 17:30:59 +0000 (19:30 +0200)]
Merge pull request #32204 from nextcloud/fix/invert-logo

2 years agoMerge pull request #31986 from nextcloud/dependabot/npm_and_yarn/marked-4.0.14
Louis [Thu, 28 Apr 2022 16:23:44 +0000 (18:23 +0200)]
Merge pull request #31986 from nextcloud/dependabot/npm_and_yarn/marked-4.0.14

Bump marked from 4.0.13 to 4.0.14

2 years agoMerge pull request #32092 from nextcloud/dependabot/npm_and_yarn/karma-6.3.19
Louis [Thu, 28 Apr 2022 16:23:14 +0000 (18:23 +0200)]
Merge pull request #32092 from nextcloud/dependabot/npm_and_yarn/karma-6.3.19

Bump karma from 6.3.17 to 6.3.19

2 years agoFix header apps icons 32204/head
John Molakvoæ [Thu, 28 Apr 2022 09:30:36 +0000 (11:30 +0200)]
Fix header apps icons

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoFix logo colour on bright primary colour
John Molakvoæ [Thu, 28 Apr 2022 07:42:49 +0000 (09:42 +0200)]
Fix logo colour on bright primary colour

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoMerge pull request #32210 from nextcloud/fix/remove-deprecated-occ-app-check-code...
Côme Chilliet [Thu, 28 Apr 2022 14:44:41 +0000 (16:44 +0200)]
Merge pull request #32210 from nextcloud/fix/remove-deprecated-occ-app-check-code-command

Remove deprecated occ app:check-code command

2 years agoMake the order of reactions reliable 32212/head
Joas Schilling [Thu, 28 Apr 2022 14:13:41 +0000 (16:13 +0200)]
Make the order of reactions reliable

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoRemove deprecated occ app:check-code command 32210/head
Côme Chilliet [Thu, 28 Apr 2022 13:08:01 +0000 (15:08 +0200)]
Remove deprecated occ app:check-code command

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoRemove test for removed class SearchResultSorter 31752/head
Côme Chilliet [Thu, 28 Apr 2022 12:56:26 +0000 (14:56 +0200)]
Remove test for removed class SearchResultSorter

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMerge pull request #32191 from nextcloud/handle-calendar-reminders-with-infinite...
blizzz [Thu, 28 Apr 2022 11:01:13 +0000 (13:01 +0200)]
Merge pull request #32191 from nextcloud/handle-calendar-reminders-with-infinite-recurrence

Handle processing reminders for calendar objects with an infinite number of recurrences

2 years agoIncrease check if support reactions 31703/head
Vitor Mattos [Wed, 30 Mar 2022 12:17:40 +0000 (09:17 -0300)]
Increase check if support reactions

Signed-off-by: Vitor Mattos <vitor@php.rio>
2 years agoExtract the EmojiService from user status and add an OCP interface
Joas Schilling [Thu, 24 Mar 2022 14:57:17 +0000 (15:57 +0100)]
Extract the EmojiService from user status and add an OCP interface

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #32202 from nextcloud/fix/layout-theme-array
John Molakvoæ [Thu, 28 Apr 2022 09:04:43 +0000 (11:04 +0200)]
Merge pull request #32202 from nextcloud/fix/layout-theme-array

2 years agoMerge pull request #32195 from nextcloud/feat/system-theme
John Molakvoæ [Thu, 28 Apr 2022 09:04:25 +0000 (11:04 +0200)]
Merge pull request #32195 from nextcloud/feat/system-theme

2 years agoMerge pull request #32200 from nextcloud/Valdnet-patch-2
Joas Schilling [Thu, 28 Apr 2022 08:11:10 +0000 (10:11 +0200)]
Merge pull request #32200 from nextcloud/Valdnet-patch-2

l10n: Correct a typo

2 years agoMerge pull request #32172 from nextcloud/rakekniven-patch-1
Simon L [Thu, 28 Apr 2022 07:22:26 +0000 (09:22 +0200)]
Merge pull request #32172 from nextcloud/rakekniven-patch-1

l10n: Improve grammar of opcache message

2 years agoFix `Undefined array key "enabledThemes"` on layout.user.php 32202/head
John Molakvoæ [Thu, 28 Apr 2022 06:54:57 +0000 (08:54 +0200)]
Fix `Undefined array key "enabledThemes"` on layout.user.php

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoAdd system/light themes 32195/head
John Molakvoæ [Wed, 27 Apr 2022 17:39:36 +0000 (19:39 +0200)]
Add system/light themes

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agol10n: Correct a typo 32200/head
Valdnet [Thu, 28 Apr 2022 06:30:49 +0000 (08:30 +0200)]
l10n: Correct a typo

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 28 Apr 2022 02:28:47 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32164 from nextcloud/pierreozoux-patch-2
Pytal [Thu, 28 Apr 2022 00:14:03 +0000 (17:14 -0700)]
Merge pull request #32164 from nextcloud/pierreozoux-patch-2

2 years agoBump marked from 4.0.13 to 4.0.14 31986/head
dependabot[bot] [Wed, 27 Apr 2022 21:08:30 +0000 (21:08 +0000)]
Bump marked from 4.0.13 to 4.0.14

Bumps [marked](https://github.com/markedjs/marked) from 4.0.13 to 4.0.14.
- [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.13...v4.0.14)

---
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 agoFix strict comparison 32196/head
Joas Schilling [Wed, 27 Apr 2022 18:31:40 +0000 (20:31 +0200)]
Fix strict comparison

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #32189 from nextcloud/fix/local_loading_for_profile
Simon L [Wed, 27 Apr 2022 17:15:55 +0000 (19:15 +0200)]
Merge pull request #32189 from nextcloud/fix/local_loading_for_profile

Mount Profile view after DOMContentLoaded

2 years agoHandle processing reminders for calendar objects with an infinite number 32191/head
Thomas Citharel [Wed, 27 Apr 2022 15:17:22 +0000 (17:17 +0200)]
Handle processing reminders for calendar objects with an infinite number
of recurrences

Closes #29896

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2 years agoMerge pull request #32180 from nextcloud/fix/dashboard
John Molakvoæ [Wed, 27 Apr 2022 14:57:09 +0000 (16:57 +0200)]
Merge pull request #32180 from nextcloud/fix/dashboard

2 years agoMount profile after DOMContentLoaded 32189/head
Louis Chemineau [Wed, 27 Apr 2022 13:47:58 +0000 (15:47 +0200)]
Mount profile after DOMContentLoaded

Fix https://github.com/nextcloud/server/issues/32187

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoMerge pull request #32139 from nextcloud/fix/31970/fix-social-sharing-buttons
Carl Schwan [Wed, 27 Apr 2022 11:24:49 +0000 (13:24 +0200)]
Merge pull request #32139 from nextcloud/fix/31970/fix-social-sharing-buttons

fix social sharing buttons

2 years agoDashboard fixes 32180/head
John Molakvoæ [Tue, 26 Apr 2022 07:20:59 +0000 (09:20 +0200)]
Dashboard fixes

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #32034 from nextcloud/bugfix/noid/satisfy-binary-operation-order
Carl Schwan [Wed, 27 Apr 2022 09:53:18 +0000 (11:53 +0200)]
Merge pull request #32034 from nextcloud/bugfix/noid/satisfy-binary-operation-order

Make the binary operation order explicit

2 years agoAdds uploadPartSize to config sample. 32164/head
Pierre Ozoux [Tue, 26 Apr 2022 13:01:19 +0000 (15:01 +0200)]
Adds uploadPartSize to config sample.

closes https://github.com/nextcloud/server/issues/24390

Signed-off-by: Pierre Ozoux <pierre@ozoux.net>
2 years agoMerge pull request #32173 from nextcloud/Valdnet-patch-3
John Molakvoæ [Wed, 27 Apr 2022 08:29:19 +0000 (10:29 +0200)]
Merge pull request #32173 from nextcloud/Valdnet-patch-3

2 years agoMerge pull request #32154 from nextcloud/Valdnet-patch-2
Simon L [Wed, 27 Apr 2022 07:32:38 +0000 (09:32 +0200)]
Merge pull request #32154 from nextcloud/Valdnet-patch-2

l10n: Change apostrophe

2 years agol10n: Fix code 32173/head
Valdnet [Wed, 27 Apr 2022 07:04:00 +0000 (09:04 +0200)]
l10n: Fix code

Issue: #32171.

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2 years agol10n: Improve grammar 32172/head
rakekniven [Wed, 27 Apr 2022 06:19:19 +0000 (08:19 +0200)]
l10n: Improve grammar

Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 27 Apr 2022 02:31:37 +0000 (02:31 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32167 from nextcloud/feat/workflow-auto-update-command-rebase.yml
blizzz [Tue, 26 Apr 2022 21:27:58 +0000 (23:27 +0200)]
Merge pull request #32167 from nextcloud/feat/workflow-auto-update-command-rebase.yml

Updating command-rebase.yml workflow from template

2 years agoUpdating command-rebase.yml workflow from template 32167/head
Nextcloud bot [Tue, 26 Apr 2022 16:05:28 +0000 (16:05 +0000)]
Updating command-rebase.yml workflow from template

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #31467 from nextcloud/feat/workflow-auto-update-node.yml
John Molakvoæ [Tue, 26 Apr 2022 15:38:16 +0000 (17:38 +0200)]
Merge pull request #31467 from nextcloud/feat/workflow-auto-update-node.yml

2 years agoMerge pull request #31492 from nextcloud/fix/check-secret-configured
John Molakvoæ [Tue, 26 Apr 2022 15:28:51 +0000 (17:28 +0200)]
Merge pull request #31492 from nextcloud/fix/check-secret-configured

2 years agocomposer run cs:fix
Côme Chilliet [Mon, 4 Apr 2022 07:47:29 +0000 (09:47 +0200)]
composer run cs:fix

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>