]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
2 years agouse size from cache to determine whether to skip the trashbin 33067/head
Robin Appelman [Wed, 29 Jun 2022 15:53:22 +0000 (17:53 +0200)]
use size from cache to determine whether to skip the trashbin

this way large folders also get skipped

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoMerge pull request #32857 from nextcloud/debt/noid/result-may-undefined
Carl Schwan [Wed, 29 Jun 2022 13:11:50 +0000 (15:11 +0200)]
Merge pull request #32857 from nextcloud/debt/noid/result-may-undefined

Fix  undefined when no tags

2 years agoAdd myself as CODEOWNERS for a few modules
Carl Schwan [Wed, 29 Jun 2022 12:44:09 +0000 (14:44 +0200)]
Add myself as CODEOWNERS for a few modules

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #33050 from nextcloud/fix/cache_partial_array_remove
Jonas [Wed, 29 Jun 2022 12:13:10 +0000 (14:13 +0200)]
Merge pull request #33050 from nextcloud/fix/cache_partial_array_remove

Check whether entry is of type ICacheEntry in Cache->remove()

2 years agoCheck whether entry is of type ICacheEntry in Cache->remove() 33050/head
Jonas [Tue, 28 Jun 2022 14:27:09 +0000 (15:27 +0100)]
Check whether entry is of type ICacheEntry in Cache->remove()

In some scenarios (file not in cache, but partial data of it in the
object), Cache->get() might return an array, which leads to errors like
"Call to a member function getId() on array".

So check whether the returned entry is of type ICacheEntry before doing
operations on it in Cache->remove().

Fixes: #33023
Signed-off-by: Jonas <jonas@freesources.org>
2 years agoMerge pull request #32994 from nextcloud/fix/extended-query-search
Carl Schwan [Wed, 29 Jun 2022 09:58:20 +0000 (11:58 +0200)]
Merge pull request #32994 from nextcloud/fix/extended-query-search

Search without join on filecache_extended

2 years agoMerge pull request #33057 from nextcloud/automated/noid/master-update-psalm-baseline
blizzz [Wed, 29 Jun 2022 08:42:23 +0000 (10:42 +0200)]
Merge pull request #33057 from nextcloud/automated/noid/master-update-psalm-baseline

[master] Update psalm-baseline.xml

2 years agoUpdate psalm baseline 33057/head
nextcloud-command [Wed, 29 Jun 2022 04:26:30 +0000 (04:26 +0000)]
Update psalm baseline

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #33053 from nextcloud/fix/undefined-logger
Pytal [Tue, 28 Jun 2022 23:30:18 +0000 (16:30 -0700)]
Merge pull request #33053 from nextcloud/fix/undefined-logger

2 years agoMerge pull request #33034 from nextcloud/td/noid/ldap_group_updater
blizzz [Tue, 28 Jun 2022 21:48:01 +0000 (23:48 +0200)]
Merge pull request #33034 from nextcloud/td/noid/ldap_group_updater

cleanup LDAP's UpdateGroups

2 years agoadjust tests 33034/head
Arthur Schiwon [Tue, 28 Jun 2022 20:24:54 +0000 (22:24 +0200)]
adjust tests

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoMerge pull request #33042 from nextcloud/bugfix/noid/extend-email-logging
Joas Schilling [Tue, 28 Jun 2022 18:21:39 +0000 (20:21 +0200)]
Merge pull request #33042 from nextcloud/bugfix/noid/extend-email-logging

Extend email logging

2 years agoFix undefined logger 33053/head
Christopher Ng [Tue, 28 Jun 2022 18:19:15 +0000 (18:19 +0000)]
Fix undefined logger

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agosimplify
blizzz [Tue, 28 Jun 2022 14:07:11 +0000 (16:07 +0200)]
simplify

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
2 years agoFix undefined when no tags 32857/head
Daniel Kesselberg [Mon, 13 Jun 2022 09:37:48 +0000 (11:37 +0200)]
Fix  undefined when no tags

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2 years agoMerge pull request #32982 from nextcloud/fix/metadata-extraction
Carl Schwan [Tue, 28 Jun 2022 13:34:38 +0000 (15:34 +0200)]
Merge pull request #32982 from nextcloud/fix/metadata-extraction

