15409 Commits

Author SHA1 Message Date
Richard Cordovano
face3ca367 Remove case auto ingest log warning if AFE is not enabled 2017-09-25 16:36:44 -04:00
Richard Cordovano
7769e10071 Merge pull request #3104 from sleuthkit/bcarrier-patch-1
Added comment about usage of toString elsewhere.
2017-09-25 16:27:42 -04:00
Richard Cordovano
5fcb66023f Merge pull request #3091 from millmanorama/2963-validate-CCN-format
2963 validate ccn format
2017-09-25 15:46:57 -04:00
millmanorama
561aed9b65 address code review comments, fixed one bug ( potential NPE thrown by switch statement) 2017-09-25 21:29:24 +02:00
millmanorama
ccc5a2492c Merge remote-tracking branch 'upstream/release-4.5.0' into 2963-validate-CCN-format 2017-09-25 21:13:09 +02:00
Richard Cordovano
14bd167307 Merge pull request #3101 from APriestman/3083_dataSourceChildren
Only use visible files/artifacts to determine whether a node should b…
2017-09-25 14:48:07 -04:00
Richard Cordovano
667cc0d95d Merge pull request #3093 from APriestman/eamInstanceNullCheck
Check for null return value from getEamArtifactFromContent
2017-09-25 14:46:13 -04:00
Richard Cordovano
ac11686e0b Merge pull request #3105 from sleuthkit/bcarrier-patch-2
Add comment to build.xml
2017-09-25 13:52:31 -04:00
Brian Carrier
f6e9d33b1c Update build.xml 2017-09-25 13:29:58 -04:00
Brian Carrier
81f5fb1849 Added comment about usage of toString elsewhere. 2017-09-25 13:17:07 -04:00
Brian Carrier
f157df2e7e Merge pull request #3099 from sleuthkit/ce_refactor
renamed some methods/classes for clarity.  Fixed some content viewer …
2017-09-25 13:01:24 -04:00
Ann Priestman
dbbcd7c199 Only use visible files/artifacts to determine whether a node should be shown in the tree 2017-09-25 10:27:17 -04:00
Brian Carrier
36fd426ddf renamed some methods/classes for clarity. Fixed some content viewer bugs. Reduced duplicate code 2017-09-22 16:54:42 -04:00
Brian Carrier
4b743c0ab6 Merge pull request #3098 from dgrove727/3082_CopyrightHeaders
Added copyright headers.
2017-09-22 14:20:40 -04:00
U-BASIS\dgrove
b0845d6241 Added copyright headers. 2017-09-22 14:10:44 -04:00
Ann Priestman
b88c3b2213 Improved handling of null result 2017-09-22 08:30:37 -04:00
Richard Cordovano
1a0ec35ef2 Merge pull request #3089 from wschaeferB/3067-ChangeKnownBadCRType
3067 change known bad cr type
2017-09-21 18:24:31 -04:00
Richard Cordovano
c60c0ac329 Merge pull request #3094 from millmanorama/3065-@RetainLocation_of_DataResultTopComponent
add the @RetainLocation("editor") annotation to DataResultTopComponen…
2017-09-21 18:17:26 -04:00
Richard Cordovano
5ba6cc2e3c Revert "Add deep copying of auto ingest monitor snapshots"
This reverts commit 2abb7557032f079c284a6ced62cecc23a24d2eff.
2017-09-21 17:47:10 -04:00
Richard Cordovano
cd92352db1 Revert "Add missing snapshot deep copy to auto ingest monitor"
This reverts commit 3049f60e0e74f508cfa4957783a96c028afc23a5.
2017-09-21 17:46:37 -04:00
Richard Cordovano
eca3313a00 Merge pull request #3092 from APriestman/2983_updateHashDocs
Update hashDb docs/images for switch to "notable"
2017-09-21 17:15:32 -04:00
Richard Cordovano
25f36e92c9 Merge pull request #3087 from wschaeferB/3037-IndexedTextTabScrollBarFix
3037 Minimum size for indexed text area set larger than control area
2017-09-21 17:12:54 -04:00
Richard Cordovano
3049f60e0e Add missing snapshot deep copy to auto ingest monitor 2017-09-21 16:09:03 -04:00
Richard Cordovano
2abb755703 Add deep copying of auto ingest monitor snapshots 2017-09-21 15:23:30 -04:00
millmanorama
50b57a9886 add the @RetainLocation("editor") annotation to DataResultTopComponent; some other minor cleanup 2017-09-21 20:45:51 +02:00
Ann Priestman
f7f071b11e Check for null return value from getEamArtifactFromContent 2017-09-21 14:44:48 -04:00
Richard Cordovano
5973fc39ee Improved user message for partial case deletion via AID 1.0 2017-09-21 14:11:19 -04:00
Ann Priestman
94fe2dfaf7 Update hashDb docs/images for switch to "notable" 2017-09-21 13:47:28 -04:00
Richard Cordovano
43659e2cc1 Move management of snapshot synch into auto ingest monitor 2017-09-21 13:34:12 -04:00
millmanorama
47fc0c5db8 revert to allowing all lengths from 12 to 19; 15,16,19 must match specific grouping, all others must be contiguous or first group must be length 4; 2017-09-21 17:00:46 +02:00
millmanorama
f5b3511496 allow 14, 17,18 digit cards if they pass the luhn check ( no grouping validation) 2017-09-21 16:53:57 +02:00
millmanorama
7d9792ee1b update CCN regexs for UATP and 2 series mastercards; validate 15,16,19 digit number formats; updated unit tests
only allow 15,16,19 digit numbers; refactor length/grouping validation

