]>
source.dussan.org Git - nextcloud-server.git/log
Pytal [Tue, 28 Jun 2022 23:30:18 +0000 (16:30 -0700)]
Merge pull request #33053 from nextcloud/fix/undefined-logger
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
Arthur Schiwon [Tue, 28 Jun 2022 20:24:54 +0000 (22:24 +0200)]
adjust tests
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
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
Christopher Ng [Tue, 28 Jun 2022 18:19:15 +0000 (18:19 +0000)]
Fix undefined logger
Signed-off-by: Christopher Ng <chrng8@gmail.com>
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>
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
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
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>
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>
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
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>
Joas Schilling [Tue, 28 Jun 2022 06:57:03 +0000 (08:57 +0200)]
Extend email logging
Signed-off-by: Joas Schilling <coding@schilljs.com>
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>
Pytal [Mon, 27 Jun 2022 17:55:51 +0000 (10:55 -0700)]
Merge pull request #32561 from nextcloud/port/vue-personal-federation
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
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>
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>
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
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>
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>
Carl Schwan [Fri, 24 Jun 2022 18:25:38 +0000 (20:25 +0200)]
Cleanup CardDav SyncService
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
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
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>
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>
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
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
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>
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
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
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
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
John Molakvoæ [Thu, 23 Jun 2022 10:50:16 +0000 (12:50 +0200)]
Merge pull request #32988 from nextcloud/fix/improve-local-domain-detection
Carl Schwan [Tue, 7 Jun 2022 12:14:14 +0000 (14:14 +0200)]
Add test
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
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>
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>
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>
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>
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>
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>
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
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
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>
nextcloud-command [Wed, 22 Jun 2022 04:21:01 +0000 (04:21 +0000)]
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
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>
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
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
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
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
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>
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>
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>
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>
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>
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
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
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
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…
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
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>
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
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
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
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
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>
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>
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>
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>
nextcloud-command [Tue, 21 Jun 2022 04:20:18 +0000 (04:20 +0000)]
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
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>
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>
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>
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>
rakekniven [Mon, 20 Jun 2022 11:35:51 +0000 (13:35 +0200)]
Merge pull request #32881 from nextcloud/Valdnet-patch-2
l10n: Spelling unification
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
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
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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
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>
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
Arthur Schiwon [Thu, 16 Jun 2022 11:50:59 +0000 (13:50 +0200)]
make placeholder a const for reuse
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Thu, 16 Jun 2022 11:30:52 +0000 (13:30 +0200)]
fix overwriting original vars when logging
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Wed, 15 Jun 2022 11:54:54 +0000 (13:54 +0200)]
add serializer test
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Côme Chilliet [Thu, 16 Jun 2022 15:43:17 +0000 (17:43 +0200)]
Remove at matcher uses in tests/lib
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Thu, 16 Jun 2022 13:55:05 +0000 (15:55 +0200)]
Remove deprecated at matcher from theming tests
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Nextcloud bot [Thu, 16 Jun 2022 02:27:32 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
blizzz [Wed, 15 Jun 2022 19:39:56 +0000 (21:39 +0200)]
Merge pull request #32876 from nextcloud/fix/fix-string-interpolation
Use {$var} instead of ${var} for PHP 8.2 compatibility
blizzz [Wed, 15 Jun 2022 19:36:47 +0000 (21:36 +0200)]
Merge pull request #32878 from nextcloud/fix-default-toast-message-for-failed-uploads-with-http2
Fix default toast message for failed uploads with HTTP/2
Vitor Mattos [Mon, 13 Jun 2022 15:22:36 +0000 (12:22 -0300)]
Add comments expire date
https://github.com/nextcloud/spreed/pull/7327
Signed-off-by: Vitor Mattos <vitor@php.rio>
Carl Schwan [Mon, 23 May 2022 15:29:03 +0000 (17:29 +0200)]
Port federatedfilesharing personal settings to vue
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Daniel [Wed, 15 Jun 2022 09:37:43 +0000 (11:37 +0200)]
Merge pull request #32584 from nextcloud/fix-ResetTokenBackgroundJob
Make sure ResetTokenBackgroundJob doesn't execute if config is read-only