Fix metadata extraction

2 years agoMerge pull request #33007 from nextcloud/cleanup/federation-app
Carl Schwan [Tue, 28 Jun 2022 13:33:18 +0000 (15:33 +0200)]
Merge pull request #33007 from nextcloud/cleanup/federation-app

Summer cleanup of the federation app

2 years agodelete groups in chunks instead of one by one
Arthur Schiwon [Tue, 28 Jun 2022 11:42:19 +0000 (13:42 +0200)]
delete groups in chunks instead of one by one

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agocleanup LDAP's UpdateGroups
Arthur Schiwon [Mon, 27 Jun 2022 18:21:35 +0000 (20:21 +0200)]
cleanup LDAP's UpdateGroups

- TimedJob from API
- DI of config
- property types
- throws hints in phpdoc
- argument and return types
- replace depracet execute() with executeStatement or -Query
- a missing return statement

Co-authored-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoMerge pull request #32960 from nextcloud/fix/avoid-using-undeclared-properties
Côme Chilliet [Tue, 28 Jun 2022 10:05:16 +0000 (12:05 +0200)]
Merge pull request #32960 from nextcloud/fix/avoid-using-undeclared-properties

Fix PHP 8.2 warnings about undeclared properties

2 years agoFix many issues with the tests 33007/head
Carl Schwan [Tue, 28 Jun 2022 09:26:30 +0000 (11:26 +0200)]
Fix many issues with the tests

- Return type were not correct
- willReturn and with confusion

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoExtend email logging 33042/head
Joas Schilling [Tue, 28 Jun 2022 06:57:03 +0000 (08:57 +0200)]
Extend email logging

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 28 Jun 2022 02:28:28 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32561 from nextcloud/port/vue-personal-federation
Pytal [Mon, 27 Jun 2022 17:55:51 +0000 (10:55 -0700)]
Merge pull request #32561 from nextcloud/port/vue-personal-federation

2 years agoMerge pull request #32998 from nextcloud/fix/setting_name
Louis [Mon, 27 Jun 2022 09:58:54 +0000 (11:58 +0200)]
Merge pull request #32998 from nextcloud/fix/setting_name

Rename setting name to reduce its length

2 years agoRename setting name to reduce its length 32998/head
Louis Chemineau [Thu, 23 Jun 2022 15:51:03 +0000 (17:51 +0200)]
Rename setting name to reduce its length

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 27 Jun 2022 02:27:18 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #33016 from nextcloud/dependabot/composer/build/integration/guzzle...
dependabot[bot] [Sat, 25 Jun 2022 03:21:58 +0000 (03:21 +0000)]
Merge pull request #33016 from nextcloud/dependabot/composer/build/integration/guzzlehttp/guzzle-7.4.5

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 25 Jun 2022 02:27:31 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoUpdate guzzlehttp/guzzle requirement in /build/integration 33016/head
dependabot[bot] [Sat, 25 Jun 2022 01:05:27 +0000 (01:05 +0000)]
Update guzzlehttp/guzzle requirement in /build/integration

Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/7.4.4...7.4.5)

---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoCleanup CardDav SyncService
Carl Schwan [Fri, 24 Jun 2022 18:25:38 +0000 (20:25 +0200)]
Cleanup CardDav SyncService

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #33006 from nextcloud/dependabot/composer/guzzlehttp/guzzle-7.4.5
Carl Schwan [Fri, 24 Jun 2022 13:43:55 +0000 (15:43 +0200)]
Merge pull request #33006 from nextcloud/dependabot/composer/guzzlehttp/guzzle-7.4.5

Bump guzzlehttp/guzzle from 7.4.4 to 7.4.5

2 years agoBump guzzlehttp/guzzle from 7.4.4 to 7.4.5 33006/head
Carl Schwan [Fri, 24 Jun 2022 09:02:45 +0000 (11:02 +0200)]
Bump guzzlehttp/guzzle from 7.4.4 to 7.4.5

