184 Commits

Author SHA1 Message Date
millmanorama
3bdbe2bb48 Merge remote-tracking branch 'upstream/develop' into timeline-event-mgr
# Conflicts:
#	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/ExtractIE.java
#	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/FirefoxExtractor.java
#	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Util.java
2018-10-22 14:22:29 +02:00
U-BASIS\dgrove
49c001e69f Cleanup. 2018-10-11 15:12:33 -04:00
U-BASIS\dgrove
6977f4d69d Simplified user@host parsing. 2018-10-11 15:11:51 -04:00
U-BASIS\dgrove
3c1db06fc4 Minimal fixes. 2018-10-11 15:03:25 -04:00
U-BASIS\dgrove
d097ef52c5 Ignore problematic URLs to prevent artifact creation. 2018-10-10 14:39:46 -04:00
millmanorama
c52278717e Merge remote-tracking branch 'upstream/timeline-event-mgr' into postArtifacts_fallout_2
# Conflicts:
#	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Extract.java
#	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/ExtractIE.java
2018-08-27 15:27:00 +02: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
0058959e6e fix codacy issues 2018-08-17 17:16:46 +02:00
millmanorama
9649e96c46 refactor ExtractIE.parsePascoOutput t o make method shorter 2018-08-17 14:06:35 +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
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
U-BASIS\zhaohui
cd6b24075d 2229: Part 25: Use getOpenCase() instead of getCurrentCase() in ingest, modules, recentactivity... 2018-03-06 16:36:25 -05:00
U-BASIS\zhaohui
7c9a7026c5 3386: Update the files permission from 755 to 644 2018-01-03 14:43:27 -05:00
U-BASIS\dgrove
70339153e1 Sync 2017-08-16 11:44:14 -04:00
Maxwell Koo
6ec814e6c3 Update RecentActivity NBM to attach artifacts to ModuleDataEvents 2017-03-06 10:59:56 -05:00
Sophie Mori
97c641d1bf Changed implementation to use method references 2016-09-06 14:26:47 -04:00
Sophie Mori
a5f491fcff Updated use of ContentUtils.writeToFile with a CancellationCheck 2016-09-01 15:32:37 -04:00
Eugene Livis
a53e5bfd1e Changed some severe log entries to warnings 2016-04-15 16:37:00 -04:00
Richard Cordovano
83878f45d4 Lint of recentactivity/ExtractIE 2016-04-12 12:10:38 -04:00
Eugene Livis
908a6b640e Treating Pasco output parsing error as warning + note on Pasco return codes 2016-04-08 10:48:59 -04:00
Oliver Spohngellert
1c99f0b614 Got rid of bad constructor usage 2016-01-27 14:00:57 -05:00
Eugene Livis
73a5d53561 Added artifact indexing to recent activity module 2015-11-10 14:08:51 -05:00
Karl Mortensen
f76d0587dc Bulk format code with new settings 2015-08-07 11:50:35 -04:00
Nick Davis
5df5f7ff17 Marked some strings with NON-NLS 2015-02-18 19:26:29 -05:00
APriestman
8ac91c2cb8 Combine OS attributes found in the registry. 2015-01-23 13:30:27 -05:00
APriestman
93eb80364a Reducing the number of duplicate account names reported by ExtractIE in RecentActivity. 2014-12-03 14:57:06 -05:00
APriestman
fe62624541 Updated RecentActivity to use RegRipper 2.8.
Added additional RegRipper modules to support STIX data.
Stopped RecentActivity IE parser from generating empty user accounts.
2014-12-03 14:21:14 -05:00
Karl Mortensen
fa8a3597b2 Fix report generation to include more artifacts and attributes 2014-11-17 15:39:22 -05:00
Richard Cordovano
2562cd684e Fix typos in recent activity module 2014-11-06 22:04:23 -05:00
Richard Cordovano
cb01eb40cd Make recent activity module cancellable 2014-11-06 21:14:26 -05:00
Brian Carrier
1924ff4750 stop executils when it is not needed anymore. Remove stop method from recent activity since it is no longer needed. 2014-06-06 11:14:15 -04:00
Nick Davis
85083eeaac RecentActivity - Added NON-NLS tags to hardcoded strings not needing National Language Support. 2014-04-22 15:52:40 -04:00
Richard Cordovano
1431d12a90 Eliminated duplication of ingest job cancellation check methods 2014-04-10 17:10:08 -04:00
Richard Cordovano
4f8617a16a Tidied up ingest framework API 2014-03-26 17:12:24 -04:00
Richard Cordovano
ff0b814225 Merged develop into new ingest framework feature branch 2014-03-19 10:51:58 -04:00
Richard Cordovano
e99925fb7d Check in current state of new ingest framework for safekeeping 2014-03-17 17:45:59 -04:00
Richard Cordovano
302655d5bf Continued work on ingest framework in 3.1 form 2014-03-11 01:29:58 -04:00
Nick Davis
7be84916b0 Pulled strings into Bundle.
Created _ja.
Added org.openide.utils to project.xml for NbBundle dep.
2014-03-03 13:51:27 -05:00
Richard Cordovano
0c7b2664ab Make compilable first version of minimal new ingest infrastructure 2014-02-26 17:54:33 -05:00
raman-bt
c1d90f878f Defined IngestModuleException that an ingest module may throw if init() fails. 2014-02-21 13:10:47 -05:00
U-BASIS\tshahi
d2d72bd4c8 taking Recent Activity out of IE class 2014-01-31 11:50:34 -05:00
Brian Carrier
4692715fc2 Reduced RecentActivity API via making veriables private and reducing scope of classes. Also removed dead enums 2014-01-15 23:43:23 -05:00
Jeff Wallace
105f2d6f4c Minor cleanup of getBookmark 2013-12-02 14:06:21 -05:00
Jeff Wallace
ee3395ebd1 Added finally clause to close reader appropriately 2013-12-02 13:56:53 -05:00
Jeff Wallace
fc350391bf added clarifying comment 2013-12-02 13:54:09 -05:00
Jeff Wallace
d2c2a8d6e6 Simplified parsing of IE bookmark files. 2013-12-02 13:44:47 -05:00
Brian Carrier
3a57096556 normalized web attributes, reworded keyword ingest labels 2013-11-14 21:40:56 -05:00