85 Commits

Author SHA1 Message Date
Richard Cordovano
fe32cb5500
Update SearchEngineURLQueryAnalyzer.java 2018-07-06 17:24:45 -04:00
William Schaefer
420a3fffe8 3997 make new logger message SEVERE leave existing one as FINE 2018-07-06 12:11:18 -04:00
William Schaefer
c819391112 3997 improve logging for recent activity module and cating of illegal arguement exception 2018-07-06 11:24:32 -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
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
Karl Mortensen
4345b4e83b Fix warning for @NbBundle.Messages 2016-04-26 17:00:50 -04:00
Karl Mortensen
254dc67854 Messaging for IngestModuleExceptions 2016-04-19 13:46:08 -04:00
Oliver Spohngellert
cf6f49edae Updated autopsy to align with changes to getMatchingArtifacts 2016-04-07 15:32:07 -04:00
Oliver Spohngellert
7d2d8f0658 Deprecation fixes 2016-03-01 16:24:58 -05:00
Oliver Spohngellert
dc65fed3e9 Added exceptions to ingest module exceptions 2016-02-16 13:20:34 -05:00
Oliver Spohngellert
1c99f0b614 Got rid of bad constructor usage 2016-01-27 14:00:57 -05:00
momo
fdf4867f9d remove print comments 2015-12-04 13:08:00 -05:00
Richard Cordovano
0e7222dabb Merge develop->collaborative, resolve merge conflict, compile errors 2015-08-26 14:39:59 -04:00
Karl Mortensen
332a08f07d Bulk format code with new settings 2015-08-07 13:23:40 -04:00
Karl Mortensen
f76d0587dc Bulk format code with new settings 2015-08-07 11:50:35 -04:00
momo
cf2ad6ef81 remove extra space 2015-08-03 10:01:57 -04:00
momo
5a8bb361cb change date to 0 if not in search query 2015-07-30 11:36:43 -04:00
Karl Mortensen
b55e2e6e0b Scrub SQL, document how to use user-supplied queries safely 2015-04-30 12:55:45 -04:00
Karl Mortensen
4ad39c89a3 Mostly working. A few things to sort out. 2015-04-17 16:36:24 -04:00
Richard Cordovano
cb01eb40cd Make recent activity module cancellable 2014-11-06 21:14:26 -05:00
Brian Carrier
5e4ed7d047 refactored search engine, used list to make it more deterministic 2014-08-19 10:37:12 -07:00
Brian Carrier
f91c53fe3e Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2014-06-06 11:14:24 -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
Brian Carrier
bd2f97da4c Allow DS modules to supply sub-title of progress bar and updated RecentActivity to use it 2014-06-05 23:23:54 -04:00
Richard Cordovano
33439ecb43 Merge pull request #681 from mrtizmo/recentactivity-ja
RecentActivity additional Japanese translations
2014-04-23 10:34:44 -04:00
Nick Davis
cb8057e66a Pulled new static string. 2014-04-22 17:06:49 -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
Nick Davis
de73225c13 Pulled strings into Bundle.
Translated strings.
2014-04-15 17:36:32 -04:00
Richard Cordovano
1431d12a90 Eliminated duplication of ingest job cancellation check methods 2014-04-10 17:10:08 -04:00
Richard Cordovano
e8773786f4 Added overwrite flag to PlatformUtil resource file extraction method, use for pipeline config 2014-04-10 12:58:45 -04:00
Richard Cordovano
4f8617a16a Tidied up ingest framework API 2014-03-26 17:12:24 -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
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
71759074fe Added improved, more specific error handling. 2013-10-02 14:17:03 -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
adam-m
5eaa372122 remove excessive logging from URL analyzer 2013-06-05 11:41:13 -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
cea08ec24e search query analyzer: send new data event once at end of ingest, not for every result (minimize tree refresh) 2013-03-23 19:13:50 -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
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