789 Commits

Author SHA1 Message Date
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
Tim McIver
ebeebc821a Merge branch 'timeline' of https://github.com/sleuthkit/autopsy into timeline 2013-01-24 14:08:24 -05:00
Tim McIver
15e256ffe9 Modifications to html editor kit used by ExtractedContentPanel in an effort
to make the font size similar to what's seen in the 'String View' content
viewer.
2013-01-24 14:06:52 -05:00
adam-m
14d6bd7f72 add more tika supported formats (.flv and .class) to tika extractor 2013-01-24 13:27:33 -05:00
adam-m
8b8c553bf2 reenable processing of archive files (zip, tar, ...) by tika and string extractor, until after we have implemented the 7zip module 2013-01-24 13:22:42 -05:00
adam-m
2fe79f6281 Merge branch 'master' into timeline 2013-01-23 15:26:36 -05:00
adam-m
5abd79579c make exported packages by keyword search public 2013-01-23 15:25:48 -05:00
adam-m
c10872e42e - add more archive extensions to skip
- better code to parse file extension
- do not call string extractor if it does not support the content
2013-01-23 12:23:12 -05:00
adam-m
455e4f6f89 AUT-709 Review Extensions used by Tika: do not process archive extensions by Tika and string extractor.
Currently done by extension, will be determined by mime type later
2013-01-23 12:06:26 -05:00
adam-m
3f09687b46 make result window titles unique 2013-01-22 21:13:24 -05:00
adam-m
12b8917346 better error msg in indexer blocked by security software 2013-01-22 12:23:46 -05:00