See https://github.com/nextcloud/3rdparty/pull/1088

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoSummer cleanup of the federation app
Carl Schwan [Fri, 24 Jun 2022 13:24:16 +0000 (15:24 +0200)]
Summer cleanup of the federation app

- Use IEventDispatcher instead of deprecated symfony dispatcher
- Use LoggerInterface where possible
- Use php 7.4 properties
- Add type hinting where possible
- Move federation hooks to a seperate listener

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #32820 from nextcloud/dependabot/composer/build/integration/guzzle...
blizzz [Fri, 24 Jun 2022 09:01:55 +0000 (11:01 +0200)]
Merge pull request #32820 from nextcloud/dependabot/composer/build/integration/guzzlehttp/guzzle-7.4.4

Update guzzlehttp/guzzle requirement from 7.4.2 to 7.4.4 in /build/integration

2 years agoMerge pull request #32863 from nextcloud/feature/add-comments-expire-date
blizzz [Fri, 24 Jun 2022 08:28:13 +0000 (10:28 +0200)]
Merge pull request #32863 from nextcloud/feature/add-comments-expire-date

Add comments expire date

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 24 Jun 2022 02:27:15 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32980 from nextcloud/fix/32887/dashboard-load-only-enabled-apps
blizzz [Thu, 23 Jun 2022 15:45:05 +0000 (17:45 +0200)]
Merge pull request #32980 from nextcloud/fix/32887/dashboard-load-only-enabled-apps

load dashboard widgets of enabled apps only

2 years agoMerge pull request #32957 from nextcloud/fix/import-float
Carl Schwan [Thu, 23 Jun 2022 15:39:45 +0000 (17:39 +0200)]
Merge pull request #32957 from nextcloud/fix/import-float

Fix importing float value

2 years agoMerge pull request #32962 from nextcloud/getstoragestat-change-url
Carl Schwan [Thu, 23 Jun 2022 15:39:30 +0000 (17:39 +0200)]
Merge pull request #32962 from nextcloud/getstoragestat-change-url

Remove .php from url

2 years agoSearch without join on filecache_extended 32994/head
Carl Schwan [Thu, 23 Jun 2022 14:18:07 +0000 (16:18 +0200)]
Search without join on filecache_extended

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #32701 from nextcloud/fix/type-error-objectree
Carl Schwan [Thu, 23 Jun 2022 11:01:35 +0000 (13:01 +0200)]
Merge pull request #32701 from nextcloud/fix/type-error-objectree

Fix type error in Sabre/Connector/Directory

2 years agoMerge pull request #32988 from nextcloud/fix/improve-local-domain-detection
John Molakvoæ [Thu, 23 Jun 2022 10:50:16 +0000 (12:50 +0200)]
Merge pull request #32988 from nextcloud/fix/improve-local-domain-detection

2 years agoAdd test 32701/head
Carl Schwan [Tue, 7 Jun 2022 12:14:14 +0000 (14:14 +0200)]
Add test

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoFix importing float value 32957/head
Carl Schwan [Tue, 21 Jun 2022 12:14:32 +0000 (14:14 +0200)]
Fix importing float value

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoImprove local domain detection 32988/head
Côme Chilliet [Thu, 23 Jun 2022 09:45:16 +0000 (11:45 +0200)]
Improve local domain detection

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoavoid early DI of IAppManager 32980/head
Arthur Schiwon [Wed, 22 Jun 2022 16:19:00 +0000 (18:19 +0200)]
avoid early DI of IAppManager

- might break install

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoload widgets only of enabled apps
Arthur Schiwon [Wed, 22 Jun 2022 13:53:12 +0000 (15:53 +0200)]
load widgets only of enabled apps

- per design, all enabled apps have their registration run
- limitations, e.g. enabled by group, are not considered in that state,
  because we do not have a session (and might need apps?)
- before instantiation of widget it has to be checked whether the providing
  app is actually enabled for the logged in user.
- a public interface is being changed, but it is not meant to be
  implemented or used outside of the core handling. Therefore save to
  backport.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoFix metadata extraction 32982/head
Carl Schwan [Wed, 22 Jun 2022 15:27:09 +0000 (17:27 +0200)]
Fix metadata extraction

The metadata extraction only happens when the size is not equal to 0,
but due to a regression in FileInfo the size is always zero.

This fix the regression.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #32971 from nextcloud/automated/noid/master-update-psalm-baseline
Daniel [Wed, 22 Jun 2022 09:56:17 +0000 (11:56 +0200)]
Merge pull request #32971 from nextcloud/automated/noid/master-update-psalm-baseline

[master] Update psalm-baseline.xml

2 years agoMerge pull request #32884 from nextcloud/typing/dav-sharing
Carl Schwan [Wed, 22 Jun 2022 09:09:06 +0000 (11:09 +0200)]
Merge pull request #32884 from nextcloud/typing/dav-sharing

Add typing to Sharing Backend

2 years agoAdd typing to Sharing Backend 32884/head
Carl Schwan [Tue, 14 Jun 2022 13:26:15 +0000 (15:26 +0200)]
Add typing to Sharing Backend

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoUpdate psalm baseline 32971/head
nextcloud-command [Wed, 22 Jun 2022 04:21:01 +0000 (04:21 +0000)]
Update psalm baseline

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32964 from nextcloud/feat/add-title-folderview
Simon L [Tue, 21 Jun 2022 17:02:43 +0000 (19:02 +0200)]
Merge pull request #32964 from nextcloud/feat/add-title-folderview

Add title to file name

2 years agoMerge pull request #32242 from nextcloud/fix-logging-data-array
blizzz [Tue, 21 Jun 2022 16:49:08 +0000 (18:49 +0200)]
Merge pull request #32242 from nextcloud/fix-logging-data-array

Fix logging data context to file

2 years agoMerge pull request #32941 from nextcloud/dependabot/composer/guzzlehttp/guzzle-7.4.4
Carl Schwan [Tue, 21 Jun 2022 16:48:10 +0000 (18:48 +0200)]
Merge pull request #32941 from nextcloud/dependabot/composer/guzzlehttp/guzzle-7.4.4

Bump guzzlehttp/guzzle from 7.4.0 to 7.4.4

2 years agoMerge pull request #31475 from nextcloud/kofemann-patch-1
blizzz [Tue, 21 Jun 2022 16:44:05 +0000 (18:44 +0200)]
Merge pull request #31475 from nextcloud/kofemann-patch-1

files: close open directory file descriptor on error path

2 years agoAdd title to file name 32964/head
Carl Schwan [Tue, 21 Jun 2022 14:50:16 +0000 (16:50 +0200)]
Add title to file name

Fix #32157

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoRemove .php from url 32962/head
Carl Schwan [Tue, 21 Jun 2022 14:44:37 +0000 (16:44 +0200)]
Remove .php from url

Probably here for legacy reasons, but it is a bit weird to call an .php
endpoint that doesn't correspond to a .php file

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agocomposer run cs:fix 32960/head
Côme Chilliet [Tue, 21 Jun 2022 14:36:25 +0000 (16:36 +0200)]
composer run cs:fix

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoBump guzzlehttp/guzzle from 7.4.0 to 7.4.4 32941/head
Carl Schwan [Mon, 20 Jun 2022 12:18:32 +0000 (14:18 +0200)]
Bump guzzlehttp/guzzle from 7.4.0 to 7.4.4

See https://github.com/nextcloud/3rdparty/pull/1072

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoFix PHP 8.2 warnings about undeclared properties
Côme Chilliet [Tue, 21 Jun 2022 14:03:45 +0000 (16:03 +0200)]
Fix PHP 8.2 warnings about undeclared properties

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMerge pull request #32823 from nextcloud/automated/noid/master-update-psalm-baseline
Daniel [Tue, 21 Jun 2022 13:59:37 +0000 (15:59 +0200)]
Merge pull request #32823 from nextcloud/automated/noid/master-update-psalm-baseline

[master] Update psalm-baseline.xml

2 years agoMerge pull request #32924 from nextcloud/memcached-binary-protocol
Carl Schwan [Tue, 21 Jun 2022 11:39:28 +0000 (13:39 +0200)]
Merge pull request #32924 from nextcloud/memcached-binary-protocol

