98 Commits

Author SHA1 Message Date
Greg DiCristofaro
d58eff130a newDataArtifact changes 2021-05-11 13:41:38 -04:00
Greg DiCristofaro
6cad9fe539 extract fixes 2021-05-06 12:49:00 -04:00
Greg DiCristofaro
acb7ab0383 merge 7576 2021-05-06 12:41:08 -04:00
Greg DiCristofaro
dbc0fba5bc fix 2021-05-04 12:30:51 -04:00
Greg DiCristofaro
c41f2a2255 use OsAccount id 2021-05-04 12:17:34 -04:00
Greg DiCristofaro
1d2b460b8c removing newArtifact and newBlackboardArtifact from autopsy 2021-04-28 11:16:32 -04:00
Greg DiCristofaro
28e8bed5f3 other ingest job id changes 2021-04-12 11:29:33 -04:00
Kelly Kelly
d8b7b5c655 Fixed custom artifact RA issue 2021-04-02 14:37:36 -04:00
apriestman
f77a646a83 Update name of getOsAccountByObjectId 2021-03-30 09:40:03 -04:00
Kelly Kelly
bef9e117e2 Fixed content panel and osAccount 2021-03-25 17:40:05 -04:00
Kelly Kelly
148b65391f Final fixes to RA changes 2021-03-09 18:04:23 -05:00
Kelly Kelly
0af0ae738f Cleaned up RA to use one method to create artifacts 2021-03-09 13:30:12 -05:00
Kelly Kelly
7dd4bb2738 Added RA OsAccountCache 2021-03-08 17:30:48 -05:00
Kelly Kelly
a3c6d57a4e Changed web artifact created to data artifacts 2021-03-01 16:08:35 -05:00
Kelly Kelly
4ea715e235 Fixed WEB_COOKIE time attributes 2021-02-01 17:07:56 -05:00
Kelly Kelly
c0affed073 Added the account user groups 2019-09-03 15:14:53 -04:00
Kelly Kelly
be92670c1c cleaned up the postArttribute code in RecentActivity 2019-07-11 12:44:18 -04:00
Kelly Kelly
188a5d4090 changing the indexArtifact to postArtifact 2019-07-10 14:31:29 -04:00
Raman
8ee883f825 5232: Recent activity module reporting an error instead of a warning 2019-06-24 08:27:03 -04:00
Richard Cordovano
2afc59ee39
Revert "merge develop into Timeline event mgr" 2019-04-19 13:16:26 -04:00
millmanorama
01966ad498 Merge remote-tracking branch 'upstream/develop' into timeline-event-mgr
# Conflicts:
#	Core/build.xml
#	Core/src/org/sleuthkit/autopsy/casemodule/Case.java
#	Core/src/org/sleuthkit/autopsy/coreutils/ExecUtil.java
#	Core/src/org/sleuthkit/autopsy/modules/encryptiondetection/EncryptionDetectionDataSourceIngestModule.java
#	Core/src/org/sleuthkit/autopsy/modules/encryptiondetection/EncryptionDetectionFileIngestModule.java
#	Core/src/org/sleuthkit/autopsy/timeline/db/EventsRepository.java
#	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/multicase/Bundle.properties-MERGED
#	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/multicase/MultiCaseKeywordSearchErrorDialog.java
#	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/multicase/MultiCaseKeywordSearchOpenAction.java
#	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/multicase/MultiCaseKeywordSearchPanel.java
#	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/multicase/MultiCaseSearcher.java
#	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/multicase/SearchQuery.java
#	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/multicase/SelectMultiUserCasesDialog.java
#	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/multicase/SelectMultiUserCasesPanel.java
#	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Extract.java
#	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Util.java
2019-04-16 18:40:34 +02:00
Raman
7e888918d4 8939: Recent activity model failing to close file handles 2019-04-11 13:10:45 -04:00
millmanorama
c158e71fec Merge branch 'timeline-event-mgr' into 1157-collapse_file_events
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/datamodel/ExtractedContent.java
#	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Extract.java
#	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/ExtractRegistry.java
2019-03-20 12:50:24 +01:00
millmanorama
bea96b6ac1 Merge remote-tracking branch 'upstream/develop' into timeline-event-mgr
# Conflicts:
#	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Bundle.properties-MERGED
#	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Extract.java
2019-03-14 15:00:18 +01:00
Raman
e6a0c3bbaf Address review comments. 2019-03-06 11:09:14 -05:00
millmanorama
ce6807b96e Merge remote-tracking branch 'upstream/develop' into timeline-event-mgr
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/commonpropertiessearch/AllInterCaseCommonAttributeSearcher.java
#	Core/src/org/sleuthkit/autopsy/commonpropertiessearch/SingleInterCaseCommonAttributeSearcher.java
#	Core/src/org/sleuthkit/autopsy/datamodel/ExtractedContent.java
#	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Bundle.properties-MERGED
#	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Chrome.java
#	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Extract.java
#	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/ExtractIE.java
#	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Firefox.java
2019-03-06 16:32:42 +01:00
Kelly Kelly
151e4218da Modify Extract and subclasses to take a progress bar in process function 2019-03-04 15:57:14 -05:00
Kelly Kelly
ab782a4df7 Completed the rest of the review comments that where hidden 2019-03-01 11:35:43 -05:00
Kelly Kelly
bf53781efd Changes from review comments, plus a few other little cosmetic things. 2019-02-28 15:20:35 -05:00
Kelly Kelly
57651d219d added function createTemportyFile to Extract for reuse by all subclasses, cleaned up ExtractSafari a bit adding comments 2019-02-25 12:06:50 -05:00
Kelly Kelly
58b6f85236 Merge branch '1193-edge-cookies' into 1197-safari-history 2019-02-25 10:06:45 -05:00
Kelly Kelly
1e1e010980 Made changes based on review comments, including the addition of NON-NLS and changing hashtable to hashmap 2019-02-25 10:05:17 -05:00
Kelly Kelly
65928ba367 Support for getting history from the Safari Browser. Moved create functions from ExtractEdge to Extract for use in Extract Safari 1197-safari-history 2019-02-21 15:10:34 -05:00
Kelly Kelly
c0469192f4 Updated based on second round of Richard's comments 1190-basic-edge-module 2019-02-19 11:26:04 -05:00
millmanorama
ec47efd206 fix merge errors 2019-02-14 13:41:27 +01:00
millmanorama
a73455fb78 Merge remote-tracking branch 'upstream/develop' into timeline-event-mgr
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/casemodule/Case.java
#	Core/src/org/sleuthkit/autopsy/centralrepository/eventlisteners/IngestEventsListener.java
#	Core/src/org/sleuthkit/autopsy/commonpropertiessearch/AllInterCaseCommonAttributeSearcher.java
#	Core/src/org/sleuthkit/autopsy/commonpropertiessearch/SingleInterCaseCommonAttributeSearcher.java
#	Core/src/org/sleuthkit/autopsy/coreutils/History.java
#	Core/src/org/sleuthkit/autopsy/datamodel/ExtractedContent.java
#	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Chrome.java
#	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Extract.java
#	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/ExtractRegistry.java
#	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Firefox.java
#	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/RAImageIngestModule.java
2019-02-14 11:39:26 +01:00
William Schaefer
64e1d6065d 4590 Add datasourceprofiler class to recent activity 2019-01-07 18:41:54 -05:00
millmanorama
7191173aa8 deal with TODOs and some other small cleanup 2018-08-23 12:45:23 +02:00
millmanorama
98e573b36f address code review comments 2018-08-21 14:37:02 +02:00
millmanorama
47c298fa89 revert class name changes that broke Github diffs 2018-08-15 11:56:19 +02:00
millmanorama
4668a51ef0 rename RecentActivity Extractors; some other cleanup 2018-08-15 11:54:27 +02:00
millmanorama
5e103a2acb update to match TSK Blackboard API changes 2018-08-15 11:50:03 +02:00
millmanorama
eefecc2c98 change to Blackboard.postArtifact() 2018-05-11 13:01:13 +02:00
millmanorama
f91a355837 use correct blackboard 2018-05-09 12:27:41 +02:00
Richard Cordovano
e5955ac542 Case.getCurrentOpenCase => getCurrentCaseThrows 2018-05-07 10:46:24 -04:00
Richard Cordovano
4b14339b7d Case.getOpenCase => Case.getCurrentOpenCase for consistency 2018-05-02 18:44:19 -04:00
Ann Priestman
8c207a9bf9 Make sure the Extract init() method is always called 2018-03-19 13:13:37 -04:00
U-BASIS\zhaohui
55d5827404 2229: Log the exception in the constructor rather than propagate. 2018-03-16 17:39:58 -04:00
U-BASIS\zhaohui
863e3b7a1b 2229: Use getOpenCase() instead of getCurrentCase() 2018-03-09 18:11:01 -05:00
U-BASIS\zhaohui
cd6b24075d 2229: Part 25: Use getOpenCase() instead of getCurrentCase() in ingest, modules, recentactivity... 2018-03-06 16:36:25 -05:00