]>
source.dussan.org Git - nextcloud-server.git/log
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>
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: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>
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 [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>
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>
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
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
Valdnet [Wed, 15 Jun 2022 09:01:58 +0000 (11:01 +0200)]
Spelling unification
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Valdnet [Wed, 15 Jun 2022 09:01:18 +0000 (11:01 +0200)]
l10n: Spelling unification
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Valdnet [Wed, 15 Jun 2022 08:57:05 +0000 (10:57 +0200)]
l10n: Spelling unification
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Thomas Citharel [Wed, 25 May 2022 06:58:10 +0000 (08:58 +0200)]
Update tests after ResetTokenBackgroundJob changes
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Thomas Citharel [Wed, 25 May 2022 06:52:39 +0000 (08:52 +0200)]
Use OCP version of TimedJob instead of OC for ResetTokenBackgroundJob
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Thomas Citharel [Wed, 25 May 2022 06:51:16 +0000 (08:51 +0200)]
Make sure ResetTokenBackgroundJob doesn't execute if config is read-only
No need to try to delete the config key in config.php if we aren't
allowed to.
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Nextcloud bot [Wed, 15 Jun 2022 02:27:55 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Daniel Calviño Sánchez [Tue, 14 Jun 2022 14:07:35 +0000 (16:07 +0200)]
Fix default toast message for failed uploads with HTTP/2
When an upload fails a toast is shown with either a specific message or
just the textual part of the HTTP error code (which comes from the
upload failure handler and set by "jQuery.ajax()". However, if there
is neither a message nor an error then the toast will show the default
message from the Toastify-js library, which is an undescriptive "Hi
there!".
When HTTP/2 is used Chromium does not provide the textual part of the
HTTP error code, so when an upload fails the toast can receive an empty
message and thus just show "Hi there!". Now an explicit message is
provided as a fallback to prevent that.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Christoph Wurst [Tue, 14 Jun 2022 13:58:56 +0000 (15:58 +0200)]
Merge pull request #32351 from nextcloud/dav-handle-move-operation-properly
Handle the move operation properly between shared calendars
Côme Chilliet [Tue, 14 Jun 2022 13:44:51 +0000 (15:44 +0200)]
Remove bogus expects from user_ldap tests
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Christoph Wurst [Tue, 14 Jun 2022 13:33:29 +0000 (15:33 +0200)]
Merge pull request #32875 from nextcloud/fix/setup-set-up-2fa
Fix 2FA setup vs set up typo
Côme Chilliet [Tue, 14 Jun 2022 13:12:28 +0000 (15:12 +0200)]
Use {$var} instead of ${var} for PHP 8.2 compatibility
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Thomas Citharel [Thu, 12 May 2022 07:23:26 +0000 (09:23 +0200)]
Handle the move operation properly between shared calendars
- Introduce a new CalendarObjectMovedEvent typed event dedicated for
this operation
- Handle the event in the activity backend and add new appropriate activity subjects
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Christoph Wurst [Tue, 14 Jun 2022 12:34:20 +0000 (14:34 +0200)]
Fix 2FA setup vs set up typo
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Bill McGonigle [Tue, 14 Jun 2022 11:10:29 +0000 (07:10 -0400)]
Mention missing files subdir
Many users are getting confused by the inaccurate error message "Home storage for user $user not writable" because the storage *is* writable. The actual issue is a missing files/ subdirectory. cf. https://help.nextcloud.com/t/home-storage-for-user-not-writable/10831/7
By mentioning the possible cause in the error message, users are going to be able to rapidly solve their problem rather than bang their heads against the screen, Google, and eventually forums to find out that the error message is wrong in their case.
Yes, it would be better to detect and precisely describe the fault, or fix the problem automatically, but until then, be kind to the users for the next however many years.
Daniel [Tue, 14 Jun 2022 10:34:55 +0000 (12:34 +0200)]
Merge pull request #32813 from nextcloud/debt/noid/check-for-3rdparty-updates
Run php tests when 3rdparty changed
Côme Chilliet [Tue, 14 Jun 2022 08:58:24 +0000 (10:58 +0200)]
Replace opis/closure with laravel/serializable-closure in code
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Tue, 14 Jun 2022 08:32:36 +0000 (10:32 +0200)]
Replace opis/closure by laravel/serializable-closure
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Nextcloud bot [Tue, 14 Jun 2022 02:28:15 +0000 (02:28 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Côme Chilliet [Mon, 13 Jun 2022 13:19:25 +0000 (15:19 +0200)]
Remove deprecated at() matcher from user_ldap tests
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Mon, 13 Jun 2022 11:55:47 +0000 (13:55 +0200)]
Merge pull request #32853 from nextcloud/fix/update-acceptance-composer-lock
Update dependencies in acceptance tests composer.lock
Vincent Petry [Mon, 13 Jun 2022 09:55:37 +0000 (11:55 +0200)]
Merge pull request #31966 from nextcloud/unencrypted-size
store unencrypted size in the unencrypted_size column
Joas Schilling [Mon, 13 Jun 2022 09:44:54 +0000 (11:44 +0200)]
Merge pull request #32847 from nextcloud/followup/32748/fix-second-integration-test
Fix second integration test as well
Vincent Petry [Mon, 13 Jun 2022 08:50:52 +0000 (10:50 +0200)]
Merge pull request #31637 from nextcloud/add-password-reset-typed-events
Add password reset typed events and modernize LostController
Vincent Petry [Mon, 13 Jun 2022 08:26:07 +0000 (10:26 +0200)]
Merge pull request #32843 from nextcloud/bugfix/noid/correctly-log-failed-attempts
Correctly log failed attempts
Côme Chilliet [Mon, 13 Jun 2022 08:24:42 +0000 (10:24 +0200)]
Update dependencies in acceptance tests composer.lock
It should allow to run them on PHP>=8.0 with a recent phpunit.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Louis [Mon, 13 Jun 2022 08:20:47 +0000 (10:20 +0200)]
Merge pull request #32774 from nextcloud/enh/a11y/keyboard-legacy-contacts-menu
Enable keyboard activation of legacy contacts menu
Carl Schwan [Mon, 13 Jun 2022 07:55:35 +0000 (09:55 +0200)]
Merge pull request #31197 from nextcloud/acsfer-patch-1
Add memcached unix socket instructions
Joas Schilling [Mon, 13 Jun 2022 07:52:03 +0000 (09:52 +0200)]
Fix second integration test as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 13 Jun 2022 07:30:51 +0000 (09:30 +0200)]
Correctly log failed attempts
Signed-off-by: Joas Schilling <coding@schilljs.com>
Vincent Petry [Mon, 13 Jun 2022 07:14:16 +0000 (09:14 +0200)]
Merge pull request #31345 from nextcloud/fix/31164/delete-additional-email
Fix deletion of additional emails
Nextcloud bot [Mon, 13 Jun 2022 02:28:17 +0000 (02:28 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 12 Jun 2022 02:27:53 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 11 Jun 2022 02:28:28 +0000 (02:28 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Christopher Ng [Wed, 2 Mar 2022 20:00:33 +0000 (20:00 +0000)]
Use unique key to prevent email component reuse
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Vincent Petry [Fri, 10 Jun 2022 15:07:38 +0000 (17:07 +0200)]
Merge pull request #30368 from nextcloud/dav-allow-object-properties
Allow DAV Object properties
Vincent Petry [Fri, 10 Jun 2022 14:56:37 +0000 (16:56 +0200)]
Merge pull request #31029 from nextcloud/expose-extra-emails-in-dav
Expose additional emails in {DAV:}alternate-URI-set
Thomas Citharel [Mon, 21 Mar 2022 08:49:45 +0000 (09:49 +0100)]
Make LostController use IInitialState and LoggerInterface
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Thomas Citharel [Mon, 21 Mar 2022 08:31:02 +0000 (09:31 +0100)]
Modernize the LostControllerTest test
Remove some depreciated at() calls
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Thomas Citharel [Mon, 21 Mar 2022 08:26:55 +0000 (09:26 +0100)]
Add password reset typed events
These hooks are only used in the Encryption app from what I can see.
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Vincent Petry [Fri, 10 Jun 2022 14:31:51 +0000 (16:31 +0200)]
Merge pull request #31622 from nextcloud/increase-loglevel-modernize-refresh-webcal
Increase loglevel of Webcal parsing errors and modernize code
Vincent Petry [Fri, 10 Jun 2022 14:27:59 +0000 (16:27 +0200)]
Merge pull request #31771 from nextcloud/fix/hook-encryption-cron
Fix hook encryption with cron job
Vincent Petry [Fri, 10 Jun 2022 14:20:00 +0000 (16:20 +0200)]
Merge pull request #32059 from cld4h/patch-1
Fix issue #31692 of occ files:scan
Vincent Petry [Fri, 10 Jun 2022 14:03:09 +0000 (16:03 +0200)]
Merge pull request #32361 from nextcloud/dav-scheduling-default-calendar
Put calendar invites into the user's first available calendar