Erik Ziegler
a4112c46a5
fix(package.json): Bump WADO Image Loader dependency, remove unnecessary worker and codec paths ( #727 )
...
Note: had to disable sourcemaps for commonjs modules. This seems to be the only way to prevent memory issues on CircleCI.
2019-07-30 11:00:08 +02:00
Erik Ziegler
da318c9c8c
feat(DicomUploader): Make DICOM Uploader work with all DICOMWeb servers ( #717 )
...
* feat(DicomUploader): Make DICOM Uploader work with all DICOMWeb servers
* Bump viewerbase version
2019-07-26 15:04:28 +02:00
João Felipe de Medeiros Moreira
903c41d26f
fix(Bootstrap): Remove bootstrap dependency ( #708 )
...
fix #636
2019-07-26 13:41:29 +02:00
Danny Brown
ba261a0d54
fix: support for next/previous image hotkeys via cornerstone extension update
...
* Bump @ohif/extenions-cornerstone react-cornerstone-viewport dep and cut release
* fix: bump @ohif/extension-cornerstone version to latest
* Catching the yarn lock changes
* Cut new release for cornerstone extension and update Viewers to use it
* Add new commands to netlify dmeo
* Flip directions for next/previous image
2019-07-23 15:39:56 -04:00
David Wire
3398a894a3
feat(commandsModule): Add previousImage and nextImage actions and commands ( #710 )
...
* feat(commandsModule): Add `previousImage` and `nextImage` actions and commands
This change adds the keybindings for previousImage (down) and nextImage (up) to the default
configuration and adds the command and action necessary to support it. This pull request is
dependent upon https://github.com/cornerstonejs/cornerstoneTools/pull/1025 which exports the scroll
utility it uses.
* style(default.js): Switch tabs to spaces
* fix(commandsModule): import `scroll` through cornerstoneTools.import
2019-07-23 14:52:29 -04:00
Erik Ziegler
f547fdf832
fix(OpenIDConnect): Stop storing tokens in sessionStorage. Prefix OIDC routes automatically. Add logout button ( #698 )
2019-07-21 16:43:42 +02:00
Erik Ziegler
ac347849d0
fix(config/google.js): Add metadata endpoints and signingKeys to avoid CORS errors on Google's certificate endpoint ( #696 )
2019-07-21 10:46:11 +02:00
Egor Lezhnin
8e1f15e031
fix(config): Fix hardcoded default Google Cloud OAuth redirect_uri ( #585 ) ( #675 )
2019-07-17 17:04:15 +02:00
Erik Ziegler
ef6819cf40
fix(docker-google-cloud): Update docker build process to allow Google Cloud CLIENT_ID to be passed in at runtime, update docs. ( #651 )
2019-07-11 14:08:00 +02:00
Egor Lezhnin
4a09f33446
feat(GoogleCloud): Initial commits to include the Healthcare API Adapter ( #584 )
...
* This is a React port of https://github.com/quantumsoftgroup/healthcare-api-adapter - It still needs some UI cleanup.
2019-07-10 09:26:19 +02:00
João Felipe de Medeiros Moreira
4b3994e788
feat(StudyList): Disable study list link/route using 'showStudyList' config property ( #597 )
...
fix #574
2019-07-08 21:29:59 +02:00
Erik Ziegler
57d2ae23ae
ci(package.json): Change settings for viewer.ohif.org to use Locize CDN
2019-06-30 23:40:03 +02:00
Erik Ziegler
1b7625affd
@ohif/i18n - Setup optional link to Locize translation, and script to pull and store translations
2019-06-30 14:37:07 +02:00
Danny Brown
39d844f106
Merge branch 'master' into dev-react-proxy
2019-06-18 21:05:13 -04:00
dannyrb
fddcc746d9
No ESM in vanilla modules
2019-06-08 21:23:00 -04:00
dannyrb
78068bed4b
push default hotkeys to a shared location
2019-06-08 15:25:39 -04:00
dannyrb
f16812c81f
Remove FA external dep include
2019-06-05 21:30:18 -04:00
dannyrb
49fe195089
Change HotkeyDefinition to include label
2019-06-05 21:29:50 -04:00
dannyrb
347680fdf5
Setting an active tool
2019-06-05 15:57:00 -04:00
diego0020
1c3f3cfcf6
initial prototype
2019-06-05 09:11:13 -05:00
dannyrb
3f5660722e
Defaults for hotkeys
2019-06-03 14:27:03 -04:00
dannyrb
03d66233ff
Make sure we're registering a hotkey for a command that exists
2019-06-02 23:04:24 -04:00
dannyrb
d29f996e61
formatting
2019-06-02 15:44:01 -04:00
dannyrb
f51b9391d1
Use updated icon names
2019-05-29 23:47:26 -04:00
dannyrb
05c0e1418c
fix(index.html): Add Roboto Google Font dependency
2019-05-19 20:14:39 -04:00
dannyrb
d10710ec51
Copy-pasta and trim
2019-05-13 13:14:08 -04:00
dannyrb
94d602e6b1
requestFromBrowser is required until we update ohif-core
2019-05-10 00:36:11 -04:00
dannyrb
f42459eb9e
Trying to setup local CORS; better docker dir naming
2019-05-10 00:09:04 -04:00
Danny Brown
b7f100f601
Merge branch 'react' into docs/orthanc-proxy
2019-05-09 12:10:16 -04:00
dannyrb
060882d93a
Switch everything to use the OHIF realm; we can't seed the master realm, because it already exists.
2019-05-09 10:43:59 -04:00
dannyrb
1803188033
Use a more secure flow, and be more explicit with redirects for security's sake
2019-05-08 13:06:15 -04:00
dannyrb
acbb593cec
Make sure we're setting our bearer token; not basic auth
2019-05-08 13:03:17 -04:00
dannyrb
f495ccfa3f
Clean up oidc config
2019-05-07 15:42:11 -04:00
dannyrb
c8b3374899
Playing with different js configs
2019-05-04 21:49:46 -04:00
Evren Ozkan
c9ddb23d9c
Add measurement table functions ( #415 )
...
* fix(measurements): Add measurement table functions
- Support for labeling measurements and adding measurement description
- Jump to measurement when clicked on measurement table
* fix(layout): Fix the issues with layout when switched with different plugins
* fix(measurements): Support for deleting measurements in measurement table
* fix(measurements): Add context menu for measurements
* fix(dependencies): Bump ohif-core to 0.4.2
2019-05-02 17:12:06 -04:00
biharck
e39e3dd5d5
merge from ract and adding docker-compose PACs configuration files
2019-04-30 10:32:53 -03:00
dannyrb
70f83f131a
Try to find ideal defaults
2019-04-29 15:06:17 -04:00
dannyrb
319af9bde3
Nuke root url
2019-04-29 14:42:29 -04:00
dannyrb
6177a02f18
Shift default config to own file
2019-04-29 13:29:37 -04:00
dannyrb
775a91152c
Specify our netlify config
2019-04-29 13:19:17 -04:00
dannyrb
0748f27cf2
Import a public config
2019-04-29 13:18:41 -04:00
dannyrb
72cdebccf4
🧹 🧹 🧹 Don't mind me. Just moving things around
2019-04-15 16:44:36 -04:00