annotate NEWS @ 74:aa73b10c2db9

new API route to decode tokens
author Alain Mazy <am@osimis.io>
date Fri, 03 Mar 2023 18:03:22 +0100
parents e381ba725669
children 94a9484d7f8f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
72
e381ba725669 new PUT auth/tokens/{token-type} API route + updated interface with WebService
Alain Mazy <am@osimis.io>
parents: 71
diff changeset
1 * BREAKING-CHANGE: the API between the authorization plugin and the
e381ba725669 new PUT auth/tokens/{token-type} API route + updated interface with WebService
Alain Mazy <am@osimis.io>
parents: 71
diff changeset
2 WebService has slightly changed. Check the samples in the README (TODO).
e381ba725669 new PUT auth/tokens/{token-type} API route + updated interface with WebService
Alain Mazy <am@osimis.io>
parents: 71
diff changeset
3 - "identifier" has been renamed into "server-id"
71
30fb3ce960d9 configurable user permissions
Alain Mazy <am@osimis.io>
parents: 69
diff changeset
4 * new user-permission based authorization model. This is enabled if you
30fb3ce960d9 configurable user permissions
Alain Mazy <am@osimis.io>
parents: 69
diff changeset
5 define the new "WebServiceUserProfileUrl" configuration.
72
e381ba725669 new PUT auth/tokens/{token-type} API route + updated interface with WebService
Alain Mazy <am@osimis.io>
parents: 71
diff changeset
6 * new "orthanc-explorer-2" StandardConfigurations
e381ba725669 new PUT auth/tokens/{token-type} API route + updated interface with WebService
Alain Mazy <am@osimis.io>
parents: 71
diff changeset
7 * new GET "auth/user/profile" Rest API route to retrieve user permissions
e381ba725669 new PUT auth/tokens/{token-type} API route + updated interface with WebService
Alain Mazy <am@osimis.io>
parents: 71
diff changeset
8 * new PUT "auth/tokens/{token-type}" Rest API route to create tokens
74
aa73b10c2db9 new API route to decode tokens
Alain Mazy <am@osimis.io>
parents: 72
diff changeset
9 * new POST "auth/tokens/decode" Rest API route to decode tokens
72
e381ba725669 new PUT auth/tokens/{token-type} API route + updated interface with WebService
Alain Mazy <am@osimis.io>
parents: 71
diff changeset
10
65
a89e1fcf56b1 new oe2 standard configuration
Alain Mazy <am@osimis.io>
parents: 63
diff changeset
11
63
729f02c2eed7 release notes
Alain Mazy <am@osimis.io>
parents: 62
diff changeset
12 2022-11-16 - v 0.4.1
62
222f0652025f fix get argument values that were transformed to lowercase
Alain Mazy <am@osimis.io>
parents: 60
diff changeset
13 ====================
222f0652025f fix get argument values that were transformed to lowercase
Alain Mazy <am@osimis.io>
parents: 60
diff changeset
14
222f0652025f fix get argument values that were transformed to lowercase
Alain Mazy <am@osimis.io>
parents: 60
diff changeset
15 * fix: get argument values were transformed to lower case
222f0652025f fix get argument values that were transformed to lowercase
Alain Mazy <am@osimis.io>
parents: 60
diff changeset
16 * the "osimis-web-viewer" StandardConfigurations now take into account
222f0652025f fix get argument values that were transformed to lowercase
Alain Mazy <am@osimis.io>
parents: 60
diff changeset
17 the token get argument used when downloading a study from the UI
222f0652025f fix get argument values that were transformed to lowercase
Alain Mazy <am@osimis.io>
parents: 60
diff changeset
18
60
Alain Mazy <am@osimis.io>
parents: 59
diff changeset
19 2022-11-10 - v 0.4.0
Alain Mazy <am@osimis.io>
parents: 59
diff changeset
20 ====================
53
01e0c35e004c back to mainline
Alain Mazy <am@osimis.io>
parents: 52
diff changeset
21
58
ad279c70c22d added a new configuration 'StandardConfigurations'
Alain Mazy <am@osimis.io>
parents: 56
diff changeset
22 * new configuration option "CheckedLevel" that is clearer than "UncheckedLevels".
ad279c70c22d added a new configuration 'StandardConfigurations'
Alain Mazy <am@osimis.io>
parents: 56
diff changeset
23 "UncheckedLevels" remains for backward compatibility.
ad279c70c22d added a new configuration 'StandardConfigurations'
Alain Mazy <am@osimis.io>
parents: 56
diff changeset
24 Allowed values: "patients", "studies", "series", "instances"
ad279c70c22d added a new configuration 'StandardConfigurations'
Alain Mazy <am@osimis.io>
parents: 56
diff changeset
25 * new configuration option "StandardConfigurations" to replace multiple configurations.
ad279c70c22d added a new configuration 'StandardConfigurations'
Alain Mazy <am@osimis.io>
parents: 56
diff changeset
26 Allowed values: "osimis-web-viewer", "stone-webviewer"
56
c02f0646297d added support for /dicom-web/studies?0020000D=1.2.3&...
Alain Mazy <am@osimis.io>
parents: 54
diff changeset
27 * added support for QIDO-RS query arguments (e.g: /dicom-web/studies?0020000D=1.2.3&...)
59
a5f2976fe8a0 fix Authorization header conflicting with WebServiceUsername
Alain Mazy <am@osimis.io>
parents: 58
diff changeset
28 * possible BREAKING_CHANGE: if "TokenHttpHeaders" is set to "Authorization" and if
a5f2976fe8a0 fix Authorization header conflicting with WebServiceUsername
Alain Mazy <am@osimis.io>
parents: 58
diff changeset
29 "WebServiceUsername" is defined, the "Authorization" header of the HTTP request
a5f2976fe8a0 fix Authorization header conflicting with WebServiceUsername
Alain Mazy <am@osimis.io>
parents: 58
diff changeset
30 sent to the auth-service will contain the basic auth info from WebServiceUsername and
a5f2976fe8a0 fix Authorization header conflicting with WebServiceUsername
Alain Mazy <am@osimis.io>
parents: 58
diff changeset
31 WebServicePassword. You should get the "Authorization" value from the token-value field
a5f2976fe8a0 fix Authorization header conflicting with WebServiceUsername
Alain Mazy <am@osimis.io>
parents: 58
diff changeset
32 of the payload sent to the auth-service.
58
ad279c70c22d added a new configuration 'StandardConfigurations'
Alain Mazy <am@osimis.io>
parents: 56
diff changeset
33
54
317b31e99501 Added 3 new configurations: WebServiceUsername, WebServicePassword, WebServiceIdentifier. WebServiceIdentifier is now included in the payload as the 'identifier' field
Alain Mazy <am@osimis.io>
parents: 53
diff changeset
34 2022-09-26 - v 0.3.0
317b31e99501 Added 3 new configurations: WebServiceUsername, WebServicePassword, WebServiceIdentifier. WebServiceIdentifier is now included in the payload as the 'identifier' field
Alain Mazy <am@osimis.io>
parents: 53
diff changeset
35 ====================
317b31e99501 Added 3 new configurations: WebServiceUsername, WebServicePassword, WebServiceIdentifier. WebServiceIdentifier is now included in the payload as the 'identifier' field
Alain Mazy <am@osimis.io>
parents: 53
diff changeset
36
317b31e99501 Added 3 new configurations: WebServiceUsername, WebServicePassword, WebServiceIdentifier. WebServiceIdentifier is now included in the payload as the 'identifier' field
Alain Mazy <am@osimis.io>
parents: 53
diff changeset
37 * Added 3 new configurations: WebServiceUsername, WebServicePassword, WebServiceIdentifier.
317b31e99501 Added 3 new configurations: WebServiceUsername, WebServicePassword, WebServiceIdentifier. WebServiceIdentifier is now included in the payload as the 'identifier' field
Alain Mazy <am@osimis.io>
parents: 53
diff changeset
38 * The WebServiceIdentifier is now included in the payload sent to the WebService as the
317b31e99501 Added 3 new configurations: WebServiceUsername, WebServicePassword, WebServiceIdentifier. WebServiceIdentifier is now included in the payload as the 'identifier' field
Alain Mazy <am@osimis.io>
parents: 53
diff changeset
39 "identifier" field.
317b31e99501 Added 3 new configurations: WebServiceUsername, WebServicePassword, WebServiceIdentifier. WebServiceIdentifier is now included in the payload as the 'identifier' field
Alain Mazy <am@osimis.io>
parents: 53
diff changeset
40
53
01e0c35e004c back to mainline
Alain Mazy <am@osimis.io>
parents: 52
diff changeset
41
52
af3387f433c5 Release 0.2.5
Alain Mazy <am@osimis.io>
parents: 50
diff changeset
42 2022-05-13 - v 0.2.5
af3387f433c5 Release 0.2.5
Alain Mazy <am@osimis.io>
parents: 50
diff changeset
43 ====================
1
d5d3cb00556a initial release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
44
50
9ed19ec11f48 fix osimis-viewer route
Alain Mazy <am@osimis.io>
parents: 45
diff changeset
45 * Fix osimis-viewer route
43
14594077ad3a Release 0.2.4
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 38
diff changeset
46
58
ad279c70c22d added a new configuration 'StandardConfigurations'
Alain Mazy <am@osimis.io>
parents: 56
diff changeset
47
43
14594077ad3a Release 0.2.4
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 38
diff changeset
48 2020-12-10 - v 0.2.4
14594077ad3a Release 0.2.4
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 38
diff changeset
49 ====================
14594077ad3a Release 0.2.4
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 38
diff changeset
50
28
ae19947abf68 Added support for Osimis Web Viewer new route (osimis-viewer/custom-command/)
am@osimis.io
parents: 25
diff changeset
51 * Added support for Osimis Web Viewer new route (osimis-viewer/custom-command/)
38
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 28
diff changeset
52 * Support of dynamic linking against the system-wide Orthanc framework library
28
ae19947abf68 Added support for Osimis Web Viewer new route (osimis-viewer/custom-command/)
am@osimis.io
parents: 25
diff changeset
53
43
14594077ad3a Release 0.2.4
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 38
diff changeset
54
25
785b0181ee29 v 0.2.3
am@osimis.io
parents: 24
diff changeset
55 2018-08-13 - v 0.2.3
785b0181ee29 v 0.2.3
am@osimis.io
parents: 24
diff changeset
56 ====================
785b0181ee29 v 0.2.3
am@osimis.io
parents: 24
diff changeset
57
24
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 20
diff changeset
58 * Compatibility with Linux Standard Base
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 20
diff changeset
59 * Now using the Orthanc framework
1
d5d3cb00556a initial release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
60
43
14594077ad3a Release 0.2.4
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 38
diff changeset
61
25
785b0181ee29 v 0.2.3
am@osimis.io
parents: 24
diff changeset
62 2018-07-19 - v 0.2.2
785b0181ee29 v 0.2.3
am@osimis.io
parents: 24
diff changeset
63 ====================
785b0181ee29 v 0.2.3
am@osimis.io
parents: 24
diff changeset
64
785b0181ee29 v 0.2.3
am@osimis.io
parents: 24
diff changeset
65 * Added automated build
785b0181ee29 v 0.2.3
am@osimis.io
parents: 24
diff changeset
66
43
14594077ad3a Release 0.2.4
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 38
diff changeset
67
16
1e08ab759b43 upgraded version to 0.2.1
amazy
parents: 12
diff changeset
68 2018-03-09 - v 0.2.1
1e08ab759b43 upgraded version to 0.2.1
amazy
parents: 12
diff changeset
69 ====================
1e08ab759b43 upgraded version to 0.2.1
amazy
parents: 12
diff changeset
70
1e08ab759b43 upgraded version to 0.2.1
amazy
parents: 12
diff changeset
71 * Upgraded sdk to 1.3.1
1e08ab759b43 upgraded version to 0.2.1
amazy
parents: 12
diff changeset
72
43
14594077ad3a Release 0.2.4
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 38
diff changeset
73
12
bc49bd53a057 updated to version 0.2.0
amazy
parents: 1
diff changeset
74 2018-03-08 - v 0.2.0
bc49bd53a057 updated to version 0.2.0
amazy
parents: 1
diff changeset
75 ====================
bc49bd53a057 updated to version 0.2.0
amazy
parents: 1
diff changeset
76
bc49bd53a057 updated to version 0.2.0
amazy
parents: 1
diff changeset
77 * Added support for Osimis Web Viewer
bc49bd53a057 updated to version 0.2.0
amazy
parents: 1
diff changeset
78
1
d5d3cb00556a initial release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
79
d5d3cb00556a initial release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
80 2017-03-22
d5d3cb00556a initial release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
81 ==========
d5d3cb00556a initial release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
82
d5d3cb00556a initial release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
83 * Initial release