]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
2 years agofix potential unwarranted memberships in nested groups from LDAP 30341/head
Arthur Schiwon [Tue, 19 Oct 2021 20:00:13 +0000 (22:00 +0200)]
fix potential unwarranted memberships in nested groups from LDAP

- the issue was present only when using PHP based resolving of nested
  group members. Normally nested members are common in AD (and Samba4) and
  are resolved per LDAP_MATCHING_RULE_IN_CHAIN by default
- resolving nested members is recursive
- when the cache entry was created it happend for intermediate groups, too,
  containing members from the parent group
- the check was added to only cache the root group with its members
- a runtime cache stores intermediate ldap read results

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 20 Dec 2021 02:30:02 +0000 (02:30 +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, 19 Dec 2021 02:29:36 +0000 (02:29 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #30327 from nextcloud/dependabot/composer/build/integration/stable...
dependabot[bot] [Sat, 18 Dec 2021 16:22:58 +0000 (16:22 +0000)]
Merge pull request #30327 from nextcloud/dependabot/composer/build/integration/stable21/sabre/dav-4.3.0

2 years agoUpdate sabre/dav requirement from 4.2.3 to 4.3.0 in /build/integration 30327/head
dependabot[bot] [Sat, 18 Dec 2021 04:11:17 +0000 (04:11 +0000)]
Update sabre/dav requirement from 4.2.3 to 4.3.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.2.3...4.3.0)

---
updated-dependencies:
- dependency-name: sabre/dav
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 18 Dec 2021 02:27:44 +0000 (02:27 +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, 17 Dec 2021 02:29:14 +0000 (02:29 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #30192 from nextcloud/backport/30157/stable21
Louis [Thu, 16 Dec 2021 12:30:18 +0000 (13:30 +0100)]
Merge pull request #30192 from nextcloud/backport/30157/stable21

[stable21] Properly format sharing datepicker locale

2 years agoManual compilation 30192/head
Louis Chemineau [Thu, 16 Dec 2021 10:17:20 +0000 (11:17 +0100)]
Manual compilation

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoFix first day locale
John Molakvoæ [Thu, 9 Dec 2021 08:07:32 +0000 (09:07 +0100)]
Fix first day locale

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoProperly format sharing datepicker locale
John Molakvoæ [Thu, 9 Dec 2021 07:48:03 +0000 (08:48 +0100)]
Properly format sharing datepicker locale

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoMerge pull request #30287 from nextcloud/backport/30256/stable21
Louis [Thu, 16 Dec 2021 09:58:31 +0000 (10:58 +0100)]
Merge pull request #30287 from nextcloud/backport/30256/stable21

[stable21] Fix ShareLink Upload UI for Folders

2 years agoMerge pull request #30261 from nextcloud/backport/29523/stable21
Côme Chilliet [Thu, 16 Dec 2021 08:06:45 +0000 (09:06 +0100)]
Merge pull request #30261 from nextcloud/backport/29523/stable21

[stable21] Support LDAP dns longer than 255 characters

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 16 Dec 2021 02:28:09 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoBuild assets 30287/head
Jonas Rittershofer [Wed, 15 Dec 2021 19:23:48 +0000 (20:23 +0100)]
Build assets

Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
2 years agoFix ShareLink Upload UI for Folders
Jonas Rittershofer [Tue, 14 Dec 2021 00:02:04 +0000 (01:02 +0100)]
Fix ShareLink Upload UI for Folders

Do not show the Upload-Option if it is not allowed to check.

Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
2 years agoMerge pull request #30270 from nextcloud/search-folder-case-insensitive-21
Julius Härtl [Wed, 15 Dec 2021 07:27:57 +0000 (08:27 +0100)]
Merge pull request #30270 from nextcloud/search-folder-case-insensitive-21

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 15 Dec 2021 02:28:11 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoalso use case sensitive like when searching in a folder 30270/head
Robin Appelman [Tue, 14 Dec 2021 16:49:48 +0000 (17:49 +0100)]
also use case sensitive like when searching in a folder

this case was missed from https://github.com/nextcloud/server/pull/29080

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoMerge pull request #30117 from nextcloud/backport/30040/stable21
Côme Chilliet [Tue, 14 Dec 2021 12:52:20 +0000 (13:52 +0100)]
Merge pull request #30117 from nextcloud/backport/30040/stable21

[stable21] Avoid calling image* methods on boolean

2 years agoAvoid assignment in if clause 30117/head
Côme Chilliet [Thu, 2 Dec 2021 14:38:42 +0000 (15:38 +0100)]
Avoid assignment in if clause

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoFix typing problems in OC_Image
Côme Chilliet [Thu, 2 Dec 2021 10:30:10 +0000 (11:30 +0100)]
Fix typing problems in OC_Image

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoAvoid calling image* methods on boolean
Côme Chilliet [Thu, 2 Dec 2021 10:06:17 +0000 (11:06 +0100)]
Avoid calling image* methods on boolean

This avoids fatal errors on PHP>=8, and warnings on older versions.
Log should also be clearer.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoAdapt execute function name for stable21 30261/head
Côme Chilliet [Tue, 14 Dec 2021 10:04:37 +0000 (11:04 +0100)]
Adapt execute function name for stable21

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoBump user_ldap version to make sure the migration runs
Côme Chilliet [Thu, 9 Dec 2021 16:42:44 +0000 (17:42 +0100)]
Bump user_ldap version to make sure the migration runs

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoAdd missing copyright headers in migration steps
Côme Chilliet [Thu, 9 Dec 2021 16:42:17 +0000 (17:42 +0100)]
Add missing copyright headers in migration steps

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoUse clearer names for variables
Côme Chilliet [Thu, 18 Nov 2021 09:48:41 +0000 (10:48 +0100)]
Use clearer names for variables

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoAdd an index for directory_uuid as well
Côme Chilliet [Thu, 18 Nov 2021 09:40:55 +0000 (10:40 +0100)]
Add an index for directory_uuid as well

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMake sure that hash function returns a string
Côme Chilliet [Thu, 18 Nov 2021 09:30:35 +0000 (10:30 +0100)]
Make sure that hash function returns a string

The documentation says it can return false, and even if that is highly
 unlikely for sha256, better safe than sorry.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoAdd the columns and alter the index in Version1010Date20200630192842
Côme Chilliet [Thu, 18 Nov 2021 09:25:19 +0000 (10:25 +0100)]
Add the columns and alter the index in Version1010Date20200630192842

This is to ensure new installations do not need to go through migration
 history.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoFixes in migration step
Côme Chilliet [Thu, 4 Nov 2021 14:38:01 +0000 (15:38 +0100)]
Fixes in migration step

We cannot set ldap_dn_hash column as notnull because it is empty for
 existing users before postSchemaChange is called

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoPut back length check to have a clear error
Côme Chilliet [Thu, 4 Nov 2021 11:30:38 +0000 (12:30 +0100)]
Put back length check to have a clear error

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoFixed migration step for user_ldap
Côme Chilliet [Thu, 4 Nov 2021 11:27:44 +0000 (12:27 +0100)]
Fixed migration step for user_ldap

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoFix variable names
Joas Schilling [Thu, 4 Nov 2021 11:13:18 +0000 (12:13 +0100)]
Fix variable names

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoChange column names to ldap_dn and ldap_dn_hash and add migration
Côme Chilliet [Thu, 4 Nov 2021 11:06:59 +0000 (12:06 +0100)]
Change column names to ldap_dn and ldap_dn_hash and add migration

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoSupport LDAP dns longer than 255 characters
Côme Chilliet [Tue, 2 Nov 2021 15:22:37 +0000 (16:22 +0100)]
Support LDAP dns longer than 255 characters

Adds an ldap_full_dn column to store the dn, and only store a sha256
 hash in the ldap_dn which is shorter and can be indexed without
 trouble.
Migration still needs to be implemented.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 14 Dec 2021 02:28:14 +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, 13 Dec 2021 02:28:06 +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, 12 Dec 2021 02:28:37 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #30216 from nextcloud/dependabot/composer/build/integration/stable...
MichaIng [Sat, 11 Dec 2021 12:48:47 +0000 (13:48 +0100)]
Merge pull request #30216 from nextcloud/dependabot/composer/build/integration/stable21/sabre/dav-4.2.3

Update sabre/dav requirement from 4.2.1 to 4.2.3 in /build/integration

2 years agoUpdate sabre/dav requirement from 4.2.1 to 4.2.3 in /build/integration 30216/head
dependabot[bot] [Sat, 11 Dec 2021 03:51:32 +0000 (03:51 +0000)]
Update sabre/dav requirement from 4.2.1 to 4.2.3 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.2.1...4.2.3)

---
updated-dependencies:
- dependency-name: sabre/dav
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 11 Dec 2021 02:27:48 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #30189 from nextcloud/backport/30164/stable21
Vincent Petry [Fri, 10 Dec 2021 12:24:14 +0000 (13:24 +0100)]
Merge pull request #30189 from nextcloud/backport/30164/stable21

[stable21] Use correct icon for dir-external-root

2 years agoUse correct icon for dir-external-root 30189/head
Vincent Petry [Thu, 9 Dec 2021 13:58:31 +0000 (14:58 +0100)]
Use correct icon for dir-external-root

When an external storage mount is shared with circles, it triggers the
share icon state to be rerendered. The picking of the mime type icon
would use the regular file icon because there is no actual icon for
"dir-external-root" that is shared.

This fixes the logic to use the "folder-external" icon in such
scenarios.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoMerge pull request #30182 from nextcloud/backport/30160/stable21
Vincent Petry [Fri, 10 Dec 2021 07:56:26 +0000 (08:56 +0100)]
Merge pull request #30182 from nextcloud/backport/30160/stable21

[stable21] Check resource before closing in encryption wrapper

2 years agoMerge pull request #30178 from nextcloud/backport/30168/stable21
John Molakvoæ [Fri, 10 Dec 2021 07:46:56 +0000 (08:46 +0100)]
Merge pull request #30178 from nextcloud/backport/30168/stable21

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 10 Dec 2021 02:27:38 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoCheck resource before closing in encryption wrapper 30182/head
Vincent Petry [Thu, 9 Dec 2021 10:28:10 +0000 (11:28 +0100)]
Check resource before closing in encryption wrapper

In case of error there is no guarantee that $source or $target is set or
is a resource when handling an error.

Without this fix, there's a risk that fclose will fail and the actual
exception will not be thrown, making it impossible to find out about the
root cause.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoAllow to delete non-migrated previews instead of moving them 30178/head
John Molakvoæ [Thu, 9 Dec 2021 15:52:15 +0000 (16:52 +0100)]
Allow to delete non-migrated previews instead of moving them

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 9 Dec 2021 02:29:49 +0000 (02:29 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #30056 from nextcloud/backport/29735/stable21
Louis [Wed, 8 Dec 2021 17:06:00 +0000 (18:06 +0100)]
Merge pull request #30056 from nextcloud/backport/29735/stable21

[stable21] find users for background scan one by one

2 years agoMerge pull request #30153 from nextcloud/backport/30141/stable21
MichaIng [Wed, 8 Dec 2021 13:32:20 +0000 (14:32 +0100)]
Merge pull request #30153 from nextcloud/backport/30141/stable21

[stable21] Reload page instead of file list when getting 401 authentification error

2 years agoReload page on 401 since there is an authentification problem 30153/head
Carl Schwan [Tue, 7 Dec 2021 16:48:28 +0000 (17:48 +0100)]
Reload page on 401 since there is an authentification problem

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoStop reloading file list when getting 401 error on root dir
Carl Schwan [Tue, 7 Dec 2021 16:24:11 +0000 (17:24 +0100)]
Stop reloading file list when getting 401 error on root dir

When reaching the root dir, instead of reloading the file list we reload
the page completely. This trigger a redirection to the login page automatically
with the correct ?redirect_url= in thr url.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #30138 from nextcloud/backport/30134/stable21
Julius Härtl [Wed, 8 Dec 2021 08:07:27 +0000 (09:07 +0100)]
Merge pull request #30138 from nextcloud/backport/30134/stable21

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 8 Dec 2021 02:29:04 +0000 (02:29 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agodo not trigger events when setting active view in gotoplugin 30138/head
Julien Veyssier [Tue, 7 Dec 2021 13:34:48 +0000 (14:34 +0100)]
do not trigger events when setting active view in gotoplugin

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 7 Dec 2021 02:40:16 +0000 (02:40 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #30109 from nextcloud/backport/30104/stable21
Louis [Mon, 6 Dec 2021 14:58:29 +0000 (15:58 +0100)]
Merge pull request #30109 from nextcloud/backport/30104/stable21

[stable21] Strengthify is now in the Nextcloud org

2 years agoMerge pull request #29834 from nextcloud/carl/bugfix/file-search-21
John Molakvoæ [Mon, 6 Dec 2021 13:51:55 +0000 (14:51 +0100)]
Merge pull request #29834 from nextcloud/carl/bugfix/file-search-21

2 years agoStrengthify is now in the Nextcloud org 30109/head
Joas Schilling [Mon, 6 Dec 2021 09:31:19 +0000 (10:31 +0100)]
Strengthify is now in the Nextcloud org

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 6 Dec 2021 02:30:47 +0000 (02:30 +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, 5 Dec 2021 02:30:41 +0000 (02:30 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #30082 from nextcloud/dependabot/composer/build/integration/stable...
MichaIng [Sun, 5 Dec 2021 01:16:35 +0000 (02:16 +0100)]
Merge pull request #30082 from nextcloud/dependabot/composer/build/integration/stable21/sabre/dav-4.2.1

Update sabre/dav requirement from 4.2.0 to 4.2.1 in /build/integration

2 years agoUpdate sabre/dav requirement from 4.2.0 to 4.2.1 in /build/integration 30082/head
dependabot[bot] [Sat, 4 Dec 2021 03:05:53 +0000 (03:05 +0000)]
Update sabre/dav requirement from 4.2.0 to 4.2.1 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.2.0...4.2.1)

---
updated-dependencies:
- dependency-name: sabre/dav
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 4 Dec 2021 02:31:03 +0000 (02:31 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #30064 from nextcloud/backport/30046/stable21
John Molakvoæ [Fri, 3 Dec 2021 08:03:21 +0000 (09:03 +0100)]
Merge pull request #30064 from nextcloud/backport/30046/stable21

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 3 Dec 2021 02:29:34 +0000 (02:29 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoClose open cursor in the caldav back-end 30064/head
Christoph Wurst [Thu, 2 Dec 2021 13:21:38 +0000 (14:21 +0100)]
Close open cursor in the caldav back-end

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years agoMerge pull request #30023 from nextcloud/backport/30018/stable21
John Molakvoæ [Thu, 2 Dec 2021 21:27:49 +0000 (22:27 +0100)]
Merge pull request #30023 from nextcloud/backport/30018/stable21

2 years agoFix collaborative tags styles 30023/head
Christopher Ng [Wed, 1 Dec 2021 18:04:16 +0000 (18:04 +0000)]
Fix collaborative tags styles

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agofix tests 30056/head
Robin Appelman [Wed, 17 Nov 2021 15:44:11 +0000 (16:44 +0100)]
fix tests

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agocode checker fixes for instanceOfStorage
Robin Appelman [Wed, 17 Nov 2021 15:42:29 +0000 (16:42 +0100)]
code checker fixes for instanceOfStorage

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agostop background scan early if a users still has unscanned files after background...
Robin Appelman [Wed, 17 Nov 2021 14:04:51 +0000 (15:04 +0100)]
stop background scan early if a users still has unscanned files after background scan

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agofind users for background scan one by one
Robin Appelman [Tue, 16 Nov 2021 17:15:59 +0000 (18:15 +0100)]
find users for background scan one by one

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agobackground scan the source storage when a background scan on a storage jail is triggered
Robin Appelman [Tue, 16 Nov 2021 17:10:09 +0000 (18:10 +0100)]
background scan the source storage when a background scan on a storage jail is triggered

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoteach psalm about `Storage::instanceOfStorage`
Robin Appelman [Tue, 16 Nov 2021 17:06:46 +0000 (18:06 +0100)]
teach psalm about `Storage::instanceOfStorage`

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoMerge pull request #30061 from nextcloud/fix/stable21/jsunit-job
John Molakvoæ [Thu, 2 Dec 2021 19:51:27 +0000 (20:51 +0100)]
Merge pull request #30061 from nextcloud/fix/stable21/jsunit-job

2 years agoAdd missing node version matrix for jsunit job 30061/head
Christopher Ng [Thu, 2 Dec 2021 19:18:28 +0000 (19:18 +0000)]
Add missing node version matrix for jsunit job

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoMerge pull request #30039 from nextcloud/backport/30028/stable21
Joas Schilling [Thu, 2 Dec 2021 16:13:01 +0000 (17:13 +0100)]
Merge pull request #30039 from nextcloud/backport/30028/stable21

[stable21] Fix log_query config flag

2 years agoFix log_query config flag 30039/head
Joas Schilling [Wed, 1 Dec 2021 22:00:51 +0000 (23:00 +0100)]
Fix log_query config flag

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 2 Dec 2021 02:29:32 +0000 (02:29 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #29997 from nextcloud/backport/27732/stable21
Christoph Wurst [Wed, 1 Dec 2021 18:01:54 +0000 (19:01 +0100)]
Merge pull request #29997 from nextcloud/backport/27732/stable21

[stable21] Fix LDAPProviderFactory not found

2 years agounset ldap provider when disabling user_ldap 29997/head
Arthur Schiwon [Wed, 30 Jun 2021 13:16:42 +0000 (15:16 +0200)]
unset ldap provider when disabling user_ldap

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoensure that factoryClass exisits before instantiation
Arthur Schiwon [Wed, 30 Jun 2021 13:09:27 +0000 (15:09 +0200)]
ensure that factoryClass exisits before instantiation

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 1 Dec 2021 02:31:07 +0000 (02:31 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #29979 from nextcloud/backport/29974/stable21
Christoph Wurst [Tue, 30 Nov 2021 13:33:43 +0000 (14:33 +0100)]
Merge pull request #29979 from nextcloud/backport/29974/stable21

[stable21] Let repair step query exceptions bubble up

2 years agoInclude previous execption for repair steps that don't exist 29979/head
Christoph Wurst [Tue, 30 Nov 2021 09:57:49 +0000 (10:57 +0100)]
Include previous execption for repair steps that don't exist

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years agoLet repair step query exceptions bubble up
Christoph Wurst [Tue, 30 Nov 2021 07:56:41 +0000 (08:56 +0100)]
Let repair step query exceptions bubble up

And hide the type error caused by a constructor call with missing
arguments.

`new $repairStep();` only works for the rare case that no arguments are
required. Anything else will throw. Then we previously hid the trace of
the more important query exception.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 30 Nov 2021 02:26:45 +0000 (02:26 +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, 29 Nov 2021 02:25:31 +0000 (02:25 +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, 28 Nov 2021 02:24:00 +0000 (02:24 +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, 27 Nov 2021 02:26:20 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoFix search results filtering 29834/head
Carl Schwan [Mon, 22 Nov 2021 12:37:55 +0000 (13:37 +0100)]
Fix search results filtering

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #29907 from nextcloud/backport/29902/stable21
MichaIng [Fri, 26 Nov 2021 13:22:04 +0000 (14:22 +0100)]
Merge pull request #29907 from nextcloud/backport/29902/stable21

[stable21] Check for invalid characters before trimming

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 26 Nov 2021 02:46:29 +0000 (02:46 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #29803 from nextcloud/backport/29632/stable21
MichaIng [Thu, 25 Nov 2021 16:14:08 +0000 (17:14 +0100)]
Merge pull request #29803 from nextcloud/backport/29632/stable21

[stable21] fix imagecreatetruecolor() error

2 years agoMerge pull request #28199 from nextcloud/backport/26936/stable21
MichaIng [Thu, 25 Nov 2021 16:10:29 +0000 (17:10 +0100)]
Merge pull request #28199 from nextcloud/backport/26936/stable21

[stable21] better cleanup of filecache when deleting an external storage

2 years agoCorrectly set the response after a ClientException as well 29907/head
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>
2 years agoAdd an integration test
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>