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
adam-m
641f174613
remove archive handling by tika extractor
2013-02-14 16:51:11 -05:00
adam-m
4dd8444147
Merge branch 'master' into zipmodule
...
Conflicts:
Core/src/org/sleuthkit/autopsy/datamodel/DirectoryNode.java
Core/src/org/sleuthkit/autopsy/datamodel/FileNode.java
Core/src/org/sleuthkit/autopsy/datamodel/FileSearchFilterChildren.java
Core/src/org/sleuthkit/autopsy/directorytree/DataResultFilterNode.java
2013-02-14 16:35:18 -05:00
adam-m
8d287ddc26
delete genfiles props
2013-02-14 16:00:43 -05:00
adam-m
6816a1eaf1
update modules versions
2013-02-12 17:24:45 -05:00
adam-m
d5f1751679
update method names
2013-02-12 13:10:40 -05:00
adam-m
4a343fbc2d
change keyword search output folder location to be in ModulesOutput
2013-02-11 10:56:44 -05:00
adam-m
28f21129d5
Merge branch 'master' into zipmodule
...
Conflicts:
NEWS.txt
nbproject/project.properties
2013-02-07 11:14:23 -05:00
adam-m
589e8735c7
Merge branch 'timeline' of https://github.com/tmciver-basis/autopsy into timeline
...
Conflicts:
CoreLibs/build.xml
2013-02-05 10:57:45 -05:00
adam-m
6e08e412d2
- Make all file ingest modules work for derived files, and all abstract files in general, skipping only unalloc where applicable.
...
- Simplify code and remove unneeded visitors, using methods that are now part of AbstractFile interface.
- remove notion of fscontent in ingest modules in general and use abstract file.
2013-02-04 13:05:34 -05:00
adam-m
60683f123d
Add DerivedFile visit() implementation to remaining implemented ContentVisitors where we should be acting on derived files
2013-02-01 18:53:01 -05:00
adam-m
752dc2eaa8
- add hashing support for derived files (ingest, search)
...
- add extract action support for derived files
- refactor some code, make columns properties setting more common
2013-02-01 14:29:52 -05:00
adam-m
d53b30a5da
Fix processing of derived files by keyword search
2013-02-01 13:06:40 -05:00
adam-m
927cec9e60
Merge branch 'master' into timeline
2013-01-29 22:13:47 -05:00
Brian Carrier
5887f2fbda
Made ingest inbox messages more consistent
2013-01-29 14:49:02 -05:00
adam-m
6c0c3554aa
fix use correct version API
2013-01-26 16:05:38 -05:00
adam-m
cfc27aab2a
fix some java7 rawtype warnings
2013-01-26 15:57:23 -05:00
adam-m
a13c7e074a
Merge branch 'master' of https://github.com/sleuthkit/autopsy
2013-01-24 19:47:34 -05:00
adam-m
f0be686c34
update ivy version
2013-01-24 19:46:58 -05:00