Commit Graph
19165 Commits
Author SHA1 Message Date
Brian Carrier f1e77aac89 set VHD replace option by default. 2018-07-19 09:09:36 -04:00
Brian Carrier f401f20103 Merge pull request #3970 from esaunders/4013_aid_refresh
Replace use of AutoIngestJob as a node key for the dashboard jobs tables
2018-07-19 09:04:56 -04:00
Brian Carrier 1bd4f94f77 Merge pull request #3974 from APriestman/moveIsOpenedToEDT
Move call to isOpened onto the EDT
2018-07-19 08:58:08 -04:00
Ann Priestman a2ad970a7c Move call to isOpened onto the EDT 2018-07-19 08:47:09 -04:00
esaunders 5410db46cf Fix formatting. 2018-07-18 16:09:24 -04:00
esaunders dceb7e884e The use of AutoIngestJob as a node key in the dashboard caused problems because (a) the underlying job objects could be changed in other threads and (b) the equals() implementation only considered the manifest file path.New AutoIngestWrapper class was introduced to be used as a key. 2018-07-18 16:01:57 -04:00
Richard Cordovano c3672c80c9 Merge pull request #3947 from dgrove727/4015_CentralRepoErrorHandling
4015 central repo error handling
2018-07-17 15:30:03 -04:00
Richard Cordovano 4de77034ae Merge pull request #3963 from dgrove727/4052_CancelImageWriter
4052 cancel image writer
2018-07-17 15:27:00 -04:00
Richard Cordovano 0cf1406ab8 Merge pull request #3962 from esaunders/4013_aid_refresh
Query node status every 5 minutes and only display nodes that have be…
2018-07-16 16:29:29 -04:00
U-BASIS\dgrove 1ddbf13be4 Merge remote-tracking branch 'upstream/develop' into 4052_CancelImageWriter 2018-07-16 12:03:38 -04:00
U-BASIS\dgrove 718d28e8cc Changed finishing message. 2018-07-16 12:02:55 -04:00
esaunders e3eb0918fb Query node status every 5 minutes and only display nodes that have been heard from in the last 15 minutes. 2018-07-16 11:02:59 -04:00
Richard Cordovano 44ef634551 Merge pull request #3961 from APriestman/4006_adHocKWinReport
4006 Show ad hoc keyword hits in report.
2018-07-13 18:18:40 -04:00
Richard Cordovano 3a9b17a078 Merge pull request #3953 from APriestman/imageGallerySettings
Don't bail out of saving settings if there is no case open
2018-07-13 17:24:02 -04:00
Richard Cordovano 9d61987743 Merge pull request #3949 from APriestman/3923_setNodesToNull
Set UI selections to null before closing top components.
2018-07-13 17:21:46 -04:00
Richard Cordovano 290ef3aeb2 Merge pull request #3960 from dgrove727/4048_OpenCoreWindowsMultipleDataSources
Fixed core window opening condition.
2018-07-13 17:02:07 -04:00
Richard Cordovano 710f129d00 Update DirectoryTreeTopComponent.java 2018-07-13 17:00:41 -04:00
Richard Cordovano 5c7de4e552 Merge pull request #3952 from APriestman/4017_longDomains
4017 Fix domain parsing and increase max artifact value length
2018-07-13 16:57:35 -04:00
Richard Cordovano fe96e5bcdf Merge pull request #3955 from esaunders/4013_aid_refresh
4013 Fix for job list threading issue
2018-07-13 16:56:28 -04:00
Richard Cordovano 3da16f9989 Merge pull request #3959 from APriestman/fixFileTypeJitter
Fix jitter in file types tree caused by missing space
2018-07-13 16:50:21 -04:00
Richard Cordovano aa95681864 Merge pull request #3958 from dgrove727/4046_BundleMessageMissing
Removed message.
2018-07-13 16:48:43 -04:00
Richard Cordovano d3f5aecf17 Merge pull request #3956 from sleuthkit/android_python_fix
Fix string format of error message
2018-07-13 16:31:13 -04:00
Richard Cordovano 983c70ba75 Merge pull request #3954 from esaunders/4012_resume_kicks_off_new_scan
4012 resume kicks off new scan
2018-07-13 16:29:54 -04:00
Richard Cordovano b2ec3d4b52 Merge pull request #3950 from eugene7646/remove_object_detection_info_logs_4038
Removed excessive logging
2018-07-13 16:28:31 -04:00
Richard Cordovano af6fe2db57 Merge pull request #3948 from esaunders/4014_send_resume_message
Publish a resumed message regardless of whether the JobProcessingTask…
2018-07-13 16:27:09 -04:00
Richard Cordovano 589b289731 Merge pull request #3940 from dgrove727/3973_DisableDataSourceSearch_2
Disable data source search when only one available.
2018-07-13 16:23:09 -04:00
Ann Priestman 414a65402a Cleanup 2018-07-13 14:30:21 -04:00
Ann Priestman 9ef33ab771 Added user searches to table of contents when applicable
Added fix for Notable tags
Cleanup
2018-07-13 14:16:35 -04:00
U-BASIS\dgrove 478cf84e5d Fixed core window opening condition. 2018-07-13 14:02:25 -04:00
Ann Priestman 498c19c9dc Add fix for notable tags. 2018-07-13 13:20:45 -04:00
Ann Priestman a50cf3da86 User searches appear in report (no heading yet) 2018-07-13 11:36:04 -04:00
Ann Priestman 4b9159b22e Fix jitter in file types tree caused by missing space 2018-07-12 15:01:17 -04:00
U-BASIS\dgrove 677da00196 Removed message. 2018-07-12 13:20:20 -04:00
Brian Carrier 3f89863a29 Fix string format of error message 2018-07-12 00:40:07 -04:00
esaunders 50e13eb31e Fix for threading issue related to the fact that returning copies of the pending, running and completed lists iterated over the collections without syncrhonization leading to the possibilty that the collections might be modified by another thread at the same time. 2018-07-11 14:16:16 -04:00
esaunders 953b3628e1 Kick off an immediate scan on resume. 2018-07-11 12:14:07 -04:00
Ann Priestman 94bdd86840 Don't bail out of saving settings if there is no case open 2018-07-11 11:35:26 -04:00
Ann Priestman a72527a4d5 Cleanup 2018-07-11 11:23:46 -04:00
Ann Priestman f6b6aec267 Fix protocol regex and increase max value length. 2018-07-11 11:22:33 -04:00
Eugene Livis 72394ee2b5 Removed excessive logging 2018-07-10 15:24:59 -04:00
Ann Priestman c3e663e66e Fix split regex 2018-07-10 12:50:39 -04:00
Ann Priestman aabab06898 Set UI selections to null before closing top components. 2018-07-10 11:57:12 -04:00
U-BASIS\dgrove d7c93a4e8e Removed stack trace for lack of MD5. 2018-07-09 16:30:29 -04:00
esaunders 08aa6ab8a7 Publish a resumed message regardless of whether the JobProcessingTask is waiting for directory scan completion or not. 2018-07-09 16:27:49 -04:00
U-BASIS\dgrove 6b442c8f36 Disable menu item when correlation attribute not available. 2018-07-09 13:44:14 -04:00
U-BASIS\dgrove 0e80c71a45 Merge conflicts resolved. 2018-07-09 10:27:48 -04:00
U-BASIS\dgrove af56427c44 Fixed typos; minor code polish. 2018-07-07 00:56:37 -04:00
U-BASIS\dgrove 69dae650d7 Merge remote-tracking branch 'upstream/develop' into 4015_CentralRepoErrorHandling 2018-07-07 00:35:58 -04:00
U-BASIS\dgrove 1912be53e5 Improved error handling. 2018-07-07 00:35:14 -04:00
Richard Cordovano df912db421 Merge pull request #3946 from eugene7646/achivedsp_log_fix_4018
Improvement to case log when handling archive data sources (4018)
2018-07-06 17:34:10 -04:00