nextcloud / guests

🙈 Create guest users which can only see files shared with them
https://apps.nextcloud.com/apps/guests
GNU Affero General Public License v3.0
46 stars 28 forks source link

Setting password of a new guest fails with status code 500 #828

Closed PatrickJosh closed 6 months ago

PatrickJosh commented 2 years ago

Hello,

if a new guest tries to reset their password with the link in the mail they get, they receive a message saying “ Request failed with status code 500”. See also this screenshot:

grafik

The protocol shows the following error:

Error message ``` [index] Fehler: Call to undefined method OCP\User\Events\PasswordUpdatedEvent::getLoginName() in file '/var/www/nextcloud-subvolume/nextcloud/apps/files_external/lib/Listener/StorePasswordListener.php' line 61 POST /lostpassword/set/jNvY8QpNx0cfCHKkBpIH3/ from at 2022-01-09T12:19:52+00:00 /var/www/nextcloud-subvolume/nextcloud/lib/private/AppFramework/App.php - line 157: OC\AppFramework\Http\Dispatcher->dispatch() /var/www/nextcloud-subvolume/nextcloud/lib/private/Route/Router.php - line 302: OC\AppFramework\App::main() /var/www/nextcloud-subvolume/nextcloud/lib/base.php - line 1006: OC\Route\Router->match() /var/www/nextcloud-subvolume/nextcloud/index.php - line 36: OC::handleRequest() Verursacht durch Error: Call to undefined method OCP\User\Events\PasswordUpdatedEvent::getLoginName() /var/www/nextcloud-subvolume/nextcloud/lib/private/EventDispatcher/ServiceEventListener.php - line 87: OCA\Files_External\Listener\StorePasswordListener->handle() /var/www/nextcloud-subvolume/nextcloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php - line 251: OC\EventDispatcher\ServiceEventListener->__invoke() /var/www/nextcloud-subvolume/nextcloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php - line 73: Symfony\Component\EventDispatcher\EventDispatcher->callListeners() /var/www/nextcloud-subvolume/nextcloud/lib/private/EventDispatcher/EventDispatcher.php - line 88: Symfony\Component\EventDispatcher\EventDispatcher->dispatch() /var/www/nextcloud-subvolume/nextcloud/lib/private/EventDispatcher/EventDispatcher.php - line 100: OC\EventDispatcher\EventDispatcher->dispatch() /var/www/nextcloud-subvolume/nextcloud/lib/private/Server.php - line 579: OC\EventDispatcher\EventDispatcher->dispatchTyped() <> OC\Server->OC\{closure}("*** sensiti ... *") /var/www/nextcloud-subvolume/nextcloud/lib/private/Hooks/EmitterTrait.php - line 106: call_user_func_array() /var/www/nextcloud-subvolume/nextcloud/lib/private/Hooks/PublicEmitter.php - line 40: OC\Hooks\BasicEmitter->emit() /var/www/nextcloud-subvolume/nextcloud/lib/private/User/User.php - line 328: OC\Hooks\PublicEmitter->emit() /var/www/nextcloud-subvolume/nextcloud/core/Controller/LostController.php - line 265: OC\User\User->setPassword() /var/www/nextcloud-subvolume/nextcloud/lib/private/AppFramework/Http/Dispatcher.php - line 217: OC\Core\Controller\LostController->setPassword() /var/www/nextcloud-subvolume/nextcloud/lib/private/AppFramework/Http/Dispatcher.php - line 126: OC\AppFramework\Http\Dispatcher->executeController() /var/www/nextcloud-subvolume/nextcloud/lib/private/AppFramework/App.php - line 157: OC\AppFramework\Http\Dispatcher->dispatch() /var/www/nextcloud-subvolume/nextcloud/lib/private/Route/Router.php - line 302: OC\AppFramework\App::main() /var/www/nextcloud-subvolume/nextcloud/lib/base.php - line 1006: OC\Route\Router->match() /var/www/nextcloud-subvolume/nextcloud/index.php - line 36: OC::handleRequest() ```

