]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
20 months agoSpecify the profiler app branch to test with 36247/head
Joas Schilling [Thu, 19 Jan 2023 15:21:39 +0000 (16:21 +0100)]
Specify the profiler app branch to test with

So we can test in stable25 with a matching profiler version instead of master

Signed-off-by: Joas Schilling <coding@schilljs.com>
20 months agoMerge pull request #36271 from nextcloud/fix/fix-codestyle
Côme Chilliet [Fri, 20 Jan 2023 14:26:17 +0000 (15:26 +0100)]
Merge pull request #36271 from nextcloud/fix/fix-codestyle

Fix codestyle using codesniffer

20 months agoMerge pull request #36264 from nextcloud/fix/occ/repair-command-comment-formatting
Christoph Wurst [Fri, 20 Jan 2023 12:12:43 +0000 (13:12 +0100)]
Merge pull request #36264 from nextcloud/fix/occ/repair-command-comment-formatting

fix(occ): Fix comment formatting of maintenance:repair command

20 months agocomposer run cs:fix 36271/head
Côme Chilliet [Fri, 20 Jan 2023 10:45:08 +0000 (11:45 +0100)]
composer run cs:fix

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoMerge pull request #34997 from nextcloud/fix/drop-php-7.4
Côme Chilliet [Fri, 20 Jan 2023 10:43:24 +0000 (11:43 +0100)]
Merge pull request #34997 from nextcloud/fix/drop-php-7.4

Drop PHP 7.4 on master

20 months agoBump 3rdparty to master branch 34997/head
Côme Chilliet [Fri, 20 Jan 2023 10:22:24 +0000 (11:22 +0100)]
Bump 3rdparty to master branch

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoAlways show the psalm baseline change, even on failure
Côme Chilliet [Mon, 16 Jan 2023 13:50:32 +0000 (14:50 +0100)]
Always show the psalm baseline change, even on failure

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoShow failure of SAML login in kerberos workflow
Côme Chilliet [Thu, 12 Jan 2023 16:00:05 +0000 (17:00 +0100)]
Show failure of SAML login in kerberos workflow

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoFixing samba test and adding details to kerberos job
Côme Chilliet [Thu, 12 Jan 2023 14:36:50 +0000 (15:36 +0100)]
Fixing samba test and adding details to kerberos job

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoFix check in integration tests
Côme Chilliet [Thu, 12 Jan 2023 11:21:21 +0000 (12:21 +0100)]
Fix check in integration tests

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoFix Samba test failure details output
Côme Chilliet [Tue, 10 Jan 2023 13:13:07 +0000 (14:13 +0100)]
Fix Samba test failure details output

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoRemove PHP version matrix from kerberos test
Côme Chilliet [Thu, 5 Jan 2023 10:46:31 +0000 (11:46 +0100)]
Remove PHP version matrix from kerberos test

It runs on a docker image on which we cannot control which PHP version runs.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoFix integrity check
Joas Schilling [Wed, 4 Jan 2023 08:43:17 +0000 (09:43 +0100)]
Fix integrity check

Signed-off-by: Joas Schilling <coding@schilljs.com>
20 months agoUpdate test file for mimetypes
Côme Chilliet [Tue, 3 Jan 2023 17:01:06 +0000 (18:01 +0100)]
Update test file for mimetypes

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoFix gzip mimetype mapping
Côme Chilliet [Tue, 3 Jan 2023 13:57:59 +0000 (14:57 +0100)]
Fix gzip mimetype mapping

PHP now detects it as application/gzip and not application/x-gzip anymore

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoPrettify static-code-analysis.yml
Côme Chilliet [Tue, 3 Jan 2023 13:27:21 +0000 (14:27 +0100)]
Prettify static-code-analysis.yml

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoAlways upload psalm result to github
Côme Chilliet [Mon, 2 Jan 2023 13:51:09 +0000 (14:51 +0100)]
Always upload psalm result to github

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoMerge back the two static analysis workflows together
Côme Chilliet [Mon, 2 Jan 2023 13:28:42 +0000 (14:28 +0100)]
Merge back the two static analysis workflows together

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoAttempt to fix errors in Repair command tests
Côme Chilliet [Mon, 19 Dec 2022 14:06:48 +0000 (15:06 +0100)]
Attempt to fix errors in Repair command tests

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoFix types in OCS json answer (status code is an int)
Côme Chilliet [Mon, 19 Dec 2022 13:53:54 +0000 (14:53 +0100)]
Fix types in OCS json answer (status code is an int)

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoFix crash in OCS when getting info about an application
Côme Chilliet [Tue, 13 Dec 2022 08:29:07 +0000 (09:29 +0100)]
Fix crash in OCS when getting info about an application

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoAttempt at reducing psalm errors
Côme Chilliet [Tue, 13 Dec 2022 07:54:49 +0000 (08:54 +0100)]
Attempt at reducing psalm errors

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoImprove typing in Entity.php
Côme Chilliet [Mon, 7 Nov 2022 12:59:48 +0000 (13:59 +0100)]
Improve typing in Entity.php

