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 |
|
adam-m
|
df5dc26f77
|
better horizontal scrollbars in content text viewers, set min viewport to 400
|
2013-03-14 15:45:19 -04:00 |
|
Sean-M
|
9c1e61a532
|
Merge remote-tracking branch 'upstream/master'
|
2013-03-12 11:16:31 -04:00 |
|
Sean-M
|
44c70e33b4
|
fixed regression.py
|
2013-03-11 12:32:37 -04:00 |
|
adam-m
|
7faa90ebac
|
Merge https://github.com/Smoss/autopsy
|
2013-03-11 11:08:24 -04:00 |
|
adam-m
|
944937a2bb
|
better handle IO error in Solr log stream redirect when app is closed
|
2013-03-07 21:04:39 -05:00 |
|
Sean-M
|
e86e3d509d
|
fixed KeywordSearhLists
|
2013-03-07 12:14:47 -05:00 |
|
Sean-M
|
e52591abba
|
to be merged
|
2013-03-06 18:20:09 -05:00 |
|
adam-m
|
8e271eb5fe
|
log exception if moving failed
|
2013-02-26 16:18:01 -05:00 |
|
adam-m
|
631153a326
|
Add keyword search index location check when opening old cases with new version where index resides in ModuleOutput dir
|
2013-02-26 16:17:10 -05:00 |
|
adam-m
|
cfe0757f1f
|
prepend "Exception" string to tika exceptions
|
2013-02-26 13:41:06 -05:00 |
|
adam-m
|
9c136f8e6f
|
rename ingest context to pipeline context
|
2013-02-25 10:48:25 -05:00 |
|
adam-m
|
b5783d1a70
|
string extractor now skips archives (tika already did)
|
2013-02-21 11:55:16 -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 |
|