nextcloud / nextcloud/server

[Bug]: Shared folder disappears for user after being renamed

Open
#44,668 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

0. Needs triage 27-feedback 28-feedback bug feature: sharing
Dominant language
PHP
Stars
36.9k
Forks
5.2k
Avg merge
2d 3h
Merged PRs (30d)
713

Description

⚠️ This issue respects the following points: ⚠️
Bug description

This issue seems almost identical to #21407, where I commented a week ago but didn't get attention.

I have experienced this bug with two different users in NC 27 and 28. The first time I assumed it to be a glitch then it happened again. I've been able to reproduce it right now in NC 28.0.2 the only difference with the original report is that I don't use external storage.

I've done a little investigation.

  1. User A creates new folder TARAPIA and shares it with user B
  2. User B renames TARAPIA to TERAPIA
  3. The TERAPIA link is now un-clickable for B and the share disappears from the interface upon a reload
  4. However if I visit the old url of the share as B two things happen:
    • I get redirected to the new correct url
    • the share now is listed in the interface
  5. User B renames TERAPIA to TORAPIA -> back to point 3

This makes me think it may be due to caching however cache should expire and the first reporting user has been affected for months.

Steps to reproduce
  1. A shares a folder with B
  2. B renames the folder
  3. The folder becomes unclickable and then disappears from B's interface after a reload
Expected behavior

The folder should stay in place, renamed and clickable.

Installation method

Other Community project

Nextcloud Server version

28

Operating system

Other

PHP engine version

PHP 8.2

Web server

Apache (supported)

Database engine version

MariaDB

Is this bug present after an update or on a fresh install?

None

Are you using the Nextcloud Server Encryption module?

Encryption is Disabled

What user-backends are you using?
  • Default user-backend (database)
  • LDAP/ Active Directory
  • SSO - SAML
  • Other
Configuration report
{
    "system": {
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "28.0.2.5",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "forcessl": true,
        "ldapIgnoreNamingRules": false,
        "maintenance": false,
        "maintenance_window_start": 2,
        "theme": "",
        "trusted_domains": [
            "www.mydomain.tld",
            "192.168.170.50"
        ],
        "secret": "***REMOVED SENSITIVE VALUE***",
        "log_type": "syslog",
        "syslog_tag": "Nextcloud",
        "logfile": "\/var\/log\/nextcloud",
        "loglevel": 0,
        "trashbin_retention_obligation": "30, 31",
        "versions_retention_obligation": "auto, 30",
        "overwrite.cli.url": "https:\/\/www.mydomain.tld\/nextcloud",
        "memcache.local": "\\OC\\Memcache\\APCu",
        "filelocking.enabled": "true",
        "memcache.distributed": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 0,
            "timeout": 0
        },
        "singleuser": false,
        "onlyoffice": {
            "jwt_header": "AuthorizationJwt"
        },
        "allow_user_to_change_mail_address": "",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpmode": "smtp",
        "mail_sendmailmode": "smtp",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "25",
        "default_phone_region": "IT",
        "mysql.utf8mb4": true
    }
}
List of activated Apps
Enabled:
  - activity: 2.20.0
  - bruteforcesettings: 2.8.0
  - calendar: 4.6.7
  - circles: 28.0.0-dev
  - cloud_federation_api: 1.11.0
  - comments: 1.18.0
  - contacts: 5.5.3
  - contactsinteraction: 1.9.0
  - dashboard: 7.8.0
  - dav: 1.29.1
  - federatedfilesharing: 1.18.0
  - files: 2.0.0
  - files_external: 1.20.0
  - files_pdfviewer: 2.9.0
  - files_reminders: 1.1.0
  - files_sharing: 1.20.0
  - files_trashbin: 1.18.0
  - files_versions: 1.21.0
  - firstrunwizard: 2.17.0
  - impersonate: 1.15.0
  - logreader: 2.13.0
  - lookup_server_connector: 1.16.0
  - nextcloud_announcements: 1.17.0
  - notifications: 2.16.0
  - oauth2: 1.16.3
  - onlyoffice: 9.0.0
  - password_policy: 1.18.0
  - photos: 2.4.0
  - privacy: 1.12.0
  - provisioning_api: 1.18.0
  - recommendations: 2.0.0
  - related_resources: 1.3.0
  - serverinfo: 1.18.0
  - settings: 1.10.1
  - sharebymail: 1.18.0
  - support: 1.11.0
  - survey_client: 1.16.0
  - systemtags: 1.18.0
  - text: 3.9.1
  - theming: 2.3.0
  - twofactor_backupcodes: 1.17.0
  - user_ldap: 1.19.0
  - user_saml: 6.1.1
  - user_status: 1.8.1
  - viewer: 2.2.0
  - workflowengine: 2.10.0
