Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong time zone when creating tasks from web interface #23011

Closed
chrisb86 opened this issue Sep 22, 2020 · 2 comments
Closed

Wrong time zone when creating tasks from web interface #23011

chrisb86 opened this issue Sep 22, 2020 · 2 comments
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug

Comments

@chrisb86
Copy link

chrisb86 commented Sep 22, 2020

How to use GitHub

  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Steps to reproduce

  1. Add task via web interface
  2. Add task via siri

Expected behaviour

Both tasks should use UTC as timezone for the created field (as RFC 4791 requires).

Actual behaviour

The task that's added via Siri uses UTC and the task that's added via the web interface uses the time zone of the server (Europe/Berlin). Both were created at the same time.

<d:multistatus xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns" xmlns:cal="urn:ietf:params:xml:ns:caldav" xmlns:cs="http://calendarserver.org/ns/" xmlns:oc="http://owncloud.org/ns" xmlns:nc="http://nextcloud.org/ns"><d:response><d:href>/remote.php/dav/calendars/chris/todoist/35B26239-813C-429F-895C-8DA64EF0F7D0.ics</d:href><d:propstat><d:prop><d:getetag>"f3234e2583224b2d0b33e4bb0cd0fea7"</d:getetag>cal:calendar-dataBEGIN:VCALENDAR
CALSCALE:GREGORIAN
PRODID:-//Apple Inc.//iOS 14.0//EN
VERSION:2.0
BEGIN:VTODO
CREATED:20200922T203228Z
DTSTAMP:20200922T203232Z
LAST-MODIFIED:20200922T203228Z
STATUS:NEEDS-ACTION
SUMMARY:Test from Siri
UID:35B26239-813C-429F-895C-8DA64EF0F7D0
END:VTODO
END:VCALENDAR
</cal:calendar-data></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/calendars/chris/todoist/7F9BBCCC-6121-44CF-A0DC-63B14F502AFC.ics</d:href><d:propstat><d:prop><d:getetag>"1a53c11ba550459b07f2fbba25c53a5f"</d:getetag>cal:calendar-dataBEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Nextcloud Tasks v0.13.3
BEGIN:VTODO
UID:c968342d-8191-48b4-9c4c-81125dfa5d7b
CREATED:20200922T223227
LAST-MODIFIED:20200922T223227
DTSTAMP:20200922T223227
SUMMARY:Test from Web interface
END:VTODO
END:VCALENDAR
</cal:calendar-data></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response></d:multistatus>

<d:multistatus xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns" xmlns:cal="urn:ietf:params:xml:ns:caldav" xmlns:cs="http://calendarserver.org/ns/" xmlns:oc="http://owncloud.org/ns" xmlns:nc="http://nextcloud.org/ns"/>

Server configuration

Operating system:
FreeBSD 12.1-RELEASE-p10 amd64
Web server:
nginx 1.18.0
Database:
PostgreSQL 12.4 on amd64-portbld-freebsd12.1
PHP version:
7.4.10
Nextcloud version: (see Nextcloud admin page)
19.0.3
Updated from an older Nextcloud/ownCloud or fresh install:
Updated
Where did you install Nextcloud from:
Archive from nextcloud.com
Signing status:

Signing status
No errors have been found.

List of activated apps:

App list
Enabled:
  - accessibility: 1.5.0
  - apporder: 0.11.0
  - bruteforcesettings: 2.0.1
  - calendar: 2.0.4
  - camerarawpreviews: 0.7.8
  - checksum: 0.4.5
  - cloud_federation_api: 1.2.0
  - contacts: 3.3.0
  - contactsinteraction: 1.0.0
  - dav: 1.15.0
  - extract: 1.2.4
  - federatedfilesharing: 1.9.0
  - federation: 1.9.0
  - files: 1.14.0
  - files_markdown: 2.3.0
  - files_pdfviewer: 1.8.0
  - 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
  - groupfolders: 7.0.0
  - imageconverter: 1.2.1
  - logreader: 2.4.0
  - lookup_server_connector: 1.7.0
  - metadata: 0.12.0
  - nextcloud_announcements: 1.8.0
  - notes: 3.6.4
  - notifications: 2.7.0
  - oauth2: 1.7.0
  - photos: 1.1.0
  - previewgenerator: 2.3.0
  - privacy: 1.3.0
  - provisioning_api: 1.9.0
  - serverinfo: 1.9.0
  - settings: 1.1.0
  - sharebymail: 1.9.0
  - spreed: 9.0.4
  - support: 1.2.1
  - survey_client: 1.7.0
  - systemtags: 1.9.0
  - tasks: 0.13.3
  - text: 3.0.1
  - theming: 1.10.0
  - twofactor_backupcodes: 1.8.0
  - updatenotification: 1.9.0
  - user_external: 0.10.0
  - viewer: 1.3.0
  - workflow_ocr: 1.19.0
  - workflow_script: 1.4.0
  - workflowengine: 2.1.0
Disabled:
  - activity
  - admin_audit
  - bookmarks
  - comments
  - deck
  - encryption
  - files_external
  - mail
  - password_policy
  - recommendations
  - registration
  - user_ldap

Nextcloud configuration:

Config report
{
    "system": {
        "installed": true,
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "***REMOVED SENSITIVE VALUE***",
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "overwrite.cli.url": "https:\/\/cloud.debilux.org",
        "dbtype": "pgsql",
        "version": "19.0.3.1",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "5432",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "logtimezone": "UTC",
        "memcache.distributed": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "memcache.local": "\\OC\\Memcache\\APCu",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 6379
        },
        "default_language": "de",
        "defaultapp": "files",
        "user_backends": [
            {
                "class": "OC_User_IMAP",
                "arguments": [
                    "***REMOVED SENSITIVE VALUE***",
                    993,
                    "ssl"
                ]
            }
        ],
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpmode": "smtp",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "theme": "",
        "loglevel": 3,
        "updater.release.channel": "stable",
        "trashbin_retention_obligation": "2, auto",
        "versions_retention_obligation": "2, auto",
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpauthtype": "LOGIN",
        "mail_smtpport": "587",
        "mail_smtpsecure": "tls",
        "mail_smtpauth": 1,
        "maintenance": false,
        "twofactor_enforced": "false",
        "twofactor_enforced_groups": [],
        "twofactor_enforced_excluded_groups": [
            "admin"
        ],
        "mysql.utf8mb4": true,
        "app_install_overwrite": [
            "caniupdate",
            "admin_notifications",
            "files_ebookreader",
            "files_retention",
            "checksum",
            "camerarawpreviews"
        ],
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***"
    }
}

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: IMAP

