nextcloud / server

☁️ Nextcloud server, a safe home for all your data
https://nextcloud.com
GNU Affero General Public License v3.0
27.36k stars 4.06k forks source link

Calendar invitations: confirmation of attendance via web browser fails with an unspecific error. #21715

Closed lars-becker closed 3 years ago

lars-becker commented 4 years ago

Steps to reproduce

I can reproduce this error on one instance, while I can't reproduce it with two others.

On the affected instance:

  1. create a new event and invite somebody.
  2. the system sends a mail to the invited user.
  3. The invited user replies with feedback via the web browser
  4. The error message "There was an error updating your attendance status. Please contact the organizer directly." is displayed to the person.

At first I thought this problem was related to nextcloud/calendar#1878 which indeed was a problem on another instance. Deleting all duplicate email addresses solved this problem there; but it didn't help to solve the problem with the instance I'm currently deadling with.

In oc_preferences there's only one entry of the person who is the organizer.

Expected behaviour

The invited person should be able to respond.

Actual behaviour

Tell invited person is not able to respond.

Server configuration

Operating system: 18.04.4 LTS (Bionic Beaver)

Web server: apache2 2.4 (2.4.29-1ubuntu4.13) Database: MySQL 5.7 (5.7.30-0ubuntu0.18.04.1) PHP version: PHP 7.2 (7.2.24-0ubuntu0.18.04.6) Nextcloud version: 19.0.0 Updated from an older Nextcloud/ownCloud or fresh install: Updated from since OwnCloud 5 or 6 over many years. Where did you install Nextcloud from: from the sources from nextcloud

Signing status:

Signing status ``` No errors have been found. ```

List of activated apps:

App list ``` If you have access to your command line run e.g.: sudo -u www-data php occ app:list from within your Nextcloud installation folder Enabled: - activity: 2.12.0 - admin_audit: 1.9.0 - announcementcenter: 3.8.1 - apporder: 0.10.0 - bbb: 0.5.1 - calendar: 2.0.3 - cloud_federation_api: 1.2.0 - comments: 1.9.0 - contacts: 3.3.0 - contactsinteraction: 1.0.0 - dav: 1.15.0 - deck: 1.0.4 - dropit: 0.4.0 - federatedfilesharing: 1.9.0 - federation: 1.9.0 - files: 1.14.0 - files_accesscontrol: 1.9.0 - files_automatedtagging: 1.9.0 - files_downloadactivity: 1.8.0 - files_lock: 0.8.2 - files_pdfviewer: 1.8.0 - files_readmemd: 1.1.4 - files_retention: 1.8.2 - files_rightclick: 0.16.0 - files_sharing: 1.11.0 - files_trashbin: 1.9.0 - files_versions: 1.12.0 - files_videoplayer: 1.8.0 - firstrunwizard: 2.8.0 - forms: 2.0.0-beta.4 - groupfolders: 6.0.6 - logreader: 2.4.0 - lookup_server_connector: 1.7.0 - news: 14.1.11 - notifications: 2.7.0 - oauth2: 1.7.0 - password_policy: 1.9.1 - photos: 1.1.0 - polls: 1.4.3 - privacy: 1.3.0 - provisioning_api: 1.9.0 - qownnotesapi: 20.1.0 - quota_warning: 1.8.0 - recommendations: 0.7.0 - richdocuments: 3.7.3 - serverinfo: 1.9.0 - settings: 1.1.0 - sharebymail: 1.9.0 - sharelisting: 0.3.0 - social: 0.3.1 - spreed: 9.0.1 - survey_client: 1.7.0 - suspicious_login: 3.1.0 - systemtags: 1.9.0 - talk_simple_poll: 1.1.1 - tasks: 0.13.1 - text: 3.0.1 - theming: 1.10.0 - theming_customcss: 1.6.0 - twofactor_backupcodes: 1.8.0 - twofactor_nextcloud_notification: 2.3.0 - twofactor_totp: 4.1.3 - twofactor_u2f: 5.1.0 - unsplash: 1.1.6 - updatenotification: 1.9.0 - viewer: 1.3.0 - workflow_pdf_converter: 1.4.0 - workflow_script: 1.4.0 - workflowengine: 2.1.0 ```

Nextcloud configuration:

