log OrthancExplorer/explorer.js @ 3510:1a65beb5e52f

age author description
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