10952 Commits

Author SHA1 Message Date
Brian Carrier
47b886902a do not rely on EamDB for case files 2018-06-01 14:36:24 -04:00
Brian Sweeney
a7e69d8fb5 bug fixes for testing exceptions and notes 2018-06-01 12:28:04 -06:00
Brian Sweeney
2156daec4d Merge branch '3870-ui-unresponsiveness' of https://github.com/briangsweeney/autopsy into 3788-intercase-correlation 2018-06-01 11:17:11 -06:00
Andrew Ziehl
3f84ce30f5 fix for null values 2018-06-01 10:10:34 -07:00
Brian Sweeney
87a38b19cb Merge branch '3870-ui-unresponsiveness' of https://github.com/briangsweeney/autopsy into 3788-intercase-correlation
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/EamDbCommonFilesAlgorithm.java
2018-06-01 11:06:39 -06:00
Ann Priestman
519df52ff3 Added user metric graph panel 2018-06-01 13:02:41 -04:00
Andrew Ziehl
c78662885c Add or clause to CR query to include current case results so that result will have count > 1. Move values check so that query will return empty. 2018-06-01 10:01:33 -07:00
Brian Carrier
ae2e64ec35 Added PMD supression 2018-06-01 12:53:51 -04:00
Brian Carrier
0fb67b7879 refactor other occurance panel for intracase correlation 2018-06-01 12:25:57 -04:00
Brian Carrier
ffd9da1f0d refactor other occurance panel for intracase correlation 2018-06-01 12:25:49 -04:00
Ann Priestman
663315b44c Added user metrics and bar graphs. 2018-06-01 12:21:02 -04:00
Raman
e022f9666c 3877: Remove "Quick Tag" submenu 2018-06-01 08:17:22 -04:00
U-BASIS\dgrove
aa2ef6f44a Improved code quality. 2018-06-01 00:42:44 -04:00
Brian Sweeney
7753b255dc Merge branch '3870-ui-unresponsiveness' of https://github.com/briangsweeney/autopsy into 3788-intercase-correlation 2018-05-31 12:22:37 -06:00
Brian Sweeney
73256e3e77 Revert "Remove current case before getting datasources for common files case."
This reverts commit 12a443e379ea2c1c87200f451621d7c2baf2c714.
2018-05-31 12:22:16 -06:00
Andrew Ziehl
a408f78f54 Fix for PreparedStatement limited to 32k ? variable replacements.
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java
2018-05-31 12:14:14 -06:00
Andrew Ziehl
0e7558706f Fix for removing current correlation case from common files data sources. 2018-05-31 12:13:47 -06:00
Andrew Ziehl
12a443e379 Remove current case before getting datasources for common files case.
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java
2018-05-31 12:13:47 -06:00
Brian Sweeney
e82126e721 clearTestDir added 2018-05-31 11:38:46 -06:00
Brian Sweeney
12ca0870ca comments 2018-05-31 09:29:43 -06:00
Brian Sweeney
cf25790821 fixed a logic error in tear down 2018-05-31 09:29:27 -06:00
Andrew Ziehl
4c529e2973 Fix for PreparedStatement limited to 32k ? variable replacements. 2018-05-30 16:21:13 -07:00
Brian Sweeney
3989cb44f2 test one stub 2018-05-30 15:50:47 -06:00
Brian Sweeney
78d51d001a had to initialize cr db and save settings 2018-05-30 15:50:05 -06:00
Andrew Ziehl
213301e545 Add progress handler to search to inform user Autopsy is busy, with 3 stages. 2018-05-30 12:26:12 -07:00
U-BASIS\dgrove
53208e60e9 Several bug fixes with implementation. 2018-05-30 15:25:09 -04:00
Brian Sweeney
730d3075a2 some renames and cleanups and a new test stub 2018-05-29 20:02:56 -06:00
Brian Sweeney
e66bee876d Merge branch '3776-intra-case-tests' of https://github.com/briangsweeney/autopsy into 3788-intercase-correlation
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/centralrepository/contentviewer/DataContentViewerOtherCases.java
2018-05-29 19:19:18 -06:00
Brian Sweeney
6910272fec Merge branch '3788-intercase-correlation' of https://github.com/briangsweeney/autopsy into 3788-intercase-correlation 2018-05-29 19:14:13 -06:00
Brian Sweeney
a8c16bb2f7 test code 2018-05-29 19:11:25 -06:00
rishwanth1995
8b5131c466 htmlreport refactor 2018-05-29 16:20:36 -04:00
Andrew Ziehl
13ca2ad8af Fix for removing current correlation case from common files data sources. 2018-05-29 10:00:29 -07:00
U-BASIS\zhaohui
29d9dec46e 3844: Updates according the comments 2018-05-29 12:53:04 -04:00
Andrew Ziehl
d4d6594b4f Remove current case before getting datasources for common files case. 2018-05-29 09:39:21 -07:00
Andrew Ziehl
f129cdc49f Fix for clicking on selected picture/doc filter radio which would previously uncheck the filter checkboxes. Moved error message display so it doesn't dump the search/cancel buttons over to the right of the panel. 2018-05-29 09:17:07 -07:00
William Schaefer
79b7a357d7 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 3845-ObjectDetectionModule 2018-05-29 10:44:06 -04:00
U-BASIS\dgrove
e241a89f8a Partial implementation. Does not load comment into dialog. 2018-05-29 10:06:25 -04:00
Brian Sweeney
06c3577068 stubbed in test data file downloads 2018-05-28 18:35:54 -06:00
Brian Sweeney
8f645b97e9 intercaseutils 2018-05-28 17:48:46 -06:00
Brian Sweeney
a5ca17f41f intercase test utils - wip 2018-05-27 20:26:20 -06:00
Ann Priestman
1dc1355c1c Fixing y coordinate for trend lines that don't fit on the graph. 2018-05-25 15:54:54 -04:00
U-BASIS\dgrove
fa733a3acd Updated module ordering. 2018-05-25 15:31:24 -04:00
U-BASIS\dgrove
7d88e5a23a Fixed module ordering. 2018-05-25 15:25:57 -04:00
Brian Sweeney
0249dac717 group by clause added so that we dont get back instances that have no dupes just as long as they are in the current case 2018-05-25 12:43:07 -06:00
Brian Sweeney
3272488216 Merge branch 'develop' of https://github.com/briangsweeney/autopsy into 3776-intra-case-tests
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java
2018-05-25 09:08:48 -06:00
Brian Sweeney
61d8a6a894 lower accessibility 2018-05-25 09:05:30 -06:00
Brian Sweeney
f7322e88d3 fixing sql statement - wip 2018-05-25 08:40:46 -06:00
Brian Sweeney
db341a9cb0 code cleanup 2018-05-25 08:40:07 -06:00
Raman
f3dc5a42f5 Remove unused imports. 2018-05-25 10:08:19 -04:00
Raman
ab32a31817 3838: Fix/Remove delay hack. 2018-05-25 09:23:20 -04:00