19260 Commits

Author SHA1 Message Date
Richard Cordovano
06b2ce3c7a
Merge pull request #3703 from briangsweeney/common-files-feature
Common files feature
2018-05-02 11:15:40 -04:00
Richard Cordovano
fef6c5f510 Public API adjustments for application content viewer and ingest services 2018-05-02 10:28:48 -04:00
Ann Priestman
62a6e4e3eb Add missing parens 2018-05-02 09:54:50 -04:00
Raman
05c41132f8 Group Results tree by Datasource.
Interim commit to save the partial work. Some of this will need to be fixed for Vik-3802
2018-05-02 08:27:07 -04:00
Andrew Ziehl
ce847c2c1b Merge branch 'common-files-feature' of https://github.com/briangsweeney/autopsy into 3668-intra-case-correlation-content-viewer
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/AllDataSourcesCommonFilesAlgorithm.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesMetadata.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesMetadataBuilder.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesNode.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/FileInstanceMetadata.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/Md5Metadata.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/SingleDataSource.java
#	Core/src/org/sleuthkit/autopsy/corecomponents/DataResultViewerTable.java
2018-05-01 16:54:14 -07:00
Brian Carrier
10661321b6 Added Linux / OS X instructions 2018-05-01 18:13:52 -04:00
Brian Carrier
f4d3f82b66
Merge pull request #3734 from sleuthkit/zip_has_version
Change build so that ZIP file has version in root folder
2018-05-01 18:09:32 -04:00
Brian Carrier
4234d636d1 Change build so that ZIP file has version in root folder 2018-05-01 18:08:51 -04:00
Andrew Ziehl
734b4ebe6e Merge branch '3700-3730-3731-3732-3639-roundup' of https://github.com/briangsweeney/autopsy into 3668-intra-case-correlation-content-viewer
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/AllDataSources.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesMetaData.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesMetaDataBuilder.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesNode.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/FileInstanceMetaData.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/Md5MetaData.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/SingleDataSource.java
#	Core/src/org/sleuthkit/autopsy/corecomponents/DataResultPanel.java
#	Core/src/org/sleuthkit/autopsy/corecomponents/DataResultTopComponent.java
#	Core/src/org/sleuthkit/autopsy/corecomponents/DataResultViewerTable.java
2018-05-01 14:40:46 -07:00
Andrew Ziehl
3145e60631 Codeacy fixes 2018-05-01 14:17:14 -07:00
William Schaefer
00a49e84f2 3804 rename search feature for ui from quick search to ui quick search in docs 2018-05-01 12:33:47 -04:00
Brian Carrier
46d9659ef5 do not error if file is not there 2018-05-01 12:27:40 -04:00
Ann Priestman
f0c017f35a Added checkboxes for showing less data and hiding the trend line.
Removed code to graph the min and max values since it's unlikely to be used.
2018-05-01 12:24:10 -04:00
Brian Carrier
47ebd238e8 updated unix_setup for new TSK version 2018-05-01 12:19:23 -04:00
Andrew Ziehl
43545a0805 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 3668-intra-case-correlation-content-viewer
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/corecomponents/DataResultPanel.java
#	Core/src/org/sleuthkit/autopsy/corecomponents/DataResultTopComponent.java
#	Core/src/org/sleuthkit/autopsy/corecomponents/DataResultViewerTable.java
2018-05-01 08:52:35 -07:00
esaunders
a4b03c3b44 Merge branch 'custom-release-may-2018' of github.com:sleuthkit/autopsy into 3737_ain_pause_resume 2018-05-01 11:08:51 -04:00
esaunders
9c7e256e0a Added pause requested state. 2018-05-01 11:05:24 -04:00
Richard Cordovano
ebeed4893e Merge in custom-release-may-2018 and resolve conflicts 2018-05-01 10:58:55 -04:00
Richard Cordovano
33dcffdd28 Merge in customw-release-may-2018 and resolve conflicts 2018-05-01 10:57:08 -04:00
William Schaefer
b54fb3fb27 3752 make failure message for vericrypt test more accurate 2018-05-01 10:28:50 -04:00
William Schaefer
fbeb1f8fcd 3752 update google drive vericrypt test image and check for container 2018-05-01 10:23:58 -04:00
Richard Cordovano
aad70991ea Resolve conflicts for release-4.7.0 merge 2018-05-01 09:59:54 -04:00
William Schaefer
1d8882e6f9 3752 finish Vericrypt test and add final asserts to it 2018-05-01 09:51:00 -04:00
Brian Sweeney
2afcc99111 added a result set to a try-with-resources block 2018-05-01 07:27:50 -06:00
Brian Carrier
611cd721a1 use custom TSK branch 2018-05-01 09:19:44 -04:00
Ann Priestman
fd025de155 Add metrics to correlation engine 2018-05-01 08:22:08 -04:00
Brian Sweeney
9518ef3c61 new topcomponent factory method usage with singular viewer: dataresultviewertable 2018-04-30 18:42:13 -06:00
Brian Sweeney
c9a6915250 Merge branch 'develop' of https://github.com/briangsweeney/autopsy into common-files-feature
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/corecomponents/DataResultPanel.java
#	Core/src/org/sleuthkit/autopsy/corecomponents/DataResultTopComponent.java
#	Core/src/org/sleuthkit/autopsy/corecomponents/DataResultViewerTable.java
2018-04-30 17:28:20 -06:00
Richard Cordovano
f87fd0cc8a Remove methods with unnecessary public access from ThunderbirdMboxFileIngestModule 2018-04-30 18:57:19 -04:00
Andrew Ziehl
7cb3ece7c5 remove testing hashcode comment 2018-04-30 14:58:24 -07:00
William Schaefer
276939278a Merge branch 'custom-release-may-2018' of https://github.com/sleuthkit/autopsy into 3752-EncryptedPartionsFunctionalTest 2018-04-30 16:35:50 -04:00
Ann Priestman
2ff7ccc62b Don't plot lines above the top of the graph 2018-04-30 15:58:38 -04:00
Andrew Ziehl
29b369390b Refactored methods, set path to lowercase for hashcode comparisons, which fixes duplicates. 2018-04-30 11:55:22 -07:00
esaunders
0f666e94ff Merge branch '3735_ain_status_in_aid' into 3737_ain_pause_resume 2018-04-30 12:56:17 -04:00
esaunders
e03f1086b9 Changed node status table title label. 2018-04-30 12:34:46 -04:00
Brian Sweeney
ded5493226 fixed a bug where error state became confused on clicking the already selected box twice 2018-04-30 10:07:41 -06:00
Andrew Ziehl
3c3d162159 Cleanup correlation case function. 2018-04-30 06:58:12 -07:00
millmanorama
f36a7b5a6e fix typo in log message 2018-04-30 15:08:09 +02:00
millmanorama
b6f33bf798 disable PMD/codacy warning about catching NPE 2018-04-30 15:07:24 +02:00
millmanorama
e134108767 show warning in less intrusive JFX notifications instead of Message boxes, suppress NPEs during painting. 2018-04-30 14:55:36 +02:00
Brian Carrier
d5d623bcbb fix typo 2018-04-28 13:33:12 -04:00
Brian Carrier
e29ec34d17 adjusted CI scripts for new TSK names 2018-04-28 10:41:49 -04:00
Brian Carrier
a5fe951761 Updated to use 4.6.1 TSK 2018-04-27 22:48:26 -04:00
Brian Carrier
3fbca05057 Update to use tsk 4.6.1 jar 2018-04-27 22:45:51 -04:00
Brian Carrier
ec6850f520 update TSK dependency 2018-04-27 22:34:13 -04:00
Brian Carrier
da4b415e20 update TSK dependency 2018-04-27 22:33:12 -04:00
Richard Cordovano
ef58e61759
Merge pull request #3726 from rcordovano/3726-result-view-infrastructure
3726 result view infrastructure
2018-04-27 20:12:59 -04:00
Richard Cordovano
e5ede42dc1 Merge remote-tracking branch 'upstream/develop' into 3726-result-view-infrastructure 2018-04-27 20:11:49 -04:00
Richard Cordovano
c665942aec Merge remote-tracking branch 'upstream/custom-release-may-2018' into develop 2018-04-27 20:10:43 -04:00
Richard Cordovano
fda8b94741 Complete documentation nad clean up of result view infrastructure 2018-04-27 20:06:04 -04:00