2216 Commits

Author SHA1 Message Date
Samuel H. Kenyon
aa32aa261a Save and load from a new disabled modules list in the ingest properties config file. Loaded modules which are missing from the config file will be auto-added as enabled. 2014-01-06 21:48:30 -05:00
Brian Carrier
835fbf1124 line endings 2013-12-28 15:08:59 -05:00
Samuel H. Kenyon
9a1c73819d Added a logged warning case. 2013-12-27 16:29:28 -05:00
Samuel H. Kenyon
ceab182a5c If BB node wraps a mismatch artifact, then add props (columns) for extension and file type. 2013-12-27 16:22:32 -05:00
Jeff Wallace
6dfe42db53 store cached thumbnails as png files. 2013-12-20 17:34:38 -05:00
Jeff Wallace
5228e50104 removed extra debug statements. 2013-12-20 17:34:30 -05:00
Jeff Wallace
2ad0839654 minor cleanup and documentation. 2013-12-20 17:34:17 -05:00
Jeff Wallace
d3bcf8bc9a Report on thumbnails in a grid. 2013-12-20 17:34:05 -05:00
Jeff Wallace
b5a07ed05d Add tagged images table to html report. 2013-12-20 17:33:23 -05:00
Samuel H. Kenyon
53d71b7d31 Merge remote-tracking branch 'upstream/develop' into sigid3 2013-12-20 16:53:00 -05:00
raman-bt
52a2e90559 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop 2013-12-20 16:34:04 -05:00
raman-bt
236e1bcfec Addressing review comments to "Interesting Artifacts" related changes earlier.
Mainly:
 - Renamed InterestingItems* to InterestingHits*
 - Renamed artifact TSK_INTERESTING_ARTIFACT to TSK_INTERESTING_ARTIFACT_HIT
2013-12-20 16:33:46 -05:00
Richard Cordovano
c62923ecd5 Merge pull request #399 from jawallace/encryption
Encryption
2013-12-20 13:23:11 -08:00
raman-bt
dbca90e7c0 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop 2013-12-20 10:56:47 -05:00
Brian Carrier
ceaf070d4b Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2013-12-20 10:55:54 -05:00
Brian Carrier
9cf5efbf1e catch calls to complete() and return to old approach of calling init() on each module 2013-12-20 10:55:42 -05:00
raman-bt
e1efc7b1d2 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop 2013-12-20 09:24:19 -05:00
Jeff Wallace
2bb02a3266 moved jpeg header check method to public image utils class. 2013-12-19 13:23:50 -05:00
Richard Cordovano
cc1a7f7f47 Merge pull request #398 from jawallace/thumbnail_reporting
Thumbnail reporting
2013-12-19 09:01:18 -08:00
Jeff Wallace
3eb5cef318 Don't refresh directory tree when a module data event is called for the general info artifact. 2013-12-18 15:02:55 -05:00
Jeff Wallace
258e80d59b Don't refresh tree for general info artifacts. 2013-12-18 15:02:47 -05:00
Samuel H. Kenyon
2fef207333 FileExtMismatchIngestModule now has its own artifact type. Also moved file type id detector up in the pipeline. 2013-12-18 12:16:06 -05:00
Samuel H. Kenyon
0708606ad8 Update pipeline config file to force the order of FileTypeIdIngestModule before FileExtMismatchIngestModule. 2013-12-18 12:16:03 -05:00
Samuel H. Kenyon
cea28363bc Refactor how the Hashset Hits column is populated. 2013-12-18 12:15:00 -05:00
Samuel H. Kenyon
650ee38d1c Line endings. 2013-12-18 12:05:19 -05:00
Jeff Wallace
3eb5453d5f Updated logic in default action for data result nodes.
Conflicts:

	Core/src/org/sleuthkit/autopsy/directorytree/DataResultFilterNode.java
