ayselafsar / dicomviewer

DICOM Viewer in Nextcloud
https://apps.nextcloud.com/apps/dicomviewer
GNU Affero General Public License v3.0
227 stars 53 forks source link

dicomviewer-master with nextcloud 15 #31

Closed XSBen closed 5 years ago

XSBen commented 5 years ago

Steps to reproduce

  1. Install nextcloud 15
  2. Install dicomviewer @ 75119eaf5dee42534701a44ed38ce054f11528c7

Expected behaviour

See "Open in dicom viewer" when I click on directory that contains "*.dcm" files.

Actual behaviour

See nothing

Server configuration

Operating system: Linux Debian Stretch

Web server: nginx 1.14

Database: postgresql 9.6

PHP version: php 7.2.13

Nextcloud version: (see Nextcloud admin page) 15.0

Where did you install Nextcloud from: From source

List of activated apps: Enabled:

Nextcloud configuration:

{
    "system": {
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "partage.baclesse.fr"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "overwrite.cli.url": "https:\/\/partage.baclesse.fr",
        "dbtype": "pgsql",
        "version": "15.0.0.10",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "logtimezone": "UTC",
        "installed": true,
        "mail_smtpmode": "smtp",
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "25",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "theme": "",
        "loglevel": 2,
        "maintenance": false,
        "updater.release.channel": "production",
        "trashbin_retention_obligation": 8,
        "twofactor_enforced": "true",
        "twofactor_enforced_groups": [
            "2FA"
        ],
        "twofactor_enforced_excluded_groups": [],
        "mail_sendmailmode": "smtp"
    }
}

Client configuration

Browser: Firefox

Operating system:

Logs

Nextcloud log (data/owncloud.log)

Insert your Nextcloud log here

Browser log

Content Security Policy: La directive « child-src » est obsolète. Veuillez utiliser la directive « worker-src » pour contrôler des workers ou la directive « frame-src » pour contrôler des images.
Content Security Policy: Les paramètres de la page ont empêché le chargement d’une ressource à eval (« script-src »).
Content Security Policy: Les paramètres de la page ont empêché le chargement d’une ressource à inline (« script-src »).
files:1:1
JQMIGRATE: Migrate is installed, version 1.4.0 core.js:7:542
Content Security Policy: Les paramètres de la page ont empêché le chargement d’une ressource à eval (« script-src »).
Échec du chargement pour l’élément <script> dont la source est « https://partage.baclesse.fr/apps/dicomviewer/js/app.bundle.js?v=1c08e88a-2 ». files:56:1
window.controllers/Controllers est obsolète. Veuillez ne pas l’utiliser pour détecter l’agent utilisateur (UA). merged.js:2176
Logging system initialised at Thu Dec 27 2018 10:19:00 GMT+0100 (heure normale d’Europe centrale) common.js:206:17
New search handler registered search.js:67:4
querying Whats New data was successful: nocontent merged-template-prepend.js:4616:4
undefined
ayselafsar commented 5 years ago

That is the same exception thrown by the old version. You probably didn't clear your browser history/cache, so your browser uses the old version from its cache.

Please make sure you did those:

  1. Build dicom viewer with the increased version in appinfo/info.xml
  2. Clear browser history/cache before testing

I plan releasing the new version soon.

ayselafsar commented 5 years ago

This is a duplicate of #29 and fixed in v1.1.0

XSBen commented 5 years ago

It's perfect ! Thank you very much :)