Commit Graph
19162 Commits
Author SHA1 Message Date
U-BASIS\dgrove 490d8df3e7 Preventing duplicate keyword hits. 2018-07-30 10:52:47 -04:00
Brian Carrier 55f60073dd Merge pull request #3965 from dgrove727/4051_MinorUiUpdates_1
Added '(Volatility)' to the Memory DSP name.
2018-07-19 09:10:22 -04:00
Brian Carrier 436509d9e1 Merge pull request #3968 from dgrove727/4051_MinorUiUpdates_4
Set checkbox by default.
2018-07-19 09:10:07 -04:00
Brian Carrier 09b7ba4b0f Merge pull request #3971 from esaunders/4013_aid_refresh
Replace use of AutoIngestJob as a key for dashboard job tables
2018-07-19 09:05:26 -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
U-BASIS\dgrove fbc91771d2 Set checkbox by default. 2018-07-18 12:14:57 -04:00
U-BASIS\dgrove 263a63fb7e Added '(Volatility)' to the Memory DSP name. 2018-07-17 16:03:32 -04:00
Richard Cordovano 7019eece50 Merge pull request #3926 from briangsweeney/3985-intra-case-test-update
3985 intra case test update
2018-07-17 13:25:39 -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
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
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 0e80c71a45 Merge conflicts resolved. 2018-07-09 10:27:48 -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
Richard Cordovano 766c4aec68 Merge pull request #3944 from wschaeferB/4017-ImprovedLoggingMultipleSpots
4017 improved logging multiple spots
2018-07-06 17:25:04 -04:00
Richard Cordovano fe32cb5500 Update SearchEngineURLQueryAnalyzer.java 2018-07-06 17:24:45 -04:00
Eugene Livis b339a09a26 Minor 2018-07-06 16:19:40 -04:00
Eugene Livis 23bc1d632a Improvement to case log when handling archive data sources 2018-07-06 16:13:57 -04:00
Richard Cordovano 36740ad778 Merge pull request #3945 from dgrove727/4000_RedundantToolTips
Removed tooltips.
2018-07-06 13:33:41 -04:00
William Schaefer 420a3fffe8 3997 make new logger message SEVERE leave existing one as FINE 2018-07-06 12:11:18 -04:00