2170 Commits

Author SHA1 Message Date
Richard Cordovano
48802b2575 Merge remote-tracking branch 'upstream/release-4.5.1' into develop 2017-10-25 12:40:27 -04:00
Richard Cordovano
35f84dce94 Modify construction of KeywordSearchGlobalSettingsPanel 2017-10-25 12:39:47 -04:00
Richard Cordovano
5fb9628ff7 Merge pull request #3143 from zhhl/3142-usingTestSuiteForJunit
3142: Experiment with adding a JUnit TestSuite to the automated unit …
2017-10-25 09:09:58 -04:00
Richard Cordovano
59b8dc2898 Merge remote-tracking branch 'upstream/release-4.5.1' into develop 2017-10-20 15:04:28 -04:00
Richard Cordovano
67cab4672f Fix add/remove property change listener code for KeywordSearch UI classes 2017-10-20 13:29:20 -04:00
U-BASIS\zhaohui
0bf5896e87 3124: update the comments 2017-10-19 11:06:23 -04:00
U-BASIS\zhaohui
62a51ba326 3124: Clean up the debug output line 2017-10-18 14:56:45 -04:00
U-BASIS\zhaohui
10d239dd25 3142: Experiment with adding a JUnit TestSuite to the automated unit tests 2017-10-17 14:47:32 -04:00
Richard Cordovano
32af6d3b49 Improve documnetation of KeywordSearchQuery method 2017-10-14 08:06:15 -04:00
Richard Cordovano
8ac6e71afe Clean up and better document QueryResults class 2017-10-14 07:52:36 -04:00
Richard Cordovano
60db7a54dc Fix compiler warning in Ingester.indexText 2017-09-29 13:45:29 -04:00
Richard Cordovano
c9497a2f59 Update version numbers of Autopsy-Core NBM 2017-09-29 13:37:41 -04:00
Eugene Livis
d0eb8b8d32 Added null check 2017-09-29 09:39:12 -04:00
Richard Cordovano
b108b6a6d9 Make Ingester.indexText always return false if indexing is incomplete 2017-09-28 19:23:34 -04:00
Eugene Livis
0a06c1704c Added cancellation check between chunks of KWS indexing 2017-09-28 15:11:25 -04:00
millmanorama
332c116486 revert unneeded upgrade to guava 19 2017-09-26 13:49:23 +02:00
millmanorama
83336abc61 expanded unit tests 2017-09-26 13:21:19 +02:00
millmanorama
a6c76a1100 validate that ccn lengths match BINs 2017-09-25 21:42:14 +02:00
millmanorama
795a4677e7 Merge branch '2963-validate-CCN-format' into 3007-fix-ccn-attributes
# Conflicts:
#	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/RegexQuery.java
2017-09-25 21:39:23 +02: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
millmanorama
bc591661b3 some more cleanup/refactoring 2017-09-25 12:26:33 +02:00
millmanorama
798118ccdb factor away createHit 2017-09-25 11:21:13 +02:00
millmanorama
e65ef996fd fix a bug and do some cleanup 2017-09-25 10:01:28 +02:00
millmanorama
e7cc636e17 cleanup in AccountsText 2017-09-24 21:17:39 +02:00
millmanorama
53dccc2ddf Merge branch '2963-validate-CCN-format' into 3007-fix-ccn-attributes 2017-09-23 21:51:41 +02:00
millmanorama
61cdebf9ef remove null checks 2017-09-23 21:51:23 +02: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
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
daf0077d27 3037 Minimum size for indexed text area set larger than control area 2017-09-19 18:04:02 -04:00
Richard Cordovano
e1b4b4abfa Fix undocumented format parameter warnings for message strings 2017-09-12 19:10:55 -04:00
Richard Cordovano
1a6c5f90b2 Merge pull request #3064 from millmanorama/2990-resize-indextedtext-chooser
2990 cleanup ExtractedContentPanel, insert spacers into 'toolbar' make the…
2017-09-12 12:56:49 -04:00
millmanorama
3ad40600e9 cleanup ExtractedContentPanel, insert spacers into 'toolbar' make the combobox bigger 2017-09-12 14:47:27 +02:00
Richard Cordovano
0d6ec8caf0 Merge pull request #3053 from millmanorama/2960-only_store_artifact_id_in_KeywordHit
2960 only store artifact id in keyword hit
2017-09-11 09:46:43 -04:00
Jonathan Millman
1b6fce712f Update KeywordSearchResultFactory.java 2017-09-11 15:44:21 +02:00
Richard Cordovano
b4251bf980 Update KeywordHit.java
Clarify a comment
2017-09-11 09:41:35 -04:00
Richard Cordovano
721dacc5e8 Update KeywordHit.java 2017-09-08 13:03:50 -04:00
Richard Cordovano
8c548b23fc Update KeywordHit.java 2017-09-08 13:00:39 -04:00
millmanorama
aadb79331f Cleanup KeywordHit.java 2017-09-08 16:25:00 +02:00
Richard Cordovano
42e6e86db8 Merge remote-tracking branch 'upstream/rc-2.8.3' into develop 2017-09-08 09:44:22 -04:00
Richard Cordovano
1a63546ed2 Merge pull request #3032 from eugene7646/solr_log_2972
Lots of additional logging in events of Solr query failure
2017-09-08 09:30:46 -04:00
millmanorama
81e22212e8 do direct db query for contentID intead of getting the entire artifact. 2017-09-08 11:15:28 +02:00
millmanorama
55dd19b39c WIP 2017-09-08 11:15:27 +02:00
Richard Cordovano
8e4d7e2c4f Merge in develop branch 2017-09-07 11:17:51 -04:00