nextcloud / calendar

📆 Calendar app for Nextcloud
https://apps.nextcloud.com/apps/calendar
GNU Affero General Public License v3.0
980 stars 241 forks source link

Thunderbird reschedule not working #5399

Open enoch85 opened 1 year ago

enoch85 commented 1 year ago

Steps to reproduce

  1. Sent a calendar invite to person A
  2. Person A makes a counter proposal
  3. You accept the counter proposal

Expected behavior

The calendar invite should reschedule to the date/time that person A suggested and an email should be sent that the proposed time is accepted.

Actual behaviour

Nothing happens

Calendar app version

4.4.4

CalDAV-clients used

Thunderbird 102.13.0 (built in support)

Browser

Firefox 115.0.2

Client operating system

Ubuntu Desktop minimal 22.04

Server operating system

Ubuntu Server minimal 22.04

Web server

Apache

Database engine version

PostgreSQL

PHP engine version

PHP 8.1

Nextcloud version

27.0.1

Updated from an older installed version or fresh install

Updated from an older version

List of activated apps

Enabled:
  - activity: 2.19.0
  - admin_audit: 1.17.0
  - bookmarks: 13.0.1
  - calendar: 4.4.4
  - cloud_federation_api: 1.10.0
  - comments: 1.17.0
  - contacts: 5.3.2
  - contactsinteraction: 1.8.0
  - dav: 1.27.0
  - extract: 1.3.6
  - federatedfilesharing: 1.17.0
  - federation: 1.17.0
  - files: 1.22.0
  - files_external: 1.19.0
  - files_pdfviewer: 2.8.0
  - files_rightclick: 1.6.0
  - files_sharing: 1.19.0
  - files_trashbin: 1.17.0
  - files_versions: 1.20.0
  - firstrunwizard: 2.16.0
  - impersonate: 1.14.0
  - integration_google: 2.0.2
  - logreader: 2.12.0
  - lookup_server_connector: 1.15.0
  - maps: 1.1.0
  - notes: 4.8.1
  - notifications: 2.15.0
  - oauth2: 1.15.1
  - password_policy: 1.17.0
  - phonetrack: 0.7.6
  - photos: 2.3.0
  - privacy: 1.11.0
  - provisioning_api: 1.17.0
  - related_resources: 1.2.0
  - richdocuments: 8.1.0
  - serverinfo: 1.17.0
  - settings: 1.9.0
  - sharebymail: 1.17.0
  - spreed: 17.0.3
  - survey_client: 1.15.0
  - suspicious_login: 5.0.0
  - systemtags: 1.17.0
  - text: 3.8.0
  - theming: 2.2.0
  - twofactor_backupcodes: 1.16.0
  - updatenotification: 1.17.0
  - user_migration: 4.0.1
  - user_status: 1.7.0
  - viewer: 2.1.0
  - weather_status: 1.7.0
  - workflowengine: 2.9.0
Disabled:
  - bruteforcesettings: 2.7.0
  - circles: 27.0.1 (installed 23.0.0)
  - dashboard: 7.7.0 (installed 7.1.0)
  - encryption: 2.15.0
  - issuetemplate: 0.7.0 (installed 0.7.0)
  - nextcloud_announcements: 1.16.0 (installed 1.6.0)
  - recommendations: 1.6.0 (installed 0.4.0)
  - support: 1.10.0 (installed 1.0.0)
  - twofactor_reminder: 1.0.0 (installed 1.0.0)
  - twofactor_totp: 9.0.0
  - user_ldap: 1.17.0

Nextcloud configuration

