1315 Commits

Author SHA1 Message Date
Richard Cordovano
e38c22d652 Restored public access to hash db manager and case action exception 2014-01-27 10:56:16 -05:00
Richard Cordovano
be1e052852 Made tagging dialogs public again 2014-01-27 10:20:00 -05:00
Richard Cordovano
94ddd2616b Merge pull request #451 from shahit2/API_Public
Api public
2014-01-24 10:45:54 -08:00
shahit2
2e0b2fc1bb reverting unneeded changes to form files and bundles 2014-01-24 11:20:26 -05:00
Brian Carrier
f6ccd898e6 renamed execute method in IngestManager to scheduleDataSource 2014-01-23 17:16:12 -05:00
Brian Carrier
cfa50f4345 reporting uses new extension code, displays full path and tag names, can be moved around (relative paths) 2014-01-23 16:07:19 -05:00
Brian Carrier
8ebc996044 updated descriptions of modules, sort order, and layout of wizard 2014-01-23 13:54:10 -05:00
Brian Carrier
17011d3031 fixed reporting bugs, detect thumbnail images by blackboard 2014-01-23 13:29:28 -05:00
shahit2
ed4a9e043a Merge remote-tracking branch 'upstream/develop' into develop 2014-01-23 13:28:36 -05:00
shahit2
2fe7e16df4 committing changed files 2014-01-23 13:10:17 -05:00
shahit2
1685a38a92 reverting back 2014-01-22 16:45:46 -05:00
shahit2
cd42336785 committing 2014-01-22 16:36:42 -05:00
shahit2
874c7b24ec Files that could be changed to non-public have been 2014-01-22 11:05:05 -05:00
shahit2
1c85f040d4 Some files changed to non-public 2014-01-22 09:30:41 -05:00
shahit2
c2e596c260 Some files changed to non-public 2014-01-21 15:12:57 -05:00
shahit2
e5d4ea92a4 changes to non-public
some files changed to to non-public
2014-01-21 14:19:19 -05:00
Brian Carrier
aba1af8308 Merge pull request #433 from SynapticNulship/mmext
Changes to use AbstractFile.getNameExtension()
2014-01-21 11:01:21 -08:00
Richard Cordovano
5eab10bbe7 Added notification of case db schema upgrade backup 2014-01-21 00:18:15 -05:00
Brian Carrier
e75ffc4541 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2014-01-19 21:41:17 -05:00
Brian Carrier
bcac4a5f8b line endings 2014-01-19 21:40:56 -05:00
Samuel H. Kenyon
84bdc09115 safety dance 2014-01-17 16:56:33 -05:00
Samuel H. Kenyon
dfe149d54b Get the same extension that Mismatch module uses. 2014-01-17 16:18:03 -05:00
Brian Carrier
4f3683b438 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2014-01-17 15:21:35 -05:00
Brian Carrier
1e2f82483e line endings 2014-01-17 15:21:28 -05:00
Brian Carrier
0d8c29ebb2 set progress to 100 after commit 2014-01-17 14:51:48 -05:00
Brian Carrier
8ac7520ea6 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2014-01-16 10:44:35 -05:00
Richard Cordovano
77b772297b Updated references to sqlite JAR 2014-01-16 10:27:31 -05:00
Brian Carrier
2fcce87869 removed deprecated method in strings content viweer 2014-01-15 23:29:23 -05:00
Brian Carrier
a5de0c23b8 removed isSupported from ContentViewer API 2014-01-15 23:23:53 -05:00
Brian Carrier
8e8aa0fcf7 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2014-01-14 16:35:52 -05:00
Brian Carrier
e585423f12 added comments to case events and made it so that closing events were only fired when a case was in fact being closed. 2014-01-14 16:35:29 -05:00
Samuel H. Kenyon
ca2d5399e9 Add mismatch icon for ArtifactTypeNode. 2014-01-09 15:33:27 -05:00
Samuel H. Kenyon
fb9e036566 Add specific icon for mismatch node results. 2014-01-08 18:12:10 -05:00
Richard Cordovano
aacefa5f49 Merge pull request #410 from jawallace/new_thumbnail_reporting
New thumbnail reporting
2014-01-08 12:19:10 -08:00
Richard Cordovano
635df51a6a Merge pull request #394 from raman-bt/develop
Display Interesting Items (Interesting Files, Interesting Artifacts) dir...
2014-01-08 12:06:58 -08:00
Samuel H. Kenyon
00768addd4 Older ingest props files won't have the disabled list, so don't assume it exists. 2014-01-06 22:06:05 -05:00
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
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