]>
source.dussan.org Git - nextcloud-server.git/log
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>
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>
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
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
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
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 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
Vincent Petry [Fri, 10 Jun 2022 13:57:35 +0000 (15:57 +0200)]
Merge pull request #32364 from nextcloud/dav-listeners
🧹 Remove all legacy event dispatchers from CalDAV & CardDAV backends
Joas Schilling [Fri, 10 Jun 2022 13:54:14 +0000 (15:54 +0200)]
Merge pull request #32741 from nextcloud/Valdnet-patch-2
l10n: Delete apostrophe
Vincent Petry [Fri, 10 Jun 2022 13:47:13 +0000 (15:47 +0200)]
Merge pull request #32806 from nextcloud/fix-federated-sharing
Revert "Remove inefficient fed share scanner"
Vincent Petry [Fri, 10 Jun 2022 13:31:36 +0000 (15:31 +0200)]
Merge pull request #32660 from susnux/master
Feature: Add loglevel exported JS OC.config object
Vincent Petry [Fri, 10 Jun 2022 13:30:25 +0000 (15:30 +0200)]
Merge pull request #32672 from nextcloud/updateCrl
Update crl after revoke externalpassword.csr
Vincent Petry [Fri, 10 Jun 2022 13:28:52 +0000 (15:28 +0200)]
Merge pull request #32685 from nextcloud/fix/external-storage-password-replacement
Fix replacing external storage password during debug log
Vincent Petry [Fri, 10 Jun 2022 13:23:52 +0000 (15:23 +0200)]
Merge pull request #32737 from nextcloud/fix/remove-at-matcher-in-settings-tests
Remove deprecated at() matcher from settings tests
Vincent Petry [Fri, 10 Jun 2022 13:22:03 +0000 (15:22 +0200)]
Merge pull request #32748 from nextcloud/bugfix/noid/keep-non-default-protocol-in-cloud-id
Keep non default protocol in cloud id
Vincent Petry [Fri, 10 Jun 2022 13:03:19 +0000 (15:03 +0200)]
Merge pull request #32799 from nextcloud/bugfix/noid/fix-exception-handling-when-profile-data-is-too-long
Fix exception handling when profile data is too long
Vincent Petry [Fri, 10 Jun 2022 13:02:37 +0000 (15:02 +0200)]
Merge pull request #32800 from nextcloud/bugfix/noid/no-fatal-for-maintenance-mode
Don't spam the log with fatals when maintenance mode is enabled or an…
Daniel Kesselberg [Fri, 10 Jun 2022 12:13:57 +0000 (14:13 +0200)]
Run php tests when 3rdparty changed
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Vincent Petry [Fri, 10 Jun 2022 09:23:31 +0000 (11:23 +0200)]
Merge pull request #32723 from MartinBrugnara/master
Expose umask override value as config parameter: localstorage.umask
Vincent Petry [Fri, 10 Jun 2022 09:21:54 +0000 (11:21 +0200)]
Merge pull request #32768 from nextcloud/fs-setup-onetime-earlier
perform onetime setup earlier to ensure wrappers are registered on time
Vincent Petry [Fri, 10 Jun 2022 09:21:17 +0000 (11:21 +0200)]
Merge pull request #32805 from nextcloud/avoid-creating-activities-for-system-user
Avoid creating card activities for system user
Carl Schwan [Fri, 10 Jun 2022 08:29:23 +0000 (10:29 +0200)]
Revert "Remove inefficient fed share scanner"
This reverts commit
ce319143142e2ee998ef4794b04ad684c4ffa911 .
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Thomas Citharel [Fri, 10 Jun 2022 07:47:11 +0000 (09:47 +0200)]
Add tests for OCA\DAV\CardDAV\Activity\Backend (adapted from CalDAV)
And test that the system addressbook will never generate activity events
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Thomas Citharel [Fri, 10 Jun 2022 07:07:53 +0000 (09:07 +0200)]
Avoid creating carddav activities for the system user
Because of the system addressbook synchronisation.
Closes #32803
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Nextcloud bot [Fri, 10 Jun 2022 02:33:54 +0000 (02:33 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Christopher Ng [Thu, 9 Jun 2022 02:31:11 +0000 (02:31 +0000)]
Enable keyboard activation of legacy contacts menu
Signed-off-by: Christopher Ng <chrng8@gmail.com>
blizzz [Thu, 9 Jun 2022 22:44:01 +0000 (00:44 +0200)]
Merge pull request #32797 from nextcloud/fix-external-home-dir
fix mounts mounted at the users home
Joas Schilling [Thu, 9 Jun 2022 22:36:52 +0000 (00:36 +0200)]
Don't spam the log with fatals when maintenance mode is enabled or an upgrade has to be done
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Thu, 9 Jun 2022 20:07:46 +0000 (22:07 +0200)]
Fix exception handling when profile data is too long
Signed-off-by: Joas Schilling <coding@schilljs.com>
Robin Appelman [Thu, 9 Jun 2022 17:21:56 +0000 (19:21 +0200)]
fix mounts mounted at the users home
this fixes external storages with '/' as mountpoint
Signed-off-by: Robin Appelman <robin@icewind.nl>
Pytal [Thu, 9 Jun 2022 15:56:48 +0000 (08:56 -0700)]
Merge pull request #32675 from nextcloud/fix/validate-dashboard-background
Joas Schilling [Thu, 9 Jun 2022 13:38:30 +0000 (15:38 +0200)]
Fix integration test which now actually matches the system-addresssbook entry
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 8 Jun 2022 08:38:20 +0000 (10:38 +0200)]
Keep non default protocol in cloud id
When there is no protocol on the cloud id, we assume it's https://
But this means that when an http:// server currently sends an OCM
invite to another server, the protocol is striped and the remote
instance will try to talk back to https:// which might not be available.
Signed-off-by: Joas Schilling <coding@schilljs.com>
Simon L [Thu, 9 Jun 2022 12:04:44 +0000 (14:04 +0200)]
Merge pull request #32728 from kesselb/master
Add matrix for psalm baseline update job
Vincent Petry [Thu, 9 Jun 2022 11:20:19 +0000 (13:20 +0200)]
Merge pull request #32616 from nextcloud/enh/a11y-keyboard-filepicker
Augment file picker modal accessibility
Vincent Petry [Thu, 9 Jun 2022 10:03:59 +0000 (12:03 +0200)]
Merge pull request #32769 from nextcloud/enh/32749/regex-universal-search
Specify the filter first for unified search
Joas Schilling [Thu, 9 Jun 2022 08:02:49 +0000 (10:02 +0200)]
Merge pull request #32765 from nextcloud/fix/add-back-delete.png
Add back the deleted.png file
Julius Härtl [Thu, 9 Jun 2022 07:49:55 +0000 (09:49 +0200)]
Merge pull request #32767 from nextcloud/seeakble-http-stream-wrappers
handle stream wrappers in SeekableHttpStream
Nextcloud bot [Thu, 9 Jun 2022 02:31:52 +0000 (02:31 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Christopher Ng [Wed, 8 Jun 2022 23:55:51 +0000 (23:55 +0000)]
Rename a11y helper function
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Tue, 31 May 2022 18:03:15 +0000 (18:03 +0000)]
Update variable name
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Tue, 31 May 2022 01:30:50 +0000 (01:30 +0000)]
Set circular radius on close button
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Tue, 31 May 2022 01:22:37 +0000 (01:22 +0000)]
Add a11y utility function
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Fri, 27 May 2022 22:02:01 +0000 (22:02 +0000)]
Activate the primary dialog button on enter if there is a single input
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Fri, 27 May 2022 21:27:24 +0000 (21:27 +0000)]
Use keyboard controls with the action buttons
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Fri, 27 May 2022 20:54:23 +0000 (20:54 +0000)]
Use keyboard controls for new folder creation
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Fri, 27 May 2022 20:31:29 +0000 (20:31 +0000)]
Use button for grid view toggle instead of hidden checkbox
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Fri, 27 May 2022 19:21:05 +0000 (19:21 +0000)]
Prevent pressing enter key without control focus from activating the primary button
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Fri, 27 May 2022 18:46:32 +0000 (18:46 +0000)]
Fix focus styling
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Fri, 27 May 2022 18:03:32 +0000 (18:03 +0000)]
Restore grid view toggle
Removed in https://github.com/nextcloud/server/pull/29966 and partially restored in https://github.com/nextcloud/server/pull/30452
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Fri, 27 May 2022 00:47:07 +0000 (00:47 +0000)]
Prepend file picker to be initial keyboard focus target
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Fri, 27 May 2022 00:37:27 +0000 (00:37 +0000)]
Handle keyboard navigation in the file picker
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Pytal [Wed, 8 Jun 2022 23:31:46 +0000 (16:31 -0700)]
Merge pull request #32736 from nextcloud/enh/a11y/keyboard-contacts-menu
Pytal [Wed, 8 Jun 2022 23:27:31 +0000 (16:27 -0700)]
Merge pull request #32697 from nextcloud/fix/get-avatar-authz
Daniel Kesselberg [Wed, 8 Jun 2022 17:49:03 +0000 (19:49 +0200)]
Specify the filter first for unified search
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Robin Appelman [Wed, 8 Jun 2022 16:49:54 +0000 (18:49 +0200)]
perform onetime setup earlier to ensure wrappers are registered on time
this fixes an issue with wrappers like encryption not always being applied to mountpoint that create the storage object directly (such as external storage)
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Wed, 8 Jun 2022 15:52:27 +0000 (17:52 +0200)]
handle stream wrappers in SeekableHttpStream
Signed-off-by: Robin Appelman <robin@icewind.nl>
Anna Larch [Wed, 8 Jun 2022 13:54:12 +0000 (15:54 +0200)]
Add back the deleted.png file as SVG forwarding doesn't work for /core/img
Signed-off-by: Anna Larch <anna@nextcloud.com>
Louis [Wed, 8 Jun 2022 12:59:38 +0000 (14:59 +0200)]
Merge pull request #31981 from nextcloud/temporary-passwords-fixes-31952
Temporary passwords fixes 31952