Mercurial > hg > orthanc-authorization
changeset 233:4b7ed7cdd4fa
New default permissions to Q&R remote modalities
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Wed, 07 May 2025 11:34:14 +0200 |
parents | 18d151defd74 |
children | ae86575c16dc |
files | NEWS Plugin/DefaultConfiguration.json |
diffstat | 2 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Wed May 07 11:33:59 2025 +0200 +++ b/NEWS Wed May 07 11:34:14 2025 +0200 @@ -1,3 +1,9 @@ +Pending changes in the mainline +=============================== + +* New default permissions to Q&R remote modalities + + 2025-04-29 - v 0.9.2 ====================
--- a/Plugin/DefaultConfiguration.json Wed May 07 11:33:59 2025 +0200 +++ b/Plugin/DefaultConfiguration.json Wed May 07 11:34:14 2025 +0200 @@ -99,6 +99,8 @@ ["post", "^/modalities/(.*)/echo$", "all|send|q-r-remote-modalities"], ["post", "^/modalities/(.*)/query$", "all|q-r-remote-modalities"], ["get", "^/queries/([a-f0-9-]+)/answers$", "all|q-r-remote-modalities"], + ["get", "^/queries/([a-f0-9-]+)/answers/([0-9]+)/content$", "all|q-r-remote-modalities"], + ["post", "^/queries/([a-f0-9-]+)/answers/([0-9]+)/retrieve$", "all|q-r-remote-modalities"], ["post", "^/modalities/(.*)/move$", "all|q-r-remote-modalities"], ["get" , "^/DICOM_WEB_ROOT/servers$", "all|send|q-r-remote-modalities"], ["get" , "^/DICOM_WEB_ROOT/(servers)/(.*)/stow$", "all|send"],