{
    "system": {
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "localhost",
            "10.150.99.2",
            "cloud.domain.com",
            "office.domain.com"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "pgsql",
        "version": "27.0.1.2",
        "overwrite.cli.url": "https:\/\/cloud.domain.com\/",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "upgrade.disable-web": true,
        "log_type": "file",
        "logfile": "\/var\/log\/nextcloud\/nextcloud.log",
        "loglevel": "2",
        "log.condition": {
            "apps": [
                "admin_audit"
            ]
        },
        "mail_smtpmode": "smtp",
        "remember_login_cookie_lifetime": "1800",
        "log_rotate_size": "10485760",
        "trashbin_retention_obligation": "auto, 60",
        "versions_retention_obligation": "auto, 180",
        "activity_expire_days": "120",
        "simpleSignUpLink.shown": false,
        "memcache.local": "\\OC\\Memcache\\Redis",
        "filelocking.enabled": true,
        "memcache.distributed": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 0,
            "timeout": 0.5,
            "dbindex": 0,
            "password": "***REMOVED SENSITIVE VALUE***"
        },
        "default_phone_region": "se",
        "logtimezone": "Europe\/Stockholm",
        "htaccess.RewriteBase": "\/",
        "session_lifetime": "1800",
        "session_keepalive": "false",
        "maintenance": false,
        "trusted_proxies": "***REMOVED SENSITIVE VALUE***",
        "forwarded_for_headers": [
            "HTTP_X_FORWARDED",
            "HTTP_FORWARDED_FOR"
        ],
        "overwriteprotocol": "https",
        "mail_smtpsecure": "ssl",
        "mail_sendmailmode": "smtp",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpauthtype": "LOGIN",
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "465",
        "mail_smtpauth": 1,
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
        "preview_concurrency_new": "8",
        "preview_concurrency_all": "16",
        "enabledPreviewProviders": [
            "OC\\Preview\\Imaginary",
            "OC\\Preview\\Image",
            "OC\\Preview\\MarkDown",
            "OC\\Preview\\MP3",
            "OC\\Preview\\TXT",
            "OC\\Preview\\OpenDocument",
            "OC\\Preview\\Movie",
            "OC\\Preview\\Krita"
        ],
        "preview_imaginary_url": "http:\/\/127.0.0.1:9000",
        "preview_max_x": "2048",
        "preview_max_y": "2048",
        "jpeg_quality": "60",
        "preview_max_memory": "256"
    }
}

Web server error log

[Tue Aug 08 07:19:53.924379 2023] [proxy_fcgi:error] [pid 403383:tid 140118853666368] (70008)Partial results are valid but processing is incomplete: [client 10.100.99.2:53908] AH01075: Error dispatching request to : (reading input brigade)
[Tue Aug 08 07:19:58.288592 2023] [proxy_fcgi:error] [pid 403383:tid 140119407322688] (70008)Partial results are valid but processing is incomplete: [client 10.100.99.2:53952] AH01075: Error dispatching request to : (reading input brigade)
[Tue Aug 08 07:19:58.289717 2023] [proxy_fcgi:error] [pid 403383:tid 140119373751872] (70008)Partial results are valid but processing is incomplete: [client 10.100.99.2:53965] AH01075: Error dispatching request to : (reading input brigade)

Log file