Removing @method in Entity brings even more errors.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoFix kerberos step name
Côme Chilliet [Mon, 7 Nov 2022 15:39:12 +0000 (16:39 +0100)]
Fix kerberos step name

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoMove all drone steps to PHP 8.0
Côme Chilliet [Mon, 7 Nov 2022 14:57:37 +0000 (15:57 +0100)]
Move all drone steps to PHP 8.0

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agocomposer update php
Côme Chilliet [Mon, 7 Nov 2022 10:59:54 +0000 (11:59 +0100)]
composer update php

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoAttempt at bumping psalm version
Côme Chilliet [Mon, 7 Nov 2022 10:41:45 +0000 (11:41 +0100)]
Attempt at bumping psalm version

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoRemove workarounds specific to 7.4
Côme Chilliet [Mon, 7 Nov 2022 09:54:02 +0000 (10:54 +0100)]
Remove workarounds specific to 7.4

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agoDrop PHP 7.4 support for master (26)
Côme Chilliet [Mon, 7 Nov 2022 09:50:03 +0000 (10:50 +0100)]
Drop PHP 7.4 support for master (26)

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
20 months agofix(occ): Fix comment formatting of maintenance:repair command 36264/head
Christoph Wurst [Fri, 20 Jan 2023 08:58:22 +0000 (09:58 +0100)]
fix(occ): Fix comment formatting of maintenance:repair command

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
20 months agoMerge pull request #36253 from nextcloud/chore/dav/remove-useless-var-tag
Christoph Wurst [Fri, 20 Jan 2023 08:19:35 +0000 (09:19 +0100)]
Merge pull request #36253 from nextcloud/chore/dav/remove-useless-var-tag

chore(dav): Remove useless var tag