remove support for UATP numbers
2017-09-21 16:53:53 +02:00
millmanorama
9222aa19a9 align logic in RegexQuery and TermsComponentQuery 2017-09-21 16:53:41 +02:00
millmanorama
7c1ba2854f remove qualification of ARTIFACT_TYPE and ATTRIBUTE_TYPE by directly importing them 2017-09-21 16:53:40 +02:00
millmanorama
79d367baf4 add extra validation for 15 digit amex cards
add unit tests for CreditCardValidator
2017-09-21 16:53:33 +02:00
millmanorama
3f3b1a2edb WIP first pass at validating the CCN format.
move credit card validation back in to KeywordSearch so it doesn't need to be public

a little bit of cleanup revert changes to project.properties and project.xml
2017-09-21 16:53:14 +02:00
Richard Cordovano
7ecf36581c Merge pull request #3090 from dgrove727/3070_AidWindowSizeFix
3070 aid window size fix
2017-09-20 17:23:30 -04:00
Richard Cordovano
80cd65629c Add AutoIngestJob Comparator, rename Comparators for clarity 2017-09-20 17:22:39 -04:00
U-BASIS\dgrove
efb5db9446 Flipped the 'permanent' flag to keep the size consistent. 2017-09-20 17:13:22 -04:00
William Schaefer
d515dc81ac 3037 fixed Indexed Text content viewer to be wide enough for vert scrollbar 2017-09-20 15:29:44 -04:00
William Schaefer
0da75424cb Merge branch 'release-4.5.0' of https://github.com/sleuthkit/autopsy into 3037-IndexedTextTabScrollBarFix 2017-09-20 14:55:24 -04:00
William Schaefer
6db84fe755 Merge branch 'release-4.5.0' of https://github.com/sleuthkit/autopsy into 3067-ChangeKnownBadCRType 2017-09-20 13:34:35 -04:00
William Schaefer
ff2f878572 3067 additional changes to support known_status being integer for postgres 2017-09-20 13:34:07 -04:00
Richard Cordovano
8bf3ffe717 Merge pull request #3088 from APriestman/3068_knownBadtoNotable
Change "known bad" to "notable" in the UI
2017-09-20 12:41:52 -04:00
Richard Cordovano
e645d4bc14 Merge pull request #3077 from millmanorama/2978-db-version-compatibility
2978 db version compatibility
2017-09-20 12:36:04 -04:00
William Schaefer
7d567c1e9c Merge branch 'release-4.5.0' of https://github.com/sleuthkit/autopsy into 3067-ChangeKnownBadCRType 2017-09-20 12:33:31 -04:00
Richard Cordovano
c13e39bc9f Merge branch 'release-4.5.0' into 2978-db-version-compatibility 2017-09-20 12:02:13 -04:00
Richard Cordovano
861d423399 Merge pull request #3086 from wschaeferB/3060-ContextMenuOptionNameFix
3060 context menu option name fix
2017-09-20 11:48:40 -04:00
Ann Priestman
6e4196eaf9 Change "known bad" to "notable" in the UI 2017-09-20 11:41:24 -04:00
Richard Cordovano
2cf0f5746a Merge pull request #3085 from APriestman/2983_centralRepoDocs
Update central repo docs and screenshots
2017-09-20 11:29:25 -04:00