115 Commits

Author SHA1 Message Date
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
5d4f5f1636 Corrected log message format errors in recent activity extracter ingest module 2014-04-10 17:27:35 -04:00
Richard Cordovano
708dd975df Fixed incorrect auto-format of Firefox(Extracter) log messages 2014-04-10 17:19:56 -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
87bb0211f2 Merged in develop branch as of March 24, 2014 2014-03-24 12:35:48 -04:00
Richard Cordovano
ff0b814225 Merged develop into new ingest framework feature branch 2014-03-19 10:51:58 -04:00
Brian Carrier
7253b964bc restrict firefox querying to only exact matches on places.sqlite 2014-03-18 18:41:24 -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
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
73b34aca37 Only add path_id attribute if is valid 2013-12-02 15:44:48 -05:00
Brian Carrier
189192e2e9 resolved merge conflict 2013-11-19 13:41:09 -05:00
Brian Carrier
3a57096556 normalized web attributes, reworded keyword ingest labels 2013-11-14 21:40:56 -05:00
Jeff Wallace
36f05d6a50 Added check for invalid dates in firefox bookmarks. 2013-11-04 13:56:22 -05:00
Jeff Wallace
48a8afec6f Report if any browser data was found, not just history. 2013-10-31 11:25:20 -04:00
Jeff Wallace
0eeb40a58c Reorganized and added documentation to Firefox getDownloads 2013-10-31 10:52:36 -04:00
Jeff Wallace
7e967e2568 Added ingest messages summarizing browser data found on the image. 2013-10-29 14:30:28 -04:00
Jeff Wallace
5e8517feb9 Fixed downloads for newest chrome and firefox versions 2013-10-29 14:14:15 -04:00
Brian Carrier
8834123cb4 changed order of attributes for web artifacts, marked 2 unused classes as deprecated 2013-10-27 00:21:31 -04:00
Brian Carrier
0b8420e47c resolved merge conflicts 2013-10-21 23:50:45 -04:00
Brian Carrier
054ce55480 Minor cleanup and commenting 2013-10-21 23:42:04 -04:00
Brian Carrier
21ec442c90 Merge pull request #324 from jawallace/firefox
Firefox / Image Panel
2013-10-21 19:57:38 -07:00
Jeff Wallace
dfd00f2c55 Add Firefox Downloads artifact even if URL cannot be decoded. 2013-10-21 15:45:53 -04:00
Jeff Wallace
753fb9a300 Added date and time to firefox bookmark data. 2013-10-21 15:40:08 -04:00
Jeff Wallace
71759074fe Added improved, more specific error handling. 2013-10-02 14:17:03 -04:00
Brian Carrier
dfefa0b8e6 removed decoded URL from artifacts because it takes up a lot of table space and doesn't provide much. 2013-09-10 11:29:28 -04:00
Brian Carrier
f1aa4441fe Better deal with write failures in RecentActivity. Use more specialized temp/output folders 2013-07-16 11:41:11 -04:00
adam-m
fbe2dd76eb Changed image-level ingest to data-source Content-level ingest.
Related changes, such as FileManager API adjustments and fixes in client code.
Simplifications in RecentActivity logic to get files per current data source (no need to use deprecated method)
2013-06-07 18:49:59 -04:00
Brian Carrier
90a0acf1bf Updated IngestModule API to be abstract class instead of interface. Started to update docs. 2013-05-24 09:56:28 -04:00
adam-m
9c136f8e6f rename ingest context to pipeline context 2013-02-25 10:48:25 -05:00
adam-m
a15a035565 add ingest context to ingest module process() method - API change.
Adjust all ingest modules.
Update ingest manager to create and pass in context.
2013-02-21 00:16:38 -05:00
Tim McIver
996d98af9e Merge branch 'master' of https://github.com/sleuthkit/autopsy
Conflicts:
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Firefox.java
2012-12-03 17:38:25 -05:00
Tim McIver
a4c66f9cae Fixed bug in Firefox.getDownload causing no downloads to be found. 2012-11-30 17:38:07 -05:00
0xNF
9ab004802a Download Path column now correctly shows location of the the local file. 2012-11-30 12:18:45 -05:00
Tim McIver
f43d072bcf Updated FileManager API methods to take an Image as argument so that only
files for that image is returned. These changes in support of AUT-613.
2012-11-29 16:37:37 -05:00
Tim McIver
e8e9bd3558 Created Services class in Core module and added a member variable of this
type to Case with getter method. Created FileManager class and added member
of this type to Services class with getter method. Added method to
FileManager for obtaining files and refactored some code in RecentActivity
module to use thi new API where applicable. These changes partially satisfy
the requirements of AUT-613.
2012-11-27 11:31:06 -05:00
Devin148
6611b55adc Update copyrights 2012-11-12 13:55:49 -05:00
adam-m
6bf3f78b89 cleanup exceptions 2012-11-08 12:33:59 -05:00
adam-m
2c1dc3bfae rename class 2012-11-08 12:29:43 -05:00
Devin148
8dee9c9202 Change logging to be more descriptive 2012-11-07 13:54:52 -05:00
Devin148
ee411ac567 Log major errors in recent activity as severe 2012-11-07 09:25:45 -05:00
0xNF
2625fb7c28 Changed flow of module init in RAImageIngestModule
Removed UnsupportedOperationExceptions from submodule complete() methods
2012-10-31 12:59:59 -04:00
0xNF
a8f15b813d Removed UnsupportedOperationException from stop()
Logged the stop() call, reports that it's currently a NOp.
2012-10-31 11:17:06 -04:00
adam-m
d811b4e01a module loader: implemented auto discovery and XML config persistence.
Hide recent activity sub-modules from being auto-loaded.
Add ingest module ivy support in build, add 3rd party reflection module.
2012-09-20 18:32:47 -04:00
adam-m
ecb2ccdc64 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-09-18 15:14:29 -04:00
adam-m
44c0464a31 Merge branch 'master' of https://github.com/0xNF/autopsy 2012-09-18 15:14:08 -04:00