server icon indicating copy to clipboard operation
server copied to clipboard

[Bug]: any share has break to access files

Open EricThi opened this issue 3 years ago • 8 comments

⚠️ This issue respects the following points: ⚠️

  • [X] This is a bug, not a question or a configuration/webserver/proxy issue.
  • [X] This issue is not already reported on Github (I've searched it).
  • [X] Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
  • [X] Nextcloud Server is running on 64bit capable CPU, PHP and OS.
  • [X] I agree to follow Nextcloud's Code of Conduct.

Bug description

For any share, i get error to see/access files With examples and screenshots : Here, share between to users of my instance Screenshot 2023-01-05 at 09-29-18 Screenshots - Files - Nextcloud

And here with rights on share : Screenshot 2023-01-05 at 09-32-11 InstantUpload - Files - Nextcloud (same issue if add/del some right(s) )

Log on nginx :

ip.of.request - - [05/Jan/2023:10:10:49 +0100] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0"
ip.of.request - - [05/Jan/2023:10:10:53 +0100] "GET /apps/files/?dir=/Share/InstantUpload/Pictures&fileid=498216 HTTP/2.0" 200 15752 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0"
ip.of.request - - [05/Jan/2023:10:10:53 +0100] "GET /apps/integration_whiteboard/css/style.css?v=1b123539-1 HTTP/2.0" 404 20 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0"
ip.of.request - - [05/Jan/2023:10:10:54 +0100] "GET /ocs/v2.php/search/providers?from=%2Fapps%2Ffiles%2F%3Fdir%3D%2FShare%2FInstantUpload%2FPictures%26fileid%3D498216 HTTP/2.0" 200 334 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0"
ip.of.request - - [05/Jan/2023:10:10:56 +0100] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 1183 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0"
ip.of.request - - [05/Jan/2023:10:10:56 +0100] "GET /apps/files_sharing/api/externalShares HTTP/2.0" 200 22 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0"
ip.of.request - - [05/Jan/2023:10:10:56 +0100] "PROPFIND /remote.php/dav/files/username/Share/InstantUpload/Pictures HTTP/2.0" 207 813 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0"
ip.of.request - - [05/Jan/2023:10:10:56 +0100] "GET /ocs/v2.php/apps/text/workspace?path=%2FShare%2FInstantUpload%2FPictures HTTP/2.0" 404 142 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0"
ip.of.request - - [05/Jan/2023:10:10:56 +0100] "GET /apps/recommendations/api/recommendations HTTP/2.0" 200 342 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0"

ip.of.request - - [05/Jan/2023:10:10:56 +0100] "GET /apps/files/ajax/getstoragestats?dir=%2FShare%2FInstantUpload%2FPictures HTTP/2.0" 200 234 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0"
ip.of.request - - [05/Jan/2023:10:10:56 +0100] "GET /core/preview?fileId=498228&c=35b8eb32d2cc72ef3353e0aad5a1f334&x=250&y=250&forceIcon=0&a=0 HTTP/2.0" 404 2 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0"
ip.of.request - - [05/Jan/2023:10:11:01 +0100] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0"

I get this view : Screenshot 2023-01-05 at 10-15-12 1665417891919 jpg - Nextcloud

After, on detail via app metadata, i get exif informations about picture... i can't see it and i can get metadata...

no log on nextcloud.log except if remove all right (view-only mode) and get this error :

==> /path/data/nextcloud.log <== 
{"reqId":"W9aGdUg5KeSfW6h8SLwr","level":3,"time":"2023-01-05T09:05:04+00:00","remoteAddr":"ip","user":"username","app":"webdav","method":"GET","url":"/remote.php/dav/files/username/Share/InstantUpload/Pictures/1665417891919.jpg","message":"Access to this resource has been denied because it is in view-only mode.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0","version":"25.0.2.3","exception":{"Exception":"OCA\\DAV\\Connector\\Sabre\\Exception\\Forbidden","Message":"Access to this resource has been denied because it is in view-only mode.","Code":0,"Trace":[{"file":"/path/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"checkViewOnly","class":"OCA\\DAV\\DAV\\ViewOnlyPlugin","type":"->"},{"file":"/path/3rdparty/sabre/dav/lib/DAV/Server.php","line":472,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/apps/dav/lib/Server.php","line":360,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/path/remote.php","line":171,"args":["/path/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/path/apps/dav/lib/DAV/ViewOnlyPlugin.php","Line":96,"message":"Access to this resource has been denied because it is in view-only mode.","exception":{},"CustomMessage":"Access to this resource has been denied because it is in view-only mode."}}

If create share link(folder or file) : View after open link : Screenshot 2023-01-05 at 10-19-56 1665417891919 jpg

Permissions on share link : Screenshot 2023-01-05 at 10-18-09 Pictures - Files - Nextcloud

Log on nginx (no log on nextcloud.log) :

ip.of.request - - [05/Jan/2023:10:18:42 +0100] "GET /s/zk6zdeKMkJrNLJJ HTTP/2.0" 200 10138 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0"
ip.of.request - - [05/Jan/2023:10:18:42 +0100] "GET /apps/integration_whiteboard/css/style.css?v=1b123539-1 HTTP/2.0" 404 20 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0"
ip.of.request - zk6zdeKMkJrNLJJ [05/Jan/2023:10:18:43 +0100] "PROPFIND /public.php/webdav/ HTTP/2.0" 207 967 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0"
ip.of.request - - [05/Jan/2023:10:18:43 +0100] "GET /apps/files_sharing/publicpreview/zk6zdeKMkJrNLJJ?file=/&fileId=498228&x=1874&y=1007&a=true HTTP/2.0" 404 2 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0)
 Gecko/20100101 Firefox/109.0"
ip.of.request - - [05/Jan/2023:10:18:43 +0100] "GET /s/zk6zdeKMkJrNLJJ/download?path=&files= HTTP/2.0" 200 1399827 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0"
ip.of.request - - [05/Jan/2023:10:19:03 +0100] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 470 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0"

If set permission "Hide Download" : Screenshot 2023-01-05 at 10-23-41 1665417891919 jpg If put ok loop on error message and top tab : no reactions

log of nginx (no nextcloud.log) :

ip.of.request - - [05/Jan/2023:10:24:54 +0100] "GET /s/zk6zdeKMkJrNLJJ HTTP/2.0" 200 9649 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0"
ip.of.request - - [05/Jan/2023:10:24:54 +0100] "GET /apps/integration_whiteboard/css/style.css?v=1b123539-1 HTTP/2.0" 404 20 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0"
ip.of.request - zk6zdeKMkJrNLJJ [05/Jan/2023:10:24:55 +0100] "PROPFIND /public.php/webdav/ HTTP/2.0" 207 967 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0"
ip.of.request - - [05/Jan/2023:10:24:55 +0100] "GET /apps/richdocumentscode/proxy.php?status HTTP/2.0" 200 35 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0"
ip.of.request - - [05/Jan/2023:10:24:56 +0100] "GET /apps/richdocuments/public?shareToken=zk6zdeKMkJrNLJJ&fileName=1665417891919.jpg&requesttoken=Oa9lO06F3rscTjK0I%2BmU45DvU%2BZu2q0Zyww3rOmpkaA%3D%3AUPosYzbwlo9bD2XNedzf0N2HNpwfg5Rbm3kYw93AwdM%3D&fileId=%7BfileId%7D HTTP/2.0" 200 10247 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0"
ip.of.request - - [05/Jan/2023:10:24:56 +0100] "GET /apps/files_sharing/publicpreview/zk6zdeKMkJrNLJJ?file=/&fileId=498228&x=1874&y=1007&a=true HTTP/2.0" 404 2 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0"
ip.of.request - - [05/Jan/2023:10:24:56 +0100] "GET /s/zk6zdeKMkJrNLJJ/download?path=&files= HTTP/2.0" 200 1399827 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0"
ip.of.request - - [05/Jan/2023:10:24:56 +0100] "GET /apps/richdocumentscode/proxy.php?status HTTP/2.0" 200 35 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0"
ip.of.request - - [05/Jan/2023:10:24:56 +0100] "POST /apps/richdocumentscode/proxy.php?req=/browser/a4b9c74/cool.html?WOPISrc=https%3A%2F%2Fcloud.eric.ovh%2Findex.php%2Fapps%2Frichdocuments%2Fwopi%2Ffiles%2F498228_oc86iehatdi4&title=1665417891919.jpg&lang=en&closebutton=1&revisionhistory=1 HTTP/2.0" 200 9142 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0"
ip.of.request - - [05/Jan/2023:10:24:56 +0100] "POST /apps/richdocumentscode/proxy.php?req=/cool/https%3A%2F%2Fcloud.eric.ovh%2Findex.php%2Fapps%2Frichdocuments%2Fwopi%2Ffiles%2F498228_oc86iehatdi4%3Faccess_token%3DlO8L3WmQH1GCSnC3M5VpWegAhW8NRVjE%26access_token_ttl%3D1672946696000/ws?WOPISrc=https%3A%2F%2Fcloud.eric.ovh%2Findex.php%2Fapps%2Frichdocuments%2Fwopi%2Ffiles%2F498228_oc86iehatdi4&compat=/ws/open/open/0 HTTP/2.0" 200 32 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0"
ip.of.request - - [05/Jan/2023:10:24:57 +0100] "POST /apps/richdocumentscode/proxy.php?req=/cool/https%3A%2F%2Fcloud.eric.ovh%2Findex.php%2Fapps%2Frichdocuments%2Fwopi%2Ffiles%2F498228_oc86iehatdi4%3Faccess_token%3DlO8L3WmQH1GCSnC3M5VpWegAhW8NRVjE%26access_token_ttl%3D1672946696000/ws?WOPISrc=https%3A%2F%2Fcloud.eric.ovh%2Findex.php%2Fapps%2Frichdocuments%2Fwopi%2Ffiles%2F498228_oc86iehatdi4&compat=/ws/d87c1fc75455ca06a82c521deb283fd8/write/2 HTTP/2.0" 400 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0"
ip.of.request - - [05/Jan/2023:10:24:57 +0100] "POST /apps/richdocumentscode/proxy.php?req=/cool/https%3A%2F%2Fcloud.eric.ovh%2Findex.php%2Fapps%2Frichdocuments%2Fwopi%2Ffiles%2F498228_oc86iehatdi4%3Faccess_token%3DlO8L3WmQH1GCSnC3M5VpWegAhW8NRVjE%26access_token_ttl%3D1672946696000%26permission%3Dedit/ws?WOPISrc=https%3A%2F%2Fcloud.eric.ovh%2Findex.php%2Fapps%2Frichdocuments%2Fwopi%2Ffiles%2F498228_oc86iehatdi4&compat=/ws/open/open/0 HTTP/2.0" 200 32 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0"
ip.of.request - - [05/Jan/2023:10:24:57 +0100] "POST /apps/richdocumentscode/proxy.php?req=/cool/https%3A%2F%2Fcloud.eric.ovh%2Findex.php%2Fapps%2Frichdocuments%2Fwopi%2Ffiles%2F498228_oc86iehatdi4%3Faccess_token%3DlO8L3WmQH1GCSnC3M5VpWegAhW8NRVjE%26access_token_ttl%3D1672946696000%26permission%3Dedit/ws?WOPISrc=https%3A%2F%2Fcloud.eric.ovh%2Findex.php%2Fapps%2Frichdocuments%2Fwopi%2Ffiles%2F498228_oc86iehatdi4&compat=/ws/4eed9c1cba8b851dbfa9db6b6ff14ca3/write/4 HTTP/2.0" 400 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0"
ip.of.request - - [05/Jan/2023:10:25:03 +0100] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 547 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0"
ip.of.request - - [05/Jan/2023:10:25:08 +0100] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0"

not only for picture : break video/music/etc

same issue on nextcloud app (tested on android only) if share picture on talk room : same issue, picture can't be see

Steps to reproduce

  1. create share : internal or link
  2. for user, test to open file or open link
  3. see error to load it

Expected behavior

see picture, open music file

Installation method

Community Manual installation with Archive

Operating system

Other

PHP engine version

PHP 8.1

Web server

Nginx

Database engine version

MySQL

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

Updated to a major version (ex. 22.2.3 to 23.0.1)

Are you using the Nextcloud Server Encryption module?

Encryption is Disabled

What user-backends are you using?

  • [X] Default user-backend (database)
  • [ ] LDAP/ Active Directory
  • [ ] SSO - SAML
  • [ ] Other

Configuration report

occ config:list system    
{
    "system": {
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "***REMOVED SENSITIVE VALUE***",
            "www.***REMOVED SENSITIVE VALUE***"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "25.0.2.3",
        "overwrite.cli.url": "https:\/\/***REMOVED SENSITIVE VALUE***",
        "overwriteprotocol": "https",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "mysql.utf8mb4": true,
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "default_locale": "fr",
        "default_phone_region": "BE",
        "app_install_overwrite": [
            "caniupdate",
            "ocsms",
            "socialsharing_email",
            "drawio",
            "integration_whiteboard"
        ],
        "memcache.local": "\\OC\\Memcache\\APCu",
        "memcache.distributed": "\\OC\\Memcache\\Redis",
        "mail_smtpmode": "smtp",
        "mail_smtpsecure": "ssl",
        "mail_sendmailmode": "smtp",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpauthtype": "LOGIN",
        "mail_smtpauth": 1,
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "465",
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "maintenance": false,
        "theme": "",
        "loglevel": 2,
        "trashbin_retention_obligation": "auto"
    }
}

List of activated Apps

occ app:list 
Enabled:
  - activity: 2.17.0
  - admin_audit: 1.15.0
  - announcementcenter: 6.4.0
  - appointments: 1.14.8
  - bookmarks: 12.0.0
  - bruteforcesettings: 2.5.0
  - calendar: 4.2.0
  - circles: 25.0.0
  - cloud_federation_api: 1.8.0
  - comments: 1.15.0
  - contacts: 5.0.2
  - contactsinteraction: 1.6.0
  - cospend: 1.5.4
  - dav: 1.24.0
  - deck: 1.8.3
  - drawio: 2.0.2
  - federatedfilesharing: 1.15.0
  - federation: 1.15.0
  - files: 1.20.1
  - files_mindmap: 0.0.27
  - files_pdfviewer: 2.6.0
  - files_rightclick: 1.4.0
  - files_sharing: 1.17.0
  - files_trashbin: 1.15.0
  - files_versions: 1.18.0
  - firstrunwizard: 2.14.0
  - forms: 3.0.3
  - groupfolders: 13.1.0
  - integration_whiteboard: 0.0.14
  - logreader: 2.10.0
  - lookup_server_connector: 1.13.0
  - mail: 2.2.2
  - mediadc: 0.3.2
  - metadata: 0.17.0
  - nextcloud_announcements: 1.14.0
  - notes: 4.6.0
  - notifications: 2.13.1
  - oauth2: 1.13.0
  - password_policy: 1.15.0
  - photos: 2.0.1
  - polls: 4.0.0
  - privacy: 1.9.0
  - provisioning_api: 1.15.0
  - quota_warning: 1.15.0
  - recommendations: 1.4.0
  - related_resources: 1.0.3
  - richdocuments: 7.0.2
  - richdocumentscode: 22.5.802
  - serverinfo: 1.15.0
  - settings: 1.7.0
  - sharebymail: 1.15.0
  - sharerenamer: 3.1.0
  - spreed: 15.0.2
  - support: 1.8.0
  - survey_client: 1.13.0
  - suspicious_login: 4.3.0
  - text: 3.6.0
  - theming: 2.0.1
  - twofactor_backupcodes: 1.14.0
  - twofactor_email: 2.7.1
  - twofactor_totp: 7.0.0
  - twofactor_webauthn: 1.0.0
  - updatenotification: 1.15.0
  - viewer: 1.9.0
  - workflowengine: 2.7.0
Disabled:
  - dashboard: 7.1.0
  - encryption
  - files_external
  - ocsms: 2.2.0
  - socialsharing_email: 2.5.0
  - systemtags: 1.11.0
  - twofactor_u2f: 6.3.0
  - user_ldap
  - user_status: 1.1.1
  - weather_status: 1.1.0

Nextcloud Signing status

No errors have been found.

Nextcloud Logs

{"reqId":"6VXmL2SkJkIO2pjQFJTG","level":3,"time":"2023-01-05T00:04:06+00:00","remoteAddr":"","user":"--","app":"core","method":"","url":"--","message":"Error while running background job (class: OCA\\Bookmarks\\BackgroundJobs\\CrawlJob, arguments: )","userAgent":"--","version":"25.0.2.3","exception":{"Exception":"League\\Uri\\Exceptions\\SyntaxError","Message":"If there is no authority the path `//index.html` can not start with a `//`.","Code":0,"Trace":[{"file":"/path/apps/twofactor_webauthn/vendor/league/uri/src/Uri.php","line":1359,"function":"assertValidState","class":"League\\Uri\\Uri","type":"->"},{"file":"/path/apps/twofactor_webauthn/vendor/league/uri/src/Http.php","line":276,"function":"withPath","class":"League\\Uri\\Uri","type":"->"},{"file":"/path/apps/twofactor_webauthn/vendor/league/uri/src/UriResolver.php","line":83,"function":"withPath","class":"League\\Uri\\Http","type":"->"},{"file":"/path/apps/bookmarks/vendor/fivefilters/readability.php/src/Readability.php","line":813,"function":"resolve","class":"League\\Uri\\UriResolver","type":"::"},{"file":"/path/apps/bookmarks/vendor/fivefilters/readability.php/src/Readability.php","line":2211,"function":"toAbsoluteURI","class":"fivefilters\\Readability\\Readability","type":"->"},{"file":"/path/apps/bookmarks/vendor/fivefilters/readability.php/src/Readability.php","line":258,"function":"postProcessContent","class":"fivefilters\\Readability\\Readability","type":"->"},{"file":"/path/apps/bookmarks/lib/Service/CrawlService.php","line":125,"function":"parse","class":"fivefilters\\Readability\\Readability","type":"->"},{"file":"/path/apps/bookmarks/lib/Service/CrawlService.php","line":106,"function":"archiveContent","class":"OCA\\Bookmarks\\Service\\CrawlService","type":"->"},{"file":"/path/apps/bookmarks/lib/BackgroundJobs/CrawlJob.php","line":54,"function":"crawl","class":"OCA\\Bookmarks\\Service\\CrawlService","type":"->"},{"file":"/path/lib/public/BackgroundJob/Job.php","line":78,"function":"run","class":"OCA\\Bookmarks\\BackgroundJobs\\C ...
{"reqId":"WH6eh4vYvP2HtfLhJWgH","level":3,"time":"2023-01-05T08:14:14+00:00","remoteAddr":"","user":"--","app":"core","method":"","url":"--","message":"Error while running background job (class: OCA\\Bookmarks\\BackgroundJobs\\CrawlJob, arguments: )","userAgent":"--","version":"25.0.2.3","exception":{"Exception":"League\\Uri\\Exceptions\\SyntaxError","Message":"If there is no authority the path `//index.html` can not start with a `//`.","Code":0,"Trace":[{"file":"/path/apps/twofactor_webauthn/vendor/league/uri/src/Uri.php","line":1359,"function":"assertValidState","class":"League\\Uri\\Uri","type":"->"},{"file":"/path/apps/twofactor_webauthn/vendor/league/uri/src/Http.php","line":276,"function":"withPath","class":"League\\Uri\\Uri","type":"->"},{"file":"/path/apps/twofactor_webauthn/vendor/league/uri/src/UriResolver.php","line":83,"function":"withPath","class":"League\\Uri\\Http","type":"->"},{"file":"/path/apps/bookmarks/vendor/fivefilters/readability.php/src/Readability.php","line":813,"function":"resolve","class":"League\\Uri\\UriResolver","type":"::"},{"file":"/path/apps/bookmarks/vendor/fivefilters/readability.php/src/Readability.php","line":2211,"function":"toAbsoluteURI","class":"fivefilters\\Readability\\Readability","type":"->"},{"file":"/path/apps/bookmarks/vendor/fivefilters/readability.php/src/Readability.php","line":258,"function":"postProcessContent","class":"fivefilters\\Readability\\Readability","type":"->"},{"file":"/path/apps/bookmarks/lib/Service/CrawlService.php","line":125,"function":"parse","class":"fivefilters\\Readability\\Readability","type":"->"},{"file":"/path/apps/bookmarks/lib/Service/CrawlService.php","line":106,"function":"archiveContent","class":"OCA\\Bookmarks\\Service\\CrawlService","type":"->"},{"file":"/path/apps/bookmarks/lib/BackgroundJobs/CrawlJob.php","line":54,"function":"crawl","class":"OCA\\Bookmarks\\Service\\CrawlService","type":"->"},{"file":"/path/lib/public/BackgroundJob/Job.php","line":78,"function":"run","class":"OCA\\Bookmarks\\BackgroundJobs\\C ...
{"reqId":"JGXqUbD52TIZlXb2ttUm","level":3,"time":"2023-01-05T08:24:14+00:00","remoteAddr":"","user":"--","app":"core","method":"","url":"--","message":"Error while running background job (class: OCA\\Bookmarks\\BackgroundJobs\\CrawlJob, arguments: )","userAgent":"--","version":"25.0.2.3","exception":{"Exception":"League\\Uri\\Exceptions\\SyntaxError","Message":"If there is no authority the path `//index.html` can not start with a `//`.","Code":0,"Trace":[{"file":"/path/apps/twofactor_webauthn/vendor/league/uri/src/Uri.php","line":1359,"function":"assertValidState","class":"League\\Uri\\Uri","type":"->"},{"file":"/path/apps/twofactor_webauthn/vendor/league/uri/src/Http.php","line":276,"function":"withPath","class":"League\\Uri\\Uri","type":"->"},{"file":"/path/apps/twofactor_webauthn/vendor/league/uri/src/UriResolver.php","line":83,"function":"withPath","class":"League\\Uri\\Http","type":"->"},{"file":"/path/apps/bookmarks/vendor/fivefilters/readability.php/src/Readability.php","line":813,"function":"resolve","class":"League\\Uri\\UriResolver","type":"::"},{"file":"/path/apps/bookmarks/vendor/fivefilters/readability.php/src/Readability.php","line":2211,"function":"toAbsoluteURI","class":"fivefilters\\Readability\\Readability","type":"->"},{"file":"/path/apps/bookmarks/vendor/fivefilters/readability.php/src/Readability.php","line":258,"function":"postProcessContent","class":"fivefilters\\Readability\\Readability","type":"->"},{"file":"/path/apps/bookmarks/lib/Service/CrawlService.php","line":125,"function":"parse","class":"fivefilters\\Readability\\Readability","type":"->"},{"file":"/path/apps/bookmarks/lib/Service/CrawlService.php","line":106,"function":"archiveContent","class":"OCA\\Bookmarks\\Service\\CrawlService","type":"->"},{"file":"/path/apps/bookmarks/lib/BackgroundJobs/CrawlJob.php","line":54,"function":"crawl","class":"OCA\\Bookmarks\\Service\\CrawlService","type":"->"},{"file":"/path/lib/public/BackgroundJob/Job.php","line":78,"function":"run","class":"OCA\\Bookmarks\\BackgroundJobs\\C ...
{"reqId":"yj8uaoDmaKjnyWAXMCWC","level":3,"time":"2023-01-05T08:27:33+00:00","remoteAddr":"ip.of.request","user":"username","app":"webdav","method":"GET","url":"/remote.php/dav/files/username/InstantUpload/Pictures/Screenshots/Screenshot_20221008-193427_NatureID.png","message":"Access to this resource has been denied because it is in view-only mode.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0","version":"25.0.2.3","exception":{"Exception":"OCA\\DAV\\Connector\\Sabre\\Exception\\Forbidden","Message":"Access to this resource has been denied because it is in view-only mode.","Code":0,"Trace":[{"file":"/path/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"checkViewOnly","class":"OCA\\DAV\\DAV\\ViewOnlyPlugin","type":"->"},{"file":"/path/3rdparty/sabre/dav/lib/DAV/Server.php","line":472,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/apps/dav/lib/Server.php","line":360,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/path/remote.php","line":171,"args":["/path/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/path/apps/dav/lib/DAV/ViewOnlyPlugin.php","Line":96,"message":"Access to this resource has been denied because it is in view-only mode.","exception":{},"CustomMessage":"Access to this resource has been denied because it is in view-only mode."}}
{"reqId":"mcrGdEfEmksTGhkNwfnL","level":3,"time":"2023-01-05T08:33:39+00:00","remoteAddr":"ip.of.request","user":"username","app":"webdav","method":"GET","url":"/remote.php/dav/files/username/InstantUpload/Pictures/1665417891919.jpg","message":"Access to this resource has been denied because it is in view-only mode.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0","version":"25.0.2.3","exception":{"Exception":"OCA\\DAV\\Connector\\Sabre\\Exception\\Forbidden","Message":"Access to this resource has been denied because it is in view-only mode.","Code":0,"Trace":[{"file":"/path/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"checkViewOnly","class":"OCA\\DAV\\DAV\\ViewOnlyPlugin","type":"->"},{"file":"/path/3rdparty/sabre/dav/lib/DAV/Server.php","line":472,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/apps/dav/lib/Server.php","line":360,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/path/remote.php","line":171,"args":["/path/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/path/apps/dav/lib/DAV/ViewOnlyPlugin.php","Line":96,"message":"Access to this resource has been denied because it is in view-only mode.","exception":{},"CustomMessage":"Access to this resource has been denied because it is in view-only mode."}}
{"reqId":"HRdThgh8BN7x8JllZh6p","level":3,"time":"2023-01-05T08:34:15+00:00","remoteAddr":"","user":"--","app":"core","method":"","url":"--","message":"Error while running background job (class: OCA\\Bookmarks\\BackgroundJobs\\CrawlJob, arguments: )","userAgent":"--","version":"25.0.2.3","exception":{"Exception":"League\\Uri\\Exceptions\\SyntaxError","Message":"If there is no authority the path `//index.html` can not start with a `//`.","Code":0,"Trace":[{"file":"/path/apps/twofactor_webauthn/vendor/league/uri/src/Uri.php","line":1359,"function":"assertValidState","class":"League\\Uri\\Uri","type":"->"},{"file":"/path/apps/twofactor_webauthn/vendor/league/uri/src/Http.php","line":276,"function":"withPath","class":"League\\Uri\\Uri","type":"->"},{"file":"/path/apps/twofactor_webauthn/vendor/league/uri/src/UriResolver.php","line":83,"function":"withPath","class":"League\\Uri\\Http","type":"->"},{"file":"/path/apps/bookmarks/vendor/fivefilters/readability.php/src/Readability.php","line":813,"function":"resolve","class":"League\\Uri\\UriResolver","type":"::"},{"file":"/path/apps/bookmarks/vendor/fivefilters/readability.php/src/Readability.php","line":2211,"function":"toAbsoluteURI","class":"fivefilters\\Readability\\Readability","type":"->"},{"file":"/path/apps/bookmarks/vendor/fivefilters/readability.php/src/Readability.php","line":258,"function":"postProcessContent","class":"fivefilters\\Readability\\Readability","type":"->"},{"file":"/path/apps/bookmarks/lib/Service/CrawlService.php","line":125,"function":"parse","class":"fivefilters\\Readability\\Readability","type":"->"},{"file":"/path/apps/bookmarks/lib/Service/CrawlService.php","line":106,"function":"archiveContent","class":"OCA\\Bookmarks\\Service\\CrawlService","type":"->"},{"file":"/path/apps/bookmarks/lib/BackgroundJobs/CrawlJob.php","line":54,"function":"crawl","class":"OCA\\Bookmarks\\Service\\CrawlService","type":"->"},{"file":"/path/lib/public/BackgroundJob/Job.php","line":78,"function":"run","class":"OCA\\Bookmarks\\BackgroundJobs\\C ...
{"reqId":"4r1KBGJ40nv8IvydinJA","level":3,"time":"2023-01-05T08:34:27+00:00","remoteAddr":"ip.of.request","user":"username","app":"webdav","method":"GET","url":"/remote.php/dav/files/username/InstantUpload/Pictures/Screenshots/Screenshot_20221008-193427_NatureID.png","message":"Access to this resource has been denied because it is in view-only mode.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0","version":"25.0.2.3","exception":{"Exception":"OCA\\DAV\\Connector\\Sabre\\Exception\\Forbidden","Message":"Access to this resource has been denied because it is in view-only mode.","Code":0,"Trace":[{"file":"/path/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"checkViewOnly","class":"OCA\\DAV\\DAV\\ViewOnlyPlugin","type":"->"},{"file":"/path/3rdparty/sabre/dav/lib/DAV/Server.php","line":472,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/apps/dav/lib/Server.php","line":360,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/path/remote.php","line":171,"args":["/path/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/path/apps/dav/lib/DAV/ViewOnlyPlugin.php","Line":96,"message":"Access to this resource has been denied because it is in view-only mode.","exception":{},"CustomMessage":"Access to this resource has been denied because it is in view-only mode."}}
{"reqId":"uIvwQ32jbZFv0o4vcdtn","level":2,"time":"2023-01-05T08:42:49+00:00","remoteAddr":"ip.of.request","user":"username","app":"suspicious_login","method":"POST","url":"/login","message":"Detected a login from a suspicious login. user=username ip=ip.of.request strategy=ipv4","userAgent":"Mozilla/5.0 (Windows NT 10.0; rv:108.0) Gecko/20100101 Firefox/108.0","version":"25.0.2.3","data":{"app":"suspicious_login"}}
{"reqId":"xAHBsovcDIAjjrVyRVHZ","level":3,"time":"2023-01-05T08:43:08+00:00","remoteAddr":"ip.of.request","user":"username","app":"webdav","method":"GET","url":"/remote.php/dav/files/username/InstantUpload/Pictures/Screenshots/Screenshot_20221008-193427_NatureID.png","message":"Access to this resource has been denied because it is in view-only mode.","userAgent":"Mozilla/5.0 (Windows NT 10.0; rv:108.0) Gecko/20100101 Firefox/108.0","version":"25.0.2.3","exception":{"Exception":"OCA\\DAV\\Connector\\Sabre\\Exception\\Forbidden","Message":"Access to this resource has been denied because it is in view-only mode.","Code":0,"Trace":[{"file":"/path/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"checkViewOnly","class":"OCA\\DAV\\DAV\\ViewOnlyPlugin","type":"->"},{"file":"/path/3rdparty/sabre/dav/lib/DAV/Server.php","line":472,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/apps/dav/lib/Server.php","line":360,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/path/remote.php","line":171,"args":["/path/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/path/apps/dav/lib/DAV/ViewOnlyPlugin.php","Line":96,"message":"Access to this resource has been denied because it is in view-only mode.","exception":{},"CustomMessage":"Access to this resource has been denied because it is in view-only mode."}}
{"reqId":"QEfbxP92UvpKVESrOqu1","level":3,"time":"2023-01-05T08:44:14+00:00","remoteAddr":"","user":"--","app":"core","method":"","url":"--","message":"Error while running background job (class: OCA\\Bookmarks\\BackgroundJobs\\CrawlJob, arguments: )","userAgent":"--","version":"25.0.2.3","exception":{"Exception":"League\\Uri\\Exceptions\\SyntaxError","Message":"If there is no authority the path `//index.html` can not start with a `//`.","Code":0,"Trace":[{"file":"/path/apps/twofactor_webauthn/vendor/league/uri/src/Uri.php","line":1359,"function":"assertValidState","class":"League\\Uri\\Uri","type":"->"},{"file":"/path/apps/twofactor_webauthn/vendor/league/uri/src/Http.php","line":276,"function":"withPath","class":"League\\Uri\\Uri","type":"->"},{"file":"/path/apps/twofactor_webauthn/vendor/league/uri/src/UriResolver.php","line":83,"function":"withPath","class":"League\\Uri\\Http","type":"->"},{"file":"/path/apps/bookmarks/vendor/fivefilters/readability.php/src/Readability.php","line":813,"function":"resolve","class":"League\\Uri\\UriResolver","type":"::"},{"file":"/path/apps/bookmarks/vendor/fivefilters/readability.php/src/Readability.php","line":2211,"function":"toAbsoluteURI","class":"fivefilters\\Readability\\Readability","type":"->"},{"file":"/path/apps/bookmarks/vendor/fivefilters/readability.php/src/Readability.php","line":258,"function":"postProcessContent","class":"fivefilters\\Readability\\Readability","type":"->"},{"file":"/path/apps/bookmarks/lib/Service/CrawlService.php","line":125,"function":"parse","class":"fivefilters\\Readability\\Readability","type":"->"},{"file":"/path/apps/bookmarks/lib/Service/CrawlService.php","line":106,"function":"archiveContent","class":"OCA\\Bookmarks\\Service\\CrawlService","type":"->"},{"file":"/path/apps/bookmarks/lib/BackgroundJobs/CrawlJob.php","line":54,"function":"crawl","class":"OCA\\Bookmarks\\Service\\CrawlService","type":"->"},{"file":"/path/lib/public/BackgroundJob/Job.php","line":78,"function":"run","class":"OCA\\Bookmarks\\BackgroundJobs\\C ...
{"reqId":"XqOuNOFCd34Vk7cQ21YK","level":3,"time":"2023-01-05T08:49:13+00:00","remoteAddr":"ip.of.request","user":"username","app":"webdav","method":"GET","url":"/remote.php/dav/files/username/InstantUpload/Pictures/Screenshots/Screenshot_20221008-193427_NatureID.png","message":"Access to this resource has been denied because it is in view-only mode.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0","version":"25.0.2.3","exception":{"Exception":"OCA\\DAV\\Connector\\Sabre\\Exception\\Forbidden","Message":"Access to this resource has been denied because it is in view-only mode.","Code":0,"Trace":[{"file":"/path/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"checkViewOnly","class":"OCA\\DAV\\DAV\\ViewOnlyPlugin","type":"->"},{"file":"/path/3rdparty/sabre/dav/lib/DAV/Server.php","line":472,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/apps/dav/lib/Server.php","line":360,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/path/remote.php","line":171,"args":["/path/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/path/apps/dav/lib/DAV/ViewOnlyPlugin.php","Line":96,"message":"Access to this resource has been denied because it is in view-only mode.","exception":{},"CustomMessage":"Access to this resource has been denied because it is in view-only mode."}}
{"reqId":"f6chBxH0a7JMcyXGfolq","level":3,"time":"2023-01-05T08:49:17+00:00","remoteAddr":"ip.of.request","user":"username","app":"webdav","method":"GET","url":"/remote.php/dav/files/username/InstantUpload/Pictures/Screenshots/Screenshot_20221008-193427_NatureID.png","message":"Access to this resource has been denied because it is in view-only mode.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0","version":"25.0.2.3","exception":{"Exception":"OCA\\DAV\\Connector\\Sabre\\Exception\\Forbidden","Message":"Access to this resource has been denied because it is in view-only mode.","Code":0,"Trace":[{"file":"/path/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"checkViewOnly","class":"OCA\\DAV\\DAV\\ViewOnlyPlugin","type":"->"},{"file":"/path/3rdparty/sabre/dav/lib/DAV/Server.php","line":472,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/apps/dav/lib/Server.php","line":360,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/path/remote.php","line":171,"args":["/path/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/path/apps/dav/lib/DAV/ViewOnlyPlugin.php","Line":96,"message":"Access to this resource has been denied because it is in view-only mode.","exception":{},"CustomMessage":"Access to this resource has been denied because it is in view-only mode."}}
{"reqId":"fb8SiZAzSedTYT2dJsOF","level":3,"time":"2023-01-05T08:49:22+00:00","remoteAddr":"","user":"--","app":"core","method":"","url":"--","message":"Error while running background job (class: OCA\\Bookmarks\\BackgroundJobs\\CrawlJob, arguments: )","userAgent":"--","version":"25.0.2.3","exception":{"Exception":"League\\Uri\\Exceptions\\SyntaxError","Message":"If there is no authority the path `//index.html` can not start with a `//`.","Code":0,"Trace":[{"file":"/path/apps/twofactor_webauthn/vendor/league/uri/src/Uri.php","line":1359,"function":"assertValidState","class":"League\\Uri\\Uri","type":"->"},{"file":"/path/apps/twofactor_webauthn/vendor/league/uri/src/Http.php","line":276,"function":"withPath","class":"League\\Uri\\Uri","type":"->"},{"file":"/path/apps/twofactor_webauthn/vendor/league/uri/src/UriResolver.php","line":83,"function":"withPath","class":"League\\Uri\\Http","type":"->"},{"file":"/path/apps/bookmarks/vendor/fivefilters/readability.php/src/Readability.php","line":813,"function":"resolve","class":"League\\Uri\\UriResolver","type":"::"},{"file":"/path/apps/bookmarks/vendor/fivefilters/readability.php/src/Readability.php","line":2211,"function":"toAbsoluteURI","class":"fivefilters\\Readability\\Readability","type":"->"},{"file":"/path/apps/bookmarks/vendor/fivefilters/readability.php/src/Readability.php","line":258,"function":"postProcessContent","class":"fivefilters\\Readability\\Readability","type":"->"},{"file":"/path/apps/bookmarks/lib/Service/CrawlService.php","line":125,"function":"parse","class":"fivefilters\\Readability\\Readability","type":"->"},{"file":"/path/apps/bookmarks/lib/Service/CrawlService.php","line":106,"function":"archiveContent","class":"OCA\\Bookmarks\\Service\\CrawlService","type":"->"},{"file":"/path/apps/bookmarks/lib/BackgroundJobs/CrawlJob.php","line":54,"function":"crawl","class":"OCA\\Bookmarks\\Service\\CrawlService","type":"->"},{"file":"/path/lib/public/BackgroundJob/Job.php","line":78,"function":"run","class":"OCA\\Bookmarks\\BackgroundJobs\\C ...
{"reqId":"8i0oADmmDSt1YZMPlmjl","level":3,"time":"2023-01-05T08:59:20+00:00","remoteAddr":"","user":"--","app":"core","method":"","url":"--","message":"Error while running background job (class: OCA\\Bookmarks\\BackgroundJobs\\CrawlJob, arguments: )","userAgent":"--","version":"25.0.2.3","exception":{"Exception":"League\\Uri\\Exceptions\\SyntaxError","Message":"If there is no authority the path `//index.html` can not start with a `//`.","Code":0,"Trace":[{"file":"/path/apps/twofactor_webauthn/vendor/league/uri/src/Uri.php","line":1359,"function":"assertValidState","class":"League\\Uri\\Uri","type":"->"},{"file":"/path/apps/twofactor_webauthn/vendor/league/uri/src/Http.php","line":276,"function":"withPath","class":"League\\Uri\\Uri","type":"->"},{"file":"/path/apps/twofactor_webauthn/vendor/league/uri/src/UriResolver.php","line":83,"function":"withPath","class":"League\\Uri\\Http","type":"->"},{"file":"/path/apps/bookmarks/vendor/fivefilters/readability.php/src/Readability.php","line":813,"function":"resolve","class":"League\\Uri\\UriResolver","type":"::"},{"file":"/path/apps/bookmarks/vendor/fivefilters/readability.php/src/Readability.php","line":2211,"function":"toAbsoluteURI","class":"fivefilters\\Readability\\Readability","type":"->"},{"file":"/path/apps/bookmarks/vendor/fivefilters/readability.php/src/Readability.php","line":258,"function":"postProcessContent","class":"fivefilters\\Readability\\Readability","type":"->"},{"file":"/path/apps/bookmarks/lib/Service/CrawlService.php","line":125,"function":"parse","class":"fivefilters\\Readability\\Readability","type":"->"},{"file":"/path/apps/bookmarks/lib/Service/CrawlService.php","line":106,"function":"archiveContent","class":"OCA\\Bookmarks\\Service\\CrawlService","type":"->"},{"file":"/path/apps/bookmarks/lib/BackgroundJobs/CrawlJob.php","line":54,"function":"crawl","class":"OCA\\Bookmarks\\Service\\CrawlService","type":"->"},{"file":"/path/lib/public/BackgroundJob/Job.php","line":78,"function":"run","class":"OCA\\Bookmarks\\BackgroundJobs\\C ...
{"reqId":"W9aGdUg5KeSfW6h8SLwr","level":3,"time":"2023-01-05T09:05:04+00:00","remoteAddr":"ip.of.request","user":"username","app":"webdav","method":"GET","url":"/remote.php/dav/files/username/Share/InstantUpload/Pictures/1665417891919.jpg","message":"Access to this resource has been denied because it is in view-only mode.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0","version":"25.0.2.3","exception":{"Exception":"OCA\\DAV\\Connector\\Sabre\\Exception\\Forbidden","Message":"Access to this resource has been denied because it is in view-only mode.","Code":0,"Trace":[{"file":"/path/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"checkViewOnly","class":"OCA\\DAV\\DAV\\ViewOnlyPlugin","type":"->"},{"file":"/path/3rdparty/sabre/dav/lib/DAV/Server.php","line":472,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/apps/dav/lib/Server.php","line":360,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/path/remote.php","line":171,"args":["/path/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/path/apps/dav/lib/DAV/ViewOnlyPlugin.php","Line":96,"message":"Access to this resource has been denied because it is in view-only mode.","exception":{},"CustomMessage":"Access to this resource has been denied because it is in view-only mode."}}
{"reqId":"Eq7SPcRsacLClwT4yifl","level":3,"time":"2023-01-05T09:09:20+00:00","remoteAddr":"","user":"--","app":"core","method":"","url":"--","message":"Error while running background job (class: OCA\\Bookmarks\\BackgroundJobs\\CrawlJob, arguments: )","userAgent":"--","version":"25.0.2.3","exception":{"Exception":"League\\Uri\\Exceptions\\SyntaxError","Message":"If there is no authority the path `//index.html` can not start with a `//`.","Code":0,"Trace":[{"file":"/path/apps/twofactor_webauthn/vendor/league/uri/src/Uri.php","line":1359,"function":"assertValidState","class":"League\\Uri\\Uri","type":"->"},{"file":"/path/apps/twofactor_webauthn/vendor/league/uri/src/Http.php","line":276,"function":"withPath","class":"League\\Uri\\Uri","type":"->"},{"file":"/path/apps/twofactor_webauthn/vendor/league/uri/src/UriResolver.php","line":83,"function":"withPath","class":"League\\Uri\\Http","type":"->"},{"file":"/path/apps/bookmarks/vendor/fivefilters/readability.php/src/Readability.php","line":813,"function":"resolve","class":"League\\Uri\\UriResolver","type":"::"},{"file":"/path/apps/bookmarks/vendor/fivefilters/readability.php/src/Readability.php","line":2211,"function":"toAbsoluteURI","class":"fivefilters\\Readability\\Readability","type":"->"},{"file":"/path/apps/bookmarks/vendor/fivefilters/readability.php/src/Readability.php","line":258,"function":"postProcessContent","class":"fivefilters\\Readability\\Readability","type":"->"},{"file":"/path/apps/bookmarks/lib/Service/CrawlService.php","line":125,"function":"parse","class":"fivefilters\\Readability\\Readability","type":"->"},{"file":"/path/apps/bookmarks/lib/Service/CrawlService.php","line":106,"function":"archiveContent","class":"OCA\\Bookmarks\\Service\\CrawlService","type":"->"},{"file":"/path/apps/bookmarks/lib/BackgroundJobs/CrawlJob.php","line":54,"function":"crawl","class":"OCA\\Bookmarks\\Service\\CrawlService","type":"->"},{"file":"/path/lib/public/BackgroundJob/Job.php","line":78,"function":"run","class":"OCA\\Bookmarks\\BackgroundJobs\\C ...
{"reqId":"2jMtgTTKMpl1JIRDLwx7","level":3,"time":"2023-01-05T09:15:42+00:00","remoteAddr":"ip.of.request","user":"username","app":"webdav","method":"GET","url":"/remote.php/dav/files/username/Share/InstantUpload/Pictures/1665417891919.jpg","message":"Access to this resource has been denied because it is in view-only mode.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0","version":"25.0.2.3","exception":{"Exception":"OCA\\DAV\\Connector\\Sabre\\Exception\\Forbidden","Message":"Access to this resource has been denied because it is in view-only mode.","Code":0,"Trace":[{"file":"/path/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"checkViewOnly","class":"OCA\\DAV\\DAV\\ViewOnlyPlugin","type":"->"},{"file":"/path/3rdparty/sabre/dav/lib/DAV/Server.php","line":472,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/apps/dav/lib/Server.php","line":360,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/path/remote.php","line":171,"args":["/path/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/path/apps/dav/lib/DAV/ViewOnlyPlugin.php","Line":96,"message":"Access to this resource has been denied because it is in view-only mode.","exception":{},"CustomMessage":"Access to this resource has been denied because it is in view-only mode."}}
{"reqId":"I6HT0pdKzgvxVWAUCYPq","level":3,"time":"2023-01-05T09:15:59+00:00","remoteAddr":"ip.of.request","user":"username","app":"webdav","method":"GET","url":"/remote.php/dav/files/username/Share/InstantUpload/Pictures/1665417891919.jpg","message":"Access to this resource has been denied because it is in view-only mode.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0","version":"25.0.2.3","exception":{"Exception":"OCA\\DAV\\Connector\\Sabre\\Exception\\Forbidden","Message":"Access to this resource has been denied because it is in view-only mode.","Code":0,"Trace":[{"file":"/path/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"checkViewOnly","class":"OCA\\DAV\\DAV\\ViewOnlyPlugin","type":"->"},{"file":"/path/3rdparty/sabre/dav/lib/DAV/Server.php","line":472,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/apps/dav/lib/Server.php","line":360,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/path/remote.php","line":171,"args":["/path/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/path/apps/dav/lib/DAV/ViewOnlyPlugin.php","Line":96,"message":"Access to this resource has been denied because it is in view-only mode.","exception":{},"CustomMessage":"Access to this resource has been denied because it is in view-only mode."}}
{"reqId":"7bMZPxCbfYaTrp2EMWYu","level":3,"time":"2023-01-05T09:19:21+00:00","remoteAddr":"","user":"--","app":"core","method":"","url":"--","message":"Error while running background job (class: OCA\\Bookmarks\\BackgroundJobs\\CrawlJob, arguments: )","userAgent":"--","version":"25.0.2.3","exception":{"Exception":"League\\Uri\\Exceptions\\SyntaxError","Message":"If there is no authority the path `//index.html` can not start with a `//`.","Code":0,"Trace":[{"file":"/path/apps/twofactor_webauthn/vendor/league/uri/src/Uri.php","line":1359,"function":"assertValidState","class":"League\\Uri\\Uri","type":"->"},{"file":"/path/apps/twofactor_webauthn/vendor/league/uri/src/Http.php","line":276,"function":"withPath","class":"League\\Uri\\Uri","type":"->"},{"file":"/path/apps/twofactor_webauthn/vendor/league/uri/src/UriResolver.php","line":83,"function":"withPath","class":"League\\Uri\\Http","type":"->"},{"file":"/path/apps/bookmarks/vendor/fivefilters/readability.php/src/Readability.php","line":813,"function":"resolve","class":"League\\Uri\\UriResolver","type":"::"},{"file":"/path/apps/bookmarks/vendor/fivefilters/readability.php/src/Readability.php","line":2211,"function":"toAbsoluteURI","class":"fivefilters\\Readability\\Readability","type":"->"},{"file":"/path/apps/bookmarks/vendor/fivefilters/readability.php/src/Readability.php","line":258,"function":"postProcessContent","class":"fivefilters\\Readability\\Readability","type":"->"},{"file":"/path/apps/bookmarks/lib/Service/CrawlService.php","line":125,"function":"parse","class":"fivefilters\\Readability\\Readability","type":"->"},{"file":"/path/apps/bookmarks/lib/Service/CrawlService.php","line":106,"function":"archiveContent","class":"OCA\\Bookmarks\\Service\\CrawlService","type":"->"},{"file":"/path/apps/bookmarks/lib/BackgroundJobs/CrawlJob.php","line":54,"function":"crawl","class":"OCA\\Bookmarks\\Service\\CrawlService","type":"->"},{"file":"/path/lib/public/BackgroundJob/Job.php","line":78,"function":"run","class":"OCA\\Bookmarks\\BackgroundJobs\\C ...
{"reqId":"OZajoA7zzpnZ1txR3hnh","level":3,"time":"2023-01-05T09:29:21+00:00","remoteAddr":"","user":"--","app":"core","method":"","url":"--","message":"Error while running background job (class: OCA\\Bookmarks\\BackgroundJobs\\CrawlJob, arguments: )","userAgent":"--","version":"25.0.2.3","exception":{"Exception":"League\\Uri\\Exceptions\\SyntaxError","Message":"If there is no authority the path `//index.html` can not start with a `//`.","Code":0,"Trace":[{"file":"/path/apps/twofactor_webauthn/vendor/league/uri/src/Uri.php","line":1359,"function":"assertValidState","class":"League\\Uri\\Uri","type":"->"},{"file":"/path/apps/twofactor_webauthn/vendor/league/uri/src/Http.php","line":276,"function":"withPath","class":"League\\Uri\\Uri","type":"->"},{"file":"/path/apps/twofactor_webauthn/vendor/league/uri/src/UriResolver.php","line":83,"function":"withPath","class":"League\\Uri\\Http","type":"->"},{"file":"/path/apps/bookmarks/vendor/fivefilters/readability.php/src/Readability.php","line":813,"function":"resolve","class":"League\\Uri\\UriResolver","type":"::"},{"file":"/path/apps/bookmarks/vendor/fivefilters/readability.php/src/Readability.php","line":2211,"function":"toAbsoluteURI","class":"fivefilters\\Readability\\Readability","type":"->"},{"file":"/path/apps/bookmarks/vendor/fivefilters/readability.php/src/Readability.php","line":258,"function":"postProcessContent","class":"fivefilters\\Readability\\Readability","type":"->"},{"file":"/path/apps/bookmarks/lib/Service/CrawlService.php","line":125,"function":"parse","class":"fivefilters\\Readability\\Readability","type":"->"},{"file":"/path/apps/bookmarks/lib/Service/CrawlService.php","line":106,"function":"archiveContent","class":"OCA\\Bookmarks\\Service\\CrawlService","type":"->"},{"file":"/path/apps/bookmarks/lib/BackgroundJobs/CrawlJob.php","line":54,"function":"crawl","class":"OCA\\Bookmarks\\Service\\CrawlService","type":"->"},{"file":"/path/lib/public/BackgroundJob/Job.php","line":78,"function":"run","class":"OCA\\Bookmarks\\BackgroundJobs\\C ...
{"reqId":"mCKcfxDoFom3pOJn4Ttv","level":3,"time":"2023-01-05T09:39:20+00:00","remoteAddr":"","user":"--","app":"core","method":"","url":"--","message":"Error while running background job (class: OCA\\Bookmarks\\BackgroundJobs\\CrawlJob, arguments: )","userAgent":"--","version":"25.0.2.3","exception":{"Exception":"League\\Uri\\Exceptions\\SyntaxError","Message":"If there is no authority the path `//index.html` can not start with a `//`.","Code":0,"Trace":[{"file":"/path/apps/twofactor_webauthn/vendor/league/uri/src/Uri.php","line":1359,"function":"assertValidState","class":"League\\Uri\\Uri","type":"->"},{"file":"/path/apps/twofactor_webauthn/vendor/league/uri/src/Http.php","line":276,"function":"withPath","class":"League\\Uri\\Uri","type":"->"},{"file":"/path/apps/twofactor_webauthn/vendor/league/uri/src/UriResolver.php","line":83,"function":"withPath","class":"League\\Uri\\Http","type":"->"},{"file":"/path/apps/bookmarks/vendor/fivefilters/readability.php/src/Readability.php","line":813,"function":"resolve","class":"League\\Uri\\UriResolver","type":"::"},{"file":"/path/apps/bookmarks/vendor/fivefilters/readability.php/src/Readability.php","line":2211,"function":"toAbsoluteURI","class":"fivefilters\\Readability\\Readability","type":"->"},{"file":"/path/apps/bookmarks/vendor/fivefilters/readability.php/src/Readability.php","line":258,"function":"postProcessContent","class":"fivefilters\\Readability\\Readability","type":"->"},{"file":"/path/apps/bookmarks/lib/Service/CrawlService.php","line":125,"function":"parse","class":"fivefilters\\Readability\\Readability","type":"->"},{"file":"/path/apps/bookmarks/lib/Service/CrawlService.php","line":106,"function":"archiveContent","class":"OCA\\Bookmarks\\Service\\CrawlService","type":"->"},{"file":"/path/apps/bookmarks/lib/BackgroundJobs/CrawlJob.php","line":54,"function":"crawl","class":"OCA\\Bookmarks\\Service\\CrawlService","type":"->"},{"file":"/path/lib/public/BackgroundJob/Job.php","line":78,"function":"run","class":"OCA\\Bookmarks\\BackgroundJobs\\C ...
{"reqId":"goY4gexYv21Eh1UiEN0j","level":3,"time":"2023-01-05T09:39:53+00:00","remoteAddr":"ip.of.request","user":"username","app":"webdav","method":"GET","url":"/remote.php/dav/files/username/Share/InstantUpload/Pictures/1665417891919.jpg","message":"Access to this resource has been denied because it is in view-only mode.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0","version":"25.0.2.3","exception":{"Exception":"OCA\\DAV\\Connector\\Sabre\\Exception\\Forbidden","Message":"Access to this resource has been denied because it is in view-only mode.","Code":0,"Trace":[{"file":"/path/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"checkViewOnly","class":"OCA\\DAV\\DAV\\ViewOnlyPlugin","type":"->"},{"file":"/path/3rdparty/sabre/dav/lib/DAV/Server.php","line":472,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/apps/dav/lib/Server.php","line":360,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/path/remote.php","line":171,"args":["/path/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/path/apps/dav/lib/DAV/ViewOnlyPlugin.php","Line":96,"message":"Access to this resource has been denied because it is in view-only mode.","exception":{},"CustomMessage":"Access to this resource has been denied because it is in view-only mode."}}
{"reqId":"CEZ27lrZ0izjyJ0DAh4O","level":2,"time":"2023-01-05T09:40:37+00:00","remoteAddr":"ip.of.request","user":"A3","app":"suspicious_login","method":"POST","url":"/login","message":"Detected a login from a suspicious login. user=A3 ip=ip.of.request strategy=ipv4","userAgent":"Mozilla/5.0 (Windows NT 10.0; rv:108.0) Gecko/20100101 Firefox/108.0","version":"25.0.2.3","data":{"app":"suspicious_login"}}
{"reqId":"QirtW9CUef7gouCU3r6W","level":3,"time":"2023-01-05T09:41:04+00:00","remoteAddr":"ip.of.request","user":"username","app":"webdav","method":"GET","url":"/remote.php/dav/files/username/Share/InstantUpload/Pictures/1665417891919.jpg","message":"Access to this resource has been denied because it is in view-only mode.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0","version":"25.0.2.3","exception":{"Exception":"OCA\\DAV\\Connector\\Sabre\\Exception\\Forbidden","Message":"Access to this resource has been denied because it is in view-only mode.","Code":0,"Trace":[{"file":"/path/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"checkViewOnly","class":"OCA\\DAV\\DAV\\ViewOnlyPlugin","type":"->"},{"file":"/path/3rdparty/sabre/dav/lib/DAV/Server.php","line":472,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/apps/dav/lib/Server.php","line":360,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/path/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/path/remote.php","line":171,"args":["/path/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/path/apps/dav/lib/DAV/ViewOnlyPlugin.php","Line":96,"message":"Access to this resource has been denied because it is in view-only mode.","exception":{},"CustomMessage":"Access to this resource has been denied because it is in view-only mode."}}

Additional info

Kernel: 5.17.9-arch1-1 mysql Ver 15.1 Distrib 10.7.3-MariaDB, for Linux (x86_64) using readline 5.1 nginx/1.20.2 PHP 8.1.6 (cli) (built: May 15 2022 06:10:08) (NTS) Copyright (c) The PHP Group Zend Engine v4.1.6, Copyright (c) Zend Technologies with Zend OPcache v8.1.6, Copyright (c), by Zend Technologies

never see this error on log before upgrade V24.0.5 to V25

EricThi avatar Jan 05 '23 09:01 EricThi

cc @skjnldsv maybe something that would need to be fixed in viewer?

szaimen avatar Jan 05 '23 09:01 szaimen

Nobody has this issue ? I have upgrade to 25.0.3 now : no change (I don't have take the time to read the changelog of 25.0.3)

EricThi avatar Feb 13 '23 12:02 EricThi

@szaimen Sorry to ping you, i search to fix this case, after search, i can be linked to my nextcloud server (not config). How i can determine that : I work on VM, i have clone my VM to create "preprod VM"

I don't have modify any config (php/mysql/etc) I have move my folder where is installed nextcloud to -old (mv folder folder-old) I have download last nextcloud installer on nextcloud.com (b2z file) I have tar zxvf on previous path chown http:http /path/to/folder -R I have create new table on my mysql server (I use same user and pwd for this test) and I have follow webui installer to build nextcloud server => share link work on it <<

I have enabled all app on my prod server : always work

I have edited config.php for add similar "tweak" on it for get same config.php (except salt/secret/etc)

How i can determine the issue for you ? Can be linked on nextcloud Server (after major upgrade ?) Mysql can linked for that; true ? data are not used with new install of nextcloud my data are used with folder actually moved to folder-old

I will revert this change on this preprod server when i have little time for that : mv folder to folder-ok mv folder-old to folder and check if any change... (not possible at this time)

EricThi avatar Feb 15 '23 13:02 EricThi

How it's possible to integrate this issue is fix on V26 ? (and not lost this fix on final release)

steps : I have create another VM on preprod based on my actual server on prod (V25.0.4) Upgrade on beta channel to 'version' => '26.0.0.7' Nextcloud Hub 3 (26.0.0 beta 5)

It's already fixed on my side : all share it's worked

I have test to upgrade OS (pacman -Syyuu) : Kernel: 6.2.1-arch1-1 nginx version: nginx/1.22.1 PHP 8.2.3 (cli) (built: Feb 15 2023 16:48:38) (NTS) Copyright (c) The PHP Group Zend Engine v4.2.3, Copyright (c) Zend Technologies with Zend OPcache v8.2.3, Copyright (c), by Zend Technologies archlinux package : extra/php 8.2.3-1 extra/php-fpm 8.2.3-1 mariadb Ver 15.1 Distrib 10.11.2-MariaDB, for Linux (x86_64) using readline 5.1 (upgrade needed restart service mariadb and launch : mariadb-upgrade -u root -p => 2 fixed tables : for polls app only

and test with install extra/php-legacy 8.1.16-1 : work fine

EricThi avatar Mar 01 '23 11:03 EricThi

I'm back, on V26RC3. After some test, on app side, it's "broken" :

IMG_1679322871327

I have remove perms for download file on folder (it's a readme.md here)

EricThi avatar Mar 21 '23 06:03 EricThi

No change with recent update or test on my side

EricThi avatar May 15 '23 12:05 EricThi

The error message is the same, and I would assume to set 'allow download' to enable it should work. But the difference in this 2 problems is that on the other one there is allow download enabled for one group and disabled for the other one. But it looks like disabling 'allow download' is not a good idea. Editing seems to work in pure .txt files but not in a .docx

imadevel avatar May 15 '23 15:05 imadevel

I'm not sure why you've encountered this, but I suspect it's some sort of configuration matter. There's virtually zero chance that simple sharing has been broken for the past two years without anyone else noticing. :-)

Have you posted for assistance on the forum? https://help.nextcloud.com

When you post there, please provide precise step-by-step reproduction steps - e.g.

  • choose a jpg file to share
  • create public share link
  • setting the permissions/options on the share link to XXX
  • open the public share link from a private browser window
  • etc

I would also suggest streamlining your test setup. Maybe create a single dedicated folder at the root then share it, etc. In the example you provided above there are multiple levels of folders involved. This complicates things. The only way you're going to get to the bottom of whatever is going on is going to be streamlining and eliminating some more variables.

joshtrichards avatar Oct 11 '24 20:10 joshtrichards

This issue has been automatically marked as stale because it has not had recent activity and seems to be missing some essential information. It will be closed if no further activity occurs. Thank you for your contributions.

nextcloud-command avatar Nov 14 '24 00:11 nextcloud-command