Config report ``` { "system": { "maintenance": false, "installed": true, "version": "19.0.0.12", "share_folder": "\/Shared\/", "sharing.maxAutocompleteResults": 50, "sharing.minSearchStringLength": 2, "sharing.enable_share_accept": true, "memcache.local": "\\OC\\Memcache\\APCu", "memcache.locking": "\\OC\\Memcache\\Redis", "redis": { "host": "***REMOVED SENSITIVE VALUE***", "port": 6379 }, "datadirectory": "***REMOVED SENSITIVE VALUE***", "dbtype": "mysql", "dbname": "***REMOVED SENSITIVE VALUE***", "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbtableprefix": "oc_", "passwordsalt": "***REMOVED SENSITIVE VALUE***", "forcessl": true, "blacklisted_files": [ ".htaccess" ], "theme": "", "default_language": "de", "3rdpartyroot": "", "3rdpartyurl": "", "defaultapp": "apporder", "knowledgebaseenabled": true, "knowledgebaseurl": "https:\/\/api.owncloud.com\/v1", "appstoreenabled": true, "appstoreurl": "https:\/\/apps.nextcloud.com\/api\/v1", "activity_expire_days": 186, "mail_smtpdebug": false, "mail_smtpmode": "sendmail", "mail_smtphost": "***REMOVED SENSITIVE VALUE***", "mail_smtpport": "25", "mail_smtptimeout": 10, "mail_smtpauthtype": "LOGIN", "trashbin_retention_obligation": "180, auto", "allow_user_to_change_display_name": true, "appcodechecker": true, "updatechecker": true, "log_type": "owncloud", "logfile": "\/tmp\/nextcloud.log", "loglevel": 1, "remember_login_cookie_lifetime": 1209600, "session_lifetime": 86400, "custom_csp_policy": "default-src 'self'; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; frame-src *; img-src *; font-src 'self' data:; media-src *", "xframe_restriction": true, "apps_paths": [ { "path": "\/var\/www\/nextcloud\/apps\/", "url": "\/apps", "writable": true } ], "customclient_desktop": "", "customclient_android": "", "customclient_ios": "", "logdateformat": "F d, Y H:i:s", "instanceid": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "***REMOVED_VALUE***.org" ], "appstore.experimental.enabled": true, "debug": true, "log_rotate_size": 1048576, "singleuser": false, "mail_from_address": "***REMOVED SENSITIVE VALUE***", "mail_domain": "***REMOVED SENSITIVE VALUE***", "mysql.utf8mb4": true, "updater.release.channel": "beta", "preview_libreoffice_path": "\/usr\/bin\/libreoffice", "enable_previews": true, "preview_max_x": 800, "preview_max_y": 800, "enabledPreviewProviders": [ "OC\\Preview\\PNG", "OC\\Preview\\JPEG", "OC\\Preview\\GIF", "OC\\Preview\\HEIC", "OC\\Preview\\BMP", "OC\\Preview\\XBitmap", "OC\\Preview\\MP3", "OC\\Preview\\TXT", "OC\\Preview\\MarkDown", "OC\\Preview\\OpenDocument", "OC\\Preview\\Krita", "OC\\Preview\\MSOffice2003", "OC\\Preview\\MSOffice2007", "OC\\Preview\\MSOfficeDoc", "OC\\Preview\\PDF", "OC\\Preview\\Postscript", "OC\\Preview\\StarOffice", "OC\\Preview\\SVG", "OC\\Preview\\Font" ], "twofactor_enforced": "true", "twofactor_enforced_groups": [], "twofactor_enforced_excluded_groups": [ "guest_app", "no_2fa" ], "skeletondirectory": "", "app_install_overwrite": [ "apporder", "deck", "calendar", "news", "dashboard", "qownnotesapi", "theming_customcss", "files_retention", "files_readmemd", "dropit", "workflow_pdf_converter", "caniupdate", "contacts", "maps", "ojsxc", "spreed", "files_linkeditor", "unsplash", "files_trackdownloads", "social" ], "overwrite.cli.url": "https:\/\/***REMOVED_VALUE***.org", "data-fingerprint": "7921b76ed34d1840b29754d584250194", "logtimezone": "Europe\/Berlin", "activity_use_cached_mountpoints": true, "has_rebuilt_cache": true, "simpleSignUpLink.shown": true }, "apps": { "accessibility": { "enabled": "no", "installed_version": "1.0.1", "types": "" }, "activity": { "enabled": "yes", "installed_version": "2.12.0", "notify_email_calendar": "0", "notify_email_calendar_event": "0", "notify_email_calendar_todo": "0", "notify_email_comments": "0", "notify_email_favorite": "0", "notify_email_file_changed": "0", "notify_email_file_created": "0", "notify_email_file_deleted": "0", "notify_email_file_downloaded": "0", "notify_email_file_restored": "0", "notify_email_public_links": "0", "notify_email_remote_share": "1", "notify_email_shared": "1", "notify_email_spreed": "0", "notify_email_systemtags": "0", "notify_setting_batchtime": "86400", "notify_setting_self": "0", "notify_setting_selfemail": "0", "notify_stream_calendar": "1", "notify_stream_calendar_event": "1", "notify_stream_calendar_todo": "1", "notify_stream_circles_as_member": "1", "notify_stream_circles_as_moderator": "1", "notify_stream_comments": "1", "notify_stream_favorite": "1", "notify_stream_file_changed": "1", "notify_stream_file_created": "1", "notify_stream_file_deleted": "1", "notify_stream_file_downloaded": "1", "notify_stream_file_favorite": "0", "notify_stream_file_restored": "1", "notify_stream_public_links": "1", "notify_stream_remote_share": "1", "notify_stream_shared": "1", "notify_stream_spreed": "1", "notify_stream_systemtags": "1", "types": "filesystem" }, "admin_audit": { "enabled": "yes", "installed_version": "1.9.0", "types": "logging" }, "admin_migrate": { "enabled": "no", "installed_version": "0.1" }, "admin_notifications": { "enabled": "no", "installed_version": "1.0.2", "published-deprecation-notification": "yes", "types": "logging" }, "analytics": { "enabled": "no", "installed_version": "2.3.1", "types": "" }, "announcementcenter": { "enabled": "yes", "installed_version": "3.8.1", "signed": "true", "types": "logging" }, "appointments": { "enabled": "no", "hk": "a7028d5e0ae9130de7f511fda559d49c054719bb45cb5881da31e109191c10fa", "installed_version": "1.6.1", "new_backend": "1", "tiv": "d3cf5bdb092803d247438f65a15c2da6", "types": "dav" }, "apporder": { "enabled": "yes", "hidden": "[]", "installed_version": "0.10.0", "order": "[\"\/index.php\/apps\/activity\/\",\"\/index.php\/apps\/files\/\",\"\/index.php\/apps\/calendar\/\",\"\/index.php\/apps\/deck\/\",\"https:\/\/***REMOVED_VALUE***.org\/index.php\/apps\/spreed\/\",\"\/index.php\/apps\/contacts\/\",\"\/index.php\/apps\/polls\/\",\"\/index.php\/apps\/forms\/\",\"\/index.php\/apps\/news\/\",\"\/index.php\/apps\/bookmarks\/\",\"\/index.php\/apps\/announcementcenter\/\",\"\/index.php\/apps\/phonetrack\/\",\"\/index.php\/apps\/gpxpod\/\",\"\/index.php\/apps\/photos\/\",\"\/index.php\/apps\/mail\/\",\"\/index.php\/apps\/analytics\/\",\"\/index.php\/apps\/gpxedit\/\",\"\/index.php\/apps\/maps\/\",\"\/index.php\/apps\/tasks\/\",\"\/index.php\/apps\/appointments\/\"]", "types": "" }, "backgroundjob": { "lastjob": "554" }, "bbb": { "api.secret": "***REMOVED_VALUE***", "api.url": "https:\/\/***REMOVED_VALUE***.academy\/bigbluebutton\/", "enabled": "yes", "installed_version": "0.5.1", "types": "" }, "bookmarks": { "enabled": "no", "installed_version": "3.2.4", "previews.screenly.token": "***REMOVED_VALUE***", "types": "" }, "breezedark": { "enabled": "no", "installed_version": "19.0.2", "theme_enabled": "0", "types": "" }, "bruteforcesettings": { "enabled": "no", "installed_version": "1.6.0", "types": "" }, "calendar": { "enabled": "yes", "installed_version": "2.0.3", "types": "" }, "caniupdate": { "enabled": "no", "installed_version": "0.2.0", "published-deprecation-notification": "yes", "types": "" }, "carnet": { "enabled": "no", "installed_version": "0.22.1", "types": "filesystem" }, "checksum": { "enabled": "no", "installed_version": "0.4.0", "types": "filesystem" }, "circles": { "allow_federated": "1", "allow_linked_groups": "1", "enabled": "no", "installed_version": "0.19.2", "members_limit": "50", "skip_invitation_to_closed_circles": "1", "test_async_count": "121", "test_async_hand": "0", "test_async_init": "1508705683", "test_async_lock": "ec4d0d27ca9b6f9737c986cd62c7b79f88070dacf9e45e38", "types": "filesystem,dav" }, "cloud_federation_api": { "enabled": "yes", "installed_version": "1.2.0", "types": "filesystem" }, "cms_pico": { "enabled": "no", "installed_version": "1.0.7", "link_mode": "1", "plugins_etag": "JzYELmvjct", "system_plugins": "{\"PicoDeprecated\":{\"name\":\"PicoDeprecated\",\"type\":1,\"compat\":true}}", "system_templates": "{\"empty\":{\"name\":\"empty\",\"type\":1,\"compat\":true},\"sample_pico\":{\"name\":\"sample_pico\",\"type\":1,\"compat\":true}}", "system_themes": "{\"default\":{\"name\":\"default\",\"type\":1,\"compat\":true}}", "themes_etag": "0lGhSBejit", "types": "filesystem" }, "comments": { "enabled": "yes", "installed_version": "1.9.0", "types": "logging" }, "contacts": { "enabled": "yes", "installed_version": "3.3.0", "types": "" }, "contactsinteraction": { "enabled": "yes", "installed_version": "1.0.0", "types": "dav" }, "core": { "backgroundjobs_mode": "cron", "backgroundjobs_step": "queued_tasks", "backgroundjobs_task": "OC_Cache_FileGlobal-gc", "default_encryption_module": "OC_DEFAULT_MODULE", "enterpriseLogoChecked": "yes", "global_cache_gc_lastrun": "1436805001", "installed.bundles": "[\"CoreBundle\"]", "installedat": "1368891233.4079", "lastcron": "1594041620", "lastupdateResult": "[]", "lastupdatedat": "1594035910", "moveavatarsdone": "yes", "oc.integritycheck.checker": "[]", "previewsCleanedUp": "1", "public_caldav": "calendar\/share.php", "public_calendar": "calendar\/share.php", "public_documents": "documents\/public.php", "public_files": "files_sharing\/public.php", "public_gallery": "gallery\/public.php", "public_host-meta": "social\/lib\/hostmeta.php", "public_webdav": "dav\/appinfo\/v1\/publicwebdav.php", "public_webfinger": "social\/lib\/webfinger.php", "remote_ampache": "media\/remote.php", "remote_caldav": "dav\/appinfo\/v1\/caldav.php", "remote_calendar": "dav\/appinfo\/v1\/caldav.php", "remote_carddav": "dav\/appinfo\/v1\/carddav.php", "remote_contacts": "dav\/appinfo\/v1\/carddav.php", "remote_contactthumbnail": "contacts\/thumbnail.php", "remote_core.css": "\/core\/minimizer.php", "remote_core.js": "\/core\/minimizer.php", "remote_dav": "dav\/appinfo\/v2\/remote.php", "remote_files": "dav\/appinfo\/v1\/webdav.php", "remote_filesync": "files\/appinfo\/filesync.php", "remote_webdav": "dav\/appinfo\/v1\/webdav.php", "repairlegacystoragesdone": "yes", "scss.variables": "52af5698dd37b3e6fd5e525cce5fdc9a", "shareapi_allow_mail_notification": "yes", "shareapi_allow_public_notification": "yes", "shareapi_default_expire_date": "yes", "shareapi_default_internal_expire_date": "yes", "shareapi_default_permission_candelete": "no", "shareapi_default_permission_canupdate": "no", "shareapi_default_permissions": "21", "shareapi_enable_link_password_by_default": "no", "shareapi_enabled": "yes", "shareapi_enforce_expire_date": "no", "shareapi_exclude_groups": "yes", "shareapi_exclude_groups_list": "[\"noshare\"]", "shareapi_expire_after_n_days": "31", "shareapi_internal_expire_after_n_days": "31", "shareapi_only_share_with_group_members": "yes", "theming.variables": "951853f3630ebb19d3d5a0d88e80e2b4", "umgmt_send_email": "true", "umgmt_show_last_login": "true", "updater.secret.created": "1591189846", "vendor": "nextcloud" }, "dashboard": { "enabled": "no", "installed_version": "6.0.0", "types": "" }, "dashboardcharts": { "cachebuster": "2", "enabled": "no", "installed_version": "0.1.3", "types": "" }, "dav": { "buildCalendarReminderIndex": "yes", "buildCalendarSearchIndex": "yes", "chunks_migrated": "1", "enabled": "yes", "installed_version": "1.15.0", "regeneratedBirthdayCalendarsForYearFix": "yes", "sendEventRemindersPush": "yes", "types": "filesystem" }, "deck": { "enabled": "yes", "installed_version": "1.0.4", "types": "dav" }, "documents": { "converter": "local", "enabled": "no", "installed_version": "0.13.1", "ocsid": "168711", "types": "", "unstable": "false" }, "dropit": { "enabled": "yes", "installed_version": "0.4.0", "types": "" }, "encryption": { "enabled": "no", "encryptHomeStorage": "0", "installed_version": "2.0.0", "masterKeyId": "***REMOVED_VALUE***", "publicShareKeyId": "***REMOVED_VALUE***", "recoveryKeyId": "***REMOVED_VALUE***", "types": "filesystem" }, "end_to_end_encryption": { "enabled": "no", "installed_version": "1.5.1", "types": "filesystem" }, "event_update_notification": { "enabled": "no", "installed_version": "1.0.2", "types": "logging,dav" }, "external": { "enabled": "no", "installed_version": "2.0.3", "types": "" }, "federatedfilesharing": { "enabled": "yes", "installed_version": "1.9.0", "types": "" }, "federation": { "autoAddServers": "0", "enabled": "yes", "installed_version": "1.9.0", "types": "authentication" }, "files": { "backgroundwatcher_previous_file": "450", "backgroundwatcher_previous_folder": "7588", "cronjob_scan_files": "500", "default_quota": "500 MB", "enabled": "yes", "installed_version": "1.14.0", "types": "filesystem", "watermark_allGroups": "no", "watermark_allGroupsList": "", "watermark_allTags": "yes", "watermark_allTagsList": "12,11", "watermark_enabled": "yes", "watermark_linkAll": "no", "watermark_linkRead": "no", "watermark_linkSecure": "yes", "watermark_linkTags": "yes", "watermark_linkTagsList": "", "watermark_shareAll": "no", "watermark_shareRead": "no", "watermark_text": "Vertraulich \u2013 Pers\u00f6nliche Version f\u00fcr {userId} \u2013 {date}" }, "files_accesscontrol": { "enabled": "yes", "installed_version": "1.9.0", "types": "filesystem" }, "files_automatedtagging": { "enabled": "yes", "installed_version": "1.9.0", "types": "filesystem" }, "files_clipboard": { "enabled": "no", "installed_version": "0.6.4", "types": "" }, "files_downloadactivity": { "enabled": "yes", "installed_version": "1.8.0", "types": "filesystem" }, "files_external": { "enabled": "no", "google::1072182358804.apps.googleuserc1383222805cId": "6403", "google::676871963442-c8afvcrultknehuhd1478870030cId": "15793", "google::827858311650-k2edr190opodu733q1498061592cId": "8913", "installed_version": "1.9.0", "types": "filesystem", "user_mounting_backends": "ftp,dav,owncloud,sftp,amazons3,\\OC\\Files\\Storage\\SFTP_Key" }, "files_external_gdrive": { "enabled": "no", "installed_version": "0.4.0", "types": "filesystem" }, "files_frommail": { "enabled": "no", "installed_version": "0.4.0", "types": "" }, "files_imageviewer": { "enabled": "no", "installed_version": "1.0" }, "files_linkeditor": { "enabled": "no", "installed_version": "1.1.1", "types": "" }, "files_lock": { "enabled": "yes", "installed_version": "0.8.2", "lock_timeout": "181", "types": "filesystem" }, "files_locking": { "enabled": "no", "installed_version": "", "types": "filesystem" }, "files_markdown": { "enabled": "no", "installed_version": "2.2.0", "types": "" }, "files_odfviewer": { "enabled": "no", "installed_version": "0.1" }, "files_pdfviewer": { "enabled": "yes", "installed_version": "1.8.0", "types": "" }, "files_readmemd": { "auto_refresh": "false", "disable_workspace": "true", "enabled": "yes", "fileslist_footer": "[\"FOOTER\"]", "fileslist_header": "[\"HEADER\",\"index\"]", "installed_version": "1.1.4", "show_asciidoc": "false", "show_html": "false", "show_title": "false", "types": "filesystem", "yellow_back": "true" }, "files_retention": { "enabled": "yes", "installed_version": "1.8.2", "types": "filesystem" }, "files_rightclick": { "enabled": "yes", "installed_version": "0.16.0", "types": "" }, "files_sharing": { "enabled": "yes", "incoming_server2server_group_share_enabled": "yes", "installed_version": "1.11.0", "lookupServerEnabled": "no", "lookupServerUploadEnabled": "no", "outgoing_server2server_group_share_enabled": "yes", "types": "filesystem" }, "files_texteditor": { "enabled": "no", "installed_version": "2.8.0", "types": "" }, "files_trackdownloads": { "enabled": "no", "installed_version": "1.8.0", "types": "filesystem" }, "files_trashbin": { "enabled": "yes", "installed_version": "1.9.0", "types": "filesystem,dav" }, "files_versions": { "enabled": "yes", "installed_version": "1.12.0", "types": "filesystem,dav" }, "files_videoplayer": { "enabled": "yes", "installed_version": "1.8.0", "types": "" }, "files_videoviewer": { "enabled": "no", "installed_version": "0.1.3", "ocsid": "166054", "types": "" }, "firstrunwizard": { "enabled": "yes", "installed_version": "2.8.0", "types": "logging" }, "forms": { "enabled": "yes", "installed_version": "2.0.0-beta.4", "types": "" }, "gallery": { "enabled": "no", "installed_version": "18.4.0", "types": "" }, "gpxedit": { "enabled": "no", "installed_version": "0.0.13", "types": "" }, "gpxpod": { "enabled": "no", "installed_version": "4.2.2", "reset304": "1", "resetPics404": "1", "types": "" }, "grauphel": { "enabled": "no", "installed_version": "0.7.4", "types": "" }, "group_everyone": { "enabled": "no", "installed_version": "0.1.5", "types": "authentication" }, "groupfolders": { "enabled": "yes", "installed_version": "6.0.6", "types": "filesystem,dav" }, "guests": { "allow_external_storage": "false", "enabled": "no", "hide_users": "true", "installed_version": "1.4.6", "types": "authentication", "usewhitelist": "true", "whitelist": "files_trashbin,files_versions,files_sharing,files_texteditor,activity,firstrunwizard,gallery,notifications,richdocuments,comments,files_readmemd,files_pdfviewer,files_linkeditor,files_rightclick,recommendations,spreed,text,twofactor_backupcodes,twofactor_nextcloud_notification,twofactor_u2f,twofactor_totp,viewer" }, "impersonate": { "enabled": "no", "installed_version": "1.6.1", "types": "" }, "impress": { "enabled": "no", "installed_version": "1.0", "types": "" }, "logreader": { "enabled": "yes", "installed_version": "2.4.0", "levels": "11111", "live": "", "types": "" }, "lookup_server_connector": { "enabled": "no", "installed_version": "1.7.0", "types": "authentication" }, "mail": { "enabled": "no", "installed_version": "1.4.1", "signed": "true", "types": "" }, "maps": { "enabled": "no", "installed_version": "0.1.6", "lastAddressLookup": "1593800542", "osrmDEMO": "1", "types": "filesystem" }, "media": { "enabled": "no", "installed_version": "0.4.3" }, "metadata": { "enabled": "no", "installed_version": "0.11.0", "types": "" }, "mood": { "enabled": "no", "installed_version": "0.5.0", "types": "" }, "news": { "enabled": "yes", "installed_version": "14.1.11", "types": "" }, "nextcloud_announcements": { "enabled": "no", "installed_version": "1.7.0", "pub_date": "Thu, 24 Oct 2019 00:00:00 +0200", "types": "logging" }, "notes": { "enabled": "no", "installed_version": "2.0.1", "ocsid": "174554", "types": "" }, "notifications": { "enabled": "yes", "installed_version": "2.7.0", "types": "logging" }, "oauth2": { "enabled": "yes", "installed_version": "1.7.0", "types": "authentication" }, "ocr": { "enabled": "no", "installed_version": "4.4.30", "types": "" }, "ojsxc": { "apiSecret": "***REMOVED_VALUE***", "chromeExtension": "", "enabled": "no", "externalServices": "***REMOVED_VALUE***", "firefoxExtension": "", "installed_version": "4.1.1", "types": "prelogin", "xmpp_allowOverwrite": "true", "xmpp_domain": "***REMOVED_VALUE***org", "xmpp_preferMail": "false", "xmpp_resource": "nextcloud", "xmpp_serverType": "external", "xmpp_startMinimized": "false", "xmpp_url": "\/http-bind\/", "xmpp_useTimeLimitedToken": "false" }, "password_policy": { "enabled": "yes", "enforceHaveIBeenPwned": "1", "enforceUpperLowerCase": "0", "installed_version": "1.9.1", "maximumLoginAttempts": "10", "types": "authentication" }, "phonetrack": { "enabled": "no", "installed_version": "0.6.4", "pointQuota": "10000", "types": "" }, "photos": { "enabled": "yes", "installed_version": "1.1.0", "types": "" }, "piwik": { "enabled": "no", "installed_version": "0.5.4", "types": "" }, "polls": { "enabled": "yes", "installed_version": "1.4.3", "types": "" }, "privacy": { "enabled": "yes", "installed_version": "1.3.0", "readableLocation": "de", "types": "" }, "provisioning_api": { "enabled": "no", "installed_version": "1.9.0", "types": "prevent_group_restriction" }, "qownnotesapi": { "enabled": "yes", "installed_version": "20.1.0", "types": "" }, "quota_warning": { "alert_email": "yes", "enabled": "yes", "info_email": "no", "info_percentage": "80", "installed_version": "1.8.0", "repeat_warning": "31", "types": "filesystem", "warning_email": "yes" }, "recommendations": { "enabled": "yes", "installed_version": "0.7.0", "types": "" }, "richdocuments": { "canonical_webroot": "", "disable_certificate_verification": "", "doc_format": "odf", "edit_groups": "", "enabled": "yes", "external_apps": "", "installed_version": "3.7.3", "types": "filesystem,dav,prevent_group_restriction", "use_groups": "", "wopi_url": "https:\/\/***REMOVED_VALUE***.org:443" }, "search_lucene": { "enabled": "no", "installed_version": "0.5.3", "ocsid": "168709", "types": "filesystem" }, "serverinfo": { "enabled": "[\"admin\"]", "installed_version": "1.9.0", "types": "" }, "settings": { "enabled": "yes", "installed_version": "1.1.0", "types": "" }, "sharebymail": { "enabled": "yes", "installed_version": "1.9.0", "types": "filesystem" }, "sharelisting": { "enabled": "yes", "installed_version": "0.3.0", "types": "" }, "sharerenamer": { "enabled": "no", "installed_version": "2.7.3", "types": "" }, "social": { "address": "https:\/\/***REMOVED_VALUE***.org", "cloud_url": "https:\/\/***REMOVED_VALUE***.org\/index.php", "enabled": "yes", "installed_version": "0.3.1", "social_url": "https:\/\/***REMOVED_VALUE***.org\/index.php\/apps\/social\/", "types": "", "update_checked": "0.3" }, "socialsharing_email": { "enabled": "no", "installed_version": "2.0.0", "types": "" }, "spreed": { "enabled": "yes", "has_reference_id": "yes", "installed_version": "9.0.1", "project_access_invalidated": "1", "signaling_ticket_secret": "***REMOVED SENSITIVE VALUE***", "start_calls": "1", "stun_servers": "***REMOVED SENSITIVE VALUE***", "turn_servers": "***REMOVED SENSITIVE VALUE***", "types": "prevent_group_restriction" }, "spreedme": { "OWNCLOUD_TEMPORARY_PASSWORD_LOGIN_ENABLED": "false", "SPREED_WEBRTC_BASEPATH": "\/webrtc\/", "SPREED_WEBRTC_IS_SHARED_INSTANCE": "false", "SPREED_WEBRTC_ORIGIN": "", "SPREED_WEBRTC_SHAREDSECRET": "f444c9f68dcd8f621f3e833a0382f4a1c4068da322dc41ad470847ea60fc465c", "enabled": "no", "installed_version": "0.3.11", "is_set_up": "true", "ocsid": "174436", "types": "" }, "support": { "enabled": "no", "installed_version": "1.0.0", "types": "" }, "survey_client": { "enabled": "yes", "installed_version": "1.7.0", "last_report": "***REMOVED_VALUE***", "last_sent": "1535146900", "types": "" }, "suspicious_login": { "enabled": "yes", "installed_version": "3.1.0", "types": "authentication" }, "systemtags": { "enabled": "yes", "installed_version": "1.9.0", "types": "logging" }, "talk_simple_poll": { "enabled": "yes", "installed_version": "1.1.1", "types": "prevent_group_restriction" }, "tasks": { "enabled": "yes", "installed_version": "0.13.1", "types": "" }, "templateeditor": { "enabled": "no", "installed_version": "0.2", "types": "" }, "text": { "enabled": "yes", "installed_version": "3.0.1", "types": "dav" }, "theming": { "cachebuster": "13", "color": "#0E5927", "enabled": "yes", "installed_version": "1.10.0", "logoheaderMime": "image\/png", "name": "***REMOVED_VALUE***", "slogan": "***REMOVED SENSITIVE VALUE***", "types": "logging", "url": "***REMOVED SENSITIVE VALUE***" }, "theming_customcss": { "cachebuster": "1569430332596", "customcss": "div#content.app-files div#app-content div#app-content-readmeMD.markdown-body.readmemd.yellowish.no-before table {\n word-wrap: break-word;\n white-space: normal;\n}\n\n\n", "enabled": "yes", "installed_version": "1.6.0", "types": "" }, "twofactor_backupcodes": { "enabled": "yes", "installed_version": "1.8.0", "types": "" }, "twofactor_nextcloud_notification": { "enabled": "yes", "installed_version": "2.3.0", "types": "" }, "twofactor_totp": { "enabled": "yes", "installed_version": "4.1.3", "types": "" }, "twofactor_u2f": { "enabled": "yes", "installed_version": "5.1.0", "types": "" }, "unsplash": { "enabled": "yes", "installed_version": "1.1.6", "types": "", "unsplash\/style\/header": "0" }, "updatenotification": { "admin_notifications": "1.0.1", "analytics": "2.3.1", "announcementcenter": "3.6.1", "appointments": "1.6.0", "apporder": "0.10.0", "bbb": "0.4.0", "bookmarks": "3.2.4", "bruteforcesettings": "1.6.0", "calendar": "2.0.3", "carnet": "0.22.1", "circles": "0.18.5", "cms_pico": "1.0.7", "contacts": "3.2.0", "core": "19.0.0.11", "dashboard": "4.0.6", "dashboardcharts": "0.1.2", "deck": "1.0.3", "dropit": "0.2.1", "enabled": "[\"admin\"]", "end_to_end_encryption": "1.0.5", "event_update_notification": "0.3.4", "files_accesscontrol": "1.8.1", "files_automatedtagging": "1.8.2", "files_linkeditor": "1.1.1", "files_markdown": "2.0.5", "files_pdfviewer": "1.2.1", "files_readmemd": "1.1.4", "files_retention": "1.8.2", "files_trackdownloads": "1.3.1", "gpxpod": "4.2.2", "group_everyone": "0.1.5", "groupfolders": "6.0.5", "guests": "1.4.6", "impersonate": "1.0.4", "installed_version": "1.9.0", "mail": "1.3.3", "maps": "0.1.6", "metadata": "0.9.0", "mood": "0.4.0", "news": "14.1.11", "ocr": "4.4.28", "ojsxc": "4.1.0", "phonetrack": "0.6.2", "polls": "1.4.3", "qownnotesapi": "18.8.0", "quota_warning": "1.1.1", "richdocuments": "3.6.0", "sharerenamer": "2.7.2", "social": "0.2.101", "socialsharing_email": "1.0.3", "spreed": "9.0.1", "suspicious_login": "3.0.1", "talk_simple_poll": "1.1.1", "tasks": "0.13.1", "theming": "1.4.5", "theming_customcss": "1.6.0", "twofactor_nextcloud_notification": "2.3.0", "twofactor_totp": "4.1.3", "twofactor_u2f": "5.1.0", "types": "", "unsplash": "1.1.1", "update_check_errors": "0", "user_usage_report": "1.1.2", "workflow_pdf_converter": "1.3.1" }, "updater": { "enabled": "no", "installed_version": "0.6", "types": "" }, "user_external": { "enabled": "no", "installed_version": "0.10.0", "types": "prelogin,authentication" }, "user_migrate": { "enabled": "no", "installed_version": "0.1" }, "user_openid": { "enabled": "no", "installed_version": "0.1.2", "types": "prelogin,authentication" }, "user_saml": { "enabled": "no", "general-use_saml_auth_for_desktop": "1", "installed_version": "1.3.2", "type": "saml", "types": "authentication" }, "user_usage_report": { "enabled": "no", "installed_version": "1.3.2", "types": "filesystem" }, "viewer": { "enabled": "yes", "installed_version": "1.3.0", "types": "" }, "workflow_pdf_converter": { "enabled": "yes", "installed_version": "1.4.0", "types": "filesystem" }, "workflow_script": { "enabled": "yes", "installed_version": "1.4.0", "types": "filesystem" }, "workflowengine": { "enabled": "yes", "installed_version": "2.1.0", "types": "filesystem" } } } ```

