Commit Graph
18776 Commits
Author SHA1 Message Date
U-BASIS\dgrove d0ddd3f540 Added assertion messages. 2018-04-26 22:35:00 -04:00
Brian Carrier 81f46c4119 renamed classes - 3503 2018-04-26 17:50:01 -04:00
William Schaefer 30020ec602 3752 fix issues found in review. comments, and other minor things 2018-04-26 17:15:33 -04:00
U-BASIS\zhaohui 6484e6b4d6 3709: All test cases for Embedded file tests. 2018-04-26 17:01:49 -04:00
Richard Cordovano f285ebd340 Merge pull request #3689 from APriestman/3339_keywordSearchBoundaries
3339 keyword search boundaries
2018-04-26 16:28:54 -04:00
Ann Priestman 871ce3ead1 Remove testing files and cleanup 2018-04-26 15:09:38 -04:00
Ann Priestman 3fe761185c Bundle messages and cleanup 2018-04-26 14:57:10 -04:00
Andrew Ziehl 359900250d Add comments 2018-04-26 11:18:13 -07:00
Andrew Ziehl b92413dcf0 Do not create or add duplicate correlation instances. Adjust filePath. 2018-04-26 11:15:30 -07:00
William Schaefer 446c3b72eb Merge branch 'custom-release-may-2018' of https://github.com/sleuthkit/autopsy into 3752-EncryptedPartionsFunctionalTest 2018-04-26 14:14:58 -04:00
Richard Cordovano 45c147f35a Merge branch 'custom-release-may-2018' into develop 2018-04-26 13:35:09 -04:00
Richard Cordovano 57e644fbb8 Add testutils to custom release May 2018 branch 2018-04-26 13:34:31 -04:00
William Schaefer 0984f1d9b7 Merge branch 'custom-release-may-2018' of https://github.com/sleuthkit/autopsy into 3752-EncryptedPartitionsSupport 2018-04-26 13:09:07 -04:00
Richard Cordovano f093c763e0 Merge pull request #3676 from zhhl/3709-embeddedFiles
3709 1st test for  embedded files
2018-04-26 13:01:17 -04:00
U-BASIS\zhaohui 4af2d8c291 Merge branch '3709-embeddedFiles' of github.com:zhhl/autopsy into 3709-embeddedFiles 2018-04-26 12:42:42 -04:00
Ann Priestman 1e3a8c5449 Merge remote-tracking branch 'upstream/custom-release-may-2018' into 3613_dashboard
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/healthmonitor/EnterpriseHealthMonitor.java
2018-04-26 12:41:17 -04:00
Andrew Ziehl cfcb7410b1 Add logic to avoid errors and enable Other Occurances even if CR is not enabled. 2018-04-26 09:12:08 -07:00
Richard Cordovano ff1436054c Merge pull request #3711 from APriestman/3754_hashMetric
3754 Add metrics for hash lookup and a database query
2018-04-26 11:59:19 -04:00
U-BASIS\zhaohui 9f9622c2c1 3709: Add IngestUtils class for unit test. 2018-04-26 11:56:55 -04:00
Ann Priestman f496a20295 Change to use bundle messages 2018-04-26 11:22:14 -04:00
Brian Carrier 46ce69ff8f Update GenericIngestModuleJobSettings.java 2018-04-26 11:15:51 -04:00
rishwanth1995 058473bd9d added javadoc for genericsettings class 2018-04-26 11:11:21 -04:00
rishwanth1995 93a2b001ac added a generic settings file for python modules 2018-04-26 10:40:28 -04:00
Brian Sweeney 99eafe9bcb no more italics 2018-04-26 08:15:36 -06:00
Ann Priestman e8d5de97cc Refactored dashboard code 2018-04-26 10:06:08 -04:00
Brian Sweeney 337a75e926 default font styles 2018-04-26 08:01:58 -06:00
Richard Cordovano 7c9aa10674 Merge pull request #3707 from APriestman/doxygenWarningFix
Deleted unrelated comment block to remove doxygen warnings.
2018-04-26 10:00:40 -04:00
Richard Cordovano cd6ab8787c Merge pull request #3704 from dgrove727/3748_PasswordProtectedOfficeDocuments
Added password detection for Office documents.
2018-04-26 10:00:20 -04:00
Richard Cordovano a0ba73ade7 Merge pull request #3705 from wschaeferB/3744-DocumentQuickSearchFeature
3744 document quick search feature
2018-04-26 09:59:15 -04:00
Richard Cordovano 749b8833e3 Update EmbeddedFileTest.java
Fix spelling error
2018-04-26 09:48:33 -04:00
Ann Priestman 2200a41d74 Added code to enable and disable monitoring.
Added button to auto ingest dashboard.
Improved trend line.
2018-04-26 07:54:15 -04:00
Brian Sweeney c5bc291217 better state management for all the radios and check boxes 2018-04-25 16:56:30 -06:00
Brian Sweeney 18db15c727 fixed a typo 2018-04-25 15:25:16 -06:00
Brian Sweeney 03286d4860 common files dialog layout 2018-04-25 15:21:11 -06:00
William Schaefer d0e5c9f5bc Merge branch '3748_RegressionTest' of https://github.com/dgrove727/autopsy into 3752-EncryptedPartionsFunctionalTest 2018-04-25 15:40:48 -04:00
esaunders eb83dfd0e0 Added support for pause/resume/shutdown to AID. 2018-04-25 15:23:44 -04:00
U-BASIS\dgrove a0dc448bf2 Using String constants for MIME types. 2018-04-25 14:53:49 -04:00
U-BASIS\dgrove 3ed6ea4add Access database password detection added. 2018-04-25 14:39:55 -04:00
Brian Sweeney 54502a276e better verbiage on dialog 2018-04-24 13:42:32 -06:00
Brian Sweeney d8bb155496 common files search option disabled when case is not open 2018-04-24 13:08:05 -06:00
esaunders 5d59a5d466 Renamed autoIngestNode to ainStatusNode and fixed a problem where an IllegalArgumentException was thrown if the previously selected node no longer exists. 2018-04-24 14:34:46 -04:00
Ann Priestman bdb1a49d89 Merge remote-tracking branch 'upstream/custom-release-may-2018' into 3613_dashboard 2018-04-24 14:33:36 -04:00
esaunders af04ea3cba Added accessors for the monitor and the nodes panel. 2018-04-24 14:31:12 -04:00
esaunders 307151a46f Added method to retrieve dashboard and modified dashboard so that it is not active by default. 2018-04-24 14:28:12 -04:00
William Schaefer 9e1bbf7fa5 3752 remove sys outs from debugging 2018-04-24 14:18:43 -04:00
William Schaefer 520ad092b9 3752 fix imports and method access from merge conflicts with 3748 2018-04-24 14:05:04 -04:00
William Schaefer 08eb531564 3752 Resolve merge conflicts from merging 3748 2018-04-24 13:41:10 -04:00
U-BASIS\dgrove a9acec5f2f Functional test now includes checks on PDF files. 2018-04-24 12:31:52 -04:00
U-BASIS\zhaohui 5b2ef9d7b8 3709: Move the common code of unit tests to a util class. 2018-04-24 11:46:44 -04:00
Ann Priestman 6d9256469f Cleanup 2018-04-24 11:33:49 -04:00