U-BASIS\dgrove
|
1da24f1aec
|
Cleanup.
|
2018-11-15 00:49:53 -05:00 |
|
Richard Cordovano
|
317df78aef
|
Merge pull request #4239 from APriestman/4312_setDataSourceName
4312 Prepend the archive name to any images extracted in the archive DSP.
|
2018-11-07 11:20:31 -05:00 |
|
Richard Cordovano
|
de4cec5411
|
Merge pull request #4268 from sleuthkit/release-4.9.1
Merge release 4.9.1 into develop branch
|
2018-11-07 11:02:17 -05:00 |
|
Richard Cordovano
|
3780023392
|
Add stopwatch logging for case deletion
|
2018-11-06 14:17:54 -05:00 |
|
Ann Priestman
|
af882afd42
|
Don't pass in sleuthkit case
|
2018-10-26 08:55:13 -04:00 |
|
Ann Priestman
|
ba84b4c74b
|
Prepend the archive name to any images extracted in the archive DSP.
Don't use the device ID for the name in the Local Files DSP.
|
2018-10-25 12:27:54 -04:00 |
|
U-BASIS\dgrove
|
7c44559c87
|
Revised 'createTimeZoneString()'.
|
2018-10-24 13:37:18 -04:00 |
|
U-BASIS\dgrove
|
1ca5f5daa2
|
Consolidated time zone generation code.
|
2018-10-24 12:35:00 -04:00 |
|
Richard Cordovano
|
6bf58a0d3a
|
NBM versioning updates for release 4.9.0
|
2018-10-12 12:07:41 -04:00 |
|
U-BASIS\dgrove
|
2a49a17164
|
Partial implementation.
|
2018-09-11 23:56:35 -04:00 |
|
Eugene Livis
|
b5dcd2bd37
|
Additional logging
|
2018-08-28 10:37:07 -04:00 |
|
Eugene Livis
|
46bb667bf3
|
No longer trying to find case output directory for each job while doing an input scan
|
2018-08-27 16:52:26 -04:00 |
|
Eugene Livis
|
f4c253f1ae
|
Removed a duplicate scan of the output directory for each manifest file
|
2018-08-27 16:34:50 -04:00 |
|
rishwanth1995
|
1932d4381b
|
Merge branch 'develop' of https://github.com/sleuthkit/autopsy into live_autopsy_warning
|
2018-08-10 09:50:15 -04:00 |
|
rishwanth1995
|
60ee75098f
|
refactored method names in pathvalidator
|
2018-08-10 09:45:04 -04:00 |
|
William Schaefer
|
19b7ba19c0
|
4103 added icons back to AID 2.0 as part of figuring out how to do 4095
|
2018-08-03 16:15:27 -04:00 |
|
Richard Cordovano
|
8093d9610f
|
Merge pull request #3997 from sleuthkit/release-4.8.0
Merge in release 4.8.0 branch
|
2018-07-31 10:01:23 -04:00 |
|
Richard Cordovano
|
b205a983d3
|
Module version updates for release 4.8.0
|
2018-07-30 11:24:54 -04:00 |
|
William Schaefer
|
fb28c62d60
|
4037 add explicit calls to release opencv objects to avoid reliance on finalize method
|
2018-07-19 09:57:20 -04:00 |
|
William Schaefer
|
fad0f57406
|
4037 introduce max file size to object detection module (100 mb)
|
2018-07-19 09:57:11 -04:00 |
|
William Schaefer
|
8d546a217e
|
remove unnecessary imports from Object detection
|
2018-07-19 09:56:58 -04:00 |
|
William Schaefer
|
04068dd492
|
4037 entirely remove unnecessary input stream in Object Detection
|
2018-07-19 09:56:42 -04:00 |
|
William Schaefer
|
aba1489aee
|
4037 Close InputStream in object detection module which was left open
|
2018-07-19 09:56:32 -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 |
|
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
|
263a63fb7e
|
Added '(Volatility)' to the Memory DSP name.
|
2018-07-17 16:03:32 -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
|
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
|
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 |
|
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 |
|
Eugene Livis
|
72394ee2b5
|
Removed excessive logging
|
2018-07-10 15:24:59 -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 |
|
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 |
|
William Schaefer
|
3b8b38da6f
|
3996 add object id to log messages for OpenCV related object detection exceptions
|
2018-07-05 16:12:46 -04:00 |
|
William Schaefer
|
f2e0660829
|
3996 add parent path to logging messages for file for easier finding
|
2018-07-05 16:05:55 -04:00 |
|
William Schaefer
|
083b8d0bfd
|
3996 improve opencv logging and prevent any opencv exceptions from escaping process method
|
2018-07-05 15:56:03 -04:00 |
|
Richard Cordovano
|
822c9e1f1f
|
Merge pull request #3907 from esaunders/develop
3927 Update jobs in snapshot when they are prioritized
|
2018-06-27 15:28:40 -04:00 |
|
Richard Cordovano
|
bd59974689
|
Merge pull request #3904 from APriestman/3962_sharedconfig
3962 Add object detection classifiers and python modules to shared config.
|
2018-06-27 15:28:19 -04:00 |
|
esaunders
|
87478909a8
|
Update jobs in snapshot when they are prioritized/deprioritized.
|
2018-06-27 13:09:56 -04:00 |
|
Ann Priestman
|
b1e456a688
|
Clean out the local folder even if the remote folder does not exist.
|
2018-06-27 13:03:36 -04:00 |
|
Ann Priestman
|
814eea4b3a
|
Don't share the group datasources selection
|
2018-06-27 12:39:08 -04:00 |
|
Ann Priestman
|
293e263915
|
Fix cut and paste error
|
2018-06-27 08:43:13 -04:00 |
|
Ann Priestman
|
d94d684fbf
|
Add logging if the folder is missing.
|
2018-06-27 08:16:46 -04:00 |
|
Ann Priestman
|
da6ff8a04a
|
Add object detection classifiers and python modules to shared config.
|
2018-06-26 14:22:06 -04:00 |
|
William Schaefer
|
10a84f66d5
|
3832 Add back the max jobs per case setting
|
2018-06-21 12:08:58 -04:00 |
|
Richard Cordovano
|
3b320266e3
|
Merge pull request #3873 from esaunders/3701_service
Support for running auto ingest as a Windows service
|
2018-06-20 13:45:56 -04:00 |
|