log OrthancExplorer/explorer.js @ 3839:5bba4d249422 transcoding

age author description
Thu, 26 Mar 2020 07:19:30 +0100 Sebastien Jodogne remove universal wildcard on StudyDate in OrthancExplorer
Tue, 19 Nov 2019 11:26:52 +0100 Alain Mazy Explorer: display ImagePositionPatient (only ImageOrientationPatient was displayed) + format it to make it more readable
Fri, 04 Oct 2019 19:16:12 +0200 Sebastien Jodogne forcing AuthenticationEnabled to false is considered as insecure if remote access is allowed
Fri, 04 Oct 2019 17:41:43 +0200 Sebastien Jodogne create a default user if none is provided, while issuing a warning in Orthanc Explorer
Tue, 03 Sep 2019 10:33:26 +0200 Alain Mazy allow only 'token', 'auth-token' and 'authorization' as url params that are included in HTTP headers
Tue, 03 Sep 2019 09:49:10 +0200 Alain Mazy Orthanc Explorer: include the url search params into HTTP headers to the Rest API to ease usage of the Authorization plugin
Wed, 06 Mar 2019 12:23:14 +0100 Sebastien Jodogne removed useless line in Orthanc Explorer
Thu, 10 Jan 2019 10:51:36 +0100 Alain Mazy back to using 'var' instead of 'let' since let is not supported by many old browsers. All variables declaration have been moved to the top of the function to better show that their scope is the function