20 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Fri, 20 Jan 2023 02:29:40 +0000 (02:29 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
20 months agochore(dav): Remove useless var tag 36253/head
Christoph Wurst [Thu, 19 Jan 2023 18:05:23 +0000 (19:05 +0100)]
chore(dav): Remove useless var tag

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
20 months agoMerge pull request #36162 from nextcloud/fix/php82/string-var-interpolation
Christoph Wurst [Thu, 19 Jan 2023 17:05:44 +0000 (18:05 +0100)]
Merge pull request #36162 from nextcloud/fix/php82/string-var-interpolation

fix(PHP8.2): Fix deprecated string interpolation syntax

20 months agoMerge pull request #35632 from nextcloud/debt/document-types-search-flag
Vincent Petry [Thu, 19 Jan 2023 16:45:30 +0000 (17:45 +0100)]
Merge pull request #35632 from nextcloud/debt/document-types-search-flag

docs: document types flag for search options

20 months agoMerge pull request #36123 from nextcloud/user-settings-normalize-uid
Vincent Petry [Thu, 19 Jan 2023 16:45:01 +0000 (17:45 +0100)]
Merge pull request #36123 from nextcloud/user-settings-normalize-uid

normalize userid in user:setting

20 months agofix(PHP8.2): Fix deprecated string interpolation syntax 36162/head
Christoph Wurst [Mon, 16 Jan 2023 13:13:57 +0000 (14:13 +0100)]
fix(PHP8.2): Fix deprecated string interpolation syntax

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
20 months agoMerge pull request #36237 from nextcloud/bugfix/noid/disable-unreliable-tests
Vincent Petry [Thu, 19 Jan 2023 10:33:42 +0000 (11:33 +0100)]
Merge pull request #36237 from nextcloud/bugfix/noid/disable-unreliable-tests

Disable unreliable acceptance tests

20 months agodocs: document types flag for search options 35632/head
Daniel Kesselberg [Tue, 6 Dec 2022 19:21:37 +0000 (20:21 +0100)]
docs: document types flag for search options

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
20 months agoDisable unreliable acceptance tests 36237/head
Joas Schilling [Thu, 19 Jan 2023 08:21:33 +0000 (09:21 +0100)]
Disable unreliable acceptance tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
20 months agoMerge pull request #36223 from nextcloud/artonge/fix/allow_interaction_with_encrypted...
Vincent Petry [Thu, 19 Jan 2023 08:20:35 +0000 (09:20 +0100)]
Merge pull request #36223 from nextcloud/artonge/fix/allow_interaction_with_encrypted_folders

Allow interaction with encrypted folders

20 months agoMerge pull request #36203 from nextcloud/enh/a11y-search-menu
John Molakvoæ [Thu, 19 Jan 2023 07:25:22 +0000 (08:25 +0100)]
Merge pull request #36203 from nextcloud/enh/a11y-search-menu

Port global search menu to focus trapped NcHeaderMenu

20 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Thu, 19 Jan 2023 02:27:03 +0000 (02:27 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
20 months agoMerge pull request #36225 from Jachhj-sc/patch-1
Simon L [Wed, 18 Jan 2023 21:14:22 +0000 (22:14 +0100)]
Merge pull request #36225 from Jachhj-sc/patch-1

Add check config.php for ffmpeg_path in PreviewManager.php. fix for snap no video preview

20 months agoMerge pull request #36211 from nextcloud/enh/catch-recurrence-exception
Anna [Wed, 18 Jan 2023 20:39:15 +0000 (21:39 +0100)]
Merge pull request #36211 from nextcloud/enh/catch-recurrence-exception

fix(dav): catch MaxInstancesExceededException for recurring events without end date

20 months agoUpdate lib/private/PreviewManager.php 36225/head
William [Wed, 18 Jan 2023 19:32:09 +0000 (20:32 +0100)]
Update lib/private/PreviewManager.php

fix lint issue

Co-authored-by: Simon L. <szaimen@e.mail.de>
Signed-off-by: William <william.hak57@gmail.com>
20 months agoUpdate config/config.sample.php
William [Wed, 18 Jan 2023 19:13:34 +0000 (20:13 +0100)]
Update config/config.sample.php

add better description

Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: William <william.hak57@gmail.com>
20 months agoMerge pull request #36219 from nextcloud/fix/correction-35886-Replace_custom_tooltips...
Joas Schilling [Wed, 18 Jan 2023 19:05:36 +0000 (20:05 +0100)]
Merge pull request #36219 from nextcloud/fix/correction-35886-Replace_custom_tooltips_with_native_one_for_personal_and_administration_settings

Correct title for button on federation actions button

20 months agoPort global search menu to focus trapped NcHeaderMenu 36203/head
Christopher Ng [Wed, 18 Jan 2023 01:43:19 +0000 (01:43 +0000)]
Port global search menu to focus trapped NcHeaderMenu

Signed-off-by: Christopher Ng <chrng8@gmail.com>
20 months agoMerge pull request #27492 from cyclops8456/feature/24301-remove-can-install-on-occ...
Simon L [Wed, 18 Jan 2023 18:53:02 +0000 (19:53 +0100)]
Merge pull request #27492 from cyclops8456/feature/24301-remove-can-install-on-occ-maintenance-install

Remove the CAN_INSTALL file when occ maintenance:install is complete

20 months agoMerge pull request #1 from Jachhj-sc/patch-2
William [Wed, 18 Jan 2023 18:35:52 +0000 (19:35 +0100)]
Merge pull request #1 from Jachhj-sc/patch-2

add documentation preview_ffmpeg_path

20 months agoMerge branch 'nextcloud:master' into patch-1
William [Wed, 18 Jan 2023 18:31:39 +0000 (19:31 +0100)]
Merge branch 'nextcloud:master' into patch-1

20 months agoadd documentation preview_ffmpeg_path
William [Wed, 18 Jan 2023 18:26:48 +0000 (19:26 +0100)]
add documentation preview_ffmpeg_path

add preview_ffmpeg_path documentation.
document custom path for ffmpeg so it can be used by the previewprovider to create video previews with the snap package of nextcloud.

Signed-off-by: William <william.hak57@gmail.com>
20 months agoMerge pull request #36205 from nextcloud/bugfix/noid/fix-settings-section-icon-color
Joas Schilling [Wed, 18 Jan 2023 18:13:10 +0000 (19:13 +0100)]
Merge pull request #36205 from nextcloud/bugfix/noid/fix-settings-section-icon-color

fix(search): Fix settings section icon color

20 months agoMerge pull request #36221 from nextcloud/artonge/feat/cypress_git_branch
John Molakvoæ [Wed, 18 Jan 2023 18:01:58 +0000 (19:01 +0100)]
Merge pull request #36221 from nextcloud/artonge/feat/cypress_git_branch

Use current git branch by default when setting up cypress container

20 months agoAllow interaction with encrypted folders 36223/head
Louis Chemineau [Wed, 18 Jan 2023 15:49:38 +0000 (16:49 +0100)]
Allow interaction with encrypted folders

Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
20 months agoUse current git branch by default when setting up cypress container 36221/head
Louis Chemineau [Wed, 18 Jan 2023 16:00:24 +0000 (17:00 +0100)]
Use current git branch by default when setting up cypress container

Signed-off-by: Louis Chemineau <louis@chmn.me>
20 months agoMerge pull request #35783 from nextcloud/feat/inject-controller-services-into-methods
Christoph Wurst [Wed, 18 Jan 2023 16:00:54 +0000 (17:00 +0100)]
Merge pull request #35783 from nextcloud/feat/inject-controller-services-into-methods

Inject services into controller methods

20 months agoUpdate PreviewManager.php
William [Wed, 18 Jan 2023 15:30:41 +0000 (16:30 +0100)]
Update PreviewManager.php

add a check in config.php for a configured movieBinary path.
so now it first checks in config.php if  preview_ffmpeg_path is configured.

Signed-off-by: William <william.hak57@gmail.com>
20 months agoCorrect title for button on federation actions button 36219/head
julia.kirschenheuter [Wed, 18 Jan 2023 14:45:07 +0000 (15:45 +0100)]
Correct title for button on federation actions button

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
20 months agofix(dav): catch MaxInstancesExceedeException for recurring events without end date 36211/head
Anna Larch [Wed, 18 Jan 2023 11:30:58 +0000 (12:30 +0100)]
fix(dav): catch MaxInstancesExceedeException for recurring events without end date

Ref https://github.com/nextcloud/calendar/issues/4811

Signed-off-by: Anna Larch <anna@nextcloud.com>
20 months agofeat(app framework)!: Inject services into controller methods 35783/head
Christoph Wurst [Thu, 15 Dec 2022 09:37:27 +0000 (10:37 +0100)]
feat(app framework)!: Inject services into controller methods

Usually Nextcloud DI goes through constructor injection. This has the
implication that each instance of a class builds the full DI tree. That
is the injected services, their services, etc. Occasionally there is a
service that is only needed for one controller method. Then the DI tree
is build regardless if used or not.

If services are injected into the method, we only build the DI tree if
that method gets executed.

This is also how Laravel allows injection.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
20 months agoMerge pull request #35419 from nextcloud/fix/login-csrf-not-logged-in-clear-cookies
Christoph Wurst [Wed, 18 Jan 2023 10:55:24 +0000 (11:55 +0100)]
Merge pull request #35419 from nextcloud/fix/login-csrf-not-logged-in-clear-cookies

Fix login loop if login CSRF fails and user is not logged in

20 months agoMerge pull request #36204 from nextcloud/automated/noid/master-update-psalm-baseline
Daniel [Wed, 18 Jan 2023 10:32:22 +0000 (11:32 +0100)]
Merge pull request #36204 from nextcloud/automated/noid/master-update-psalm-baseline

[master] Update psalm-baseline.xml

20 months agoFix login loop if login CSRF fails and user is not logged in 35419/head
Christoph Wurst [Fri, 25 Nov 2022 08:22:28 +0000 (09:22 +0100)]
Fix login loop if login CSRF fails and user is not logged in

If CSRF fails but the user is logged in that they probably logged in in
another tab. This is fine. We can just redirect.
If CSRF fails and the user is also not logged in then something is
fishy. E.g. because Nextcloud contantly regenrates the session and the
CSRF token and the user is stuck in an endless login loop.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
20 months agoMerge pull request #36198 from nextcloud/3rdparty-remove-ds
Joas Schilling [Wed, 18 Jan 2023 08:37:37 +0000 (09:37 +0100)]
Merge pull request #36198 from nextcloud/3rdparty-remove-ds

chore: drop dependency php-ds

20 months agoMerge pull request #36002 from nextcloud/feat/files2vue-quota
John Molakvoæ [Wed, 18 Jan 2023 07:05:04 +0000 (08:05 +0100)]
Merge pull request #36002 from nextcloud/feat/files2vue-quota

feat(files): Quota in navigation

20 months agofix(search): Fix settings section icon color 36205/head
Joas Schilling [Wed, 18 Jan 2023 06:18:42 +0000 (07:18 +0100)]
fix(search): Fix settings section icon color

Signed-off-by: Joas Schilling <coding@schilljs.com>
20 months agochore: drop dependency php-ds 36198/head
Joas Schilling [Wed, 18 Jan 2023 06:14:34 +0000 (07:14 +0100)]
chore: drop dependency php-ds

The dependency is not used.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Signed-off-by: Joas Schilling <coding@schilljs.com>
20 months agoMerge pull request #36194 from nextcloud/revert/35071
Joas Schilling [Wed, 18 Jan 2023 06:01:05 +0000 (07:01 +0100)]
Merge pull request #36194 from nextcloud/revert/35071

Fix failed revert for #35071

20 months agoUpdate psalm baseline 36204/head
nextcloud-command [Wed, 18 Jan 2023 04:45:48 +0000 (04:45 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
20 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Wed, 18 Jan 2023 02:25:23 +0000 (02:25 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
20 months agoMerge pull request #36190 from nextcloud/3rdparty-guzzle
Joas Schilling [Tue, 17 Jan 2023 20:55:09 +0000 (21:55 +0100)]
Merge pull request #36190 from nextcloud/3rdparty-guzzle

chore(3rdparty): Bump guzzlehttp/guzzle from 7.2.0 to 7.5.0 and egulias/email-validator from 3.2.1 to 3.2.5

20 months agofeat(files): Quota in navigation 36002/head
John Molakvoæ [Wed, 4 Jan 2023 18:06:52 +0000 (19:06 +0100)]
feat(files): Quota in navigation

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
20 months agoMerge pull request #36166 from nextcloud/fix/php82/declare-symfony-console-applicatio...
Christoph Wurst [Tue, 17 Jan 2023 17:25:56 +0000 (18:25 +0100)]
Merge pull request #36166 from nextcloud/fix/php82/declare-symfony-console-application-property

fix(PHP8.2): Declare Symfony Application property in console application

21 months agoFix failed revert for #35071 36194/head
John Molakvoæ [Tue, 17 Jan 2023 13:21:11 +0000 (14:21 +0100)]
Fix failed revert for #35071

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
21 months agoRevert "Add alt to the logo, adapt css for logo"
John Molakvoæ [Tue, 17 Jan 2023 13:19:23 +0000 (14:19 +0100)]
Revert "Add alt to the logo, adapt css for logo"

This reverts commit bba5ab0532bcf71dc421fd15efd890cd25bdc8d3.

21 months agochore(3rdparty): Bump guzzlehttp/guzzle from 7.2.0 to 7.5.0 and 36190/head
John Molakvoæ [Tue, 17 Jan 2023 10:22:14 +0000 (11:22 +0100)]
chore(3rdparty): Bump guzzlehttp/guzzle from 7.2.0 to 7.5.0 and
egulias/email-validator from 3.2.1 to 3.2.5

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
21 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Tue, 17 Jan 2023 02:26:53 +0000 (02:26 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
21 months agoMerge pull request #36094 from nextcloud/bugfix/noid/user-info-api-exclude-storage
Joas Schilling [Mon, 16 Jan 2023 21:27:37 +0000 (22:27 +0100)]
Merge pull request #36094 from nextcloud/bugfix/noid/user-info-api-exclude-storage

Only expose storage location to admins

21 months agoMerge pull request #36093 from nextcloud/techdebt/noid/improve-share-pw-generation
Joas Schilling [Mon, 16 Jan 2023 21:26:42 +0000 (22:26 +0100)]
Merge pull request #36093 from nextcloud/techdebt/noid/improve-share-pw-generation

Improve password generation for link shares

21 months agoMerge pull request #36161 from nextcloud/bugfix/36153/fix-sharemount-cache-key-includ...
Vincent Petry [Mon, 16 Jan 2023 14:25:12 +0000 (15:25 +0100)]
Merge pull request #36161 from nextcloud/bugfix/36153/fix-sharemount-cache-key-include-target

still include the share target in the cache key for validating share mount

21 months agoMerge pull request #36087 from nextcloud/enh/noid/improve-applicable-ext-storage
Vincent Petry [Mon, 16 Jan 2023 14:08:19 +0000 (15:08 +0100)]
Merge pull request #36087 from nextcloud/enh/noid/improve-applicable-ext-storage

Improve saving applicable users in ext storage

21 months agofix(PHP8.2): Declare Symfony Application property in console application 36166/head
Christoph Wurst [Mon, 16 Jan 2023 13:55:16 +0000 (14:55 +0100)]
fix(PHP8.2): Declare Symfony Application property in console application

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
21 months agoImprove password generation for link shares 36093/head
Vincent Petry [Wed, 11 Jan 2023 14:21:26 +0000 (15:21 +0100)]
Improve password generation for link shares

Use web crypto when generating password for link shares
whenever the password policy app is disabled.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
21 months agoMerge pull request #36089 from nextcloud/enh/noid/ext-storage-default-values
Vincent Petry [Mon, 16 Jan 2023 13:22:16 +0000 (14:22 +0100)]
Merge pull request #36089 from nextcloud/enh/noid/ext-storage-default-values

Ext storage configs default value support + enable SSL by default

21 months agoMerge pull request #36113 from nextcloud/bugfix/noid/viewonly-versions
Vincent Petry [Mon, 16 Jan 2023 13:09:55 +0000 (14:09 +0100)]
Merge pull request #36113 from nextcloud/bugfix/noid/viewonly-versions

Extend ViewOnly DAV plugin to versions endpoint

21 months agoMerge pull request #35970 from nextcloud/perf/noid/exception-serializer
Julius Härtl [Mon, 16 Jan 2023 13:00:57 +0000 (14:00 +0100)]
Merge pull request #35970 from nextcloud/perf/noid/exception-serializer

21 months agostill include the share target in the cache key for validating share mount 36161/head
Robin Appelman [Mon, 16 Jan 2023 12:09:50 +0000 (13:09 +0100)]
still include the share target in the cache key for validating share mount

Signed-off-by: Robin Appelman <robin@icewind.nl>
21 months agoMerge pull request #36115 from nextcloud/fix/catch-exception-in-provisioning_api
Côme Chilliet [Mon, 16 Jan 2023 10:40:51 +0000 (11:40 +0100)]
Merge pull request #36115 from nextcloud/fix/catch-exception-in-provisioning_api

Catch Exceptions when loading storage data of users

21 months agoMerge pull request #36073 from nextcloud/fix/fix-background-job-list
blizzz [Mon, 16 Jan 2023 10:10:10 +0000 (11:10 +0100)]
Merge pull request #36073 from nextcloud/fix/fix-background-job-list

Use a Generator for job list to fix background-job:list command

21 months agochore: Add typings to Log properties 35970/head
Julius Härtl [Thu, 12 Jan 2023 14:19:28 +0000 (15:19 +0100)]
chore: Add typings to Log properties

Signed-off-by: Julius Härtl <jus@bitgrid.net>
21 months agofix(ExceptionSerializer): encode arguments before filtering the trace
Julius Härtl [Tue, 3 Jan 2023 18:24:00 +0000 (19:24 +0100)]
fix(ExceptionSerializer): encode arguments before filtering the trace

This will avoid running into a Nesting level too deep error as the
encodeArg calls will limit potential recursive calls on the arguments to
a nesting level of 5

Signed-off-by: Julius Härtl <jus@bitgrid.net>
21 months agoperf(logging): Return early when log level does not match before serializing an exception
Julius Härtl [Tue, 3 Jan 2023 18:03:57 +0000 (19:03 +0100)]
perf(logging): Return early when log level does not match before serializing an exception

Signed-off-by: Julius Härtl <jus@bitgrid.net>
21 months agoMerge pull request #36075 from fmenabe/s3-storage-class
Côme Chilliet [Mon, 16 Jan 2023 08:43:53 +0000 (09:43 +0100)]
Merge pull request #36075 from fmenabe/s3-storage-class

Add support for s3 storage classes

21 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Mon, 16 Jan 2023 02:24:58 +0000 (02:24 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
21 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Sun, 15 Jan 2023 02:24:46 +0000 (02:24 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
21 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Sat, 14 Jan 2023 02:26:37 +0000 (02:26 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
21 months agoMerge pull request #35637 from nextcloud/enh/a11y-contacts-menu
Pytal [Fri, 13 Jan 2023 23:57:49 +0000 (15:57 -0800)]
Merge pull request #35637 from nextcloud/enh/a11y-contacts-menu

21 months agoFocus trap contacts menu with NcHeaderMenu port 35637/head
Christopher Ng [Thu, 12 Jan 2023 01:35:53 +0000 (01:35 +0000)]
Focus trap contacts menu with NcHeaderMenu port

Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Christopher Ng <chrng8@gmail.com>