Conversation
|
I tried your fix and now it is possible to open the dicomviewer within a public share but the dicomviewer cannot open the pictures. /nextcloud/index.php/public.php/dav/files/8HrPcxsRzLfDNZ8/wetransfer_test-ct_2025-10-24_0908/Z160 HTTP/1.1" 404 7226 |
855934a to
40bc71b
Compare
It wasn't working with Nextcloud installations not using pretty URLs. I have modified my commit. Please retry. |
|
Thank you very much, now the dicomviewer works with public shares. |
|
@ayselafsar any comment on this PR? We would like to use your beautiful DICOM viewer to share DICOMS to our clients. But the viewer doesn't work when user is using NextCloud link only - no user is signed in. Looks like this PR is fixing this issue. Thank you for your time! |
563efc7 to
ced4369
Compare
- Detect public pages and use appropriate endpoint (publicdicomjson vs dicomjson) - Add URL fallback for public page/token detection when DOM elements unavailable - Scan clicked subfolder instead of share root for DICOM files - Enable scanning files without proper DICOM MIME type (isOpenNoExtension) - Use WebDAV public endpoint instead of download redirect for file access Fixes ayselafsar#108
|
Would it be possible to include this PR in the next release ? Does this also work for links shared via link or email with a password? (Because currently, just like with public shares, it doesn’t work.) |
I second that! Please make this working! Can I support development of this feature? Thanks! |
|
Currently, when I try to open a DICOM file shared by email or link (with a password, which is mandatory on my instance), I get a 401 error on the call to https://dev.medicalcloud.fr/apps/dicomviewer/dicomjson?file=XXXX |
Fixes #108