Are you using external storage, if yes which one: no
Are you using encryption: no
Are you using an external user-backend, if yes which one: no

Client configuration

The problem is not dependend on browser configuration.

Logs

There seem to be no useful information to narrow down the issue in the logs, but I'll paste the log entries to the relevant request below.

Web server error log

Web server error log ``` [Mon Jul 06 15:39:13.449656 2020] [socache_shmcb:debug] [pid 14851:tid 2668587840] mod_socache_shmcb.c(495): AH00831: socache_shmcb_store (0x56 -> subcache 22) [Mon Jul 06 15:39:13.449682 2020] [socache_shmcb:debug] [pid 14851:tid 2668587840] mod_socache_shmcb.c(732): AH00842: expiring 2 and reclaiming 0 removed socache entries [Mon Jul 06 15:39:13.449687 2020] [socache_shmcb:debug] [pid 14851:tid 2668587840] mod_socache_shmcb.c(751): AH00843: we now have 0 socache entries [Mon Jul 06 15:39:13.449691 2020] [socache_shmcb:debug] [pid 14851:tid 2668587840] mod_socache_shmcb.c(849): AH00847: insert happened at idx=87, data=(9140:9172) [Mon Jul 06 15:39:13.449696 2020] [socache_shmcb:debug] [pid 14851:tid 2668587840] mod_socache_shmcb.c(854): AH00848: finished insert, subcache: idx_pos/idx_used=87/1, data_pos/data_used=9140/217 [Mon Jul 06 15:39:13.449700 2020] [socache_shmcb:debug] [pid 14851:tid 2668587840] mod_socache_shmcb.c(516): AH00834: leaving socache_shmcb_store successfully [Mon Jul 06 15:39:13.454046 2020] [ssl:debug] [pid 14851:tid 2925390656] ssl_engine_kernel.c(383): [client ***:37602] AH02034: Subsequent (No.2) HTTPS request received for child 51475 (server ***.org:443) [Mon Jul 06 15:39:13.454429 2020] [authz_core:debug] [pid 14851:tid 2925390656] mod_authz_core.c(835): [client ***:37602] AH01628: authorization result: granted (no directives) [Mon Jul 06 15:39:13.454461 2020] [proxy:debug] [pid 14851:tid 2925390656] mod_proxy.c(1229): [client ***:37602] AH01143: Running scheme unix handler (attempt 0) [Mon Jul 06 15:39:13.454468 2020] [proxy_fcgi:debug] [pid 14851:tid 2925390656] mod_proxy_fcgi.c(995): [client ***:37602] AH01076: url: fcgi://localhost//var/www/nextcloud/index.php proxyname: (null) proxyport: 0 [Mon Jul 06 15:39:13.454474 2020] [proxy_fcgi:debug] [pid 14851:tid 2925390656] mod_proxy_fcgi.c(1002): [client ***:37602] AH01078: serving URL fcgi://localhost//var/www/nextcloud/index.php [Mon Jul 06 15:39:13.454480 2020] [proxy:debug] [pid 14851:tid 2925390656] proxy_util.c(2177): AH00942: FCGI: has acquired connection for (*) [Mon Jul 06 15:39:13.454486 2020] [proxy:debug] [pid 14851:tid 2925390656] proxy_util.c(2230): [client *:37602] AH00944: connecting fcgi://localhost//var/www/nextcloud/index.php to localhost:8000 [Mon Jul 06 15:39:13.454492 2020] [proxy:debug] [pid 14851:tid 2925390656] proxy_util.c(2267): [client *:37602] AH02545: fcgi: has determined UDS as /var/run/php/php7.2-fpm.sock [Mon Jul 06 15:39:13.454558 2020] [proxy:debug] [pid 14851:tid 2925390656] proxy_util.c(2439): [client *:37602] AH00947: connected //var/www/nextcloud/index.php to httpd-UDS:0 [Mon Jul 06 15:39:13.454596 2020] [proxy:debug] [pid 14851:tid 2925390656] proxy_util.c(2810): AH02823: FCGI: connection established with Unix domain socket /var/run/php/php7.2-fpm.sock (*) [Mon Jul 06 15:39:13.454690 2020] [authz_core:debug] [pid 14851:tid 2925390656] mod_authz_core.c(835): [client ***:37602] AH01628: authorization result: granted (no directives) [Mon Jul 06 15:39:13.533688 2020] [proxy:debug] [pid 14851:tid 2925390656] proxy_util.c(2192): AH00943: FCGI: has released connection for (*) [Mon Jul 06 15:39:13.533841 2020] [deflate:debug] [pid 14851:tid 2925390656] mod_deflate.c(854): [client ***:37602] AH01384: Zlib: Compressed 16365 to 5015 : URL /index.php/apps/dav/invitation/moreOptions/OwMzpbaXmIOeOlhfobWK0H49kD0t2jvUhIVBfYjUlJn8ATnHVfYzG7w6AWDS [Mon Jul 06 15:39:13.593622 2020] [ssl:debug] [pid 14851:tid 2925390656] ssl_engine_kernel.c(383): [client ***:37602] AH02034: Subsequent (No.3) HTTPS request received for child 51475 (server ***:443) [Mon Jul 06 15:39:13.593846 2020] [ssl:debug] [pid 14851:tid 2816285504] ssl_engine_kernel.c(383): [client ***:37602] AH02034: Subsequent (No.2) HTTPS request received for child 51462 (server nexus.vernetzt.org:443) [Mon Jul 06 15:39:13.593888 2020] [ssl:debug] [pid 14851:tid 2791107392] ssl_engine_kernel.c(383): [client ***:37602] AH02034: Subsequent (No.2) HTTPS request received for child 51459 (server nexus.vernetzt.org:443) [Mon Jul 06 15:39:13.593962 2020] [authz_core:debug] [pid 14851:tid 2925390656] mod_authz_core.c(835): [client ***:37602] AH01628: authorization result: granted (no directives) [Mon Jul 06 15:39:13.593995 2020] [proxy:debug] [pid 14851:tid 2925390656] mod_proxy.c(1229): [client ***:37602] AH01143: Running scheme unix handler (attempt 0) [Mon Jul 06 15:39:13.594002 2020] [proxy_fcgi:debug] [pid 14851:tid 2925390656] mod_proxy_fcgi.c(995): [client ***:37602] AH01076: url: fcgi://localhost//var/www/nextcloud/index.php proxyname: (null) proxyport: 0 [Mon Jul 06 15:39:13.594007 2020] [proxy_fcgi:debug] [pid 14851:tid 2925390656] mod_proxy_fcgi.c(1002): [client ***:37602] AH01078: serving URL fcgi://localhost//var/www/nextcloud/index.php [Mon Jul 06 15:39:13.594013 2020] [proxy:debug] [pid 14851:tid 2925390656] proxy_util.c(2177): AH00942: FCGI: has acquired connection for (*) [Mon Jul 06 15:39:13.594020 2020] [proxy:debug] [pid 14851:tid 2925390656] proxy_util.c(2230): [client ***:37602] AH00944: connecting fcgi://localhost//var/www/nextcloud/index.php to localhost:8000 [Mon Jul 06 15:39:13.594036 2020] [proxy:debug] [pid 14851:tid 2925390656] proxy_util.c(2267): [client ***:37602] AH02545: fcgi: has determined UDS as /var/run/php/php7.2-fpm.sock [Mon Jul 06 15:39:13.594101 2020] [proxy:debug] [pid 14851:tid 2925390656] proxy_util.c(2439): [client ***:37602] AH00947: connected //var/www/nextcloud/index.php to httpd-UDS:0 [Mon Jul 06 15:39:13.594136 2020] [proxy:debug] [pid 14851:tid 2925390656] proxy_util.c(2810): AH02823: FCGI: connection established with Unix domain socket /var/run/php/php7.2-fpm.sock (*) [Mon Jul 06 15:39:13.594188 2020] [authz_core:debug] [pid 14851:tid 2925390656] mod_authz_core.c(835): [client ***:37602] AH01628: authorization result: granted (no directives) [Mon Jul 06 15:39:13.594234 2020] [authz_core:debug] [pid 14851:tid 2816285504] mod_authz_core.c(835): [client ***:37602] AH01628: authorization result: granted (no directives) [Mon Jul 06 15:39:13.594249 2020] [authz_core:debug] [pid 14851:tid 2791107392] mod_authz_core.c(835): [client ***:37602] AH01628: authorization result: granted (no directives) [Mon Jul 06 15:39:13.594280 2020] [proxy:debug] [pid 14851:tid 2791107392] mod_proxy.c(1229): [client ***:37602] AH01143: Running scheme unix handler (attempt 0) [Mon Jul 06 15:39:13.594287 2020] [proxy_fcgi:debug] [pid 14851:tid 2791107392] mod_proxy_fcgi.c(995): [client ***:37602] AH01076: url: fcgi://localhost//var/www/nextcloud/index.php proxyname: (null) proxyport: 0 [Mon Jul 06 15:39:13.594292 2020] [proxy_fcgi:debug] [pid 14851:tid 2791107392] mod_proxy_fcgi.c(1002): [client ***:37602] AH01078: serving URL fcgi://localhost//var/www/nextcloud/index.php [Mon Jul 06 15:39:13.594297 2020] [proxy:debug] [pid 14851:tid 2791107392] proxy_util.c(2177): AH00942: FCGI: has acquired connection for (*) [Mon Jul 06 15:39:13.594303 2020] [proxy:debug] [pid 14851:tid 2791107392] proxy_util.c(2230): [client ***:37602] AH00944: connecting fcgi://localhost//var/www/nextcloud/index.php to localhost:8000 [Mon Jul 06 15:39:13.594308 2020] [proxy:debug] [pid 14851:tid 2791107392] proxy_util.c(2267): [client ***:37602] AH02545: fcgi: has determined UDS as /var/run/php/php7.2-fpm.sock [Mon Jul 06 15:39:13.594352 2020] [proxy:debug] [pid 14851:tid 2791107392] proxy_util.c(2439): [client ***:37602] AH00947: connected //var/www/nextcloud/index.php to httpd-UDS:0 [Mon Jul 06 15:39:13.594390 2020] [proxy:debug] [pid 14851:tid 2791107392] proxy_util.c(2810): AH02823: FCGI: connection established with Unix domain socket /var/run/php/php7.2-fpm.sock (*) [Mon Jul 06 15:39:13.594480 2020] [authz_core:debug] [pid 14851:tid 2791107392] mod_authz_core.c(835): [client ***:37602] AH01628: authorization result: granted (no directives) [Mon Jul 06 15:39:13.612432 2020] [deflate:debug] [pid 14851:tid 2816285504] mod_deflate.c(854): [client ***:37602] AH01384: Zlib: Compressed 20949 to 5511 : URL /core/css/guest.css [Mon Jul 06 15:39:13.667206 2020] [proxy:debug] [pid 14851:tid 2791107392] proxy_util.c(2192): AH00943: FCGI: has released connection for (*) [Mon Jul 06 15:39:13.667640 2020] [deflate:debug] [pid 14851:tid 2791107392] mod_deflate.c(854): [client ***:37602] AH01384: Zlib: Compressed 190650 to 35577 : URL /index.php/css/icons/icons-vars.css [Mon Jul 06 15:39:13.694027 2020] [proxy:debug] [pid 14851:tid 2925390656] proxy_util.c(2192): AH00943: FCGI: has released connection for (*) [Mon Jul 06 15:39:19.873033 2020] [ssl:debug] [pid 14851:tid 2576268096] ssl_engine_io.c(1106): [client ***:37602] AH02001: Connection closed to child 212 with standard shutdown (server nexus.vernetzt.org:443) ```

