changeset 90:bb4c32b25c5d

Added a default permission for /changes
author Alain Mazy <am@osimis.io>
date Mon, 27 Mar 2023 12:36:16 +0200
parents 50e4d01eb263
children 50b18e7a254d
files NEWS Plugin/DefaultConfiguration.json
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Wed Mar 22 13:03:41 2023 +0100
+++ b/NEWS	Mon Mar 27 12:36:16 2023 +0200
@@ -1,7 +1,8 @@
 Pending changes in the mainline:
 ===============================
 
-* Added a default permission for toolk/bulk-delete
+* Added a default permission for /toolk/bulk-delete
+* Added a default permission for /changes
 
 
 2023-03-17 - v 0.5.0
--- a/Plugin/DefaultConfiguration.json	Wed Mar 22 13:03:41 2023 +0100
+++ b/Plugin/DefaultConfiguration.json	Mon Mar 27 12:36:16 2023 +0200
@@ -62,6 +62,7 @@
             ["get" , "^/(patients|studies|series|instances)/([a-f0-9-]+)/(studies|study|series|instances)$", "all|view"],
             ["get" , "^/instances/([a-f0-9-]+)/(tags|header)$", "all|view"],
             ["get" , "^/statistics$", "all|view"],
+            ["get" , "^/changes$", "all|view"],
 
             // create links to open viewer or download resources
             ["put", "^/auth/tokens/(viewer-instant-link|meddream-instant-link)$", "all|view"],