log OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp @ 5485:48b8dae6dc77

age author description
Thu, 04 Jan 2024 15:10:42 +0100 Sebastien Jodogne upgrade to year 2024
Mon, 18 Dec 2023 09:52:12 +0100 Alain Mazy Clarified recycle/reject + protection
Fri, 24 Nov 2023 12:12:03 +0100 Sebastien Jodogne plugins are now allowed to modify/delete private metadata/attachments
Tue, 21 Nov 2023 18:16:31 +0100 Sebastien Jodogne migration to UCLouvain servers
Fri, 17 Nov 2023 08:22:17 +0100 Alain Mazy fix transcoded instance caching
Thu, 16 Nov 2023 16:09:04 +0100 Alain Mazy StorageCache is now storing transcoded instances + added ?transcode=... option to the /file route.
Tue, 14 Nov 2023 10:40:40 +0100 Alain Mazy removed 'uuid' from the listed attachments operations: the route does not exist (use 'info' instead)
Tue, 17 Oct 2023 15:06:11 +0200 Alain Mazy All 'expand' GET arguments now accepts expand=true and expand=false values + /studies/../instances now supports expand=false
Tue, 03 Oct 2023 11:33:59 +0200 Alain Mazy in openapi generator: renamed '...' into 'path' since '...' is an invalid name
Tue, 03 Oct 2023 11:14:28 +0200 Alain Mazy fix arg name (... is not valid for openapi)
Wed, 28 Jun 2023 08:29:43 +0200 Sebastien Jodogne accept parameters are now provided to HttpContentNegociation::IHandler::Handle()
Tue, 23 May 2023 17:38:26 +0200 Alain Mazy New URI /instances/{id}/file-until-pixel-data am-experimental