Nextcloud log (data/nextcloud.log)

Nextcloud log ``` {"reqId":"0Iynk1431sFhZnj8A4GU","level":3,"time":"July 06, 2020 15:39:13","remoteAddr":"***","user":"--","app":"unsplash","method":"POST","url":"/index.php/apps/dav/invitation/moreOptions/OwMzpbaXmIOeOlhfobWK0H49kD0t2jvUhIVBfY\ jUlJn8ATnHVfYzG7w6AWDS","message":{"Exception":"RuntimeException","Message":"App class OCA\\Unsplash\\AppInfo\\Application is not setup via query() but directly","Code":0,"Trace":[{"file":"/var/www/nextcloud/apps/unsplash/lib/App\ Info/Application.php","line":27,"function":"__construct","class":"OCP\\AppFramework\\App","type":"->","args":["unsplash",[]]},{"file":"/var/www/nextcloud/apps/unsplash/appinfo/app.php","line":11,"function":"__construct","class":"\ OCA\\Unsplash\\AppInfo\\Application","type":"->","args":[]},{"file":"/var/www/nextcloud/lib/private/legacy/OC_App.php","line":266,"args":["/var/www/nextcloud/apps/unsplash/appinfo/app.php"],"function":"require_once"},{"file":"/va\ r/www/nextcloud/lib/private/legacy/OC_App.php","line":155,"function":"requireAppFile","class":"OC_App","type":"::","args":["unsplash"]},{"file":"/var/www/nextcloud/lib/private/legacy/OC_App.php","line":128,"function":"loadApp","c\ lass":"OC_App","type":"::","args":["unsplash"]},{"file":"/var/www/nextcloud/lib/base.php","line":1004,"function":"loadApps","class":"OC_App","type":"::","args":[]},{"file":"/var/www/nextcloud/index.php","line":37,"function":"hand\ leRequest","class":"OC","type":"::","args":[]}],"File":"/var/www/nextcloud/lib/public/AppFramework/App.php","Line":85,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0","versi\ on":"19.0.0.12"} ``` Those errors appear for most apps. The unsplash app is just an example. But they also appear with regular requests that have nothing to do with caldav, so I guess they aren't related.