Disabled:
  - admin_audit: 1.18.0
  - encryption: 2.16.0
  - federation: 1.18.0 (installed 0.1.0)
  - files_rightclick: 0.15.1 (installed 1.6.0)
  - files_texteditor: 2.15.1 (installed 2.15.1)
  - suspicious_login: 6.0.0
  - tasks: 0.15.0 (installed 0.15.0)
  - twofactor_totp: 10.0.0-beta.2
  - updatenotification: 1.18.0 (installed 0.2.1)
  - weather_status: 1.8.0 (installed 1.7.0)
Nextcloud Signing status
No errors have been found.
Nextcloud Logs
Mar 28 09:51:08 mailer Nextcloud[31525]: {"reqId":"ij5Qy1mvSPaz3wGnbjbR","level":0,"time":"2024-03-28T08:51:08+00:00","remoteAddr":"192.168.192.168","user":"userA","app":"core","method":"POST","url":"/nextcloud/ocs/v2.php/apps/files_sharing/api/v1/shares","message":"Sent mail to \"Array\n(\n    [0] => userB@mydomain.tld\n)\n\" with subject \"userA shared \u00bbTARAPIA\u00ab with you\"","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0","version":"28.0.2.5","data":{"app":"core"}}
Mar 28 09:51:08 mailer Nextcloud[31548]: {"reqId":"Dq1zfVkK1nJ90vkPex6n","level":0,"time":"2024-03-28T08:51:08+00:00","remoteAddr":"192.168.192.168","user":"userA","app":"related_resources","method":"GET","url":"/nextcloud/ocs/v2.php/apps/related_resources/related/files?itemId=6854801&format=json","message":"get related to files.6854801 - {\"providerId\":\"files\",\"itemId\":\"6854801\",\"title\":\"TARAPIA\",\"subtitle\":\"Files\",\"tooltip\":\"File \\\"\\/TARAPIA\\\"\",\"icon\":\"https:\\/\\/www.mydomain.tld\\/nextcloud\\/apps\\/files\\/img\\/app.svg\",\"preview\":\"https:\\/\\/www.mydomain.tld\\/nextcloud\\/index.php\\/core\\/preview?x=64&y=64&fileId=6854801\",\"url\":\"https:\\/\\/www.mydomain.tld\\/nextcloud\\/index.php\\/f\\/6854801\",\"score\":1,\"groupShared\":false,\"virtualGroup\":[\"torXfj7HpODMNNR18kT4Cz5pZlkVsh3\",\"FSbxAk1k3rxHPnI7fvWpkTgC2guiPZ5\"],\"recipients\":[],\"improvements\":[],\"currentQuality\":[],\"meta\":{\"itemLastUpdate\":0,\"itemOwner\":\"userA\",\"linkCreation\":1711615868,\"itemKeywords\":[\"tarapia\"]}}","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0","version":"28.0.2.5","data":{"app":"related_resources"}}
Mar 28 09:51:08 mailer Nextcloud[31548]: {"reqId":"Dq1zfVkK1nJ90vkPex6n","level":0,"time":"2024-03-28T08:51:08+00:00","remoteAddr":"192.168.192.168","user":"userA","app":"related_resources","method":"GET","url":"/nextcloud/ocs/v2.php/apps/related_resources/related/files?itemId=6854801&format=json","message":"caching related from files.6854801 - {\"providerId\":\"files\",\"itemId\":\"6854801\",\"title\":\"TARAPIA\",\"subtitle\":\"Files\",\"tooltip\":\"File \\\"\\/TARAPIA\\\"\",\"icon\":\"https:\\/\\/www.mydomain.tld\\/nextcloud\\/apps\\/files\\/img\\/app.svg\",\"preview\":\"https:\\/\\/www.mydomain.tld\\/nextcloud\\/index.php\\/core\\/preview?x=64&y=64&fileId=6854801\",\"url\":\"https:\\/\\/www.mydomain.tld\\/nextcloud\\/index.php\\/f\\/6854801\",\"score\":1,\"groupShared\":false,\"virtualGroup\":[\"torXfj7HpODMNNR18kT4Cz5pZlkVsh3\",\"FSbxAk1k3rxHPnI7fvWpkTgC2guiPZ5\"],\"recipients\":[],\"improvements\":[],\"currentQuality\":[],\"meta\":{\"itemLastUpdate\":0,\"itemOwner\":\"userA\",\"linkCreation\":1711615868,\"itemKeywords\":[\"tarapia\"]}}","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0","version":"28.0.2.5","data":{"app":"related_resources"}}
Mar 28 09:51:20 mailer Nextcloud[31549]: {"reqId":"lXOhwxqISqcqtfhCQu0V","level":0,"time":"2024-03-28T08:51:20+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"user_saml","method":"GET","url":"/nextcloud/index.php/apps/files/files/6854801?dir=/TARAPIA","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0","version":"28.0.2.5","data":{"app":"user_saml"}}
Mar 28 09:51:20 mailer Nextcloud[31549]: {"reqId":"lXOhwxqISqcqtfhCQu0V","level":0,"time":"2024-03-28T08:51:20+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"user_ldap","method":"GET","url":"/nextcloud/index.php/apps/files/files/6854801?dir=/TARAPIA","message":"Calling LDAP function ldap_explode_dn with parameters [\"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6\",0]","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0","version":"28.0.2.5","data":{"app":"user_ldap"}}
Mar 28 09:51:21 mailer Nextcloud[31643]: {"reqId":"jwiIwy5D0inTyIuZ2NNe","level":0,"time":"2024-03-28T08:51:21+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"user_saml","method":"GET","url":"/nextcloud/ocs/v2.php/search/providers?from=%2Fnextcloud%2Fapps%2Ffiles%2Ffiles%2F6854801%3Fdir%3D%2FTARAPIA","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0","version":"28.0.2.5","data":{"app":"user_saml"}}
Mar 28 09:51:21 mailer Nextcloud[31643]: {"reqId":"jwiIwy5D0inTyIuZ2NNe","level":0,"time":"2024-03-28T08:51:21+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"user_ldap","method":"GET","url":"/nextcloud/ocs/v2.php/search/providers?from=%2Fnextcloud%2Fapps%2Ffiles%2Ffiles%2F6854801%3Fdir%3D%2FTARAPIA","message":"Calling LDAP function ldap_explode_dn with parameters [\"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6\",0]","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0","version":"28.0.2.5","data":{"app":"user_ldap"}}
Mar 28 09:51:21 mailer Nextcloud[31532]: {"reqId":"GozyWxCIuuByBkGcKYxW","level":0,"time":"2024-03-28T08:51:21+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"user_saml","method":"PROPFIND","url":"/nextcloud/remote.php/dav/files/4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6/TARAPIA/","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0","version":"28.0.2.5","data":{"app":"user_saml"}}
Mar 28 09:51:21 mailer Nextcloud[31532]: {"reqId":"GozyWxCIuuByBkGcKYxW","level":0,"time":"2024-03-28T08:51:21+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"user_ldap","method":"PROPFIND","url":"/nextcloud/remote.php/dav/files/4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6/TARAPIA/","message":"Calling LDAP function ldap_explode_dn with parameters [\"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6\",0]","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0","version":"28.0.2.5","data":{"app":"user_ldap"}}
Mar 28 09:51:27 mailer Nextcloud[31707]: {"reqId":"VDwoqsR7DGryQbo204jB","level":0,"time":"2024-03-28T08:51:27+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"user_saml","method":"PROPFIND","url":"/nextcloud/remote.php/dav/files/4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6/TARAPIA","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.2stable-Win64 (build 20240320) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"user_saml"}}
Mar 28 09:51:27 mailer Nextcloud[31707]: {"reqId":"VDwoqsR7DGryQbo204jB","level":0,"time":"2024-03-28T08:51:27+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"user_ldap","method":"PROPFIND","url":"/nextcloud/remote.php/dav/files/4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6/TARAPIA","message":"Calling LDAP function ldap_explode_dn with parameters [\"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6\",0]","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.2stable-Win64 (build 20240320) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"user_ldap"}}
Mar 28 09:51:35 mailer Nextcloud[31704]: {"reqId":"0lPpLyC4jQtflIjJciVy","level":0,"time":"2024-03-28T08:51:35+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"user_saml","method":"MOVE","url":"/nextcloud/remote.php/dav/files/4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6/TARAPIA","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0","version":"28.0.2.5","data":{"app":"user_saml"}}
Mar 28 09:51:35 mailer Nextcloud[31704]: {"reqId":"0lPpLyC4jQtflIjJciVy","level":0,"time":"2024-03-28T08:51:35+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"user_ldap","method":"MOVE","url":"/nextcloud/remote.php/dav/files/4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6/TARAPIA","message":"Calling LDAP function ldap_explode_dn with parameters [\"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6\",0]","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0","version":"28.0.2.5","data":{"app":"user_ldap"}}
Mar 28 09:51:45 mailer Nextcloud[31810]: {"reqId":"y2yutttnJOxwLHfmXHxl","level":0,"time":"2024-03-28T08:51:45+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"user_saml","method":"PROPFIND","url":"/nextcloud/remote.php/dav/files/4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6/TERAPIA/","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0","version":"28.0.2.5","data":{"app":"user_saml"}}
Mar 28 09:51:45 mailer Nextcloud[31810]: {"reqId":"y2yutttnJOxwLHfmXHxl","level":0,"time":"2024-03-28T08:51:45+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"user_ldap","method":"PROPFIND","url":"/nextcloud/remote.php/dav/files/4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6/TERAPIA/","message":"Calling LDAP function ldap_explode_dn with parameters [\"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6\",0]","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0","version":"28.0.2.5","data":{"app":"user_ldap"}}
Mar 28 09:51:45 mailer Nextcloud[31810]: {"reqId":"y2yutttnJOxwLHfmXHxl","level":0,"time":"2024-03-28T08:51:45+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"webdav","method":"PROPFIND","url":"/nextcloud/remote.php/dav/files/4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6/TERAPIA/","message":"{\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\NotFound\",\"Message\":\"File with name //TERAPIA could not be located\",\"Code\":0,\"Trace\":[{\"file\":\"/var/www/localhost/htdocs/nextcloud/3rdparty/sabre/dav/lib/DAV/Tree.php\",\"line\":83,\"function\":\"getChild\",\"class\":\"OCA\\\\DAV\\\\Connector\\\\Sabre\\\\Directory\",\"type\":\"->\"},{\"file\":\"/var/www/localhost/htdocs/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php\",\"line\":971,\"function\":\"getNodeForPath\",\"class\":\"Sabre\\\\DAV\\\\Tree\",\"type\":\"->\"},{\"file\":\"/var/www/localhost/htdocs/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php\",\"line\":1662,\"function\":\"getPropertiesIteratorForPath\",\"class\":\"Sabre\\\\DAV\\\\Server\",\"type\":\"->\"},{\"file\":\"/var/www/localhost/htdocs/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php\",\"line\":1647,\"function\":\"writeMultiStatus\",\"class\":\"Sabre\\\\DAV\\\\Server\",\"type\":\"->\"},{\"file\":\"/var/www/localhost/htdocs/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php\",\"line\":346,\"function\":\"generateMultiStatus\",\"class\":\"Sabre\\\\DAV\\\\Server\",\"type\":\"->\"},{\"file\":\"/var/www/localhost/htdocs/nextcloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php\",\"line\":89,\"function\":\"httpPropFind\",\"class\":\"Sabre\\\\DAV\\\\CorePlugin\",\"type\":\"->\"},{\"file\":\"/var/www/localhost/htdocs/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php\",\"line\":472,\"function\":\"emit\",\"class\":\"Sabre\\\\DAV\\\\Server\",\"type\":\"->\"},{\"file\":\"/var/www/localhost/htdocs/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php\",\"line\":253,\"function\":\"invokeMethod\",\"class\":\"Sabre\\\\DAV\\\\Server\",\"type\":\"->\"},{\"file\":\"/var/www/localhost/htdocs/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php\",\"line\":321,\"function\":\"start\",\"class\":\"Sabre\\\\DAV\\\\Server\",\"type\":\"->\"},{\"file\":\"/var/www/localhost/htdocs/nextcloud/apps/dav/lib/Server.php\",\"line\":370,\"function\":\"exec\",\"class\":\"Sabre\\\\DAV\\\\Server\",\"type\":\"->\"},{\"file\":\"/var/www/localhost/htdocs/nextcloud/apps/dav/appinfo/v2/remote.php\",\"line\":35,\"function\":\"exec\",\"class\":\"OCA\\\\DAV\\\\Server\",\"type\":\"->\"},{\"file\":\"/var/www/localhost/htdocs/nextcloud/remote.php\",\"line\":172,\"args\":[\"/var/www/localhost/htdocs/nextcloud/apps/dav/appinfo/v2/remote.php\"],\"function\":\"require_once\"}],\"File\":\"/var/www/localhost/htdocs/nextcloud/apps/dav/lib/Connector/Sabre/Directory.php\",\"Line\":226,\"message\":\"File with name //TERAPIA could not be located\",\"exception\":{},\"CustomMessage\":\"File with name //TERAPIA could not be located\"}","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0","version":"28.0.2.5"}
Mar 28 09:51:52 mailer Nextcloud[31549]: {"reqId":"Gxm6vPUZqsANqY75Udir","level":0,"time":"2024-03-28T08:51:52+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"user_saml","method":"GET","url":"/nextcloud/index.php/apps/files/files/6854801?dir=/TARAPIA","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0","version":"28.0.2.5","data":{"app":"user_saml"}}
Mar 28 09:51:52 mailer Nextcloud[31549]: {"reqId":"Gxm6vPUZqsANqY75Udir","level":0,"time":"2024-03-28T08:51:52+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"user_ldap","method":"GET","url":"/nextcloud/index.php/apps/files/files/6854801?dir=/TARAPIA","message":"Calling LDAP function ldap_explode_dn with parameters [\"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6\",0]","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0","version":"28.0.2.5","data":{"app":"user_ldap"}}
Mar 28 09:51:52 mailer Nextcloud[31643]: {"reqId":"g9oQXvnezZrDdkvohllz","level":0,"time":"2024-03-28T08:51:52+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"user_saml","method":"GET","url":"/nextcloud/index.php/apps/files/files/6854801?dir=/TERAPIA","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0","version":"28.0.2.5","data":{"app":"user_saml"}}
Mar 28 09:51:52 mailer Nextcloud[31643]: {"reqId":"g9oQXvnezZrDdkvohllz","level":0,"time":"2024-03-28T08:51:52+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"user_ldap","method":"GET","url":"/nextcloud/index.php/apps/files/files/6854801?dir=/TERAPIA","message":"Calling LDAP function ldap_explode_dn with parameters [\"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6\",0]","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0","version":"28.0.2.5","data":{"app":"user_ldap"}}
Mar 28 09:51:52 mailer Nextcloud[31525]: {"reqId":"bnaPWRdgx2wABgNrG49m","level":0,"time":"2024-03-28T08:51:52+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"user_saml","method":"GET","url":"/nextcloud/ocs/v2.php/search/providers?from=%2Fnextcloud%2Fapps%2Ffiles%2Ffiles%2F6854801%3Fdir%3D%2FTERAPIA","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0","version":"28.0.2.5","data":{"app":"user_saml"}}
Mar 28 09:51:52 mailer Nextcloud[31525]: {"reqId":"bnaPWRdgx2wABgNrG49m","level":0,"time":"2024-03-28T08:51:52+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"user_ldap","method":"GET","url":"/nextcloud/ocs/v2.php/search/providers?from=%2Fnextcloud%2Fapps%2Ffiles%2Ffiles%2F6854801%3Fdir%3D%2FTERAPIA","message":"Calling LDAP function ldap_explode_dn with parameters [\"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6\",0]","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0","version":"28.0.2.5","data":{"app":"user_ldap"}}
Mar 28 09:51:52 mailer Nextcloud[31600]: {"reqId":"oM9UUQD1qGo1GAKewaEz","level":0,"time":"2024-03-28T08:51:52+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"user_saml","method":"PROPFIND","url":"/nextcloud/remote.php/dav/files/4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6/TERAPIA/","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0","version":"28.0.2.5","data":{"app":"user_saml"}}
Mar 28 09:51:52 mailer Nextcloud[31600]: {"reqId":"oM9UUQD1qGo1GAKewaEz","level":0,"time":"2024-03-28T08:51:52+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"user_ldap","method":"PROPFIND","url":"/nextcloud/remote.php/dav/files/4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6/TERAPIA/","message":"Calling LDAP function ldap_explode_dn with parameters [\"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6\",0]","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0","version":"28.0.2.5","data":{"app":"user_ldap"}}
Mar 28 09:52:01 mailer Nextcloud[31707]: {"reqId":"0WEDE75vAJooRhirajga","level":0,"time":"2024-03-28T08:52:01+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"user_saml","method":"GET","url":"/nextcloud/index.php/apps/files/files/6854801?dir=/TARAPIA","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0","version":"28.0.2.5","data":{"app":"user_saml"}}
Mar 28 09:52:01 mailer Nextcloud[31707]: {"reqId":"0WEDE75vAJooRhirajga","level":0,"time":"2024-03-28T08:52:01+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"user_ldap","method":"GET","url":"/nextcloud/index.php/apps/files/files/6854801?dir=/TARAPIA","message":"Calling LDAP function ldap_explode_dn with parameters [\"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6\",0]","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0","version":"28.0.2.5","data":{"app":"user_ldap"}}
Mar 28 09:52:01 mailer Nextcloud[31548]: {"reqId":"LthuVH5x9kpkTcO8dow1","level":0,"time":"2024-03-28T08:52:01+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"user_saml","method":"GET","url":"/nextcloud/index.php/apps/files/files/6854801?dir=/TERAPIA","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0","version":"28.0.2.5","data":{"app":"user_saml"}}
Mar 28 09:52:01 mailer Nextcloud[31548]: {"reqId":"LthuVH5x9kpkTcO8dow1","level":0,"time":"2024-03-28T08:52:01+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"user_ldap","method":"GET","url":"/nextcloud/index.php/apps/files/files/6854801?dir=/TERAPIA","message":"Calling LDAP function ldap_explode_dn with parameters [\"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6\",0]","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0","version":"28.0.2.5","data":{"app":"user_ldap"}}
Mar 28 09:52:02 mailer Nextcloud[31491]: {"reqId":"P3aq4VrY4AU7t4sLemU5","level":0,"time":"2024-03-28T08:52:02+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"user_saml","method":"GET","url":"/nextcloud/ocs/v2.php/search/providers?from=%2Fnextcloud%2Fapps%2Ffiles%2Ffiles%2F6854801%3Fdir%3D%2FTERAPIA","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0","version":"28.0.2.5","data":{"app":"user_saml"}}
Mar 28 09:52:02 mailer Nextcloud[31491]: {"reqId":"P3aq4VrY4AU7t4sLemU5","level":0,"time":"2024-03-28T08:52:02+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"user_ldap","method":"GET","url":"/nextcloud/ocs/v2.php/search/providers?from=%2Fnextcloud%2Fapps%2Ffiles%2Ffiles%2F6854801%3Fdir%3D%2FTERAPIA","message":"Calling LDAP function ldap_explode_dn with parameters [\"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6\",0]","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0","version":"28.0.2.5","data":{"app":"user_ldap"}}
Mar 28 09:52:02 mailer Nextcloud[31643]: {"reqId":"ekFjAZjVyIKLnJDAIJCk","level":0,"time":"2024-03-28T08:52:02+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"user_saml","method":"PROPFIND","url":"/nextcloud/remote.php/dav/files/4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6/TERAPIA/","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0","version":"28.0.2.5","data":{"app":"user_saml"}}
Mar 28 09:52:02 mailer Nextcloud[31643]: {"reqId":"ekFjAZjVyIKLnJDAIJCk","level":0,"time":"2024-03-28T08:52:02+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"user_ldap","method":"PROPFIND","url":"/nextcloud/remote.php/dav/files/4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6/TERAPIA/","message":"Calling LDAP function ldap_explode_dn with parameters [\"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6\",0]","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0","version":"28.0.2.5","data":{"app":"user_ldap"}}
Mar 28 09:52:27 mailer Nextcloud[31707]: {"reqId":"7oInw0FQ52H2dKsnZcOk","level":0,"time":"2024-03-28T08:52:27+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"user_saml","method":"PROPFIND","url":"/nextcloud/remote.php/dav/files/4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6/TERAPIA","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.2stable-Win64 (build 20240320) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"user_saml"}}
Mar 28 09:52:27 mailer Nextcloud[31707]: {"reqId":"7oInw0FQ52H2dKsnZcOk","level":0,"time":"2024-03-28T08:52:27+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"user_ldap","method":"PROPFIND","url":"/nextcloud/remote.php/dav/files/4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6/TERAPIA","message":"Calling LDAP function ldap_explode_dn with parameters [\"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6\",0]","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.2stable-Win64 (build 20240320) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"user_ldap"}}
Mar 28 09:54:43 mailer Nextcloud[31654]: {"reqId":"32xFEMCCaKM9nZUGkG2R","level":0,"time":"2024-03-28T08:54:43+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"user_saml","method":"MOVE","url":"/nextcloud/remote.php/dav/files/4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6/TERAPIA","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0","version":"28.0.2.5","data":{"app":"user_saml"}}
Mar 28 09:54:43 mailer Nextcloud[31654]: {"reqId":"32xFEMCCaKM9nZUGkG2R","level":0,"time":"2024-03-28T08:54:43+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"user_ldap","method":"MOVE","url":"/nextcloud/remote.php/dav/files/4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6/TERAPIA","message":"Calling LDAP function ldap_explode_dn with parameters [\"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6\",0]","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0","version":"28.0.2.5","data":{"app":"user_ldap"}}
Mar 28 09:54:47 mailer Nextcloud[31600]: {"reqId":"E0Y6wxfOJiEyRksex9Io","level":0,"time":"2024-03-28T08:54:47+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"user_saml","method":"PROPFIND","url":"/nextcloud/remote.php/dav/files/4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6/TORAPIA/","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0","version":"28.0.2.5","data":{"app":"user_saml"}}
Mar 28 09:54:47 mailer Nextcloud[31600]: {"reqId":"E0Y6wxfOJiEyRksex9Io","level":0,"time":"2024-03-28T08:54:47+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"user_ldap","method":"PROPFIND","url":"/nextcloud/remote.php/dav/files/4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6/TORAPIA/","message":"Calling LDAP function ldap_explode_dn with parameters [\"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6\",0]","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0","version":"28.0.2.5","data":{"app":"user_ldap"}}
Mar 28 09:54:47 mailer Nextcloud[31600]: {"reqId":"E0Y6wxfOJiEyRksex9Io","level":0,"time":"2024-03-28T08:54:47+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"webdav","method":"PROPFIND","url":"/nextcloud/remote.php/dav/files/4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6/TORAPIA/","message":"{\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\NotFound\",\"Message\":\"File with name //TORAPIA could not be located\",\"Code\":0,\"Trace\":[{\"file\":\"/var/www/localhost/htdocs/nextcloud/3rdparty/sabre/dav/lib/DAV/Tree.php\",\"line\":83,\"function\":\"getChild\",\"class\":\"OCA\\\\DAV\\\\Connector\\\\Sabre\\\\Directory\",\"type\":\"->\"},{\"file\":\"/var/www/localhost/htdocs/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php\",\"line\":971,\"function\":\"getNodeForPath\",\"class\":\"Sabre\\\\DAV\\\\Tree\",\"type\":\"->\"},{\"file\":\"/var/www/localhost/htdocs/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php\",\"line\":1662,\"function\":\"getPropertiesIteratorForPath\",\"class\":\"Sabre\\\\DAV\\\\Server\",\"type\":\"->\"},{\"file\":\"/var/www/localhost/htdocs/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php\",\"line\":1647,\"function\":\"writeMultiStatus\",\"class\":\"Sabre\\\\DAV\\\\Server\",\"type\":\"->\"},{\"file\":\"/var/www/localhost/htdocs/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php\",\"line\":346,\"function\":\"generateMultiStatus\",\"class\":\"Sabre\\\\DAV\\\\Server\",\"type\":\"->\"},{\"file\":\"/var/www/localhost/htdocs/nextcloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php\",\"line\":89,\"function\":\"httpPropFind\",\"class\":\"Sabre\\\\DAV\\\\CorePlugin\",\"type\":\"->\"},{\"file\":\"/var/www/localhost/htdocs/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php\",\"line\":472,\"function\":\"emit\",\"class\":\"Sabre\\\\DAV\\\\Server\",\"type\":\"->\"},{\"file\":\"/var/www/localhost/htdocs/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php\",\"line\":253,\"function\":\"invokeMethod\",\"class\":\"Sabre\\\\DAV\\\\Server\",\"type\":\"->\"},{\"file\":\"/var/www/localhost/htdocs/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php\",\"line\":321,\"function\":\"start\",\"class\":\"Sabre\\\\DAV\\\\Server\",\"type\":\"->\"},{\"file\":\"/var/www/localhost/htdocs/nextcloud/apps/dav/lib/Server.php\",\"line\":370,\"function\":\"exec\",\"class\":\"Sabre\\\\DAV\\\\Server\",\"type\":\"->\"},{\"file\":\"/var/www/localhost/htdocs/nextcloud/apps/dav/appinfo/v2/remote.php\",\"line\":35,\"function\":\"exec\",\"class\":\"OCA\\\\DAV\\\\Server\",\"type\":\"->\"},{\"file\":\"/var/www/localhost/htdocs/nextcloud/remote.php\",\"line\":172,\"args\":[\"/var/www/localhost/htdocs/nextcloud/apps/dav/appinfo/v2/remote.php\"],\"function\":\"require_once\"}],\"File\":\"/var/www/localhost/htdocs/nextcloud/apps/dav/lib/Connector/Sabre/Directory.php\",\"Line\":226,\"message\":\"File with name //TORAPIA could not be located\",\"exception\":{},\"CustomMessage\":\"File with name //TORAPIA could not be located\"}","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0","version":"28.0.2.5"}
Mar 28 09:54:57 mailer Nextcloud[31643]: {"reqId":"zTFzsmt4pgP2DvnisJKk","level":0,"time":"2024-03-28T08:54:57+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"user_saml","method":"PROPFIND","url":"/nextcloud/remote.php/dav/files/4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6/TORAPIA","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.2stable-Win64 (build 20240320) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"user_saml"}}
Mar 28 09:54:57 mailer Nextcloud[31643]: {"reqId":"zTFzsmt4pgP2DvnisJKk","level":0,"time":"2024-03-28T08:54:57+00:00","remoteAddr":"192.168.192.168","user":"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6","app":"user_ldap","method":"PROPFIND","url":"/nextcloud/remote.php/dav/files/4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6/TORAPIA","message":"Calling LDAP function ldap_explode_dn with parameters [\"4ce16f3c-28c2-4bc3-ac3e-ed3222a815d6\",0]","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.2stable-Win64 (build 20240320) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"user_ldap"}}
Additional info

Gentoo linux up to date: apache 2.4.58, php-fpm 8.2.15, mariadb 10.6.17, redis 7.2.4
The installation method is basically manual untar + hardlinks but performed by the package manager. Maybe worth mentioning.

The logs are the results of grep -E "TERAPIA|TARAPIA|TORAPIA" /var/log/nextcloud (edited for privacy) taken during the tests previously described.
This used to be an owncloud installation, successfully migrated and later upgraded through at least two major versions and several minors.
I tried to be thorough, hope you have all needed information.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the sequence described: share a folder, rename it as the recipient, reload, and compare the interface with the old share URL. Start by tracing the share API request and the /apps/files/files/... and DAV requests shown in the logs, then verify that the renamed folder remains listed and clickable after reload.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.