39 Commits

Author SHA1 Message Date
Richard Cordovano
1431d12a90 Eliminated duplication of ingest job cancellation check methods 2014-04-10 17:10:08 -04:00
Richard Cordovano
8c433c12a1 Did pull request prep and merge bug fixing 2014-03-20 12:49:34 -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
Brian Carrier
45fea6ed87 moved SQLiteDBConnect back into core because it needs teh sqlite jar to be in the same NBM and we can load a jar only once accross multiple jars. Moving it back is easiest solution at this point. Doesn't work otherwise. 2014-03-14 00:37:07 -04:00
Richard Cordovano
466e504de9 Check in current state of new ingest framework for safekeeping 2014-03-12 17:46:58 -04:00
Richard Cordovano
302655d5bf Continued work on ingest framework in 3.1 form 2014-03-11 01:29:58 -04:00
Richard Cordovano
5608b41b74 Merge pull request #516 from mrtizmo/recentActivity
Pulled static strings into Bundle - RecentActivity module
2014-03-07 14:49:56 -05: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
Brian Carrier
aa76bcc372 Moved SQLiteDBConnect and LocalDisk to better packages 2014-02-26 00:43:25 -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
48a8afec6f Report if any browser data was found, not just history. 2013-10-31 11:25:20 -04:00
Jeff Wallace
7e967e2568 Added ingest messages summarizing browser data found on the image. 2013-10-29 14:30:28 -04:00
Brian Carrier
41a0e7096e Added more error messages to IE parsing and support format w/out @ sign in URL 2013-09-09 17:40:28 -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
91de7a6a1c ra minro cleanup, don't throw unchecked exceptions, do not process 0 sized files in chrome 2013-02-14 13:04:32 -05:00
adam-m
f9373d6e13 fix ra warning, better close 2013-01-08 14:04:17 -05:00
Devin148
6611b55adc Update copyrights 2012-11-12 13:55:49 -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
adam-m
58043edb45 Initial merge of core modules - it does build.
Pull core deps. jars from Maven using ivy.
Simplify dependencies.
TODO: add to classpath jars that should be, fix javahelp, merge layer.xml, disable some netbeans modules, merge Installer.java
2012-09-25 18:14:40 -04:00
adam-m
aef802f134 Handle errors better, prevent null ptr exc in Extract 2012-09-24 14:08:41 -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
9b2f582934 Switch remaining logging from java.util.logging.Logger to coreutils.Logger 2012-09-14 18:16:01 -04:00
adam-m
c78462d6a4 Ingests API changes.
Rename "service" to "module"
2012-08-29 16:46:34 -04:00
Alex Ebadirad
d18e3c663a Removal of warnings and modifications of RR plugins for word/word2010
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-07-09 10:00:33 -07:00
adam-m
a8ef06db90 Merge branch 'master' into new-features-20120503 2012-06-19 15:46:51 -04:00
Alex Ebadirad
6f56bdc5cf email parser update
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-06-19 11:50:49 -07:00
Dick Fickling
cdf20b88db Fix bugs in https://github.com/sleuthkit/autopsy/issues/52 2012-06-19 13:49:15 -04:00
Alex Ebadirad
ef5a1883ae Merge branch 'new-features-20120503' of https://github.com/sleuthkit/autopsy
Conflicts:
	CoreUtils/src/org/sleuthkit/autopsy/coreutils/Bundle.properties
	thunderbirdparser/src/org/sleuthkit/autopsy/thunderbirdparser/ThunderbirdMboxFileIngestService.java
2012-06-19 08:19:04 -07:00
Alex Ebadirad
695911b9a6 Added headers, additional methods from the ingestservice interface 2012-05-30 10:04:06 -07:00
Alex Ebadirad
0518b640af Submodules implement IngestServiceImage initially
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-29 15:31:06 -07:00
Alex Ebadirad
b73389ba7f Minor tweaks and formatting for inbox
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-29 10:29:28 -07:00
Alex Ebadirad
812606269b Added messages to the complete() ingest service method for RA
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-29 10:02:03 -07:00
Alex Ebadirad
9ccd0dfa1e Addition of error messages, initial checkin
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-25 11:26:45 -07:00
Alex Ebadirad
2057a5f2d3 Firefox.java refactor check in, tested. Removal of trove project.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-23 15:55:15 -07:00
Alex Ebadirad
1e0f7cc7f3 initial checkin of Extract.java and ExtractInterface.java
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-22 09:22:22 -07:00