Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 07e4d057b3 | |||
| 8eb3913840 | |||
| 05cb651e5d | |||
| d0ba1e440e | |||
| 73aab60ede | |||
| e50336d780 |
3
OrthancAuthorization-0.10.2.tar.gz
Normal file
3
OrthancAuthorization-0.10.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5c7da754e109667db95df59dc8dfeac609a0165f5f0c65cf56bf94a505313f4
|
||||
size 264018
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:541a9dbf547cd9dc329ad7686939152a4cc529dfac467c2124a2434bfb593a66
|
||||
size 197833
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user