17
0

6 Commits

Author SHA256 Message Date
07e4d057b3 Accepting request 1310936 from graphics
OBS-URL: https://build.opensuse.org/request/show/1310936
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-authorization?expand=0&rev=8
2025-10-12 20:24:39 +00:00
8eb3913840 - version 0.10.2
* New default permissions to add/delete modalities through the Rest API
    https://discourse.orthanc-server.org/t/managing-modalities-using-the-rest-api-and-keycloak/6137
  * New standard configuration "stl"

OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-authorization?expand=0&rev=15
2025-10-12 17:56:15 +00:00
05cb651e5d Accepting request 1304023 from graphics
preparation for boost 1.89 (forwarded request 1303604 from DocB)

OBS-URL: https://build.opensuse.org/request/show/1304023
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-authorization?expand=0&rev=7
2025-09-11 12:41:36 +00:00
d0ba1e440e preparation for boost 1.89
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-authorization?expand=0&rev=13
2025-09-11 08:33:02 +00:00
73aab60ede Accepting request 1300257 from graphics
version update (forwarded request 1300097 from DocB)

OBS-URL: https://build.opensuse.org/request/show/1300257
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-authorization?expand=0&rev=6
2025-08-19 14:47:31 +00:00
e50336d780 version update
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-authorization?expand=0&rev=11
2025-08-19 10:20:25 +00:00
4 changed files with 44 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f5c7da754e109667db95df59dc8dfeac609a0165f5f0c65cf56bf94a505313f4
size 264018

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:541a9dbf547cd9dc329ad7686939152a4cc529dfac467c2124a2434bfb593a66
size 197833

View File

@@ -1,3 +1,40 @@
-------------------------------------------------------------------
Sun Oct 12 14:19:00 UTC 2025 - Axel Braun <axel.braun@gmx.de>
- version 0.10.2
* New default permissions to add/delete modalities through the Rest API
https://discourse.orthanc-server.org/t/managing-modalities-using-the-rest-api-and-keycloak/6137
* New standard configuration "stl"
-------------------------------------------------------------------
Wed Sep 10 09:21:10 UTC 2025 - Axel Braun <axel.braun@gmx.de>
- remove libboost_system-devel for TW (removed in boost 1.89)-
-------------------------------------------------------------------
Mon Aug 18 13:53:03 UTC 2025 - Axel Braun <axel.braun@gmx.de>
- version 0.10.1
* Fix audit-logs export in CSV format.
* New configuration "ExtraPermissions" to ADD new permissions to
the default "Permissions" entries.
* Improved handling of "Anonymous" user profiles (when no auth-tokens
are provided): The plugin will now request the auth-service to
get an anonymous user profile even if there are no auth-tokens in the
HTTP request.
* The User profile can now contain a "groups" field if the auth-service
provides it.
* The User profile can now contain an "id" field if the auth-service
provides it.
* New experimental feature: audit-logs
- Enabled by the "EnableAuditLogs" configuration.
- Audit-logs are currently handled by the PostgreSQL plugin and can be
browsed through the route /auth/audit-logs.
- New default permission "audit-logs" to grant access to the
"/auth/audit-logs" route.
* Fix: The "server-id" field is now included in all requests sent to the
auth-service.
-------------------------------------------------------------------
Mon Jul 14 12:56:31 UTC 2025 - Axel Braun <axel.braun@gmx.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package orthanc-authorization
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2025 Dr. Axel Braun <DocB@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
@@ -21,7 +21,7 @@ Name: orthanc-authorization
Summary: Authorisation plugin for Orthanc
License: GPL-3.0-or-later
Group: Productivity/Graphics/Viewers
Version: 0.9.4
Version: 0.10.2
Release: 0
URL: http://orthanc-server.com
Source0: https://orthanc.uclouvain.be/downloads/sources/%{name}/OrthancAuthorization-%{version}.tar.gz
@@ -44,7 +44,9 @@ BuildRequires: libboost_filesystem-devel >= 1.66
BuildRequires: libboost_iostreams-devel >= 1.66
BuildRequires: libboost_locale-devel >= 1.66
BuildRequires: libboost_regex-devel >= 1.66
%if 0%{?suse_version} <= 1600
BuildRequires: libboost_system-devel >= 1.66
%endif
BuildRequires: libboost_thread-devel >= 1.66
BuildRequires: libcurl-devel
BuildRequires: libuuid-devel