Enable binary protocol again

2 years agoMerge pull request #32954 from nextcloud/fix/replace-opis-closure-by-laravel-fork...
Côme Chilliet [Tue, 21 Jun 2022 11:30:33 +0000 (13:30 +0200)]
Merge pull request #32954 from nextcloud/fix/replace-opis-closure-by-laravel-fork-cleanup

Sync back with 3rdparty master

2 years agoMerge pull request #32902 from nextcloud/enh/noid/opcache-buffer-size-limit
Simon L [Tue, 21 Jun 2022 11:26:30 +0000 (13:26 +0200)]
Merge pull request #32902 from nextcloud/enh/noid/opcache-buffer-size-limit

do not display the buffer_size info if the size is already set to a c…

2 years agoMerge pull request #32948 from nextcloud/dashboardFix
Simon L [Tue, 21 Jun 2022 11:25:39 +0000 (13:25 +0200)]
Merge pull request #32948 from nextcloud/dashboardFix

make 'text-overflow: ellipsis' possible again in dashboard

2 years agoSync back with 3rdparty master 32954/head
Côme Chilliet [Tue, 21 Jun 2022 11:13:15 +0000 (13:13 +0200)]
Sync back with 3rdparty master

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMerge pull request #32868 from nextcloud/fix/replace-opis-closure-by-laravel-fork
blizzz [Tue, 21 Jun 2022 10:21:32 +0000 (12:21 +0200)]
Merge pull request #32868 from nextcloud/fix/replace-opis-closure-by-laravel-fork

Replace opis/closure by laravel/serializable-closure

2 years agoMerge pull request #32861 from nextcloud/fix/remove-at-matcher-in-user_ldap-tests
Carl Schwan [Tue, 21 Jun 2022 09:47:43 +0000 (11:47 +0200)]
Merge pull request #32861 from nextcloud/fix/remove-at-matcher-in-user_ldap-tests

Remove deprecated at() matcher from user_ldap tests

2 years agoMerge pull request #32900 from nextcloud/fix/remove-at-matcher-in-theming-tests
Côme Chilliet [Tue, 21 Jun 2022 09:45:17 +0000 (11:45 +0200)]
Merge pull request #32900 from nextcloud/fix/remove-at-matcher-in-theming-tests

Remove at matcher in theming tests

2 years agoMerge pull request #32901 from nextcloud/fix/remove-at-matcher-in-lib-tests
Côme Chilliet [Tue, 21 Jun 2022 09:45:00 +0000 (11:45 +0200)]
Merge pull request #32901 from nextcloud/fix/remove-at-matcher-in-lib-tests

Remove at matcher uses in tests/lib

2 years agoExplicitely only accept closures from our dependencies in ClosureJob 32868/head
Côme Chilliet [Tue, 21 Jun 2022 09:33:46 +0000 (11:33 +0200)]
Explicitely only accept closures from our dependencies in ClosureJob

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agomake 'text-overflow: ellipsis' possible again in dashboard 32948/head
Artur Neumann [Tue, 21 Jun 2022 05:51:19 +0000 (11:36 +0545)]
make 'text-overflow: ellipsis' possible again in dashboard

Signed-off-by: Artur Neumann <artur@jankaritech.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoUpdate 3rdparty branch with opis/closure back
Côme Chilliet [Tue, 21 Jun 2022 08:03:53 +0000 (10:03 +0200)]
Update 3rdparty branch with opis/closure back

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoUpdate 3rdparty branch with opis/closure back
Côme Chilliet [Tue, 21 Jun 2022 08:00:49 +0000 (10:00 +0200)]
Update 3rdparty branch with opis/closure back

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoUpdate psalm baseline 32823/head
nextcloud-command [Tue, 21 Jun 2022 04:20:18 +0000 (04:20 +0000)]
Update psalm baseline

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoAdd a test about unserializing data from opis/closure serialization
Côme Chilliet [Mon, 20 Jun 2022 15:34:29 +0000 (17:34 +0200)]
Add a test about unserializing data from opis/closure serialization

