Commit Graph

58 Commits

Author SHA1 Message Date
Gustavo André Lelis
53f71aa34c chore(dimse): Migrate from Meteor to NPM package for DIMSE calls (#269) 2018-09-28 08:54:03 +02:00
Erik Ziegler
18bcf83805
feat(openid-connect): Switch to generic OIDC Client library instead of using Keycloak.js (#273) 2018-09-19 14:50:12 +02:00
Erik Ziegler
4279396f9f fix(merge) Fixes after merging various changes 2018-07-12 15:22:07 +02:00
Bruno Alves de Faria
ec9c0d444d fix(bootstrap) Include Bootstrap manually to avoid reported XSS vulnerability (#43) 2018-07-12 14:20:10 +02:00
Erik Ziegler
de7135f3b8 feat(user preferences) Add User Preferences & Theming to Standalone Viewer (closes #117). Update Standalone to Meteor 1.7 2018-07-04 17:43:50 +02:00
Bruno Alves de Faria
99b88f08b3 Enabling devTools debugging on cornerstone libraries 2018-02-27 07:14:54 -03:00
Bruno Alves de Faria
be909a24d8 Removing es5-shim package 2017-11-22 11:05:36 -02:00
Erik Ziegler
b4327eb457 Update ohif-cornerstone versions to decrease bundle size (Meteor seems to use NPM package.json main for NPM modules). Update OHIFViewer and LesionTracker to Meteor 1.6 2017-11-04 11:58:40 +01:00
Bruno Alves de Faria
fd9cfed8e9 Creating timepoint browser 2017-10-25 22:18:42 -02:00
Erik Ziegler
de5fe8d534 Update Meteor .versions files after rebase 2017-06-15 09:56:08 +02:00
Erik Ziegler
ddef3c4710 Move towards NPM for Cornerstone dependencies 2017-06-15 09:18:54 +02:00
Bruno Alves de Faria
d9475db1ff Fixing select2 smaller version styles and focus/blur behavior 2017-06-14 09:19:49 +02:00
Bruno Alves de Faria
2c0fbc0158 Renaming ohif:compatibility package to ohif:polyfill 2017-04-21 07:52:04 -03:00
Bruno Alves de Faria
1f8eda7b82 Creating ohif:compatibility package to enable IE11 support 2017-04-17 16:50:10 -03:00
Bruno Alves de Faria
1b4a2f9051 Moving select-tree component to a new package called ohif:select-tree 2017-03-30 15:34:18 -03:00
Bruno Alves de Faria
0dbc84ee80 Adding ohif:users package 2017-03-27 08:38:46 -03:00
Bruno Alves de Faria
718fd30feb Adjusting OHIF Viewer to the new structure 2017-03-21 10:16:47 -03:00
Bruno Alves de Faria
e83b5348ff Adapting header to the new structure 2017-03-21 10:16:47 -03:00
Eloízio Salgado
660b828f4b Creating ohif:metadata package with metadata classes and adding it to the viewers 2017-01-29 22:11:17 -02:00
Erik Ziegler
30a50c7ade Fixes to make Lesion Tracker work 2017-01-29 22:11:17 -02:00
Erik Ziegler
068192e035 Change 'design' to 'ohif:design' in package.js for each package 2017-01-29 22:11:17 -02:00
Erik Ziegler
68ebe59737 Update Lesion Tracker to Meteor 1.4.2.3, Rebuild StandaloneViewer to SampleClientOnlyBuild 2016-11-19 11:06:08 +01:00
Erik Ziegler
7f0bd1bb42 Update to Meteor 1.4.2.1 2016-11-15 08:29:46 +01:00
Bruno Alves de Faria
ae0b03c05c LT-275: Fixing meteor 1.4.2 issues on windows due to momentjs build failures 2016-11-15 08:24:30 +01:00
Erik Ziegler
ab4d4c9008 Work on refactoring measurements out of Lesion Tracker package
- Removed AssociatedStudies Collection
- Measurement API is generated from configuration files
- Data exchange methods are defined in configuration
2016-11-15 08:21:46 +01:00
Erik Ziegler
59631418ac Update all applications to Meteor 1.4.2 (OHIF-119) 2016-10-28 06:58:22 +02:00
Erik Ziegler
8ec58015ce Remove unnecessary CORS proxy scripts (LT-165). Update to Meteor 1.4.1.1 2016-09-02 09:55:43 +02:00
Bruno Alves de Faria
6cbfc1c180 LT-67: Migrating the main form and its inputs to components 2016-08-29 16:51:02 -03:00
Aysel Afsar
28a904b290 LT-274: Fix blank date in last login dialog on first logon
- Remove redundant lastLoginModal.js file
- Refactor userAccountMenu.js
2016-08-24 11:03:21 -04:00
Erik Ziegler
ee070614a5 Added About modal with last commit hash, moved some dialogs to lesionTracker package from viewerbase (OHIF-52) 2016-08-11 12:47:09 +02:00
Bruno Alves de Faria
9d8c039ffc LT-275 Implementing search for measure labels 2016-08-08 10:47:57 -03:00
Erik Ziegler
f963fec586 Fix duplicate helper bugs in Lesion Tracker 2016-08-05 10:09:12 +02:00
Bruno Alves de Faria
7fdfbf1c1a LT-275: Creating measure flow component layout and motion 2016-07-25 17:19:47 -03:00
Bruno Alves de Faria
1136e12eb3 LT-242: Fixing HUD resizing issue 2016-07-22 11:12:04 +02:00
Bruno Alves de Faria
cb875b1913 LT-253: Creating dynamic form components 2016-07-22 11:12:04 +02:00
Erik Ziegler
a9a4f3f82b Lesion Tracker Redesign so far 2016-07-22 11:00:16 +02:00
weiwei
7c64341284 upgrade lesiontracker to meteor 1.3 2016-06-14 10:49:29 -05:00
Erik Ziegler
c0fe9fff50 Fix double-tap to open study (#20) 2016-06-08 10:14:31 +02:00
Erik Ziegler
2e52d9e3c1 First pass at a Hanging Protocol implementation and editor (LT-131) 2016-05-07 12:40:02 +02:00
Aysel Afsar
83e067b701 LT-61: Record actions that create, modify, delete, associate timepoints, remove associations and login
- Show Last Login Date popup after login successful
(WIP)
2016-04-05 12:16:50 -04:00
Evren Ozkan
9970b8795b LT-73 Move export tool and progress dialog component to OHIFViewer 2016-03-01 11:55:58 -05:00
Aysel Afsar
813c68881a LT-196: Verify user's email on signup 2016-02-28 12:58:05 -05:00
Evren Ozkan
efa236f4cd LT-73 Export selected studies from study list to local
- Query to get metadata of the selected studies to export
- Download and zip the queried dicom files
- Show and update the progress dialog while querying and exporting studies
2016-02-23 11:53:49 -05:00
Aysel Afsar
fb7024d20e LT-63 & LT-70: Study list shall have option today and study date range (from/to) to limit 2016-02-19 14:26:38 -05:00
Aysel Afsar
3b7330ca75 Merge userManagement branch to master 2016-02-14 20:45:04 -05:00
Erik Ziegler
beaa56c0b3 Updates for Timepoint assocation (LT-60) and Conformance Checks (LT-92, LT-93, LT-94) 2016-02-08 19:59:39 +01:00
Aysel Afsar
e52df94363 LT-107: Add meteor-stale-session package to show countdown popup 2016-02-08 11:15:28 -05:00
Erik Ziegler
2ea9eae0aa Resolved styling issues from Clinical Meteor packages, added HIPAA Audit Log package 2016-01-25 22:35:53 +01:00
Erik Ziegler
98222abd0a Added starrynight test setup 2016-01-25 21:46:41 +01:00
Erik Ziegler
b2fa6ead3b Add Clinical Meteor packages to Lesion Tracker 2016-01-25 17:14:42 +01:00