Erik Ziegler
231df3e5b1
Fixes for lesion activation and loaded timepoint indicators
2016-02-16 13:11:47 +01:00
Aysel Afsar
97bcb6b6f5
Fix font colour of error messages popup
2016-02-15 16:44:20 -05:00
Aysel Afsar
d83b2f4199
LT-106: User accounts shall be made inactive after 6 months of inactivity
2016-02-15 16:40:53 -05:00
Aysel Afsar
d19e402847
LT-98: Passwords shall be required to be changed every 90 days
...
- route to changePassword page if the password is passwordExpirationDays old
- passwordExpirationDays property under passwordOptions object sets the time interval when password should be changed (90 days by default)
2016-02-15 13:09:58 -05:00
Erik Ziegler
11e300f013
Style and bug fixes related to active-entry and hipaaAuditLog integration
2016-02-15 14:36:01 +01:00
Aysel Afsar
3223da4358
Add "defaultServiceType": "dicomWeb" to make DCM4CHE work
2016-02-14 20:46:48 -05:00
Aysel Afsar
3b7330ca75
Merge userManagement branch to master
2016-02-14 20:45:04 -05:00
Aysel Afsar
eb32e1771f
LT-97: Add requireRegexValidation and requireStrongPasswords properties under passwordOptions which is under passwordOptions.
...
- requireRegexValidation toggles whether or not password validation is controlled by regular expression
- requireStrongPasswords toggles whether password validation is controlled by zxcvbn package
LT-104: User account shall be locked after 5 failed attempts
- "failedAttemptsLimit" property which is under passwordOptions in ActiveEntry configuration object sets number of failed attempts count to lock user account, it is set 5 as default
LT-99: Passwords shall use password history of 6
- "passwordHistoryCount" property which is under passwordOptions in ActiveEntry configuration object sets count of last passwords that is not used to reset password
- Show error messages in changePassword template
- Make signIn button disabled if inputs are not validated
2016-02-14 17:03:00 -05:00
Weiwei
47eebc64e1
orthanc proxy
2016-02-14 15:23:06 +01:00
Weiwei
94076f6263
orthanc proxy
2016-02-14 15:22:23 +01:00
Erik Ziegler
e354c6c577
Steps toward converting targets to non-targets
2016-02-14 15:13:08 +01:00
Erik Ziegler
3c69caf92b
Non-target response defaults to NM on baseline, Present on followup (LT-112)
2016-02-14 14:17:20 +01:00
Erik Ziegler
ad52dffa94
Bug fix for empty lesion table
2016-02-14 13:39:50 +01:00
Erik Ziegler
36ff46be41
Added persistent single-image measurments (length, ellipse) (LT-37, LT-156)
2016-02-14 13:36:44 +01:00
Erik Ziegler
b624d12762
Fix syncing bug LT-177, update Cornerstone package libraries
2016-02-13 17:42:10 +01:00
Erik Ziegler
f7e24b8b10
Keep toolData and Measurements in sync (LT-149)
2016-02-12 20:38:00 +01:00
Erik Ziegler
5b07ec372c
Disable double-click callbacks while placing lesion/non-target tools (LT-125)
2016-02-12 13:29:50 +01:00
Erik Ziegler
bc2b58b63b
Remove validation from Measurements Observe hook
2016-02-11 22:05:57 +01:00
Erik Ziegler
b04bc859be
Meteor doesn't like timers inside Observe hooks
2016-02-11 21:37:33 +01:00
Erik Ziegler
4737afb47c
Fix infinite loop caused by Measurements and Timepoints Collections during Validation
2016-02-11 21:14:39 +01:00
Aysel Afsar
24e615da1e
LT-97: - Remove zxcvbn package because of version conflict,
...
- Add passwordOptions in ActiveEntry.configure
- Toggle showPasswordStrengthIndicator to show password strength meter ui, toggle requireRegexValidation to set password regex for validation or requireStrongPasswords to create strong passwords by using zxcvbn.
- Sign in/ sing up when enter key is pressed
2016-02-11 08:48:11 -05:00
Erik Ziegler
02010aea81
Add studyDescription to study selector (LT-129)
2016-02-11 13:12:26 +01:00
Erik Ziegler
d3d0ad4beb
Fixed DIMSE+WADO-URI
2016-02-10 19:56:22 +01:00
Weiwei
6172bf6440
Adding peer checks and allows changing aes when query/retrieve
2016-02-10 10:59:12 -06:00
Erik Ziegler
9cde04bcfe
Remove some subscription / reactivity / caching bugs and the unnecessary PatientLocations collection
2016-02-10 16:38:49 +01:00
Erik Ziegler
7d42456f57
Still trying to get DIMSE+WADO-URI working
2016-02-10 10:50:20 +01:00
Aysel Afsar
5ec3cace94
LT-107: Add countdown dialog
...
- Remove ui from meteor-stale-session package
2016-02-09 22:16:37 -05:00
Weiwei
ae0d6f3310
wwu
2016-02-09 17:49:20 -06:00
Erik Ziegler
ffe8f8cf99
Remove broken conformance messages
2016-02-09 18:01:44 +01:00
Erik Ziegler
5f757457c8
Bug fixes for conformance criteria and pixel spacing check
2016-02-09 17:41:58 +01:00
Erik Ziegler
b01a2cccee
Fixes for LT-29, disable target measurements when pixel spacing is not available
2016-02-09 15:08:26 +01:00
Erik Ziegler
831e546cd5
Updated Lesion Location list (LT-166)
2016-02-09 14:48:54 +01:00
Erik Ziegler
0a46741754
Add more images for the wiki
2016-02-09 14:22:59 +01:00
Erik Ziegler
5f16b56ca5
Add screenshot for github wiki
2016-02-09 14:14:39 +01:00
Erik Ziegler
75262428e8
Update documentation link
2016-02-09 14:09:21 +01:00
Erik Ziegler
8297171f4a
Update CornerstoneWADOImageLoader to 0.9.0, tried to get DIMSE + WADO-URI working
2016-02-09 13:19:11 +01:00
Erik Ziegler
da5e752097
Fix WADO root for DCM4CHE
2016-02-08 23:36:58 +01:00
Erik Ziegler
15cfeac7b4
Fix Meteor settings
2016-02-08 23:12:33 +01:00
Erik Ziegler
89782de15e
Bug fix for when we have no applicable validation criteria, added default Meteor settings for OHIF Viewer
2016-02-08 20:07:58 +01: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
d18a66d513
LT-107: Add correct meteor-stale-session
2016-02-08 13:25:22 -05:00
Aysel Afsar
360d674049
LT-107: Remove wrong package folder meteor-stale-session package
2016-02-08 12:33:03 -05:00
Aysel Afsar
e52df94363
LT-107: Add meteor-stale-session package to show countdown popup
2016-02-08 11:15:28 -05:00
Aysel Afsar
e659f0f4b3
- Renamed validatePassword method, usePwstrength and useZxcvbn,
...
- Moved passwordOptions from settings.json to ActiveEntry configuration object
- Used zxcvbn rule set if showPasswordStrengthIndicator is true, used regular expression rule set if showPasswordStrengthIndicator is false
2016-02-04 17:53:01 -05:00
Aysel Afsar
4e986c8395
Added testing issues for password validation
2016-02-03 14:41:51 -05:00
Erik Ziegler
6c4eae3699
Fix accession number and study description in study list
2016-02-02 22:21:23 +01:00
Aysel Afsar
236ab64add
- added optional pwstrength and zxcvbn and disabled by default.
...
- Reset ActiveEntry.errorMessages after active-entry buttons are clicked
- "Password is invalid" message is replaced by "Password must have at least 8 characters. It must contain at least 1 uppercase, 1 lowercase, 1 number and 1 special character."
2016-02-02 15:31:01 -05:00
Aysel Afsar
d3671a5bdd
LT-97: Password validation
...
LT-107: Login session timeout after 30 min
2016-02-02 10:25:02 -05:00
Erik Ziegler
0d66437be9
Escape key cancels lesion and non-target tool placement (LT-114)
2016-02-02 16:06:05 +01:00
Erik Ziegler
4c80c57d73
Remove scrollbar from thumbnail study browser
2016-01-27 19:34:26 +01:00