We need to be able to unserialize data from before upgrade.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoFollow the most common pattern used in project 32863/head
Vitor Mattos [Mon, 20 Jun 2022 14:46:13 +0000 (11:46 -0300)]
Follow the most common pattern used in project

```
git grep strval|wc -l
32
git grep "(string)"|wc -l
481
```

Signed-off-by: Vitor Mattos <vitor@php.rio>
2 years agoFix test to check the expire date
Vitor Mattos [Mon, 20 Jun 2022 12:53:51 +0000 (09:53 -0300)]
Fix test to check the expire date

Signed-off-by: Vitor Mattos <vitor@php.rio>
2 years agoMerge pull request #32881 from nextcloud/Valdnet-patch-2
rakekniven [Mon, 20 Jun 2022 11:35:51 +0000 (13:35 +0200)]
Merge pull request #32881 from nextcloud/Valdnet-patch-2

l10n: Spelling unification

2 years agoMerge pull request #32719 from nextcloud/fix/noid/email-shares-not-shown
Richard Steinmetz [Mon, 20 Jun 2022 11:24:35 +0000 (13:24 +0200)]
Merge pull request #32719 from nextcloud/fix/noid/email-shares-not-shown

Fix email shares not being shown to other users

2 years agoMerge pull request #32910 from nextcloud/fix/profiler-invalid-utf8
blizzz [Mon, 20 Jun 2022 10:52:39 +0000 (12:52 +0200)]
Merge pull request #32910 from nextcloud/fix/profiler-invalid-utf8

Fix profiler trying to serialize invalid utf8

2 years agoFix profiler trying to serialize invalid utf8 32910/head
Carl Schwan [Fri, 17 Jun 2022 08:23:03 +0000 (10:23 +0200)]
Fix profiler trying to serialize invalid utf8

The cookie value contains invalid utf8 characters most of the time so
let's just ignore it as it is also not that interesting to analyse.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoRemove some more at matchers in tests/lib 32901/head
Côme Chilliet [Mon, 20 Jun 2022 08:53:06 +0000 (10:53 +0200)]
Remove some more at matchers in tests/lib

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoRemove deprecated expectException from theming tests 32900/head
Côme Chilliet [Thu, 16 Jun 2022 13:56:25 +0000 (15:56 +0200)]
Remove deprecated expectException from theming tests

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 20 Jun 2022 02:27:27 +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 [Sun, 19 Jun 2022 02:27:46 +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 [Sat, 18 Jun 2022 02:27:27 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agodo not display the buffer_size info if the size is already set to a certain threshold 32902/head
szaimen [Thu, 16 Jun 2022 15:53:23 +0000 (17:53 +0200)]
do not display the buffer_size info if the size is already set to a certain threshold

Signed-off-by: szaimen <szaimen@e.mail.de>
Co-Authored-By: MichaIng <micha@dietpi.com>
2 years agomemcached should not throw arbitrary exceptions 32924/head
Arthur Schiwon [Fri, 17 Jun 2022 16:09:35 +0000 (18:09 +0200)]
memcached should not throw arbitrary exceptions

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoFix email shares not being shown to other users 32719/head
Richard Steinmetz [Fri, 3 Jun 2022 13:27:11 +0000 (15:27 +0200)]
Fix email shares not being shown to other users

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2 years agoEnable binary protocol again
Carl Schwan [Fri, 17 Jun 2022 15:24:24 +0000 (17:24 +0200)]
Enable binary protocol again

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #32874 from bill-mcgonigle/patch-1
Simon L [Fri, 17 Jun 2022 10:12:25 +0000 (12:12 +0200)]
Merge pull request #32874 from bill-mcgonigle/patch-1

Mention missing files subdir

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 17 Jun 2022 02:27:44 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32898 from nextcloud/fix/noid/logger-overwrites-vars
blizzz [Thu, 16 Jun 2022 18:32:33 +0000 (20:32 +0200)]
Merge pull request #32898 from nextcloud/fix/noid/logger-overwrites-vars

Fix logger overwriting vars in some circumstances