File orthanc-authorization.changes of Package orthanc-authorization
-------------------------------------------------------------------
Mon May 5 19:26:55 UTC 2025 - Axel Braun <axel.braun@gmx.de>
- Version 0.9.2
* When calling /dicom-web/studies with a resource token when no StudyInstanceUID
is specified in the query args, the plugin now returns an empty list of resources
instead of returning a 403. This notably prevents OHIF to display errors when requesting
prior studies while still preserving the security since no resources are returned.
* Added support for /dicom-web/studies/../thumbnail.
* static_build.patch removed (upstream)
-------------------------------------------------------------------
Thu Apr 10 17:08:28 UTC 2025 - Axel Braun <axel.braun@gmx.de>
- version 0.9.1
* static_build.patch added
* The plugin is now using the HttpClient from the Orthanc core instead of its
own HttpClient which should enable support for https since the plugin
is not built with SSL support.
* New default permission to upload to ^/DICOM_WEB_ROOT/studies/([.0-9]+)
(https://orthanc.uclouvain.be/bugs/show_bug.cgi?id=244)
-------------------------------------------------------------------
Thu Feb 27 18:14:19 UTC 2025 - Axel Braun <axel.braun@gmx.de>
- version 0.9.0
* The plugin now filters out all unauthorized labels from the "Labels" fields
in the responses of these API routes:
- /tools/find
- /studies/{id} & similar routes
- /studies/{id}/series & similar routes
- /series/{id}/study & similar routes
- /series/{id}/labels & similar routes
In the past, this was only done in /tools/labels
* Allow using the auth-plugin together with "AuthenticationEnabled": true.
https://discourse.orthanc-server.org/t/user-based-access-control-with-label-based-resource-access/5454
* Added a default permission for /auth/tokens/volview-viewer-publication
* New standard configuration "volview"
-------------------------------------------------------------------
Fri Jan 24 11:54:53 UTC 2025 - Axel Braun <axel.braun@gmx.de>
- version 0.8.2
* initial OBS build