9067 Commits

Author SHA1 Message Date
Ann Priestman
1d05fdf688 Added database query metric 2018-04-20 14:45:45 -04:00
Richard Cordovano
b188d76cb8 Merge remote-tracking branch 'upstream/develop' into 3726-result-view-infrastructure 2018-04-20 10:06:20 -04:00
Richard Cordovano
7c334f0eaf Docs and claen up for result view infrastructure changes 2018-04-20 10:06:14 -04:00
U-BASIS\dgrove
3d67c8d2cf Added password detection for Office documents. 2018-04-19 23:55:56 -04:00
Brian Sweeney
a7cfd25ca4 cleanup 2018-04-19 13:45:29 -06:00
Brian Sweeney
bdad9c4cad broken in merge 2018-04-19 13:40:44 -06:00
Brian Sweeney
ae0a708284 tab title has more detail about search criteria
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesMetaDataBuilder.java
2018-04-19 12:14:15 -06:00
Andrew Ziehl
bccb50c092 Adjust UI Sizing 2018-04-19 12:13:56 -06:00
Brian Sweeney
25c0107232 restored empty md5 omissison feature
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesMetaDataBuilder.java
2018-04-19 12:12:52 -06:00
Brian Sweeney
0979008b64 unused import 2018-04-19 12:12:37 -06:00
Andrew Ziehl
10a2225f37 wip ui 2018-04-19 12:12:37 -06:00
Andrew Ziehl
4f3e740add Add Mime Type column 2018-04-19 12:12:37 -06:00
Andrew Ziehl
589ec40259 Fix for not filtering by mime type. TODO, include mime-type as column? 2018-04-19 12:12:36 -06:00
Andrew Ziehl
3a725ac650 Add mime types for other media/document extensions 2018-04-19 12:12:36 -06:00
Andrew Ziehl
4f89d62ef3 merge cleanup
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesMetaDataBuilder.java
2018-04-19 12:12:36 -06:00
Andrew Ziehl
a3038ac395 Merge branch '3700-3730-3731-3732-3639-roundup' of https://github.com/briangsweeney/autopsy into common-files-type-filter
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/AllDataSources.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesMetaDataBuilder.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/SingleDataSource.java

# Conflicts:
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/AllDataSources.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesMetaDataBuilder.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/SingleDataSource.java
2018-04-19 12:12:13 -06:00
Brian Sweeney
538bd3c2af comments and access modifiers
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/AllDataSources.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/SingleDataSource.java
2018-04-19 11:51:17 -06:00
Brian Sweeney
0ffd19bea1 comments and unnused imports
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesMetaDataBuilder.java
2018-04-19 11:49:44 -06:00
Brian Sweeney
734887e254 reimplemented algorithm so that parents and children are selected separately
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesMetaDataBuilder.java
2018-04-19 11:49:05 -06:00
Brian Sweeney
5e1cc071e3 wip - child/parent query split 2018-04-19 11:47:40 -06:00
Brian Sweeney
e9df1587e2 wip - big reafcotr re splitting sql queries into parent / child calls
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/AllDataSources.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/SingleDataSource.java
2018-04-19 11:47:40 -06:00
Brian Sweeney
14275b38b0 more renaming 2018-04-19 11:45:08 -06:00
Brian Sweeney
24ab5ce6ad renaming 2018-04-19 11:45:07 -06:00
Andrew Ziehl
7754011b69 Update UI element variable names. Add filtering by mime_type based on check box selection. Needs Brian's changes to use executeQuery instead. 2018-04-19 11:45:07 -06:00
Brian Sweeney
45a06bad41 cleanup 2018-04-19 11:43:00 -06:00
Brian Sweeney
db210b4acd finds data sources that are images 2018-04-19 11:43:00 -06:00
Brian Sweeney
f29af7e012 graceful handling in the event that no datasources are available 2018-04-19 11:43:00 -06:00
Brian Sweeney
62c5f037b5 comment 2018-04-19 11:42:59 -06:00
Brian Sweeney
b7465361cd notes on rearchitecting 2018-04-19 11:42:59 -06:00
Brian Sweeney
9221fd14ca comments and event handling around disposing the dialog when were done with it and performance issues
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/Bundle.properties
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesDialog.java
2018-04-19 11:42:55 -06:00
Brian Sweeney
3d11f90747 layout tweaks 2018-04-19 11:40:45 -06:00
Brian Sweeney
c70845de7f new dialog options - wip 2018-04-19 11:40:45 -06:00
Brian Sweeney
b345f96005 added some dialog options - WIP 2018-04-19 11:40:45 -06:00
Brian Sweeney
a6f2d508f1 custom loading node for children which are not generated yet. this is a nice to have - could be thrown away if we wanted. 2018-04-19 11:40:44 -06:00
Andrew Ziehl
3ce62bf464 Rearrange dialog UI components, adjust ddl size. 2018-04-19 11:36:40 -06:00
Brian Sweeney
a1d3db93f5 added a loading node for use when child nodes are still being loaded 2018-04-19 11:36:39 -06:00
Andrew Ziehl
e9c8e47147 Fix typo in common files dialog 2018-04-19 11:32:41 -06:00
Andrew Ziehl
88955ecdc5 Update bundle of common files dialog text 2018-04-19 11:32:41 -06:00
Andrew Ziehl
05aa7136b9 ignore 0 size files when building parent/child md5 HashMap. 2018-04-19 11:32:41 -06:00
Andrew Ziehl
b9a5c26948 VIK-3730 changes to polish the common files search dialog. 2018-04-19 11:32:40 -06:00
Andrew Ziehl
bde4ef82bb VIK-3639 enhancement of query to search for all files which match an md5 from the given datasource. 2018-04-19 11:32:40 -06:00
Brian Sweeney
f4e1a8612e cleanup 2018-04-19 11:32:39 -06:00
Brian Sweeney
0b951f4cc0 more cleanup 2018-04-19 11:32:39 -06:00
Brian Sweeney
dd3818c3ad cleanup 2018-04-19 11:32:39 -06:00
Brian Sweeney
5511ef5959 more cleanup 2018-04-19 11:32:38 -06:00
Brian Sweeney
fc871b338a cleanup 2018-04-19 11:32:38 -06:00
Brian Sweeney
8e503de3da cleanup 2018-04-19 11:32:37 -06:00
Brian Sweeney
11289f3ca1 tabs have meaningful titles 2018-04-19 11:32:37 -06:00
Brian Sweeney
a01585d7c4 Merge branch 'develop' of https://github.com/briangsweeney/autopsy into 3624-tree-table-view
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/corecomponents/DataResultViewerTable.java
2018-04-19 11:32:37 -06:00
Brian Sweeney
9792111cb7 !!! toggled off the thumbnail viewer for testing / demoing purposes !!! 2018-04-19 11:32:36 -06:00