18529 Commits

Author SHA1 Message Date
William Schaefer
9e1d5cc927 3562 add logging where necessary make freeDiskSpace get default value again 2018-03-21 14:49:46 -04:00
Richard Cordovano
529174df3c Thread safety fix for ReportProgressPanel 2018-03-21 13:35:57 -04:00
Richard Cordovano
26e5c94892
Merge pull request #3586 from zhhl/3532-addOutputDirToTextFile2
3532: Write Output path to a text file instead of a html file.
2018-03-21 11:02:03 -04:00
Richard Cordovano
44b61507fd
Merge pull request #3583 from sleuthkit/volatility_module
Volatility module
2018-03-21 10:59:20 -04:00
Brian Carrier
d3864b0b9b
Merge branch 'develop' into volatility_module 2018-03-21 10:45:35 -04:00
U-BASIS\zhaohui
d21202e528 3532: Write Output path to a text file instead of a html file. 2018-03-21 10:26:14 -04:00
Richard Cordovano
bb1be88751
Merge pull request #3585 from millmanorama/comment-ThumbnailViewChildren
comment describing Comparator creation in  ThumbnailViewChildren
2018-03-21 10:18:14 -04:00
millmanorama
0959b6ae78 comment describing Comparator creation in ThumbnailViewChildren 2018-03-21 15:08:52 +01:00
Richard Cordovano
f237f9ef05
Merge pull request #3572 from sleuthkit/url_viewer
Allow reports to be URLs
2018-03-21 09:27:20 -04:00
Richard Cordovano
b6f781e37f
Merge pull request #3584 from dgrove727/3413_FilesSetSerializationFixes
Removed erroneous serialVersionUID values.
2018-03-21 09:15:26 -04:00
U-BASIS\dgrove
5ed4d5153c Removed erroneous serialVersionUID values. 2018-03-21 01:34:37 -04:00
Brian Carrier
d97dcd1728 Cleanup / error logging 2018-03-20 22:41:33 -04:00
Brian Carrier
2e7f1256d6 fixed typo 2018-03-20 21:04:24 -04:00
Brian Carrier
da1c93067a
Merge branch 'develop' into url_viewer 2018-03-20 20:53:01 -04:00
Richard Cordovano
1d0de9c506
Merge pull request #3581 from rcordovano/data-src-ingest-job-fix
Make DataSourceIngestJob's IngestJobInfo threadsafe
2018-03-20 18:10:56 -04:00
Richard Cordovano
3d1b7bbe0b Make DataSourceIngestJob's IngestJobInfo threadsafe 2018-03-20 18:08:41 -04:00
Brian Carrier
18efdbd691 moved volatility to experimental. Added Max to DSP progress monitor API. 2018-03-20 18:04:36 -04:00
Richard Cordovano
51734551e8 Make DataSourceIngestJob's IngestJobInfo threadsafe 2018-03-20 18:04:19 -04:00
Richard Cordovano
77b40bbdde
Merge pull request #3577 from eugene7646/unalloc_image_add_3590
Ability to add image as unallocated space if other DSPs fail to process it (3590)
2018-03-20 16:48:05 -04:00
Richard Cordovano
d1c252f15b
Merge pull request #3575 from dgrove727/3595_DeclutterLocalDiskPanel
3595 declutter local disk panel
2018-03-20 14:55:09 -04:00
Richard Cordovano
0fde61359e
Merge pull request #3550 from dgrove727/3583_AutoIngestDashboardInstances
3583 auto ingest dashboard instances
2018-03-20 14:53:43 -04:00
Brian Carrier
4431597a6f
Merge pull request #3540 from markmckinnon/volatility_module
Added checks for better results in plugins
2018-03-20 13:50:11 -04:00
U-BASIS\dgrove
9f72ca17aa Fixed double-negative typo. 2018-03-20 10:49:47 -04:00
Richard Cordovano
2c866a2e5a
Merge pull request #3576 from dgrove727/3362_CentralRepoOptionsEvents
Synchronizing enable/disable of components with job events.
2018-03-20 10:26:13 -04:00
U-BASIS\zhaohui
bb06c2d5b8 Merge branch 'develop' into 3191-AddRunningIngestToIngestFileFilterTest 2018-03-20 10:18:33 -04:00
Mark McKinnon
074e3639c9 FIx for plugins and cleanup
fix code for plugins to remerge and cleanup method names
2018-03-19 19:23:01 -07:00
Richard Cordovano
b952e4351f
Merge pull request #3574 from APriestman/3626_doxygenUpdates
Fix doxygen warnings
2018-03-19 22:19:40 -04:00
Richard Cordovano
1ebefa9bfe
Merge pull request #3571 from rishwanth1995/develop-merge
Merged release-4.6.0-linux-beta1 to develop branch
2018-03-19 22:19:08 -04:00
Richard Cordovano
fbd8dae5a4
Merge pull request #3568 from zhhl/3178-addDataSourcetoFileFiltersunitest
3178: Add data source to file filters unit test class
2018-03-19 22:16:50 -04:00
Richard Cordovano
69823f8ec1
Merge pull request #3555 from eugene7646/aid_services_checks_3580
Aid services checks (3580)
2018-03-19 22:06:54 -04:00
Richard Cordovano
c988090e9b
Merge pull request #3579 from rcordovano/2103-ingest-task-sched-concurrency
2103 ingest concurrency bug fixes
2018-03-19 21:56:37 -04:00
Richard Cordovano
75d4b9ad55 Fix IngestTasksScheduler, IngestManager concurrency issues 2018-03-19 19:46:01 -04:00
Richard Cordovano
0d4a2315cd Fix IngestTasksScheduler, IngestManager concurrency issues 2018-03-19 19:09:36 -04:00
U-BASIS\zhaohui
34a153acd6 3191: Put the runInjestJob in the private method to prepare more tests to re-use it. 2018-03-19 18:00:21 -04:00
U-BASIS\zhaohui
913e4abf8a 3191: Add running ingest to IngestsFileFilterTest. 2018-03-19 17:48:17 -04:00
William Schaefer
7124b8396c 3562 add comment to updateDerivedFile method 2018-03-19 17:47:44 -04:00
Eugene Livis
f1ca90cb54 Merge branch 'develop' of github.com:sleuthkit/autopsy into unalloc_image_add_3590 2018-03-19 16:55:13 -04:00
U-BASIS\dgrove
172d955b72 Changed 'refreshTable()' access modifier to private. 2018-03-19 16:14:09 -04:00
U-BASIS\dgrove
74d0d4e2eb Removed unused methods, and other minor cleanup. 2018-03-19 16:05:24 -04:00
William Schaefer
cc9016e4c1 3562 add missing comments for Zip Password changes 2018-03-19 15:45:48 -04:00
Brian Carrier
4be6c38a55 more codacy/pmd rule changes 2018-03-19 14:29:36 -04:00
Richard Cordovano
03e99cd719 Merge remote-tracking branch 'upstream/develop' into 2103-ingest-task-sched-concurrency 2018-03-19 14:12:15 -04:00
Brian Carrier
c1df939b6b more codacy/pmd rule changes 2018-03-19 14:10:49 -04:00
William Schaefer
59bf2c1584 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 3562-ZipPasswordUse 2018-03-19 13:52:37 -04:00
Eugene Livis
3618a69082 Modified comments 2018-03-19 13:47:01 -04:00
Eugene Livis
9e57e36ee3 /LocalDiskDSProcessor no longer implements AutoIngestDataSourceProcessor interface 2018-03-19 13:44:32 -04:00
Eugene Livis
4bbe5afc5c Changes to AutoIngestDataSourceProcessor 2018-03-19 13:41:05 -04:00
Ann Priestman
d2536e83d5 Fix doxygen warnings 2018-03-19 13:40:04 -04:00
Brian Carrier
4d9594e65a clean up codacy 2018-03-19 13:37:50 -04:00
William Schaefer
816580b2e0 3562 further zip password cleanup changes 2018-03-19 13:34:14 -04:00