2204 Commits

Author SHA1 Message Date
millmanorama
2f7d8614a2 restrict indexed text viewer to credit card accounts 2017-12-08 13:34:20 +01:00
Raman
9364640b5e Fixed lost log message in case there's an exception while logging it. 2017-12-06 10:25:27 -05:00
Raman
1464d73ea4 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into accounts_relationships
# Conflicts:
#	Core/nbproject/project.properties
#	Core/nbproject/project.xml
#	InternalPythonModules/android/calllog.py
#	InternalPythonModules/android/contact.py
#	InternalPythonModules/android/textmessage.py
#	InternalPythonModules/android/wwfmessage.py
2017-12-06 10:18:51 -05:00
Richard Cordovano
c571148586
Merge pull request #3260 from rcordovano/search-handles-job-cancel-better
Make search responsive to both job and thread cancellation
2017-12-05 13:19:03 -05:00
Raman
1db2c9b043 Handle build error after merging develop to accounts_relationships branch 2017-12-05 12:31:40 -05:00
Richard Cordovano
f2d31e5882 Make search responsive to both job and thread cancellation 2017-12-05 12:21:16 -05:00
Richard Cordovano
728fef52ab
Merge pull request #3254 from benhbasis/develop
Update StringsTextExtractor.java
2017-12-05 10:30:18 -05:00
benhbasis
6bb0c8b70c
Update StringsTextExtractor.java
At the request of Brian Carrier, as suggested and tested in VIK-2979
2017-12-04 07:49:32 -05:00
Richard Cordovano
1ca62331ea Merge in develop 2017-11-20 12:11:08 -05:00
Richard Cordovano
98b0290959 Merge remote-tracking branch 'upstream/release-4.5.1' into develop 2017-11-15 10:14:19 -05:00
Raman
5b18937ec3 Address review comments. 2017-11-14 15:09:10 -05:00
Richard Cordovano
bb0f25ae02
Merge pull request #3187 from esaunders/release-4.5.1
Reduce memory consumed by keyword search hits
2017-11-13 13:26:28 -05:00
Richard Cordovano
0b2bbe13be Merge in develop branch 2017-11-13 10:07:55 -05:00
Richard Cordovano
a0f0e3cffc Merge remote-tracking branch 'upstream/release-4.5.1' into develop 2017-11-08 17:48:02 -05:00
Richard Cordovano
b4d2cbd447 Update comment in some JPanel subclasses 2017-11-08 17:45:39 -05:00
Richard Cordovano
35ce341372 Workaround for JComponent.addPropertyChangeListener calls in ctor 2017-11-08 17:41:10 -05:00
Raman
1eedb00aba Merge branch 'develop' of https://github.com/sleuthkit/autopsy into accounts_relationships
# Conflicts:
#	Core/nbproject/project.xml
2017-11-08 11:16:28 -05:00
esaunders
0a6b3bc62b Use String interning instead of our own hashmap to reuse hits. 2017-11-07 16:48:11 -05:00
esaunders
e1546bd510 Only create one KeywordHit instance per document for a given hit. 2017-11-07 16:12:06 -05:00
esaunders
b4456ff853 Provided a more accurate comment for the keywordsFoundAcrossAllDocuments member. 2017-10-30 17:21:58 -04:00
esaunders
33a72835a4 Reduce number of string instances created by re-using existing hit string for both the Keyword and KeywordHit instances. 2017-10-30 17:17:45 -04:00
esaunders
988fc1b40b Removed contentID and isArtifactHit from KeywordHit. 2017-10-30 17:00:35 -04:00
esaunders
4a17cf3f75 Don't store document id string in the hit. 2017-10-30 16:39:55 -04:00
esaunders
2b59bf8564 Update comment to hopefully clear up why all keyword hits are processed in loadPageInfoFromHits() 2017-10-30 16:35:21 -04:00
Raman
a8fce5caee Removed error log - postKeywordHitToBlackboard() may legitimately return NULL, say for CreditCard hits 2017-10-25 12:46:28 -04:00
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
Raman
601cf86307 Merge branch 'accounts_relationships' of https://github.com/sleuthkit/autopsy into accounts_relationships 2017-10-24 14:49:34 -04:00
Raman
9a7f012307 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into accounts_relationships
# Conflicts:
#	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/TermsComponentQuery.java
2017-10-24 14:33:08 -04:00
Richard Cordovano
d829203dc7 Fix comment in RegexQuery class. 2017-10-24 13:36:52 -04:00
Raman
94366cc8ea 857: Reconcile Unique Accounts with Credit Card Review 2017-10-24 10:48:11 -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
Raman
3cbc89157e Removed commented code. 2017-10-02 15:22:33 -04:00
Raman
634e25a3f8 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into accounts_relationships
# Conflicts:
#	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/RegexQuery.java
2017-10-02 15:13:39 -04:00
Raman
236ff62a94 857: Reconcile Unique Accounts with Credit Card Review
- Added Account Instances
 - Use a orthogonal account_id as ID for Accounts, not an obj_id in tsk_objects
 - Addressed other review comments.
2017-10-02 11:10:37 -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