777 Commits

Author SHA1 Message Date
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
adam-m
34e1b811c3 change java source level to 1.7 2013-01-20 08:48:14 -05:00
adam-m
93de5d7c33 Update versions for 3.0.4 release 2013-01-18 09:56:07 -05:00
adam-m
9194325727 add complete list of MSOffice and OpenOffice extensions to Tika extractor
fixes #133
2013-01-17 13:22:27 -05:00
adam-m
00f57f6bad add MS OFFICE 2007 extensions to tika extractor to process 2013-01-17 12:55:07 -05:00
adam-m
1bca70f08c Share tika jar from keyword search to thunderbird to avoid multiple loads (TODO move Tika to CoreLib) 2013-01-17 10:04:03 -05:00
adam-m
06efec11f6 strip html from message 2013-01-16 14:15:29 -05:00
adam-m
4156200a57 use new message/notify API instead of some modal dialogs 2013-01-16 14:08:50 -05:00
Tim McIver
3a5727b9ff Fixed log message typos. 2013-01-11 12:38:01 -05:00
Tim McIver
e840fa0a0e These changes in support of AUT-740 concerning KeywordSearch 'Advanced
Keyword Search Configuration' dialog box. Renamed 'Save As' button to
'Copy List'. Added cancel button. Altered logic so that when a copy list
operation is aborted, a dialog no longer pops up saying that the list was
saved.
2013-01-11 12:35:02 -05:00
adam-m
44599504ed keyword search ingest: search only images being ingested, not other images present in the index 2013-01-09 17:31:02 -05:00
adam-m
64cec303d7 Merge branch 'master' of https://github.com/Devin148/autopsy 2013-01-08 12:37:08 -05:00
adam-m
f539a14e96 explicitely add icu4j optional pdfbox dependency we need for tika 2013-01-04 17:36:55 -05:00