It looks like the issue has something to do with the files_external app. I have one local external storage activated. I was unsure if I should report the issue in the repo for the files_external app but I descided to do it here. If that was wrong, please tell me. If any additional information is needed, I'm happy to provide it.

Server configuration

Operating system: Fedora Linux 35

Web server: Server version: Apache/2.4.52 (Fedora Linux)

Database: mariadb Ver 15.1 Distrib 10.5.13-MariaDB, for Linux (x86_64) using EditLine wrapper

PHP version: PHP 8.0.14 (cli) (built: Dec 16 2021 03:01:07) ( NTS gcc x86_64 )

Nextcloud version: 23.0.0.10

My nextcloud config:

Config ``` { "system": { "instanceid": "***REMOVED SENSITIVE VALUE***", "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "cloud.joshuanoeske.de", "127.0.0.1" ], "datadirectory": "***REMOVED SENSITIVE VALUE***", "dbtype": "mysql", "version": "23.0.0.10", "overwrite.cli.url": "https:\/\/cloud.joshuanoeske.de", "dbname": "***REMOVED SENSITIVE VALUE***", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbport": "", "dbtableprefix": "oc_", "default_language": "de", "mysql.utf8mb4": true, "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "default_phone_region": "DE", "installed": true, "memcache.local": "\\OC\\Memcache\\APCu", "memcache.distributed": "\\OC\\Memcache\\Redis", "memcache.locking": "\\OC\\Memcache\\Redis", "redis": { "host": "***REMOVED SENSITIVE VALUE***", "port": "0" }, "htaccess.RewriteBase": "\/", "mail_from_address": "***REMOVED SENSITIVE VALUE***", "mail_smtpmode": "smtp", "mail_sendmailmode": "smtp", "mail_domain": "***REMOVED SENSITIVE VALUE***", "mail_smtpsecure": "ssl", "mail_smtpauthtype": "LOGIN", "mail_smtpauth": 1, "mail_smtphost": "***REMOVED SENSITIVE VALUE***", "mail_smtpport": "465", "mail_smtpname": "***REMOVED SENSITIVE VALUE***", "mail_smtppassword": "***REMOVED SENSITIVE VALUE***", "maintenance": false, "theme": "", "loglevel": 1, "logfile": "\/var\/log\/nextcloud\/nextcloud.log", "logfilemode": 384, "lost_password_link": "disabled", "updater.release.channel": "stable", "twofactor_enforced": "true", "twofactor_enforced_groups": [], "twofactor_enforced_excluded_groups": [], "trusted_proxies": "***REMOVED SENSITIVE VALUE***" }, "apps": { "accessibility": { "enabled": "yes", "installed_version": "1.9.0", "types": "" }, "activity": { "enabled": "yes", "installed_version": "2.15.0", "notify_email_calendar": "0", "notify_email_calendar_event": "0", "notify_email_calendar_todo": "0", "notify_email_circles_as_member": "0", "notify_email_circles_as_moderator": "1", "notify_email_circles_as_non_member": "0", "notify_email_comments": "0", "notify_email_contacts": "0", "notify_email_cospend": "0", "notify_email_cospend_bill_event": "0", "notify_email_deck": "0", "notify_email_deck_card_description": "0", "notify_email_deck_comment": "0", "notify_email_favorite": "0", "notify_email_file_changed": "0", "notify_email_file_favorite_changed": "0", "notify_email_forms_newshare": "0", "notify_email_forms_newsubmission": "0", "notify_email_phonetrack": "0", "notify_email_phonetrack_geofence_event": "0", "notify_email_phonetrack_proximity_event": "0", "notify_email_public_links": "0", "notify_email_remote_share": "0", "notify_email_shared": "0", "notify_email_spreed": "0", "notify_email_systemtags": "0", "notify_notification_calendar": "0", "notify_notification_calendar_event": "0", "notify_notification_calendar_todo": "0", "notify_notification_circles_as_member": "0", "notify_notification_circles_as_moderator": "0", "notify_notification_circles_as_non_member": "0", "notify_notification_comments": "0", "notify_notification_contacts": "0", "notify_notification_cospend": "0", "notify_notification_cospend_bill_event": "0", "notify_notification_deck": "0", "notify_notification_deck_card_description": "0", "notify_notification_deck_comment": "0", "notify_notification_favorite": "0", "notify_notification_file_changed": "0", "notify_notification_file_favorite_changed": "1", "notify_notification_forms_newshare": "1", "notify_notification_forms_newsubmission": "0", "notify_notification_group_settings": "1", "notify_notification_personal_settings": "0", "notify_notification_phonetrack": "0", "notify_notification_phonetrack_geofence_event": "0", "notify_notification_phonetrack_proximity_event": "0", "notify_notification_public_links": "0", "notify_notification_remote_share": "1", "notify_notification_security": "1", "notify_notification_shared": "1", "notify_notification_spreed": "1", "notify_notification_systemtags": "0", "notify_notification_twofactor_totp": "1", "notify_notification_twofactor_u2f": "1", "notify_setting_batchtime": "3600", "notify_setting_self": "0", "notify_setting_selfemail": "0", "types": "filesystem" }, "apporder": { "enabled": "yes", "force": "false", "installed_version": "0.14.0", "order": "[\"\/apps\/dashboard\/\",\"\/apps\/files\/\",\"\/apps\/mail\/\",\"https:\/\/cloud.joshuanoeske.de\/apps\/spreed\/\",\"\/apps\/activity\/\",\"\/apps\/contacts\/\",\"\/apps\/calendar\/\",\"\/apps\/tasks\/\",\"\/apps\/deck\/\",\"\/apps\/notes\/\",\"\/apps\/maps\/\",\"\/apps\/phonetrack\/\",\"\/apps\/polls\/\",\"\/apps\/forms\/\",\"\/apps\/cospend\/\",\"\/apps\/music\/\",\"\/apps\/photos\/\"]", "types": "" }, "audioplayer": { "enabled": "no", "installed_version": "2.12.0", "types": "filesystem" }, "audioplayer_sonos": { "enabled": "no", "installed_version": "1.2.0", "sonos": "", "types": "filesystem" }, "backgroundjob": { "lastjob": "8671" }, "breezedark": { "enabled": "no", "installed_version": "23.0.0", "theme_enabled": "0", "types": "" }, "bruteforcesettings": { "enabled": "no", "installed_version": "2.3.0", "types": "" }, "calendar": { "enabled": "yes", "installed_version": "3.0.4", "types": "" }, "checksum": { "enabled": "yes", "installed_version": "1.1.3", "types": "filesystem" }, "circles": { "enabled": "yes", "installed_version": "23.0.0", "loopback_tmp_scheme": "https", "maintenance_run": "0", "maintenance_update": "{\"maximum\":3,\"3\":1641729629,\"2\":1641731403,\"1\":1641731403,\"4\":1641693602,\"5\":1641610803}", "migration_22": "1", "migration_22_1": "1", "migration_run": "0", "test_nc_base": "", "types": "filesystem,dav" }, "cloud_federation_api": { "enabled": "yes", "installed_version": "1.6.0", "types": "filesystem" }, "collectives": { "enabled": "no", "installed_version": "0.17.22", "types": "filesystem" }, "comments": { "enabled": "yes", "installed_version": "1.13.0", "types": "logging" }, "contacts": { "enabled": "yes", "installed_version": "4.0.7", "types": "dav" }, "contactsinteraction": { "enabled": "yes", "installed_version": "1.4.0", "types": "dav" }, "core": { "backgroundjobs_mode": "cron", "enterpriseLogoChecked": "yes", "installed.bundles": "[\"CoreBundle\"]", "installedat": "1582241008.1089", "lastcron": "1641731404", "lastupdateResult": "[]", "lastupdatedat": "1641718504", "moveavatarsdone": "yes", "oc.integritycheck.checker": "[]", "previewsCleanedUp": "1", "public_files": "files_sharing\/public.php", "public_webdav": "dav\/appinfo\/v1\/publicwebdav.php", "shareapi_allow_share_dialog_user_enumeration": "yes", "shareapi_restrict_user_enumeration_full_match": "yes", "shareapi_restrict_user_enumeration_to_group": "no", "theming.variables": "b92d206521717ac032f8aa58d3c7ff2f", "updater.secret.created": "1640860244", "vendor": "nextcloud" }, "cospend": { "enabled": "yes", "installed_version": "1.4.3", "types": "" }, "dashboard": { "enabled": "yes", "installed_version": "7.3.0", "types": "" }, "dav": { "buildCalendarReminderIndex": "yes", "buildCalendarSearchIndex": "yes", "chunks_migrated": "1", "enabled": "yes", "installed_version": "1.21.0", "regeneratedBirthdayCalendarsForYearFix": "yes", "sendEventRemindersPush": "no", "types": "filesystem" }, "deck": { "enabled": "yes", "installed_version": "1.6.0", "types": "dav" }, "diffuse": { "enabled": "no", "installed_version": "2.5.3", "types": "" }, "extract": { "enabled": "yes", "installed_version": "1.3.3", "types": "" }, "federatedfilesharing": { "enabled": "yes", "installed_version": "1.13.0", "types": "" }, "federation": { "enabled": "yes", "installed_version": "1.13.0", "types": "authentication" }, "files": { "cronjob_scan_files": "500", "enabled": "yes", "installed_version": "1.18.0", "types": "filesystem" }, "files_external": { "enabled": "yes", "installed_version": "1.15.0", "types": "filesystem" }, "files_markdown": { "enabled": "no", "installed_version": "2.3.5", "types": "" }, "files_pdfviewer": { "enabled": "yes", "installed_version": "2.4.0", "types": "" }, "files_rightclick": { "enabled": "yes", "installed_version": "1.2.0", "types": "" }, "files_sharing": { "enabled": "yes", "installed_version": "1.15.0", "types": "filesystem" }, "files_texteditor": { "enabled": "no", "installed_version": "2.14.0", "types": "" }, "files_trashbin": { "enabled": "yes", "installed_version": "1.13.0", "types": "filesystem,dav" }, "files_versions": { "enabled": "yes", "installed_version": "1.16.0", "types": "filesystem,dav" }, "files_videoplayer": { "enabled": "yes", "installed_version": "1.12.0", "types": "" }, "firstrunwizard": { "enabled": "yes", "installed_version": "2.12.0", "types": "logging" }, "forms": { "enabled": "yes", "installed_version": "2.4.0", "types": "" }, "gpxedit": { "enabled": "no", "installed_version": "0.0.14", "types": "" }, "guests": { "allow_external_storage": "false", "enabled": "yes", "hide_users": "true", "installed_version": "2.1.0", "types": "authentication", "usewhitelist": "true", "whitelist": "files_trashbin,files_versions,files_sharing,files_texteditor,text,activity,firstrunwizard,photos,notifications,dashboard,user_status,weather_status,twofactor_totp,twofactor_u2f,twofactor_backupcodes,files_pdfviewer,files_rightclick,files_videoplayer,password_policy" }, "health": { "enabled": "no", "installed_version": "1.4.0", "types": "" }, "integration_gitlab": { "enabled": "yes", "installed_version": "1.0.3", "types": "" }, "integration_moodle": { "enabled": "no", "installed_version": "1.0.2", "types": "" }, "integration_whiteboard": { "enabled": "no", "installed_version": "0.0.14", "types": "" }, "logreader": { "enabled": "yes", "installed_version": "2.8.0", "levels": "00111", "live": "1", "types": "" }, "lookup_server_connector": { "enabled": "yes", "installed_version": "1.11.0", "types": "authentication" }, "mail": { "enabled": "yes", "installed_version": "1.11.5", "types": "" }, "maps": { "enabled": "no", "installed_version": "0.1.10", "lastAddressLookup": "1637829829", "types": "filesystem" }, "metadata": { "enabled": "yes", "installed_version": "0.15.0", "types": "" }, "music": { "enabled": "yes", "installed_version": "1.5.0", "types": "filesystem" }, "news": { "enabled": "no", "installed_version": "17.0.1", "types": "" }, "nextcloud_announcements": { "enabled": "yes", "installed_version": "1.12.0", "pub_date": "Thu, 24 Oct 2019 00:00:00 +0200", "types": "logging" }, "notes": { "enabled": "yes", "installed_version": "4.2.0", "types": "" }, "notifications": { "enabled": "yes", "installed_version": "2.11.1", "types": "logging" }, "notify_push": { "base_endpoint": "https:\/\/cloud.joshuanoeske.de\/push", "cookie": "336991557", "enabled": "no", "installed_version": "0.3.0", "types": "filesystem" }, "oauth2": { "enabled": "yes", "installed_version": "1.11.0", "types": "authentication" }, "onlyoffice": { "enabled": "no", "installed_version": "7.2.1", "types": "prevent_group_restriction" }, "password_policy": { "enabled": "yes", "enforceHaveIBeenPwned": "1", "enforceNumericCharacters": "1", "enforceSpecialCharacters": "1", "enforceUpperLowerCase": "1", "installed_version": "1.13.0", "maximumLoginAttempts": "0", "minLength": "12", "types": "authentication" }, "phonetrack": { "enabled": "yes", "installed_version": "0.6.9", "types": "" }, "photos": { "enabled": "yes", "installed_version": "1.5.0", "types": "" }, "polls": { "enabled": "yes", "installed_version": "3.4.2", "types": "" }, "printer": { "enabled": "no", "installed_version": "0.0.3", "types": "filesystem" }, "privacy": { "enabled": "yes", "installed_version": "1.7.0", "readableLocation": "de", "types": "" }, "provisioning_api": { "enabled": "yes", "installed_version": "1.13.0", "types": "prevent_group_restriction" }, "qownnotesapi": { "enabled": "no", "installed_version": "21.12.0", "types": "" }, "recommendations": { "enabled": "yes", "installed_version": "1.2.0", "types": "" }, "serverinfo": { "cached_count_filecache": "276579", "cached_count_storages": "22", "enabled": "yes", "installed_version": "1.13.0", "types": "" }, "settings": { "enabled": "yes", "installed_version": "1.5.0", "types": "" }, "sharebymail": { "enabled": "yes", "installed_version": "1.13.0", "types": "filesystem" }, "socialsharing_email": { "enabled": "no", "installed_version": "2.4.0", "types": "" }, "spreed": { "enabled": "yes", "has_reference_id": "yes", "installed_version": "13.0.1", "project_access_invalidated": "1", "signaling_ticket_secret": "***REMOVED SENSITIVE VALUE***", "stun_servers": "***REMOVED SENSITIVE VALUE***", "types": "dav,prevent_group_restriction" }, "support": { "SwitchUpdaterServerHasRun": "yes", "enabled": "yes", "installed_version": "1.6.0", "types": "session" }, "survey_client": { "enabled": "yes", "installed_version": "1.11.0", "last_report": "{\"id\":\"ochmvfb4enme\",\"items\":[[\"server\",\"version\",\"23.0.0.10\"],[\"server\",\"code\",\"other\"],[\"server\",\"enable_avatars\",\"yes\"],[\"server\",\"enable_previews\",\"yes\"],[\"server\",\"memcache.local\",\"\\\\OC\\\\Memcache\\\\APCu\"],[\"server\",\"memcache.distributed\",\"\\\\OC\\\\Memcache\\\\Redis\"],[\"server\",\"asset-pipeline.enabled\",\"no\"],[\"server\",\"filelocking.enabled\",\"yes\"],[\"server\",\"memcache.locking\",\"\\\\OC\\\\Memcache\\\\Redis\"],[\"server\",\"debug\",\"no\"],[\"server\",\"cron\",\"cron\"],[\"php\",\"version\",\"8.0.14\"],[\"php\",\"memory_limit\",2147483648],[\"php\",\"max_execution_time\",0],[\"php\",\"upload_max_filesize\",2147483648],[\"database\",\"type\",\"mysql\"],[\"database\",\"version\",\"10.5.13\"],[\"database\",\"size\",182296576],[\"apps\",\"accessibility\",\"1.9.0\"],[\"apps\",\"activity\",\"2.15.0\"],[\"apps\",\"apporder\",\"0.14.0\"],[\"apps\",\"audioplayer\",\"disabled\"],[\"apps\",\"audioplayer_sonos\",\"disabled\"],[\"apps\",\"breezedark\",\"disabled\"],[\"apps\",\"bruteforcesettings\",\"disabled\"],[\"apps\",\"calendar\",\"3.0.4\"],[\"apps\",\"checksum\",\"1.1.3\"],[\"apps\",\"circles\",\"23.0.0\"],[\"apps\",\"cloud_federation_api\",\"1.6.0\"],[\"apps\",\"collectives\",\"disabled\"],[\"apps\",\"comments\",\"1.13.0\"],[\"apps\",\"contacts\",\"4.0.7\"],[\"apps\",\"contactsinteraction\",\"1.4.0\"],[\"apps\",\"cospend\",\"1.4.3\"],[\"apps\",\"dashboard\",\"7.3.0\"],[\"apps\",\"dav\",\"1.21.0\"],[\"apps\",\"deck\",\"1.6.0\"],[\"apps\",\"diffuse\",\"disabled\"],[\"apps\",\"extract\",\"1.3.3\"],[\"apps\",\"federatedfilesharing\",\"1.13.0\"],[\"apps\",\"federation\",\"1.13.0\"],[\"apps\",\"files\",\"1.18.0\"],[\"apps\",\"files_external\",\"1.15.0\"],[\"apps\",\"files_markdown\",\"disabled\"],[\"apps\",\"files_pdfviewer\",\"2.4.0\"],[\"apps\",\"files_rightclick\",\"1.2.0\"],[\"apps\",\"files_sharing\",\"1.15.0\"],[\"apps\",\"files_texteditor\",\"disabled\"],[\"apps\",\"files_trashbin\",\"1.13.0\"],[\"apps\",\"files_versions\",\"1.16.0\"],[\"apps\",\"files_videoplayer\",\"1.12.0\"],[\"apps\",\"firstrunwizard\",\"2.12.0\"],[\"apps\",\"forms\",\"2.4.0\"],[\"apps\",\"gpxedit\",\"disabled\"],[\"apps\",\"guests\",\"2.1.0\"],[\"apps\",\"health\",\"disabled\"],[\"apps\",\"integration_gitlab\",\"1.0.3\"],[\"apps\",\"integration_moodle\",\"disabled\"],[\"apps\",\"integration_whiteboard\",\"disabled\"],[\"apps\",\"logreader\",\"2.8.0\"],[\"apps\",\"lookup_server_connector\",\"1.11.0\"],[\"apps\",\"mail\",\"1.11.5\"],[\"apps\",\"maps\",\"disabled\"],[\"apps\",\"metadata\",\"0.15.0\"],[\"apps\",\"music\",\"1.5.0\"],[\"apps\",\"news\",\"disabled\"],[\"apps\",\"nextcloud_announcements\",\"1.12.0\"],[\"apps\",\"notes\",\"4.2.0\"],[\"apps\",\"notifications\",\"2.11.1\"],[\"apps\",\"notify_push\",\"disabled\"],[\"apps\",\"oauth2\",\"1.11.0\"],[\"apps\",\"onlyoffice\",\"disabled\"],[\"apps\",\"password_policy\",\"1.13.0\"],[\"apps\",\"phonetrack\",\"0.6.9\"],[\"apps\",\"photos\",\"1.5.0\"],[\"apps\",\"polls\",\"3.4.2\"],[\"apps\",\"printer\",\"disabled\"],[\"apps\",\"privacy\",\"1.7.0\"],[\"apps\",\"provisioning_api\",\"1.13.0\"],[\"apps\",\"qownnotesapi\",\"disabled\"],[\"apps\",\"recommendations\",\"1.2.0\"],[\"apps\",\"serverinfo\",\"1.13.0\"],[\"apps\",\"settings\",\"1.5.0\"],[\"apps\",\"sharebymail\",\"1.13.0\"],[\"apps\",\"socialsharing_email\",\"disabled\"],[\"apps\",\"spreed\",\"13.0.1\"],[\"apps\",\"support\",\"1.6.0\"],[\"apps\",\"survey_client\",\"1.11.0\"],[\"apps\",\"systemtags\",\"1.13.0\"],[\"apps\",\"tasks\",\"0.14.2\"],[\"apps\",\"text\",\"3.4.0\"],[\"apps\",\"theming\",\"1.14.0\"],[\"apps\",\"twofactor_backupcodes\",\"1.12.0\"],[\"apps\",\"twofactor_totp\",\"6.2.0\"],[\"apps\",\"twofactor_u2f\",\"6.3.0\"],[\"apps\",\"unsplash\",\"disabled\"],[\"apps\",\"updatenotification\",\"1.13.0\"],[\"apps\",\"user_status\",\"1.3.1\"],[\"apps\",\"viewer\",\"1.7.0\"],[\"apps\",\"weather_status\",\"1.3.0\"],[\"apps\",\"workflow_script\",\"disabled\"],[\"apps\",\"workflowengine\",\"2.5.0\"],[\"stats\",\"num_files\",276273],[\"stats\",\"num_users\",6],[\"stats\",\"num_storages\",22],[\"stats\",\"num_storages_local\",2],[\"stats\",\"num_storages_home\",6],[\"stats\",\"num_storages_other\",14],[\"stats\",\"num_comments\",164],[\"stats\",\"num_comment_markers\",1],[\"stats\",\"num_systemtags\",0],[\"stats\",\"num_systemtags_mappings\",0],[\"files_sharing\",\"num_shares\",36],[\"files_sharing\",\"num_shares_user\",14],[\"files_sharing\",\"num_shares_groups\",0],[\"files_sharing\",\"num_shares_link\",16],[\"files_sharing\",\"num_shares_link_no_password\",16],[\"files_sharing\",\"num_fed_shares_sent\",2],[\"files_sharing\",\"num_fed_shares_received\",0],[\"files_sharing\",\"permissions_0_15\",\"1\"],[\"files_sharing\",\"permissions_3_17\",\"2\"],[\"files_sharing\",\"permissions_0_19\",\"4\"],[\"files_sharing\",\"permissions_3_19\",\"7\"],[\"files_sharing\",\"permissions_0_31\",\"9\"],[\"files_sharing\",\"permissions_3_31\",\"7\"],[\"files_sharing\",\"permissions_6_31\",\"2\"],[\"files_sharing\",\"permissions_7_31\",\"4\"],[\"encryption\",\"enabled\",\"no\"],[\"encryption\",\"default_module\",\"no\"]]}", "last_sent": "1641294603", "types": "" }, "systemtags": { "enabled": "yes", "installed_version": "1.13.0", "types": "logging" }, "tasks": { "enabled": "yes", "installed_version": "0.14.2", "types": "" }, "text": { "enabled": "yes", "installed_version": "3.4.0", "types": "dav" }, "theming": { "enabled": "yes", "installed_version": "1.14.0", "types": "logging" }, "twofactor_backupcodes": { "enabled": "yes", "installed_version": "1.12.0", "types": "" }, "twofactor_totp": { "enabled": "yes", "installed_version": "6.2.0", "types": "" }, "twofactor_u2f": { "enabled": "yes", "installed_version": "6.3.0", "types": "" }, "unsplash": { "enabled": "no", "installed_version": "1.2.3", "types": "" }, "updatenotification": { "apporder": "0.14.0", "audioplayer": "2.11.1", "breezedark": "20.0.1", "bruteforcesettings": "2.0.1", "calendar": "3.0.4", "circles": "0.21.3", "contacts": "4.0.7", "core": "22.2.3.0", "cospend": "1.4.3", "deck": "1.5.5", "enabled": "yes", "extract": "1.3.3", "forms": "2.4.0", "guests": "2.1.0", "health": "1.2.1", "installed_version": "1.13.0", "integration_gitlab": "1.0.3", "mail": "1.11.5", "maps": "0.1.9", "music": "1.5.0", "notes": "4.2.0", "notify_push": "0.3.0", "onlyoffice": "5.0.0", "phonetrack": "0.6.9", "polls": "3.4.2", "spreed": "12.2.2", "tasks": "0.14.2", "twofactor_totp": "6.2.0", "twofactor_u2f": "6.3.0", "types": "", "update_check_errors": "0" }, "user_status": { "enabled": "yes", "installed_version": "1.3.1", "types": "" }, "viewer": { "enabled": "yes", "installed_version": "1.7.0", "types": "" }, "weather_status": { "enabled": "yes", "installed_version": "1.3.0", "types": "" }, "workflow_script": { "enabled": "no", "installed_version": "1.8.0", "types": "filesystem" }, "workflowengine": { "enabled": "yes", "installed_version": "2.5.0", "types": "filesystem" } } } ```