Browser log

They are no errors in the network log.

gary-kim commented 4 years ago

I just ran into a the same issue on 18.0.6 although strangely enough, in my case, I don't seem to be able to find a corresponding error message in the log.

EDIT: Turns out my issue was the duplicate emails issue. Whoops :flushed:

RailsViceRoads commented 4 years ago

Same behaviour here on NC 19.0.4.2. Following the invitation link will result in InvitationError The link "Weitere Optionen..." (more options ?) shows me the answer-page on NC. But if I chose the "Save" button it will result also in the same error.

Nextcloud Versions { "id": "removedbyme", "items": [ [ "server", "version", "19.0.4.2" ], [ "server", "code", "other" ], [ "server", "enable_avatars", "yes" ], [ "server", "enable_previews", "yes" ], [ "server", "memcache.local", "\\OC\\Memcache\\APCu" ], [ "server", "memcache.distributed", "none" ], [ "server", "asset-pipeline.enabled", "no" ], [ "server", "filelocking.enabled", "yes" ], [ "server", "memcache.locking", "none" ], [ "server", "debug", "no" ], [ "server", "cron", "cron" ], [ "php", "version", "7.3.6" ], [ "php", "memory_limit", 536870912 ], [ "php", "max_execution_time", 3600 ], [ "php", "upload_max_filesize", 535822336 ], [ "database", "type", "mysql" ], [ "database", "version", "5.6.19" ], [ "database", "size", 14229504 ], [ "apps", "accessibility", "1.5.0" ], [ "apps", "activity", "2.12.1" ], [ "apps", "admin_audit", "1.9.0" ], [ "apps", "announcementcenter", "3.8.1" ], [ "apps", "bruteforcesettings", "disabled" ], [ "apps", "calendar", "2.0.4" ], [ "apps", "caniupdate", "disabled" ], [ "apps", "cloud_federation_api", "1.2.0" ], [ "apps", "comments", "1.9.0" ], [ "apps", "contacts", "3.4.0" ], [ "apps", "contactsinteraction", "1.0.0" ], [ "apps", "dav", "1.15.0" ], [ "apps", "federatedfilesharing", "1.9.0" ], [ "apps", "federation", "1.9.0" ], [ "apps", "files", "1.14.0" ], [ "apps", "files_lock", "0.8.3" ], [ "apps", "files_pdfviewer", "1.8.0" ], [ "apps", "files_rightclick", "0.16.0" ], [ "apps", "files_sharing", "1.11.0" ], [ "apps", "files_texteditor", "disabled" ], [ "apps", "files_trashbin", "1.9.0" ], [ "apps", "files_versions", "1.12.0" ], [ "apps", "files_videoplayer", "1.8.0" ], [ "apps", "firstrunwizard", "2.8.0" ], [ "apps", "gallery", "disabled" ], [ "apps", "groupfolders", "7.1.0" ], [ "apps", "impersonate", "1.6.1" ], [ "apps", "logreader", "2.4.0" ], [ "apps", "lookup_server_connector", "1.7.0" ], [ "apps", "nextcloud_announcements", "1.8.0" ], [ "apps", "notifications", "2.7.0" ], [ "apps", "oauth2", "1.7.0" ], [ "apps", "password_policy", "1.9.1" ], [ "apps", "passwords", "2020.10.0" ], [ "apps", "photos", "1.1.0" ], [ "apps", "polls", "1.5.4" ], [ "apps", "privacy", "1.3.0" ], [ "apps", "provisioning_api", "1.9.0" ], [ "apps", "recommendations", "disabled" ], [ "apps", "serverinfo", "1.9.0" ], [ "apps", "settings", "1.1.0" ], [ "apps", "sharebymail", "1.9.0" ], [ "apps", "spreed", "9.0.4" ], [ "apps", "support", "1.2.1" ], [ "apps", "survey_client", "1.7.0" ], [ "apps", "systemtags", "1.9.0" ], [ "apps", "tasks", "0.13.3" ], [ "apps", "templateeditor", "disabled" ], [ "apps", "text", "3.0.1" ], [ "apps", "theming", "1.10.0" ], [ "apps", "twofactor_backupcodes", "1.8.0" ], [ "apps", "updatenotification", "1.9.0" ], [ "apps", "user_external", "disabled" ], [ "apps", "viewer", "1.3.0" ], [ "apps", "workflowengine", "2.1.0" ], [ "stats", "num_files", 20647 ], [ "stats", "num_users", 17 ], [ "stats", "num_storages", 22 ], [ "stats", "num_storages_local", 1 ], [ "stats", "num_storages_home", 17 ], [ "stats", "num_storages_other", 4 ], [ "stats", "num_comments", 140 ], [ "stats", "num_comment_markers", 7 ], [ "stats", "num_systemtags", 6 ], [ "stats", "num_systemtags_mappings", 1 ], [ "files_sharing", "num_shares", 34 ], [ "files_sharing", "num_shares_user", 2 ], [ "files_sharing", "num_shares_groups", 21 ], [ "files_sharing", "num_shares_link", 2 ], [ "files_sharing", "num_shares_link_no_password", 2 ], [ "files_sharing", "num_fed_shares_sent", 0 ], [ "files_sharing", "num_fed_shares_received", 0 ], [ "files_sharing", "permissions_1_1", "6" ], [ "files_sharing", "permissions_2_1", "8" ], [ "files_sharing", "permissions_3_1", "2" ], [ "files_sharing", "permissions_1_3", "1" ], [ "files_sharing", "permissions_4_15", "1" ], [ "files_sharing", "permissions_1_17", "7" ], [ "files_sharing", "permissions_1_19", "7" ], [ "files_sharing", "permissions_0_31", "2" ], [ "encryption", "enabled", "no" ], [ "encryption", "default_module", "no" ] ] }
szaimen commented 3 years ago

Lets track this in https://github.com/nextcloud/server/issues/15814