830 Commits

Author SHA1 Message Date
Brian Carrier
d51471a6ec updated error messages in modules. Exif uses only signatures now 2013-08-23 10:10:21 -04:00
Brian Carrier
2fb3dc67c6 normalized use of resetComponent for content viewers and better handle case where no tabs are enabled so that viewers reset and old data is not visible. 2013-08-16 12:52:54 -04:00
Brian Carrier
f5d4d10aa2 removed some index fields in SOLR schema and added comments to code 2013-08-13 16:39:10 -04:00
Brian Carrier
fe5b1d7db7 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-08-13 11:17:52 -04:00
Brian Carrier
9a32f0be87 Added internal comments to keyword search code 2013-08-13 11:17:31 -04:00
Brian Carrier
391b68a240 Merge branch 'master' of github.com:sleuthkit/autopsy 2013-08-12 20:18:56 -04:00
Brian Carrier
e17b9f549f Added some comments to keyword search module 2013-08-12 20:18:45 -04:00
Brian Carrier
966da82416 Updated API changes to keep it inline with 3.0.6, added context to uses of ingest panels. 2013-08-12 18:29:21 -04:00
Richard Cordovano
bf9709ca11 Merge branches 'master' and 'new_multi_select' 2013-08-09 17:38:08 -04:00
Richard Cordovano
9a8ecc3582 Merge of general_ingest_configurator branch 2013-08-09 12:37:36 -04:00
Brian Carrier
36c37e52ff Improved layout and styling of ingest messages to have style sheets and consistent look and feel 2013-08-08 18:02:18 -04:00
Richard Cordovano
9d2dcbcd4b Additional modifications for backing out changes to IngestModuleAbstract.java from commit 5d9bf3ff1f78dfc967128c02356613a3a980f328 2013-08-06 17:53:30 -04:00
Richard Cordovano
88675499f6 First draft of multi-select work 2013-08-05 17:23:32 -04:00
Brian Carrier
4b1af7138e Added notion of a 1-minute update to keyword search and made 5 minutes be default 2013-07-30 17:27:54 -04:00
Brian Carrier
3d18532fc2 removed extra log statemetns about each file being indexed 2013-07-22 10:04:41 -04:00
adam-m
7fab4a394e add query substr to keyword search tab title
fixes #225
2013-07-10 23:51:52 -04:00
adam-m
3415c49b04 keyword search: fixes duplicates during ingest for Local Files - when local file set added, ensures to only search the currently ingested sources 2013-06-18 12:48:39 -04:00
adam-m
ebf53d3711 update modules versions for the release 2013-06-05 12:49:07 -04:00
adam-m
5d9bf3ff1f Ingest module API change to include configuration context (placeholder) 2013-06-04 16:07:56 -04:00
adam-m
e829b54179 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-06-03 10:15:00 -04:00
adam-m
4fde97df23 fix logging solr start command 2013-06-03 10:14:46 -04:00
Brian Carrier
10764b7ea3 resolved merge conflicts 2013-05-30 15:39:03 -04:00
adam-m
ab9fffe683 Fix Solr startup if autopsy path has spaces 2013-05-30 13:58:44 -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
e7b67e5eb8 workaround in keyword search panel for node being set twice sometimes 2013-05-23 17:33:50 -04:00
adam-m
47b3870124 Split solr start and stop cmd-line arguments into array - fixes solr start for java 7.0.21 2013-05-22 16:55:48 -04:00
adam-m
7fde0d12a5 close input stream for solr log redirector 2013-05-21 12:45:15 -04:00
adam-m
88a29d04f0 correct keyword search index for local files if image is not present 2013-05-16 12:50:42 -04:00
adam-m
ee32d8833e keyword search add indexing of LocalFiles 2013-05-09 11:43:03 -04:00
adam-m
238fc51860 Solr shutdown also when plugin is unloaded.
Make sure to finalize shutdown even if exceptions thrown along the way.
2013-05-09 11:35:26 -04:00
adam-m
0890cccc7c keyword search module: handle case if input has no image when keeping track of what to reprocess 2013-05-09 11:24:44 -04:00
adam-m
a82beb01d0 fix auto-expand of new keyword search results nodes 2013-04-02 09:55:22 -04:00
Tim McIver
c6f97f6f96 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-03-29 17:22:09 -04:00
Tim McIver
386ac703b6 Many changes in support of AUT-776 (Tag creation improvements). 2013-03-29 17:21:41 -04:00
adam-m
0d8e56a7e9 make tika extractor skip x-msdownload, in lieu of strings extraction 2013-03-29 11:21:22 -04:00
adam-m
ab39110253 Add a Text View message if file is has no extracted text in the index.
Add more info if file is known and the current settings tell it to skip known files.
2013-03-28 11:23:03 -04:00
adam-m
79519a46d8 keyword search: kill old Solr server using sigar.kill if we cannot stop if gracefully when autopsy starts, before starting a new solr instance 2013-03-28 10:36:46 -04:00
adam-m
a683aafe89 better user message if keyword search ingest can't run due to solr start error 2013-03-27 13:04:30 -04:00
Brian Carrier
27c06a2848 Reorganized keyword search module a bit 2013-03-26 14:32:22 -04:00
adam-m
d34c963644 refine tika formats, send to tika file formats only it claims to support, minus archives.
Otherwise, it could result in tika returning no text for some unsupported files, and skipping string extraction.
2013-03-26 11:50:41 -04:00
adam-m
069c239d01 relax string extraction supported formats to be everything other than archives 2013-03-26 11:14:14 -04:00
adam-m
dff66ebb36 Fix issue with 2 copies of each content viewer created. Potentially fixes duplicate setNode() calls on each type of content viewer.
Rename getInstance() method to createInstance() on content viewer interface, as it was misleading as it really is a factory method.
2013-03-20 19:52:18 -04:00
adam-m
eccd71ee66 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-03-20 19:29:53 -04:00
adam-m
f79be7801b log when content viewers are instantiated to help debugging 2013-03-20 19:29:30 -04:00
adam-m
ee8ef11882 update modules versions for the release 2013-03-20 15:13:07 -04:00
adam-m
33a308a755 Keyword search changes to use tika mime type detection rather than file extensions.
TODO fine-tune mime types.
2013-03-19 15:01:12 -04:00
adam-m
d66c053883 more info in tooltip 2013-03-14 23:47:12 -04:00
adam-m
bf903eaae5 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-03-14 16:41:10 -04:00
adam-m
243479b130 fix weird flicker issue in extract text viewer, due to preferred sizes 2013-03-14 16:40:49 -04:00
adam
84a5612872 Merge pull request #170 from Smoss/master
Continued updates to regression test framework
2013-03-14 12:56:49 -07:00