{"reqId":"9uh1SaPBkb3GHoicn0OI","level":2,"time":"2023-08-08T07:01:21+02:00","remoteAddr":"193.203.13.81","user":"daniel","app":"suspicious_login","method":"REPORT","url":"/remote.php/dav/addressbooks/users/daniel/contacts/","message":"Detected a login from a suspicious login. user=daniel ip=193.203.13.81 strategy=ipv4","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0","version":"27.0.1.2","data":{"app":"suspicious_login"}}
{"reqId":"D1jzAepx3Fho0yqybiiw","level":2,"time":"2023-08-08T07:30:50+02:00","remoteAddr":"193.203.13.81","user":"daniel","app":"suspicious_login","method":"REPORT","url":"/remote.php/dav/calendars/daniel/graviditet_shared_by_kelly/","message":"Detected a login from a suspicious login. user=daniel ip=193.203.13.81 strategy=ipv4","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0","version":"27.0.1.2","data":{"app":"suspicious_login"}}
{"reqId":"oZSkJRhSW0I49VXtNnd0","level":2,"time":"2023-08-08T07:30:50+02:00","remoteAddr":"193.203.13.81","user":"daniel","app":"suspicious_login","method":"REPORT","url":"/remote.php/dav/calendars/daniel/fdelsedagar/","message":"Detected a login from a suspicious login. user=daniel ip=193.203.13.81 strategy=ipv4","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0","version":"27.0.1.2","data":{"app":"suspicious_login"}}
{"reqId":"kGcx4ULIlWgg7HxQhTze","level":2,"time":"2023-08-08T07:30:50+02:00","remoteAddr":"193.203.13.81","user":"daniel","app":"suspicious_login","method":"REPORT","url":"/remote.php/dav/calendars/daniel/personal/","message":"Detected a login from a suspicious login. user=daniel ip=193.203.13.81 strategy=ipv4","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0","version":"27.0.1.2","data":{"app":"suspicious_login"}}
{"reqId":"k5Jh7hR7JQIXrryI5gEQ","level":2,"time":"2023-08-08T07:30:50+02:00","remoteAddr":"193.203.13.81","user":"daniel","app":"suspicious_login","method":"REPORT","url":"/remote.php/dav/calendars/daniel/jobb_shared_by_kelly/","message":"Detected a login from a suspicious login. user=daniel ip=193.203.13.81 strategy=ipv4","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0","version":"27.0.1.2","data":{"app":"suspicious_login"}}
{"reqId":"NTnuerDxZcKHwWDcmZwj","level":2,"time":"2023-08-08T07:31:21+02:00","remoteAddr":"193.203.13.81","user":"daniel","app":"suspicious_login","method":"REPORT","url":"/remote.php/dav/addressbooks/users/daniel/contacts/","message":"Detected a login from a suspicious login. user=daniel ip=193.203.13.81 strategy=ipv4","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0","version":"27.0.1.2","data":{"app":"suspicious_login"}}
{"reqId":"HYz9UtI1E2BJfVKMP7mb","level":2,"time":"2023-08-08T08:00:50+02:00","remoteAddr":"193.203.13.81","user":"daniel","app":"suspicious_login","method":"REPORT","url":"/remote.php/dav/calendars/daniel/graviditet_shared_by_kelly/","message":"Detected a login from a suspicious login. user=daniel ip=193.203.13.81 strategy=ipv4","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0","version":"27.0.1.2","data":{"app":"suspicious_login"}}
{"reqId":"yFMJzeAYQf99eKRsrbMv","level":2,"time":"2023-08-08T08:00:50+02:00","remoteAddr":"193.203.13.81","user":"daniel","app":"suspicious_login","method":"REPORT","url":"/remote.php/dav/calendars/daniel/personal/","message":"Detected a login from a suspicious login. user=daniel ip=193.203.13.81 strategy=ipv4","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0","version":"27.0.1.2","data":{"app":"suspicious_login"}}
{"reqId":"UBUf3HJinWgcdoSuVds8","level":2,"time":"2023-08-08T08:00:50+02:00","remoteAddr":"193.203.13.81","user":"daniel","app":"suspicious_login","method":"REPORT","url":"/remote.php/dav/calendars/daniel/jobb_shared_by_kelly/","message":"Detected a login from a suspicious login. user=daniel ip=193.203.13.81 strategy=ipv4","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0","version":"27.0.1.2","data":{"app":"suspicious_login"}}
{"reqId":"qwqP6rdWO4di7KypyMv9","level":2,"time":"2023-08-08T08:00:50+02:00","remoteAddr":"193.203.13.81","user":"daniel","app":"suspicious_login","method":"REPORT","url":"/remote.php/dav/calendars/daniel/fdelsedagar/","message":"Detected a login from a suspicious login. user=daniel ip=193.203.13.81 strategy=ipv4","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0","version":"27.0.1.2","data":{"app":"suspicious_login"}}
{"reqId":"vBYsTwkfzSucDKh93ft5","level":2,"time":"2023-08-08T08:00:55+02:00","remoteAddr":"193.203.13.81","user":"daniel","app":"suspicious_login","method":"PROPFIND","url":"/remote.php/dav/addressbooks/users/daniel/z-server-generated--system/","message":"Detected a login from a suspicious login. user=daniel ip=193.203.13.81 strategy=ipv4","userAgent":"Thunderbird CardBook/86.3","version":"27.0.1.2","data":{"app":"suspicious_login"}}
{"reqId":"DSJqJ8ZfVweKnnW21eLn","level":2,"time":"2023-08-08T08:00:55+02:00","remoteAddr":"193.203.13.81","user":"daniel","app":"suspicious_login","method":"PROPFIND","url":"/remote.php/dav/addressbooks/users/daniel/contacts/","message":"Detected a login from a suspicious login. user=daniel ip=193.203.13.81 strategy=ipv4","userAgent":"Thunderbird CardBook/86.3","version":"27.0.1.2","data":{"app":"suspicious_login"}}
{"reqId":"lTF3NWnLL0XxZqzGxtJD","level":2,"time":"2023-08-08T08:00:55+02:00","remoteAddr":"193.203.13.81","user":"daniel","app":"suspicious_login","method":"PROPFIND","url":"/remote.php/dav/addressbooks/users/daniel/z-app-generated--contactsinteraction--recent/","message":"Detected a login from a suspicious login. user=daniel ip=193.203.13.81 strategy=ipv4","userAgent":"Thunderbird CardBook/86.3","version":"27.0.1.2","data":{"app":"suspicious_login"}}
{"reqId":"19uHYYAszzjDUIRsnOtL","level":2,"time":"2023-08-08T08:01:21+02:00","remoteAddr":"193.203.13.81","user":"daniel","app":"suspicious_login","method":"REPORT","url":"/remote.php/dav/addressbooks/users/daniel/contacts/","message":"Detected a login from a suspicious login. user=daniel ip=193.203.13.81 strategy=ipv4","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0","version":"27.0.1.2","data":{"app":"suspicious_login"}}
{"reqId":"ICMiwjewHKb0sbb27KTC","level":2,"time":"2023-08-08T09:00:50+02:00","remoteAddr":"193.203.13.81","user":"daniel","app":"suspicious_login","method":"REPORT","url":"/remote.php/dav/calendars/daniel/graviditet_shared_by_kelly/","message":"Detected a login from a suspicious login. user=daniel ip=193.203.13.81 strategy=ipv4","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0","version":"27.0.1.2","data":{"app":"suspicious_login"}}
{"reqId":"CtiKFucWiuM7KxUeGEDW","level":2,"time":"2023-08-08T09:00:50+02:00","remoteAddr":"193.203.13.81","user":"daniel","app":"suspicious_login","method":"REPORT","url":"/remote.php/dav/calendars/daniel/fdelsedagar/","message":"Detected a login from a suspicious login. user=daniel ip=193.203.13.81 strategy=ipv4","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0","version":"27.0.1.2","data":{"app":"suspicious_login"}}
{"reqId":"o8U3mEQIYAXZSpgSdi13","level":2,"time":"2023-08-08T09:00:50+02:00","remoteAddr":"193.203.13.81","user":"daniel","app":"suspicious_login","method":"REPORT","url":"/remote.php/dav/calendars/daniel/personal/","message":"Detected a login from a suspicious login. user=daniel ip=193.203.13.81 strategy=ipv4","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0","version":"27.0.1.2","data":{"app":"suspicious_login"}}
{"reqId":"f8Ufn9sKZGQsYjddhxLh","level":2,"time":"2023-08-08T09:00:50+02:00","remoteAddr":"193.203.13.81","user":"daniel","app":"suspicious_login","method":"REPORT","url":"/remote.php/dav/calendars/daniel/jobb_shared_by_kelly/","message":"Detected a login from a suspicious login. user=daniel ip=193.203.13.81 strategy=ipv4","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0","version":"27.0.1.2","data":{"app":"suspicious_login"}}
{"reqId":"iUHcgCPnWmm16gbdBH5E","level":2,"time":"2023-08-08T09:00:55+02:00","remoteAddr":"193.203.13.81","user":"daniel","app":"suspicious_login","method":"PROPFIND","url":"/remote.php/dav/addressbooks/users/daniel/z-app-generated--contactsinteraction--recent/","message":"Detected a login from a suspicious login. user=daniel ip=193.203.13.81 strategy=ipv4","userAgent":"Thunderbird CardBook/86.3","version":"27.0.1.2","data":{"app":"suspicious_login"}}
{"reqId":"FrzsI47e3mxMyc4NnrWX","level":2,"time":"2023-08-08T09:00:55+02:00","remoteAddr":"193.203.13.81","user":"daniel","app":"suspicious_login","method":"PROPFIND","url":"/remote.php/dav/addressbooks/users/daniel/contacts/","message":"Detected a login from a suspicious login. user=daniel ip=193.203.13.81 strategy=ipv4","userAgent":"Thunderbird CardBook/86.3","version":"27.0.1.2","data":{"app":"suspicious_login"}}
{"reqId":"8AR2I0ArIPZP84AZsm7Y","level":2,"time":"2023-08-08T09:00:55+02:00","remoteAddr":"193.203.13.81","user":"daniel","app":"suspicious_login","method":"PROPFIND","url":"/remote.php/dav/addressbooks/users/daniel/z-server-generated--system/","message":"Detected a login from a suspicious login. user=daniel ip=193.203.13.81 strategy=ipv4","userAgent":"Thunderbird CardBook/86.3","version":"27.0.1.2","data":{"app":"suspicious_login"}}
{"reqId":"YZa2Hf7fjzIxP5NVaq4X","level":2,"time":"2023-08-08T09:01:11+02:00","remoteAddr":"193.203.13.81","user":"daniel","app":"suspicious_login","method":"PROPFIND","url":"/remote.php/dav/addressbooks/users/daniel","message":"Detected a login from a suspicious login. user=daniel ip=193.203.13.81 strategy=ipv4","userAgent":"Thunderbird CardBook/86.3","version":"27.0.1.2","data":{"app":"suspicious_login"}}
{"reqId":"sAycdRMqdqiTUpOEzHV5","level":2,"time":"2023-08-08T09:01:13+02:00","remoteAddr":"193.203.13.81","user":"daniel","app":"suspicious_login","method":"PROPFIND","url":"/remote.php/dav/principals/users/daniel/","message":"Detected a login from a suspicious login. user=daniel ip=193.203.13.81 strategy=ipv4","userAgent":"Thunderbird CardBook/86.3","version":"27.0.1.2","data":{"app":"suspicious_login"}}
{"reqId":"FkAu4k1RMxqOOuIMgmtD","level":2,"time":"2023-08-08T09:01:14+02:00","remoteAddr":"193.203.13.81","user":"daniel","app":"suspicious_login","method":"PROPFIND","url":"/remote.php/dav/addressbooks/users/daniel/","message":"Detected a login from a suspicious login. user=daniel ip=193.203.13.81 strategy=ipv4","userAgent":"Thunderbird CardBook/86.3","version":"27.0.1.2","data":{"app":"suspicious_login"}}
{"reqId":"qKJqb4VBKabki15BokjM","level":2,"time":"2023-08-08T09:01:21+02:00","remoteAddr":"193.203.13.81","user":"daniel","app":"suspicious_login","method":"REPORT","url":"/remote.php/dav/addressbooks/users/daniel/contacts/","message":"Detected a login from a suspicious login. user=daniel ip=193.203.13.81 strategy=ipv4","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0","version":"27.0.1.2","data":{"app":"suspicious_login"}}
{"reqId":"aTM7d2g6QsY3FF6augTP","level":2,"time":"2023-08-08T09:19:40+02:00","remoteAddr":"193.203.13.81","user":"daniel","app":"suspicious_login","method":"POST","url":"/remote.php/dav/calendars/daniel/outbox/","message":"Detected a login from a suspicious login. user=daniel ip=193.203.13.81 strategy=ipv4","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0","version":"27.0.1.2","data":{"app":"suspicious_login"}}
{"reqId":"HHvyVDj7UERjl5OdVetg","level":2,"time":"2023-08-08T09:19:47+02:00","remoteAddr":"193.203.13.81","user":"daniel","app":"suspicious_login","method":"POST","url":"/remote.php/dav/calendars/daniel/outbox/","message":"Detected a login from a suspicious login. user=daniel ip=193.203.13.81 strategy=ipv4","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0","version":"27.0.1.2","data":{"app":"suspicious_login"}}
{"reqId":"NYoToAorZ00DjEmkmSgH","level":2,"time":"2023-08-08T09:30:50+02:00","remoteAddr":"193.203.13.81","user":"daniel","app":"suspicious_login","method":"REPORT","url":"/remote.php/dav/calendars/daniel/graviditet_shared_by_kelly/","message":"Detected a login from a suspicious login. user=daniel ip=193.203.13.81 strategy=ipv4","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0","version":"27.0.1.2","data":{"app":"suspicious_login"}}
{"reqId":"JhIdbFTn8WsnMVhVEcxR","level":2,"time":"2023-08-08T09:30:50+02:00","remoteAddr":"193.203.13.81","user":"daniel","app":"suspicious_login","method":"REPORT","url":"/remote.php/dav/calendars/daniel/personal/","message":"Detected a login from a suspicious login. user=daniel ip=193.203.13.81 strategy=ipv4","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0","version":"27.0.1.2","data":{"app":"suspicious_login"}}
{"reqId":"xCzphrO42LCjMWcMAisa","level":2,"time":"2023-08-08T09:30:50+02:00","remoteAddr":"193.203.13.81","user":"daniel","app":"suspicious_login","method":"REPORT","url":"/remote.php/dav/calendars/daniel/fdelsedagar/","message":"Detected a login from a suspicious login. user=daniel ip=193.203.13.81 strategy=ipv4","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0","version":"27.0.1.2","data":{"app":"suspicious_login"}}
{"reqId":"hBLgxOzY5Xlj269OnPWv","level":2,"time":"2023-08-08T09:30:50+02:00","remoteAddr":"193.203.13.81","user":"daniel","app":"suspicious_login","method":"REPORT","url":"/remote.php/dav/calendars/daniel/jobb_shared_by_kelly/","message":"Detected a login from a suspicious login. user=daniel ip=193.203.13.81 strategy=ipv4","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0","version":"27.0.1.2","data":{"app":"suspicious_login"}}
{"reqId":"eoSdMbQ2ORel1vOpHBXe","level":2,"time":"2023-08-08T09:31:21+02:00","remoteAddr":"193.203.13.81","user":"daniel","app":"suspicious_login","method":"REPORT","url":"/remote.php/dav/addressbooks/users/daniel/contacts/","message":"Detected a login from a suspicious login. user=daniel ip=193.203.13.81 strategy=ipv4","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0","version":"27.0.1.2","data":{"app":"suspicious_login"}}

Browser log

Not relevant

Additional info

No response

ChristophWurst commented 1 year ago

That is an imip/itip interaction I'm not sure we support.

@miaulalala @st3iny is this a missing feature?

ChristophWurst commented 1 year ago

You accept the counter proposal

How/where did you do that?

enoch85 commented 1 year ago

I've already hit the "Reschedule" button, but it's normally here (just copied the Details button to show how it looks like):

image

ChristophWurst commented 1 year ago

So it's Thunderbird that handles the counter proposal

enoch85 commented 1 year ago

OK, I thought Thunderbird was just a extension (or would you say client?) of the Nextcloud Calendar feature list. I.e if you activated this it would work in Thunderbird as well?

enoch85 commented 1 year ago

I mean if you can't "speak" imip/itip, then ofc it won't work in Thuderbird either.

enoch85 commented 1 year ago

As it appears to me, a lot of people are using Thunderbird to sync their calendar an contacts. Since Nextcloud doesn't have it's own Desktop client (no reason for it either IMHO) then maybe you should aim to support at least one client which you know many people are using.

DAVx5 are ofc the most widely used when it comes to Android (and works really well), but I'm talking about Desktop here.

ChristophWurst commented 1 year ago

I'm just collecting information for the issue you reported