App list:

App list ``` Enabled: - accessibility: 1.9.0 - activity: 2.15.0 - apporder: 0.14.0 - calendar: 3.0.4 - checksum: 1.1.3 - circles: 23.0.0 - cloud_federation_api: 1.6.0 - comments: 1.13.0 - contacts: 4.0.7 - contactsinteraction: 1.4.0 - cospend: 1.4.3 - dashboard: 7.3.0 - dav: 1.21.0 - deck: 1.6.0 - extract: 1.3.3 - federatedfilesharing: 1.13.0 - federation: 1.13.0 - files: 1.18.0 - files_external: 1.15.0 - files_pdfviewer: 2.4.0 - files_rightclick: 1.2.0 - files_sharing: 1.15.0 - files_trashbin: 1.13.0 - files_versions: 1.16.0 - files_videoplayer: 1.12.0 - firstrunwizard: 2.12.0 - forms: 2.4.0 - guests: 2.1.0 - integration_gitlab: 1.0.3 - logreader: 2.8.0 - lookup_server_connector: 1.11.0 - mail: 1.11.5 - metadata: 0.15.0 - music: 1.5.0 - nextcloud_announcements: 1.12.0 - notes: 4.2.0 - notifications: 2.11.1 - oauth2: 1.11.0 - password_policy: 1.13.0 - phonetrack: 0.6.9 - photos: 1.5.0 - polls: 3.4.2 - privacy: 1.7.0 - provisioning_api: 1.13.0 - recommendations: 1.2.0 - serverinfo: 1.13.0 - settings: 1.5.0 - sharebymail: 1.13.0 - spreed: 13.0.1 - support: 1.6.0 - survey_client: 1.11.0 - systemtags: 1.13.0 - tasks: 0.14.2 - text: 3.4.0 - theming: 1.14.0 - twofactor_backupcodes: 1.12.0 - twofactor_totp: 6.2.0 - twofactor_u2f: 6.3.0 - updatenotification: 1.13.0 - user_status: 1.3.1 - viewer: 1.7.0 - weather_status: 1.3.0 - workflowengine: 2.5.0 Disabled: - admin_audit - breezedark - bruteforcesettings - collectives - encryption - files_markdown - files_texteditor - gpxedit - health - integration_moodle - integration_whiteboard - maps - news - onlyoffice - qownnotesapi - socialsharing_email - user_ldap - workflow_script ```
joshtrichards commented 6 months ago

Fixed in nextcloud/server#32016