Client configuration

Browser:
Firefox 81
Operating system:
macOS 10.15.6

Logs

Web server error log

Web server error log
10.0.0.0 - - [22/Sep/2020:22:30:49 +0200] "PROPFIND /remote.php/dav/ HTTP/2.0" 207 416 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:30:49 +0200] "GET /apps/tasks/collections HTTP/2.0" 200 219 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:30:49 +0200] "GET /apps/apporder/getOrder HTTP/2.0" 200 158 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:30:49 +0200] "PROPFIND /remote.php/dav/principals/users/chris/ HTTP/2.0" 207 3119 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:30:49 +0200] "PROPFIND /remote.php/dav/calendars/chris/ HTTP/2.0" 207 44310 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:30:49 +0200] "REPORT /remote.php/dav/calendars/chris/todoist/ HTTP/2.0" 207 1540 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:30:49 +0200] "REPORT /remote.php/dav/calendars/chris/einkaufsliste-dm-1/ HTTP/2.0" 207 1553 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:30:49 +0200] "REPORT /remote.php/dav/calendars/chris/einkaufsliste-ikea/ HTTP/2.0" 207 239 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:30:49 +0200] "REPORT /remote.php/dav/calendars/chris/85A50844-3941-4E4D-9016-2CD4BCA94CCD/ HTTP/2.0" 207 2892 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:30:50 +0200] "REPORT /remote.php/dav/calendars/chris/einkaufsliste-lebensmittel-1/ HTTP/2.0" 207 4233 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:30:50 +0200] "REPORT /remote.php/dav/calendars/chris/2233BF5C-C0A1-41EE-BFD0-4153CE5F88C3/ HTTP/2.0" 207 19290 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:30:56 +0200] "PUT /remote.php/dav/calendars/chris/todoist/6F0C0DDD-0F92-4360-A042-2CBDAFF83DF0.ics HTTP/2.0" 201 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:30:56 +0200] "PROPFIND /remote.php/dav/calendars/chris/todoist/6F0C0DDD-0F92-4360-A042-2CBDAFF83DF0.ics HTTP/2.0" 207 1503 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:30:56 +0200] "REPORT /remote.php/dav/calendars/chris/todoist/ HTTP/2.0" 207 239 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - chris [22/Sep/2020:22:30:58 +0200] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 200 374 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:30:58 +0200] "PROPFIND /remote.php/dav/files/chris/ HTTP/1.1" 207 399 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:31:00 +0200] "REPORT /remote.php/dav/calendars/chris/todoist/ HTTP/2.0" 207 804 "-" "curl/7.72.0"
10.0.0.0 - chris [22/Sep/2020:22:31:04 +0200] "REPORT /remote.php/dav/calendars/chris/todoist/ HTTP/2.0" 207 804 "-" "curl/7.64.1"
10.0.0.0 - chris [22/Sep/2020:22:31:06 +0200] "PROPFIND /remote.php/dav/files/chris/Desktop HTTP/1.1" 207 5260 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:31:06 +0200] "PUT /remote.php/dav/files/chris/Desktop/test.sh.lastrun HTTP/1.1" 204 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:31:06 +0200] "PUT /remote.php/dav/files/chris/Desktop/test.sh.tasks HTTP/1.1" 204 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:31:07 +0200] "PUT /remote.php/dav/files/chris/Desktop/test.sh.tasks.tmp HTTP/1.1" 204 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:31:15 +0200] "PROPFIND /remote.php/dav/files/chris/Sites HTTP/1.1" 207 385 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:31:15 +0200] "PROPFIND /remote.php/dav/files/chris/Apps HTTP/1.1" 207 384 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:31:15 +0200] "PROPFIND /remote.php/dav/files/chris/bin HTTP/1.1" 207 383 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:31:16 +0200] "PROPFIND /remote.php/dav/files/chris/Documents HTTP/1.1" 207 389 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:31:16 +0200] "PROPFIND /remote.php/dav/files/chris/Downloads HTTP/1.1" 207 389 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:31:16 +0200] "PROPFIND /remote.php/dav/files/chris/Notes HTTP/1.1" 207 385 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:31:16 +0200] "PROPFIND /remote.php/dav/files/chris/Bilder HTTP/1.1" 207 386 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:31:16 +0200] "PROPFIND /remote.php/dav/files/chris/Projekte HTTP/1.1" 207 388 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - - [22/Sep/2020:22:31:19 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - chris [22/Sep/2020:22:31:30 +0200] "PROPFIND /remote.php/dav/files/chris/ HTTP/1.1" 207 399 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:31:30 +0200] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 200 374 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:31:41 +0200] "PROPFIND /remote.php/dav/files/chris/Desktop HTTP/1.1" 207 5261 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:31:42 +0200] "PUT /remote.php/dav/files/chris/Desktop/test.sh.tasks HTTP/1.1" 204 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - - [22/Sep/2020:22:31:45 +0200] "PUT /remote.php/dav/calendars/chris/todoist/566F81DA-91F8-4AB3-B5EF-4E289D850AEF.ics HTTP/2.0" 204 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - chris [22/Sep/2020:22:31:45 +0200] "PROPFIND /remote.php/dav/files/chris/Sites HTTP/1.1" 207 385 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:31:45 +0200] "PROPFIND /remote.php/dav/files/chris/Apps HTTP/1.1" 207 384 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:31:45 +0200] "PROPFIND /remote.php/dav/files/chris/bin HTTP/1.1" 207 383 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:31:46 +0200] "PROPFIND /remote.php/dav/files/chris/Documents HTTP/1.1" 207 389 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:31:46 +0200] "PROPFIND /remote.php/dav/files/chris/Downloads HTTP/1.1" 207 389 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - - [22/Sep/2020:22:31:46 +0200] "PUT /remote.php/dav/calendars/chris/todoist/6F0C0DDD-0F92-4360-A042-2CBDAFF83DF0.ics HTTP/2.0" 204 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - chris [22/Sep/2020:22:31:46 +0200] "PROPFIND /remote.php/dav/files/chris/Notes HTTP/1.1" 207 385 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:31:46 +0200] "PROPFIND /remote.php/dav/files/chris/Bilder HTTP/1.1" 207 386 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:31:46 +0200] "PROPFIND /remote.php/dav/files/chris/Projekte HTTP/1.1" 207 388 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - - [22/Sep/2020:22:31:49 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - chris [22/Sep/2020:22:31:54 +0200] "REPORT /remote.php/dav/calendars/chris/todoist/ HTTP/2.0" 207 239 "-" "curl/7.64.1"
10.0.0.0 - chris [22/Sep/2020:22:31:56 +0200] "PROPFIND /remote.php/dav/files/chris/Desktop HTTP/1.1" 207 5258 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:31:57 +0200] "PUT /remote.php/dav/files/chris/Desktop/test.sh.tasks HTTP/1.1" 204 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:31:57 +0200] "PUT /remote.php/dav/files/chris/Desktop/test.sh.lastrun HTTP/1.1" 204 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:31:57 +0200] "PUT /remote.php/dav/files/chris/Desktop/test.sh.tasks.tmp HTTP/1.1" 204 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:32:00 +0200] "REPORT /remote.php/dav/calendars/chris/todoist/ HTTP/2.0" 207 239 "-" "curl/7.72.0"
10.0.0.0 - chris [22/Sep/2020:22:32:02 +0200] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 200 374 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:32:02 +0200] "PROPFIND /remote.php/dav/files/chris/ HTTP/1.1" 207 399 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:32:03 +0200] "PROPFIND /remote.php/dav/files/chris/Desktop HTTP/1.1" 207 5260 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:32:03 +0200] "PUT /remote.php/dav/files/chris/Desktop/test.sh.tasks HTTP/1.1" 204 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:32:15 +0200] "PROPFIND /remote.php/dav/files/chris/Sites HTTP/1.1" 207 385 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:32:15 +0200] "PROPFIND /remote.php/dav/files/chris/Apps HTTP/1.1" 207 384 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:32:15 +0200] "PROPFIND /remote.php/dav/files/chris/bin HTTP/1.1" 207 383 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:32:16 +0200] "PROPFIND /remote.php/dav/files/chris/Documents HTTP/1.1" 207 389 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:32:16 +0200] "PROPFIND /remote.php/dav/files/chris/Downloads HTTP/1.1" 207 389 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:32:16 +0200] "PROPFIND /remote.php/dav/files/chris/Notes HTTP/1.1" 207 385 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:32:16 +0200] "PROPFIND /remote.php/dav/files/chris/Bilder HTTP/1.1" 207 386 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:32:16 +0200] "PROPFIND /remote.php/dav/files/chris/Projekte HTTP/1.1" 207 388 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - - [22/Sep/2020:22:32:19 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:32:28 +0200] "PUT /remote.php/dav/calendars/chris/todoist/7F9BBCCC-6121-44CF-A0DC-63B14F502AFC.ics HTTP/2.0" 201 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:32:28 +0200] "PROPFIND /remote.php/dav/calendars/chris/todoist/7F9BBCCC-6121-44CF-A0DC-63B14F502AFC.ics HTTP/2.0" 207 1509 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:32:28 +0200] "REPORT /remote.php/dav/calendars/chris/todoist/ HTTP/2.0" 207 239 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:32:32 +0200] "PROPFIND /remote.php/dav/calendars/chris/ HTTP/1.1" 207 38159 "-" "iOS/14.0 (18A373) remindd/1.0"
10.0.0.0 - - [22/Sep/2020:22:32:33 +0200] "PUT /remote.php/dav/calendars/chris/todoist/35B26239-813C-429F-895C-8DA64EF0F7D0.ics HTTP/1.1" 201 0 "-" "iOS/14.0 (18A373) remindd/1.0"
10.0.0.0 - - [22/Sep/2020:22:32:33 +0200] "REPORT /remote.php/dav/calendars/chris/todoist/ HTTP/1.1" 207 1861 "-" "iOS/14.0 (18A373) remindd/1.0"
10.0.0.0 - - [22/Sep/2020:22:32:33 +0200] "REPORT /remote.php/dav/calendars/chris/todoist/ HTTP/1.1" 207 2473 "-" "iOS/14.0 (18A373) remindd/1.0"
10.0.0.0 - chris [22/Sep/2020:22:32:34 +0200] "PROPFIND /remote.php/dav/files/chris/ HTTP/1.1" 207 399 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:32:34 +0200] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 200 374 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:32:41 +0200] "REPORT /remote.php/dav/calendars/chris/todoist/ HTTP/2.0" 207 810 "-" "curl/7.64.1"
10.0.0.0 - chris [22/Sep/2020:22:32:43 +0200] "PROPFIND /remote.php/dav/files/chris/Desktop HTTP/1.1" 207 5258 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:32:43 +0200] "PUT /remote.php/dav/files/chris/Desktop/test.sh.tasks HTTP/1.1" 204 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:32:43 +0200] "PUT /remote.php/dav/files/chris/Desktop/test.sh.lastrun HTTP/1.1" 204 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:32:44 +0200] "PUT /remote.php/dav/files/chris/Desktop/test.sh.tasks.tmp HTTP/1.1" 204 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:32:45 +0200] "PROPFIND /remote.php/dav/files/chris/Sites HTTP/1.1" 207 385 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:32:45 +0200] "PROPFIND /remote.php/dav/files/chris/Apps HTTP/1.1" 207 384 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:32:45 +0200] "PROPFIND /remote.php/dav/files/chris/bin HTTP/1.1" 207 383 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:32:46 +0200] "PROPFIND /remote.php/dav/files/chris/Documents HTTP/1.1" 207 389 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:32:46 +0200] "PROPFIND /remote.php/dav/files/chris/Downloads HTTP/1.1" 207 389 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:32:46 +0200] "PROPFIND /remote.php/dav/files/chris/Notes HTTP/1.1" 207 385 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:32:46 +0200] "PROPFIND /remote.php/dav/files/chris/Bilder HTTP/1.1" 207 386 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:32:46 +0200] "PROPFIND /remote.php/dav/files/chris/Projekte HTTP/1.1" 207 388 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - - [22/Sep/2020:22:32:50 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:32:51 +0200] "OPTIONS /remote.php/dav/principals/users/chris/ HTTP/1.1" 401 569 "-" "Mac OS X/10.15.6 (19G2021) AddressBookCore/1"
10.0.0.0 - chris [22/Sep/2020:22:32:51 +0200] "OPTIONS /remote.php/dav/principals/users/chris/ HTTP/1.1" 200 0 "-" "Mac OS X/10.15.6 (19G2021) AddressBookCore/1"
10.0.0.0 - chris [22/Sep/2020:22:32:52 +0200] "PROPFIND /remote.php/dav/principals/users/chris/ HTTP/1.1" 207 1661 "-" "Mac OS X/10.15.6 (19G2021) AddressBookCore/1"
10.0.0.0 - - [22/Sep/2020:22:32:52 +0200] "PROPFIND /remote.php/dav/addressbooks/users/chris/ HTTP/1.1" 401 569 "-" "Mac OS X/10.15.6 (19G2021) AddressBookCore/1"
10.0.0.0 - chris [22/Sep/2020:22:32:52 +0200] "PROPFIND /remote.php/dav/addressbooks/users/chris/ HTTP/1.1" 207 4831 "-" "Mac OS X/10.15.6 (19G2021) AddressBookCore/1"
10.0.0.0 - chris [22/Sep/2020:22:32:53 +0200] "REPORT /remote.php/dav/addressbooks/users/chris/contacts/ HTTP/1.1" 207 286 "-" "Mac OS X/10.15.6 (19G2021) AddressBookCore/1"
10.0.0.0 - - [22/Sep/2020:22:32:56 +0200] "PROPFIND /remote.php/dav/principals/users/chris/ HTTP/1.1" 401 569 "-" "iOS/10.15.6 (19G2021) remindd/1.0"
10.0.0.0 - chris [22/Sep/2020:22:32:56 +0200] "PROPFIND /remote.php/dav/principals/users/chris/ HTTP/1.1" 207 2230 "-" "iOS/10.15.6 (19G2021) remindd/1.0"
10.0.0.0 - chris [22/Sep/2020:22:32:57 +0200] "OPTIONS /remote.php/dav/principals/users/chris/ HTTP/1.1" 200 0 "-" "iOS/10.15.6 (19G2021) remindd/1.0"
10.0.0.0 - - [22/Sep/2020:22:32:57 +0200] "REPORT /remote.php/dav/principals/calendar-resources/ HTTP/1.1" 200 292 "-" "iOS/10.15.6 (19G2021) remindd/1.0"
10.0.0.0 - - [22/Sep/2020:22:32:57 +0200] "PROPFIND /remote.php/dav/calendars/chris/ HTTP/1.1" 207 38159 "-" "iOS/10.15.6 (19G2021) remindd/1.0"
10.0.0.0 - - [22/Sep/2020:22:32:57 +0200] "REPORT /remote.php/dav/calendars/chris/todoist/ HTTP/1.1" 207 10045 "-" "iOS/10.15.6 (19G2021) remindd/1.0"
10.0.0.0 - - [22/Sep/2020:22:32:58 +0200] "REPORT /remote.php/dav/calendars/chris/todoist/ HTTP/1.1" 207 9502 "-" "iOS/10.15.6 (19G2021) remindd/1.0"
10.0.0.0 - chris [22/Sep/2020:22:33:00 +0200] "REPORT /remote.php/dav/calendars/chris/todoist/ HTTP/2.0" 207 1399 "-" "curl/7.72.0"
10.0.0.0 - chris [22/Sep/2020:22:33:01 +0200] "PROPFIND /remote.php/dav/calendars/chris/ HTTP/2.0" 207 35567 "-" "Fantastical 2 for Mac/3.1.6 Mac OS X/10.15.6 Darwin/19.6.0 (x86_64)"
10.0.0.0 - chris [22/Sep/2020:22:33:01 +0200] "PROPFIND /remote.php/dav/calendars/chris/inbox/ HTTP/2.0" 207 414 "-" "Fantastical 2 for Mac/3.1.6 Mac OS X/10.15.6 Darwin/19.6.0 (x86_64)"
10.0.0.0 - chris [22/Sep/2020:22:33:02 +0200] "REPORT /remote.php/dav/calendars/chris/todoist/ HTTP/2.0" 207 1501 "-" "Fantastical 2 for Mac/3.1.6 Mac OS X/10.15.6 Darwin/19.6.0 (x86_64)"
10.0.0.0 - chris [22/Sep/2020:22:33:02 +0200] "REPORT /remote.php/dav/calendars/chris/todoist/ HTTP/2.0" 207 3058 "-" "Fantastical 2 for Mac/3.1.6 Mac OS X/10.15.6 Darwin/19.6.0 (x86_64)"
10.0.0.0 - - [22/Sep/2020:22:33:06 +0200] "GET /apps/tasks/ HTTP/2.0" 200 6385 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:33:06 +0200] "GET /apps/theming/js/theming?v=19 HTTP/2.0" 200 257 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:33:06 +0200] "GET /apps/accessibility/js/accessibility?v=0 HTTP/2.0" 200 85 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:33:06 +0200] "GET /avatar/chris/64?v=2 HTTP/2.0" 200 3276 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:33:06 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 74 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - chris [22/Sep/2020:22:33:06 +0200] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 200 374 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:33:06 +0200] "PROPFIND /remote.php/dav/calendars/chris/ HTTP/2.0" 207 35567 "-" "Fantastical 2 for Mac/3.1.6 Mac OS X/10.15.6 Darwin/19.6.0 (x86_64)"
10.0.0.0 - chris [22/Sep/2020:22:33:06 +0200] "PROPFIND /remote.php/dav/files/chris/ HTTP/1.1" 207 399 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - - [22/Sep/2020:22:33:06 +0200] "PROPFIND /remote.php/dav/ HTTP/2.0" 207 416 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:33:06 +0200] "GET /apps/tasks/collections HTTP/2.0" 200 219 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:33:06 +0200] "GET /apps/apporder/getOrder HTTP/2.0" 200 158 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:33:06 +0200] "PROPFIND /remote.php/dav/principals/users/chris/ HTTP/2.0" 207 3119 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:33:07 +0200] "PROPFIND /remote.php/dav/calendars/chris/ HTTP/2.0" 207 44310 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - chris [22/Sep/2020:22:33:07 +0200] "PROPFIND /remote.php/dav/calendars/chris/inbox/ HTTP/2.0" 207 414 "-" "Fantastical 2 for Mac/3.1.6 Mac OS X/10.15.6 Darwin/19.6.0 (x86_64)"
10.0.0.0 - - [22/Sep/2020:22:33:07 +0200] "PROPFIND /remote.php/dav/calendars/chris/todoist/7F9BBCCC-6121-44CF-A0DC-63B14F502AFC.ics HTTP/2.0" 207 1509 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:33:07 +0200] "REPORT /remote.php/dav/calendars/chris/einkaufsliste-dm-1/ HTTP/2.0" 207 1553 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:33:07 +0200] "REPORT /remote.php/dav/calendars/chris/todoist/ HTTP/2.0" 207 2797 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:33:07 +0200] "REPORT /remote.php/dav/calendars/chris/einkaufsliste-ikea/ HTTP/2.0" 207 239 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:33:07 +0200] "REPORT /remote.php/dav/calendars/chris/85A50844-3941-4E4D-9016-2CD4BCA94CCD/ HTTP/2.0" 207 2892 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:33:07 +0200] "REPORT /remote.php/dav/calendars/chris/einkaufsliste-lebensmittel-1/ HTTP/2.0" 207 4233 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:33:07 +0200] "REPORT /remote.php/dav/calendars/chris/2233BF5C-C0A1-41EE-BFD0-4153CE5F88C3/ HTTP/2.0" 207 19290 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:33:07 +0200] "REPORT /remote.php/dav/calendars/chris/todoist/ HTTP/2.0" 207 239 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - chris [22/Sep/2020:22:33:15 +0200] "REPORT /remote.php/dav/calendars/chris/todoist/ HTTP/2.0" 207 239 "-" "curl/7.64.1"
10.0.0.0 - chris [22/Sep/2020:22:33:15 +0200] "PROPFIND /remote.php/dav/files/chris/Desktop HTTP/1.1" 207 387 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:33:15 +0200] "PROPFIND /remote.php/dav/files/chris/Sites HTTP/1.1" 207 385 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:33:15 +0200] "PROPFIND /remote.php/dav/files/chris/Desktop HTTP/1.1" 207 5260 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:33:15 +0200] "PROPFIND /remote.php/dav/files/chris/Apps HTTP/1.1" 207 384 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:33:16 +0200] "PROPFIND /remote.php/dav/files/chris/bin HTTP/1.1" 207 383 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:33:16 +0200] "PROPFIND /remote.php/dav/files/chris/Documents HTTP/1.1" 207 389 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:33:16 +0200] "PROPFIND /remote.php/dav/files/chris/Downloads HTTP/1.1" 207 389 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:33:16 +0200] "PROPFIND /remote.php/dav/files/chris/Notes HTTP/1.1" 207 385 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:33:16 +0200] "PROPFIND /remote.php/dav/files/chris/Bilder HTTP/1.1" 207 386 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:33:16 +0200] "PROPFIND /remote.php/dav/files/chris/Projekte HTTP/1.1" 207 388 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:33:17 +0200] "PROPFIND /remote.php/dav/files/chris/Desktop HTTP/1.1" 207 5260 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:33:17 +0200] "PUT /remote.php/dav/files/chris/Desktop/test.sh.tasks.tmp HTTP/1.1" 204 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:33:17 +0200] "PUT /remote.php/dav/files/chris/Desktop/test.sh.lastrun HTTP/1.1" 204 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:33:19 +0200] "REPORT /remote.php/dav/calendars/chris/todoist/ HTTP/2.0" 207 239 "-" "curl/7.64.1"
10.0.0.0 - chris [22/Sep/2020:22:33:19 +0200] "PROPFIND /remote.php/dav/files/chris/Desktop HTTP/1.1" 207 5260 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:33:22 +0200] "PROPFIND /remote.php/dav/files/chris/Desktop HTTP/1.1" 207 5260 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:33:22 +0200] "PUT /remote.php/dav/files/chris/Desktop/test.sh.tasks HTTP/1.1" 204 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:33:22 +0200] "PUT /remote.php/dav/files/chris/Desktop/test.sh.lastrun HTTP/1.1" 204 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:33:22 +0200] "PUT /remote.php/dav/files/chris/Desktop/test.sh.tasks.tmp HTTP/1.1" 204 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:33:25 +0200] "PROPFIND /remote.php/dav/files/chris/Desktop HTTP/1.1" 207 5260 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:33:25 +0200] "PUT /remote.php/dav/files/chris/Desktop/test.sh.tasks HTTP/1.1" 204 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:33:32 +0200] "PROPFIND /remote.php/dav/files/chris/Desktop HTTP/1.1" 207 5258 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:33:33 +0200] "DELETE /remote.php/dav/files/chris/Desktop/test.sh.lastrun HTTP/1.1" 204 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - - [22/Sep/2020:22:33:36 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - chris [22/Sep/2020:22:33:37 +0200] "REPORT /remote.php/dav/calendars/chris/todoist/ HTTP/2.0" 207 1399 "-" "curl/7.64.1"
10.0.0.0 - chris [22/Sep/2020:22:33:38 +0200] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 200 374 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:33:38 +0200] "PROPFIND /remote.php/dav/files/chris/ HTTP/1.1" 207 399 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:33:40 +0200] "PROPFIND /remote.php/dav/files/chris/Desktop HTTP/1.1" 207 4616 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:33:40 +0200] "PUT /remote.php/dav/files/chris/Desktop/test.sh.tasks.tmp HTTP/1.1" 204 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:33:40 +0200] "PUT /remote.php/dav/files/chris/Desktop/test.sh.lastrun HTTP/1.1" 201 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:33:40 +0200] "PUT /remote.php/dav/files/chris/Desktop/test.sh.tasks HTTP/1.1" 204 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:33:45 +0200] "PROPFIND /remote.php/dav/files/chris/Sites HTTP/1.1" 207 385 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:33:45 +0200] "PROPFIND /remote.php/dav/files/chris/Apps HTTP/1.1" 207 384 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:33:45 +0200] "PROPFIND /remote.php/dav/files/chris/bin HTTP/1.1" 207 383 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:33:46 +0200] "PROPFIND /remote.php/dav/files/chris/Documents HTTP/1.1" 207 389 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:33:46 +0200] "PROPFIND /remote.php/dav/files/chris/Downloads HTTP/1.1" 207 389 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:33:46 +0200] "PROPFIND /remote.php/dav/files/chris/Notes HTTP/1.1" 207 385 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:33:46 +0200] "PROPFIND /remote.php/dav/files/chris/Bilder HTTP/1.1" 207 386 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:33:46 +0200] "PROPFIND /remote.php/dav/files/chris/Projekte HTTP/1.1" 207 388 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:34:00 +0200] "REPORT /remote.php/dav/calendars/chris/todoist/ HTTP/2.0" 207 810 "-" "curl/7.72.0"
10.0.0.0 - - [22/Sep/2020:22:34:01 +0200] "PROPFIND /remote.php/dav/calendars/chris/ HTTP/1.1" 207 38159 "-" "iOS/10.15.6 (19G2021) remindd/1.0"
10.0.0.0 - - [22/Sep/2020:22:34:06 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - chris [22/Sep/2020:22:34:10 +0200] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 200 374 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:34:10 +0200] "PROPFIND /remote.php/dav/files/chris/ HTTP/1.1" 207 399 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:34:11 +0200] "PROPFIND /remote.php/dav/calendars/chris/ HTTP/2.0" 207 35567 "-" "Fantastical 2 for Mac/3.1.6 Mac OS X/10.15.6 Darwin/19.6.0 (x86_64)"
10.0.0.0 - chris [22/Sep/2020:22:34:12 +0200] "PROPFIND /remote.php/dav/calendars/chris/inbox/ HTTP/2.0" 207 414 "-" "Fantastical 2 for Mac/3.1.6 Mac OS X/10.15.6 Darwin/19.6.0 (x86_64)"
10.0.0.0 - chris [22/Sep/2020:22:34:15 +0200] "PROPFIND /remote.php/dav/files/chris/Desktop HTTP/1.1" 207 387 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:34:16 +0200] "PROPFIND /remote.php/dav/files/chris/Sites HTTP/1.1" 207 385 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:34:16 +0200] "PROPFIND /remote.php/dav/files/chris/Desktop HTTP/1.1" 207 5261 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:34:16 +0200] "PROPFIND /remote.php/dav/files/chris/Apps HTTP/1.1" 207 384 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:34:17 +0200] "PROPFIND /remote.php/dav/files/chris/bin HTTP/1.1" 207 383 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:34:17 +0200] "PROPFIND /remote.php/dav/files/chris/Documents HTTP/1.1" 207 389 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:34:17 +0200] "PROPFIND /remote.php/dav/files/chris/Downloads HTTP/1.1" 207 389 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:34:18 +0200] "PROPFIND /remote.php/dav/files/chris/Notes HTTP/1.1" 207 385 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:34:18 +0200] "PROPFIND /remote.php/dav/files/chris/Bilder HTTP/1.1" 207 386 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:34:18 +0200] "PROPFIND /remote.php/dav/files/chris/Projekte HTTP/1.1" 207 388 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - - [22/Sep/2020:22:34:36 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - chris [22/Sep/2020:22:34:42 +0200] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 200 374 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:34:42 +0200] "PROPFIND /remote.php/dav/files/chris/ HTTP/1.1" 207 399 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:34:45 +0200] "PROPFIND /remote.php/dav/files/chris/Sites HTTP/1.1" 207 385 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:34:45 +0200] "PROPFIND /remote.php/dav/files/chris/Apps HTTP/1.1" 207 384 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:34:45 +0200] "PROPFIND /remote.php/dav/files/chris/bin HTTP/1.1" 207 383 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:34:46 +0200] "PROPFIND /remote.php/dav/files/chris/Documents HTTP/1.1" 207 389 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:34:46 +0200] "PROPFIND /remote.php/dav/files/chris/Downloads HTTP/1.1" 207 389 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:34:46 +0200] "PROPFIND /remote.php/dav/files/chris/Notes HTTP/1.1" 207 385 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:34:46 +0200] "PROPFIND /remote.php/dav/files/chris/Bilder HTTP/1.1" 207 386 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:34:46 +0200] "PROPFIND /remote.php/dav/files/chris/Projekte HTTP/1.1" 207 388 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:35:00 +0200] "REPORT /remote.php/dav/calendars/chris/todoist/ HTTP/2.0" 207 810 "-" "curl/7.72.0"
10.0.0.0 - - [22/Sep/2020:22:35:06 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - chris [22/Sep/2020:22:35:14 +0200] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 200 374 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:35:14 +0200] "PROPFIND /remote.php/dav/files/chris/ HTTP/1.1" 207 399 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:35:15 +0200] "PROPFIND /remote.php/dav/files/chris/Desktop HTTP/1.1" 207 387 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:35:15 +0200] "PROPFIND /remote.php/dav/files/chris/Sites HTTP/1.1" 207 385 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:35:15 +0200] "PROPFIND /remote.php/dav/files/chris/Apps HTTP/1.1" 207 384 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:35:16 +0200] "PROPFIND /remote.php/dav/files/chris/bin HTTP/1.1" 207 383 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:35:16 +0200] "PROPFIND /remote.php/dav/files/chris/Documents HTTP/1.1" 207 389 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:35:16 +0200] "PROPFIND /remote.php/dav/files/chris/Downloads HTTP/1.1" 207 389 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:35:16 +0200] "PROPFIND /remote.php/dav/files/chris/Notes HTTP/1.1" 207 385 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:35:16 +0200] "PROPFIND /remote.php/dav/files/chris/Bilder HTTP/1.1" 207 386 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:35:16 +0200] "PROPFIND /remote.php/dav/files/chris/Projekte HTTP/1.1" 207 388 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:35:18 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications?format=json HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - - [22/Sep/2020:22:35:37 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - chris [22/Sep/2020:22:35:45 +0200] "PROPFIND /remote.php/dav/files/chris/Desktop HTTP/1.1" 207 387 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:35:45 +0200] "PROPFIND /remote.php/dav/files/chris/Sites HTTP/1.1" 207 385 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:35:45 +0200] "PROPFIND /remote.php/dav/files/chris/Apps HTTP/1.1" 207 384 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:35:46 +0200] "PROPFIND /remote.php/dav/files/chris/bin HTTP/1.1" 207 383 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:35:46 +0200] "PROPFIND /remote.php/dav/files/chris/Documents HTTP/1.1" 207 389 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:35:46 +0200] "PROPFIND /remote.php/dav/files/chris/Downloads HTTP/1.1" 207 389 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:35:46 +0200] "PROPFIND /remote.php/dav/files/chris/Notes HTTP/1.1" 207 385 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:35:46 +0200] "PROPFIND /remote.php/dav/files/chris/Bilder HTTP/1.1" 207 386 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:35:46 +0200] "PROPFIND /remote.php/dav/files/chris/Projekte HTTP/1.1" 207 388 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:35:46 +0200] "PROPFIND /remote.php/dav/files/chris/ HTTP/1.1" 207 399 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:35:46 +0200] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 200 374 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:36:00 +0200] "REPORT /remote.php/dav/calendars/chris/todoist/ HTTP/2.0" 207 810 "-" "curl/7.72.0"
10.0.0.0 - - [22/Sep/2020:22:36:07 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - chris [22/Sep/2020:22:36:15 +0200] "PROPFIND /remote.php/dav/files/chris/Desktop HTTP/1.1" 207 387 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:36:15 +0200] "PROPFIND /remote.php/dav/files/chris/Sites HTTP/1.1" 207 385 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:36:15 +0200] "PROPFIND /remote.php/dav/files/chris/Apps HTTP/1.1" 207 384 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:36:16 +0200] "PROPFIND /remote.php/dav/files/chris/bin HTTP/1.1" 207 383 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:36:16 +0200] "PROPFIND /remote.php/dav/files/chris/Documents HTTP/1.1" 207 389 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:36:16 +0200] "PROPFIND /remote.php/dav/files/chris/Downloads HTTP/1.1" 207 389 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:36:16 +0200] "PROPFIND /remote.php/dav/files/chris/Notes HTTP/1.1" 207 385 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:36:16 +0200] "PROPFIND /remote.php/dav/files/chris/Bilder HTTP/1.1" 207 386 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:36:16 +0200] "PROPFIND /remote.php/dav/files/chris/Projekte HTTP/1.1" 207 388 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:36:18 +0200] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 200 374 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:36:18 +0200] "PROPFIND /remote.php/dav/files/chris/ HTTP/1.1" 207 399 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - - [22/Sep/2020:22:36:37 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - chris [22/Sep/2020:22:36:45 +0200] "PROPFIND /remote.php/dav/files/chris/Desktop HTTP/1.1" 207 387 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:36:45 +0200] "PROPFIND /remote.php/dav/files/chris/Sites HTTP/1.1" 207 385 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:36:45 +0200] "PROPFIND /remote.php/dav/files/chris/Apps HTTP/1.1" 207 384 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:36:46 +0200] "PROPFIND /remote.php/dav/files/chris/bin HTTP/1.1" 207 383 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:36:46 +0200] "PROPFIND /remote.php/dav/files/chris/Documents HTTP/1.1" 207 389 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:36:46 +0200] "PROPFIND /remote.php/dav/files/chris/Downloads HTTP/1.1" 207 389 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:36:46 +0200] "PROPFIND /remote.php/dav/files/chris/Notes HTTP/1.1" 207 385 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:36:46 +0200] "PROPFIND /remote.php/dav/files/chris/Bilder HTTP/1.1" 207 386 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:36:46 +0200] "PROPFIND /remote.php/dav/files/chris/Projekte HTTP/1.1" 207 388 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:36:50 +0200] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 200 374 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:36:50 +0200] "PROPFIND /remote.php/dav/files/chris/ HTTP/1.1" 207 399 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:37:00 +0200] "REPORT /remote.php/dav/calendars/chris/todoist/ HTTP/2.0" 207 810 "-" "curl/7.72.0"
10.0.0.0 - - [22/Sep/2020:22:37:07 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - chris [22/Sep/2020:22:37:15 +0200] "PROPFIND /remote.php/dav/files/chris/Desktop HTTP/1.1" 207 387 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:37:16 +0200] "PROPFIND /remote.php/dav/files/chris/Sites HTTP/1.1" 207 385 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:37:16 +0200] "PROPFIND /remote.php/dav/files/chris/Apps HTTP/1.1" 207 384 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:37:16 +0200] "PROPFIND /remote.php/dav/files/chris/bin HTTP/1.1" 207 383 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:37:16 +0200] "PROPFIND /remote.php/dav/files/chris/Documents HTTP/1.1" 207 389 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:37:16 +0200] "PROPFIND /remote.php/dav/files/chris/Downloads HTTP/1.1" 207 389 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:37:16 +0200] "PROPFIND /remote.php/dav/files/chris/Notes HTTP/1.1" 207 385 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:37:16 +0200] "PROPFIND /remote.php/dav/files/chris/Bilder HTTP/1.1" 207 386 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:37:16 +0200] "PROPFIND /remote.php/dav/files/chris/Projekte HTTP/1.1" 207 388 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:37:22 +0200] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 200 374 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:37:22 +0200] "PROPFIND /remote.php/dav/files/chris/ HTTP/1.1" 207 399 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - - [22/Sep/2020:22:37:37 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - chris [22/Sep/2020:22:37:45 +0200] "PROPFIND /remote.php/dav/files/chris/Desktop HTTP/1.1" 207 387 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:37:45 +0200] "PROPFIND /remote.php/dav/files/chris/Sites HTTP/1.1" 207 385 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:37:45 +0200] "PROPFIND /remote.php/dav/files/chris/Apps HTTP/1.1" 207 384 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:37:46 +0200] "PROPFIND /remote.php/dav/files/chris/bin HTTP/1.1" 207 383 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:37:46 +0200] "PROPFIND /remote.php/dav/files/chris/Documents HTTP/1.1" 207 389 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:37:46 +0200] "PROPFIND /remote.php/dav/files/chris/Downloads HTTP/1.1" 207 389 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:37:46 +0200] "PROPFIND /remote.php/dav/files/chris/Notes HTTP/1.1" 207 385 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:37:46 +0200] "PROPFIND /remote.php/dav/files/chris/Bilder HTTP/1.1" 207 386 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:37:46 +0200] "PROPFIND /remote.php/dav/files/chris/Projekte HTTP/1.1" 207 388 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:37:54 +0200] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 200 374 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:37:54 +0200] "PROPFIND /remote.php/dav/files/chris/ HTTP/1.1" 207 399 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:38:00 +0200] "REPORT /remote.php/dav/calendars/chris/todoist/ HTTP/2.0" 207 810 "-" "curl/7.72.0"
10.0.0.0 - - [22/Sep/2020:22:38:07 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - chris [22/Sep/2020:22:38:15 +0200] "PROPFIND /remote.php/dav/files/chris/Desktop HTTP/1.1" 207 387 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:38:15 +0200] "PROPFIND /remote.php/dav/files/chris/Sites HTTP/1.1" 207 385 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:38:15 +0200] "PROPFIND /remote.php/dav/files/chris/Apps HTTP/1.1" 207 384 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:38:16 +0200] "PROPFIND /remote.php/dav/files/chris/bin HTTP/1.1" 207 383 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:38:16 +0200] "PROPFIND /remote.php/dav/files/chris/Documents HTTP/1.1" 207 389 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:38:16 +0200] "PROPFIND /remote.php/dav/files/chris/Downloads HTTP/1.1" 207 389 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:38:16 +0200] "PROPFIND /remote.php/dav/files/chris/Notes HTTP/1.1" 207 385 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:38:16 +0200] "PROPFIND /remote.php/dav/files/chris/Bilder HTTP/1.1" 207 386 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:38:16 +0200] "PROPFIND /remote.php/dav/files/chris/Projekte HTTP/1.1" 207 388 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:38:26 +0200] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 200 374 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:38:26 +0200] "PROPFIND /remote.php/dav/files/chris/ HTTP/1.1" 207 399 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - - [22/Sep/2020:22:38:38 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - chris [22/Sep/2020:22:38:45 +0200] "PROPFIND /remote.php/dav/files/chris/Desktop HTTP/1.1" 207 387 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:38:45 +0200] "PROPFIND /remote.php/dav/files/chris/Sites HTTP/1.1" 207 385 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:38:45 +0200] "PROPFIND /remote.php/dav/files/chris/Apps HTTP/1.1" 207 384 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:38:46 +0200] "PROPFIND /remote.php/dav/files/chris/bin HTTP/1.1" 207 383 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:38:46 +0200] "PROPFIND /remote.php/dav/files/chris/Documents HTTP/1.1" 207 389 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:38:46 +0200] "PROPFIND /remote.php/dav/files/chris/Downloads HTTP/1.1" 207 389 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:38:46 +0200] "PROPFIND /remote.php/dav/files/chris/Notes HTTP/1.1" 207 385 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:38:46 +0200] "PROPFIND /remote.php/dav/files/chris/Bilder HTTP/1.1" 207 386 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:38:46 +0200] "PROPFIND /remote.php/dav/files/chris/Projekte HTTP/1.1" 207 388 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:38:58 +0200] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 200 374 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:38:58 +0200] "PROPFIND /remote.php/dav/files/chris/ HTTP/1.1" 207 399 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:39:00 +0200] "REPORT /remote.php/dav/calendars/chris/todoist/ HTTP/2.0" 207 810 "-" "curl/7.72.0"
10.0.0.0 - - [22/Sep/2020:22:39:08 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:39:10 +0200] "GET /settings/user HTTP/2.0" 200 19040 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:39:10 +0200] "GET /css/settings/7d23-0b0a-settings.css?v=b49394378faa0c4fb889d997c019c596-7d23ff90-19 HTTP/2.0" 499 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:39:11 +0200] "GET /apps/accessibility/js/accessibility?v=0 HTTP/2.0" 499 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:39:11 +0200] "GET /apps/theming/js/theming?v=19 HTTP/2.0" 499 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:39:11 +0200] "GET /apps/theming/img/core/filetypes/folder.svg?v=19 HTTP/2.0" 499 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:39:11 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 74 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:39:11 +0200] "GET /apps/theming/icon/settings?v=19 HTTP/2.0" 499 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:39:11 +0200] "GET /apps/theming/favicon/settings?v=19 HTTP/2.0" 499 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:39:11 +0200] "GET /apps/apporder/getOrder HTTP/2.0" 200 158 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:39:11 +0200] "GET /avatar/chris/290?v=2 HTTP/2.0" 200 32302 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:39:14 +0200] "GET /settings/admin/overview HTTP/2.0" 200 7912 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:39:14 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 74 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:39:14 +0200] "GET /ocs/v2.php/cloud//groups HTTP/2.0" 200 92 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:39:14 +0200] "GET /apps/theming/icon/settings?v=19 HTTP/2.0" 499 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:39:14 +0200] "GET /apps/theming/favicon/settings?v=19 HTTP/2.0" 499 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:39:14 +0200] "PROPFIND /.well-known/caldav HTTP/2.0" 301 162 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:39:14 +0200] "PROPFIND /.well-known/carddav HTTP/2.0" 301 162 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:39:14 +0200] "GET /apps/apporder/getOrder HTTP/2.0" 200 158 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:39:14 +0200] "PROPFIND /remote.php/webdav HTTP/2.0" 207 2904 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:39:15 +0200] "PROPFIND /.well-known/webfinger HTTP/2.0" 404 20 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:39:15 +0200] "GET /ocm-provider/ HTTP/2.0" 200 172 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:39:15 +0200] "GET /ocs-provider/ HTTP/2.0" 200 314 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:39:15 +0200] "GET /heartbeat HTTP/2.0" 200 20 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:39:15 +0200] "PROPFIND /remote.php/dav HTTP/2.0" 207 5949 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:39:15 +0200] "PROPFIND /remote.php/dav HTTP/2.0" 207 5949 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - chris [22/Sep/2020:22:39:15 +0200] "PROPFIND /remote.php/dav/files/chris/Desktop HTTP/1.1" 207 387 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:39:15 +0200] "PROPFIND /remote.php/dav/files/chris/Sites HTTP/1.1" 207 385 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:39:15 +0200] "PROPFIND /remote.php/dav/files/chris/Apps HTTP/1.1" 207 384 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:39:16 +0200] "PROPFIND /remote.php/dav/files/chris/bin HTTP/1.1" 207 383 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:39:16 +0200] "PROPFIND /remote.php/dav/files/chris/Documents HTTP/1.1" 207 389 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:39:16 +0200] "PROPFIND /remote.php/dav/files/chris/Downloads HTTP/1.1" 207 389 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:39:16 +0200] "PROPFIND /remote.php/dav/files/chris/Notes HTTP/1.1" 207 385 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:39:16 +0200] "PROPFIND /remote.php/dav/files/chris/Bilder HTTP/1.1" 207 386 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - chris [22/Sep/2020:22:39:16 +0200] "PROPFIND /remote.php/dav/files/chris/Projekte HTTP/1.1" 207 388 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.1git (build 3355) (Nextcloud)"
10.0.0.0 - - [22/Sep/2020:22:39:19 +0200] "GET /settings/ajax/checksetup HTTP/2.0" 200 759 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:39:21 +0200] "GET /settings/admin/serverinfo HTTP/2.0" 200 8838 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:39:22 +0200] "GET /css/serverinfo/d16b-0b0a-style.css?v=b49394378faa0c4fb889d997c019c596-d16b8f0e-19 HTTP/2.0" 200 814 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"
10.0.0.0 - - [22/Sep/2020:22:39:22 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 74 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"

Nextcloud log (data/nextcloud.log)

Nextcloud log

Post is too long with log. I can provide it afterwards, if it's needed.

Browser log

Browser log
Insert your browser log here, this could for example include:

a) The javascript console log
b) The network log
c) ...
@chrisb86 chrisb86 added 0. Needs triage Pending check for reproducibility or if it fits our roadmap bug labels Sep 22, 2020
@kesselb
Copy link
Contributor

kesselb commented Sep 22, 2020

cc @nextcloud/tasks

@raimund-schluessler
Copy link
Member

Yes, this is an issue of the Tasks app. It does not support timezones yet. Let's track this in nextcloud/tasks#1233.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug
Projects
None yet
Development

No branches or pull requests

3 participants