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
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
Oliver Spohngellert
5678c0ca61
Fixed index artifact error messages.
2016-05-13 15:32:42 -04: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
Richard Cordovano
7a0bb1e22b
Fix error message format error
2014-06-24 16:00:50 -04: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
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