2013-12-18 11:12:48 -05:00
Jeff Wallace
0e4b47dd36 Removed deprecated comment. 2013-12-18 11:11:49 -05:00
Richard Cordovano
9868466d9b Merge pull request #397 from jawallace/newMboxParser
New mbox parser
2013-12-18 07:35:23 -08:00
Richard Cordovano
8e8b05732b Merge pull request #350 from jawallace/filterKnown
Filter known
2013-12-18 07:34:35 -08:00
Jeff Wallace
2c7eb4ce88 Link to content in HTML reports for blackboard artifact tags that refer to image files. 2013-12-13 16:22:55 -05:00
raman-bt
be83a65e2e Content viewer displays the "associated artifact", in case the selected node has an artifact with ASSOCAITED_ARTIFACT attribute. 2013-12-13 15:48:55 -05:00
Jeff Wallace
199c347a79 Updated attributes associated with encryption artifact. 2013-12-13 13:28:17 -05:00
raman-bt
eae37fdc76 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop 2013-12-13 13:17:28 -05:00
Jeff Wallace
78d44473f8 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into encryption
Conflicts:
	Core/src/org/sleuthkit/autopsy/report/ReportGenerator.java
2013-12-13 13:03:50 -05:00
Jeff Wallace
3f2e8d4fa2 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into newMboxParser
Conflicts:
	Core/src/org/sleuthkit/autopsy/ingest/GeneralIngestConfigurator.java
2013-12-12 15:34:33 -05:00
Jeff Wallace
7290b1f052 line endings 2013-12-12 15:13:48 -05:00
Jeff Wallace
d11df43a1d Merge branch 'develop' of https://github.com/sleuthkit/autopsy into ewfVerifyIngest
Conflicts:
	Core/src/org/sleuthkit/autopsy/report/ReportGenerator.java
	nbproject/project.properties
2013-12-12 14:58:21 -05:00
Jeff Wallace
c9b92a6f9f Add thumbnails for content and blackboard artifact tags for the html report. 2013-12-12 14:30:55 -05:00
Richard Cordovano
58f428085e Merge pull request #366 from jawallace/sqliteJarUpdate
Sqlite jar update
2013-12-12 10:59:59 -08:00
Richard Cordovano
8b5ddb11bd Merge pull request #395 from jawallace/content_viewer_window_focus
Bring the floating content viewer to the front when the 'View in new window' action is called.
2013-12-12 10:59:46 -08:00
Richard Cordovano
4e2c794115 Merge pull request #381 from jawallace/proxy_options
Show proxy options
2013-12-12 10:57:49 -08:00
Richard Cordovano
4503280fbc Merge pull request #374 from jawallace/compiler_warnings
Compiler warnings
2013-12-12 10:55:05 -08:00
Jeff Wallace
20b093a022 Extracted thumbnail generation to a utility class. 2013-12-12 11:04:49 -05:00
Richard Cordovano
175e4eea6b Finish merge cleanup 2013-12-11 17:36:44 -05:00
Jeff Wallace
a635f9fc85 Removed stopwatch and debug printlns.
Conflicts:

	Core/src/org/sleuthkit/autopsy/report/ReportGenerator.java
2013-12-11 17:34:33 -05:00
Jeff Wallace
60ae393da2 Moved methods only used by ArtifactData into the ArtifactData class. Cache rowData for each ArtifactData.
Conflicts:

	Core/src/org/sleuthkit/autopsy/report/ReportGenerator.java
2013-12-11 17:31:32 -05:00
Jeff Wallace
32be04828f Performance improvement for artifact sorting.
Conflicts:

	Core/src/org/sleuthkit/autopsy/report/ReportGenerator.java
2013-12-11 16:45:29 -05:00
Jeff Wallace
2adae5b08b Bring the floating content viewer to the front when the 'View in new window' action is called. 2013-12-11 15:42:48 -05:00
raman-bt
2dd64c940d Display Interesting Items (Interesting Files, Interesting Artifacts) directly in the "Results" tree instead of under "Extracted Content". 2013-12-11 12:41:10 -05:00
Jeff Wallace
fd8828fb7a Updated limit of deleted files to 10000 2013-12-10 16:45:14 -05:00