]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
2 years agoFix sidebar not automatically hidden in Files app 35062/head
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>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 9 Nov 2022 02:14:53 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #34999 from nextcloud/backport/34937/stable23
Simon L [Tue, 8 Nov 2022 09:47:48 +0000 (10:47 +0100)]
Merge pull request #34999 from nextcloud/backport/34937/stable23

[stable23] Avoid a crash when a PHP extension has no version

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 8 Nov 2022 02:14:38 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoSuppress false-positives from psalm, waiting for fix upstream 34999/head
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>
2 years agoAvoid a crash when a PHP extension has no version
Côme Chilliet [Thu, 3 Nov 2022 10:53:51 +0000 (11:53 +0100)]
Avoid a crash when a PHP extension has no version

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 7 Nov 2022 02:14:32 +0000 (02:14 +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, 6 Nov 2022 02:13:01 +0000 (02:13 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 5 Nov 2022 02:15:32 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #34660 from nextcloud/backport/34632/stable23
Vincent Petry [Fri, 4 Nov 2022 16:31:06 +0000 (17:31 +0100)]
Merge pull request #34660 from nextcloud/backport/34632/stable23

[stable23] Add rate limiting on lost password emails

2 years agoMerge pull request #34808 from nextcloud/backport/34802/stable23
Vincent Petry [Fri, 4 Nov 2022 16:24:45 +0000 (17:24 +0100)]
Merge pull request #34808 from nextcloud/backport/34802/stable23

[stable23] Add pre-commit configuration to stable24 as well

2 years agoMerge pull request #34844 from nextcloud/backport/34302/stable23
Vincent Petry [Fri, 4 Nov 2022 16:23:01 +0000 (17:23 +0100)]
Merge pull request #34844 from nextcloud/backport/34302/stable23

 [stable23] Fix: Prevent deadlocks during mtime/size/etag propagation

2 years agoMerge pull request #34948 from nextcloud/backport/34804/stable23
Vincent Petry [Fri, 4 Nov 2022 16:13:59 +0000 (17:13 +0100)]
Merge pull request #34948 from nextcloud/backport/34804/stable23

[stable23] Skip general login with email for non-valid addresses and LDAP

2 years agoMerge pull request #34950 from nextcloud/backport/32663/stable23
Vincent Petry [Fri, 4 Nov 2022 16:12:29 +0000 (17:12 +0100)]
Merge pull request #34950 from nextcloud/backport/32663/stable23

[stable23] Cleanup tempfiles after each cron job run

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 4 Nov 2022 02:14:28 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoSupport PHP 7.3 for stable23 34660/head
Côme Chilliet [Thu, 3 Nov 2022 16:46:10 +0000 (17:46 +0100)]
Support PHP 7.3 for stable23

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoFix LostController test
Côme Chilliet [Tue, 18 Oct 2022 13:18:40 +0000 (15:18 +0200)]
Fix LostController test

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoAdd rate limiting on lost password emails
Côme Chilliet [Mon, 17 Oct 2022 12:36:24 +0000 (14:36 +0200)]
Add rate limiting on lost password emails

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoCleanup tempfiles after each cron job run 34950/head
Julius Härtl [Mon, 30 May 2022 16:01:51 +0000 (18:01 +0200)]
Cleanup tempfiles after each cron job run

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoSkip general login with email for non-valid addresses and LDAP 34948/head
Julius Härtl [Tue, 25 Oct 2022 13:38:31 +0000 (15:38 +0200)]
Skip general login with email for non-valid addresses and LDAP

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoMerge pull request #34915 from nextcloud/release/23.0.11 v23.0.11
blizzz [Thu, 3 Nov 2022 09:53:24 +0000 (10:53 +0100)]
Merge pull request #34915 from nextcloud/release/23.0.11

23.0.11

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 3 Nov 2022 02:14:28 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 2 Nov 2022 02:14:29 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago23.0.11 34915/head
Arthur Schiwon [Tue, 1 Nov 2022 19:11:41 +0000 (20:11 +0100)]
23.0.11

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 1 Nov 2022 02:14:34 +0000 (02:14 +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, 31 Oct 2022 02:14:12 +0000 (02:14 +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, 30 Oct 2022 02:14:01 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 29 Oct 2022 02:15:38 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 28 Oct 2022 02:14:41 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #34839 from nextcloud/release/23.0.11_rc1 v23.0.11rc1
John Molakvoæ [Thu, 27 Oct 2022 11:16:38 +0000 (13:16 +0200)]
Merge pull request #34839 from nextcloud/release/23.0.11_rc1

23.0.11 RC1

2 years agoFix unencrypted size calculation for files created before the Encryption storage... 34844/head
raul [Mon, 3 Oct 2022 11:40:57 +0000 (13:40 +0200)]
Fix unencrypted size calculation for files created before the Encryption storage is enabled

Signed-off-by: raul <raul@nextcloud.com>
2 years agoFix: Prevent deadlocks during mtime/size/etag propagation
raul [Thu, 29 Sep 2022 17:01:42 +0000 (19:01 +0200)]
Fix: Prevent deadlocks during mtime/size/etag propagation

Signed-off-by: raul <raul@nextcloud.com>
2 years agoMerge pull request #34585 from nextcloud/backport/34438/stable23
John Molakvoæ [Thu, 27 Oct 2022 10:08:03 +0000 (12:08 +0200)]
Merge pull request #34585 from nextcloud/backport/34438/stable23

[stable23] return proper error code when reporting exception fails in remote.php

2 years agoMerge pull request #34041 from nextcloud/backport/34001/stable23
John Molakvoæ [Thu, 27 Oct 2022 10:00:26 +0000 (12:00 +0200)]
Merge pull request #34041 from nextcloud/backport/34001/stable23

[stable23] use filesystem user instead of file owner for creating version

2 years ago23.0.11 RC1 34839/head
John Molakvoæ [Thu, 27 Oct 2022 08:21:45 +0000 (10:21 +0200)]
23.0.11 RC1

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #33183 from nextcloud/dependabot/composer/build/integration/stable...
Julius Härtl [Wed, 26 Oct 2022 19:33:09 +0000 (21:33 +0200)]
Merge pull request #33183 from nextcloud/dependabot/composer/build/integration/stable23/behat/behat-approx-3.11.0

Update behat/behat requirement from ~3.10.0 to ~3.11.0 in /build/integration

2 years agoMerge pull request #34813 from nextcloud/automated/noid/stable23-update-psalm-baseline
Carl Schwan [Wed, 26 Oct 2022 11:18:12 +0000 (13:18 +0200)]
Merge pull request #34813 from nextcloud/automated/noid/stable23-update-psalm-baseline

[stable23] Update psalm-baseline.xml

2 years agoUpdate psalm baseline 34813/head
nextcloud-command [Wed, 26 Oct 2022 04:31:11 +0000 (04:31 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 26 Oct 2022 02:14:05 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoadd .pre-commit-config.yaml to expected files in checker 34808/head
Côme Chilliet [Fri, 30 Sep 2022 12:27:36 +0000 (14:27 +0200)]
add .pre-commit-config.yaml to expected files in checker

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoBackport pre-commit config from master
Côme Chilliet [Tue, 25 Oct 2022 12:07:11 +0000 (14:07 +0200)]
Backport pre-commit config from master

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMerge pull request #34793 from nextcloud/backport/32859/stable23
Côme Chilliet [Tue, 25 Oct 2022 12:10:32 +0000 (14:10 +0200)]
Merge pull request #34793 from nextcloud/backport/32859/stable23

[stable23] Fix Uninitialized string offset 0 at GenerateMimetypeFileBuilder.php#39

2 years agoFix Uninitialized string offset 0 at GenerateMimetypeFileBuilder.php#39 34793/head
Daniel Kesselberg [Mon, 13 Jun 2022 09:58:16 +0000 (11:58 +0200)]
Fix Uninitialized string offset 0 at GenerateMimetypeFileBuilder.php#39

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 25 Oct 2022 02:19:01 +0000 (02:19 +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, 24 Oct 2022 02:15:18 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #34751 from nextcloud/backport/33087/stable23
Simon L [Sun, 23 Oct 2022 14:53:52 +0000 (16:53 +0200)]
Merge pull request #34751 from nextcloud/backport/33087/stable23

[stable23] fix external storages access

2 years agofix external storages access 34751/head
szaimen [Fri, 1 Jul 2022 18:30:35 +0000 (20:30 +0200)]
fix external storages access

Signed-off-by: szaimen <szaimen@e.mail.de>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 23 Oct 2022 02:15:06 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 22 Oct 2022 02:16:07 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 21 Oct 2022 02:15:01 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #34698 from nextcloud/backport/34622/stable23
Joas Schilling [Thu, 20 Oct 2022 13:18:51 +0000 (15:18 +0200)]
Merge pull request #34698 from nextcloud/backport/34622/stable23

[stable23] Bump jquery-ui and jquery-ui-dist to the same versions

2 years agoRecompile 34698/head
Joas Schilling [Thu, 20 Oct 2022 12:31:54 +0000 (14:31 +0200)]
Recompile

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoUpdate jquery-ui and jquery-ui-dist to the same new version
Joas Schilling [Thu, 20 Oct 2022 12:29:01 +0000 (14:29 +0200)]
Update jquery-ui and jquery-ui-dist to the same new version

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #34383 from nextcloud/backport/34289/stable23
Anna [Thu, 20 Oct 2022 09:48:22 +0000 (11:48 +0200)]
Merge pull request #34383 from nextcloud/backport/34289/stable23

[stable23] Url encode the web dav url for copying

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 20 Oct 2022 02:18:53 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 19 Oct 2022 02:14:54 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 18 Oct 2022 02:14:51 +0000 (02:14 +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, 17 Oct 2022 02:14:58 +0000 (02:14 +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, 16 Oct 2022 02:14:54 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 15 Oct 2022 02:14:48 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #34598 from nextcloud/backport/34135/stable23
Julien Veyssier [Fri, 14 Oct 2022 16:02:50 +0000 (18:02 +0200)]
Merge pull request #34598 from nextcloud/backport/34135/stable23

[stable23] Fix "email changed" activity email check

2 years agoreturn proper error code when reporting exception fails in remote.php 34585/head
Robin Appelman [Wed, 5 Oct 2022 10:39:00 +0000 (12:39 +0200)]
return proper error code when reporting exception fails in remote.php

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agocheck disable_activity.email_address_changed_by_admin when email is changed by admin... 34598/head
Julien Veyssier [Mon, 19 Sep 2022 10:42:44 +0000 (12:42 +0200)]
check disable_activity.email_address_changed_by_admin when email is changed by admin via the OCS API

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 14 Oct 2022 02:15:04 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 13 Oct 2022 02:15:25 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #34533 from nextcloud/backport/34500/stable23
Louis [Wed, 12 Oct 2022 07:51:45 +0000 (09:51 +0200)]
Merge pull request #34533 from nextcloud/backport/34500/stable23

[stable23] Fix password length limitation

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 12 Oct 2022 02:14:54 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoFix password length limitation 34533/head
Joas Schilling [Mon, 10 Oct 2022 10:33:58 +0000 (12:33 +0200)]
Fix password length limitation

Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #34529 from nextcloud/backport/34522/stable23
Joas Schilling [Tue, 11 Oct 2022 13:07:17 +0000 (15:07 +0200)]
Merge pull request #34529 from nextcloud/backport/34522/stable23

[stable23] Update security.txt expires field

2 years agoMerge pull request #34520 from nextcloud/automated/noid/stable23-update-ca-cert-bundle
Joas Schilling [Tue, 11 Oct 2022 09:22:36 +0000 (11:22 +0200)]
Merge pull request #34520 from nextcloud/automated/noid/stable23-update-ca-cert-bundle

[stable23] Update ca-cert bundle

2 years agoUpdate security.txt expires field 34529/head
Joas Schilling [Tue, 11 Oct 2022 06:19:49 +0000 (08:19 +0200)]
Update security.txt expires field

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoUpdate CA certificate bundle 34520/head
nextcloud-command [Tue, 11 Oct 2022 04:40:58 +0000 (04:40 +0000)]
Update CA certificate bundle

Signed-off-by: GitHub <noreply@github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 11 Oct 2022 02:14:57 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #34507 from nextcloud/backport/30608/stable23
Louis [Mon, 10 Oct 2022 22:34:17 +0000 (00:34 +0200)]
Merge pull request #34507 from nextcloud/backport/30608/stable23

[stable23] Harden disk_free_space check in CheckSetupController

2 years agoHarden some PHP functions 34507/head
acsfer [Tue, 11 Jan 2022 17:56:27 +0000 (18:56 +0100)]
Harden some PHP functions

To avoid things like https://github.com/nextcloud/server/issues/26034

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 9 Oct 2022 02:14:28 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 8 Oct 2022 02:14:56 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 7 Oct 2022 02:14:32 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #34392 from nextcloud/release/23.0.10 v23.0.10
blizzz [Thu, 6 Oct 2022 08:30:36 +0000 (10:30 +0200)]
Merge pull request #34392 from nextcloud/release/23.0.10

23.0.10

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 6 Oct 2022 02:19:14 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 5 Oct 2022 02:14:31 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 4 Oct 2022 02:14:40 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agouse filesystem user instead of file owner for creating version 34041/head
Robin Appelman [Fri, 9 Sep 2022 14:21:46 +0000 (16:21 +0200)]
use filesystem user instead of file owner for creating version

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years ago23.0.10 34392/head
Arthur Schiwon [Mon, 3 Oct 2022 09:04:38 +0000 (11:04 +0200)]
23.0.10

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 3 Oct 2022 02:17:48 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoUrl encode the web dav url for copying 34383/head
Anna Larch [Tue, 27 Sep 2022 11:46:11 +0000 (13:46 +0200)]
Url encode the web dav url for copying

Signed-off-by: Anna Larch <anna@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 2 Oct 2022 02:17:20 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 1 Oct 2022 02:17:10 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #34342 from nextcloud/backport/34328/stable23
blizzz [Fri, 30 Sep 2022 10:56:42 +0000 (12:56 +0200)]
Merge pull request #34342 from nextcloud/backport/34328/stable23

[stable23] Correctly handle Redis::keys returning false

2 years agoCorrectly handle Redis::keys returning false 34342/head
Côme Chilliet [Thu, 29 Sep 2022 12:41:53 +0000 (14:41 +0200)]
Correctly handle Redis::keys returning false

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 30 Sep 2022 02:56:02 +0000 (02:56 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #34274 from nextcloud/release/23.0.10_rc1 v23.0.10rc1
blizzz [Thu, 29 Sep 2022 10:31:42 +0000 (12:31 +0200)]
Merge pull request #34274 from nextcloud/release/23.0.10_rc1

23.0.10 RC1

2 years agoMerge pull request #33710 from nextcloud/backport/33604/stable23
blizzz [Thu, 29 Sep 2022 10:12:44 +0000 (12:12 +0200)]
Merge pull request #33710 from nextcloud/backport/33604/stable23

[stable23] further pre-filter search result before setting up share source cache

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 29 Sep 2022 02:33:46 +0000 (02:33 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #33750 from nextcloud/backport/33734/stable23
blizzz [Wed, 28 Sep 2022 08:37:11 +0000 (10:37 +0200)]
Merge pull request #33750 from nextcloud/backport/33734/stable23

[stable23] remove leading slash for search results at mountpoint root

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 28 Sep 2022 02:33:22 +0000 (02:33 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #33971 from nextcloud/backport/33804/stable23
blizzz [Tue, 27 Sep 2022 21:28:07 +0000 (23:28 +0200)]
Merge pull request #33971 from nextcloud/backport/33804/stable23

[stable23] always use the default fs owner when storing versions

2 years agoMerge pull request #33786 from nextcloud/backport/33772/stable23
blizzz [Tue, 27 Sep 2022 21:26:55 +0000 (23:26 +0200)]
Merge pull request #33786 from nextcloud/backport/33772/stable23

[stable23] Log if cookie login failed with token mismatch or session unavailability

2 years agoMerge pull request #34102 from nextcloud/backport/33700/stable23
Vincent Petry [Tue, 27 Sep 2022 07:51:42 +0000 (09:51 +0200)]
Merge pull request #34102 from nextcloud/backport/33700/stable23

[stable23] make groupfolders use system wide encryption keys