-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'labels-perm' into main
- Loading branch information
Showing
9 changed files
with
91 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// "SPDX-FileCopyrightText: 2022 - 2023 Orthanc Team SRL <[email protected]>" | ||
// SPDX-License-Identifier: CC0-1.0 | ||
{ | ||
"roles" : { | ||
"admin-role": { | ||
"permissions": ["all"], | ||
"authorized_labels": ["*"] | ||
}, | ||
"doctor-role": { | ||
"permissions":["view", "download", "share", "send"], | ||
"authorized_labels": ["*"] | ||
}, | ||
"external-role": { | ||
"permissions":["view", "download"], | ||
"authorized_labels": ["external"] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// "SPDX-FileCopyrightText: 2022 - 2023 Orthanc Team SRL <[email protected]>" | ||
// SPDX-License-Identifier: CC0-1.0 | ||
{ | ||
"roles" : { | ||
"admin-role": { | ||
"permissions": ["all"], | ||
"authorized_labels": ["*"] | ||
}, | ||
"doctor-role": { | ||
"permissions":["view", "download", "share", "send"], | ||
"authorized_labels": ["*"] | ||
}, | ||
"external-role": { | ||
"permissions":["view", "download"], | ||
"authorized_labels": ["external"] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,16 @@ SPDX-FileCopyrightText: 2022 - 2023 Orthanc Team SRL <[email protected]> | |
SPDX-License-Identifier: GPL-3.0-or-later | ||
--> | ||
|
||
v x.x.x | ||
v 23.9.0 | ||
======== | ||
BREAKING CHANGES: | ||
- the format of the permissions.json file has changed to include `permissions` and `authorized_labels`. | ||
|
||
- added support of labels permissions (via `authorized_labels` in user roles and user profiles) | ||
|
||
BREAKING CHANGES: | ||
- the format of the permissions.json file has changed to include `permissions` and `authorized_labels`. | ||
|
||
- nginx: added proxy parameters to handle large headers | ||
- added `OHIF_DATA_SOURCE` env var defaulting to `dicom-web` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters