738 Commits

Author SHA1 Message Date
William Schaefer
4a2b4197b2 3610 row selection, resize, icons 2018-04-09 13:38:06 -04:00
William Schaefer
3f20808ed4 3610 refresh no longer causes table contents to blink with asynchronous= false 2018-04-06 14:48:52 -04:00
U-BASIS\dgrove
37ed49b1b3 Switched from Java logger to Autopsy logger. 2018-04-06 09:38:06 -04:00
William Schaefer
9cdc521379 3610 display stage time as human readable string again 2018-04-05 14:57:48 -04:00
William Schaefer
b6ccca3e57 3610 - re-enable buttons on Auto Ingest Dashboard with outlineViews 2018-04-05 14:08:29 -04:00
William Schaefer
7176c6edf1 3610 initial swapping of jtables for outlineviews on AutoIngestDashboard 2018-04-05 12:05:11 -04:00
Richard Cordovano
d9ac5fd291
Merge branch 'develop' into custom-release-march-2018 2018-04-02 19:33:33 -04:00
Brian Carrier
afb99f4f30 resolved conflicts 2018-04-02 11:25:59 -04:00
Richard Cordovano
f3d4232d2b Volatility DSP clean up, bug fixes, error handling 2018-03-29 20:00:25 -04:00
Richard Cordovano
badb2cfbe6 Volatility DSP clean up. bug fixes 2018-03-29 10:06:41 -04:00
Brian Carrier
3be5e0e74a Codacy warnings 2018-03-28 22:20:12 -04:00
Brian Carrier
4df825e504 More line bounds checking 2018-03-28 22:05:34 -04:00
Richard Cordovano
2ae2356fff
Merge pull request #3606 from APriestman/custom-release-march-2018
Don't set the data source as the Report parent
2018-03-26 13:56:45 -04:00
Ann Priestman
e4858a1ad5 Don't set the data source as the Report parent 2018-03-26 13:48:46 -04:00
Richard Cordovano
5063f861a1
Merge pull request #3602 from APriestman/3671_preventEmptyImage
Don't allow the user to select a directory for Volatility module
2018-03-26 13:30:36 -04:00
Ann Priestman
df9cbd9fde Don't allow the user to select a directory for Volatility module 2018-03-26 12:44:37 -04:00
Ann Priestman
36491b54a3 Fix string out of bounds error in Volatility DSP 2018-03-26 12:00:10 -04:00
Brian Carrier
d3864b0b9b
Merge branch 'develop' into volatility_module 2018-03-21 10:45:35 -04:00
Brian Carrier
d97dcd1728 Cleanup / error logging 2018-03-20 22:41:33 -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
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
0fde61359e
Merge pull request #3550 from dgrove727/3583_AutoIngestDashboardInstances
3583 auto ingest dashboard instances
2018-03-20 14:53:43 -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
Eugene Livis
2d8af3c8e4 Added logging to ArchiveDSP 2018-03-15 12:11:21 -04:00
Eugene Livis
16108f09b1 Fixed a bug in AIM where it was possible to not attempt the next DSP on the list of candidate DSPs 2018-03-15 11:58:12 -04:00
Eugene Livis
2f7997758d Merge branch 'develop' of github.com:sleuthkit/autopsy into aid_services_checks_3580 2018-03-14 15:07:46 -04:00
Eugene Livis
ffe6ac2ee1 Converted AutoIngestControlPanel to use cached service statuses 2018-03-14 14:06:40 -04:00
Eugene Livis
b6154cffb3 More fixes 2018-03-14 13:48:06 -04:00
Eugene Livis
fb68dd0fc1 Bug fixes 2018-03-14 13:24:46 -04:00
Eugene Livis
dd60a72c8a First cut at changing AID 2018-03-14 12:54:16 -04:00
U-BASIS\dgrove
6f85d9832e Moved Mode object instantiation to optimize. 2018-03-14 11:22:12 -04:00
millmanorama
61e1cf0d26 Merge remote-tracking branch 'upstream/develop' into cvt-graph-view
# Conflicts:
#	Core/nbproject/project.xml
#	Core/src/org/sleuthkit/autopsy/communications/AccountsRootChildren.java
#	Core/src/org/sleuthkit/autopsy/communications/CVTTopComponent.form
#	Core/src/org/sleuthkit/autopsy/communications/CVTTopComponent.java
#	Core/src/org/sleuthkit/autopsy/communications/FiltersPanel.java
#	build.xml
2018-03-14 16:18:47 +01:00
U-BASIS\dgrove
9695ea496f Merge remote-tracking branch 'upstream/develop' into 3583_AutoIngestDashboardInstances 2018-03-14 11:05:09 -04:00
U-BASIS\dgrove
0918ba5558 Added additional commentary. 2018-03-14 11:04:33 -04:00
U-BASIS\dgrove
42e264ea68 Added logic to remove existing dashboard instance. 2018-03-13 17:56:59 -04:00
Eugene Livis
6eab4305c8 Switched all scheduleAtFixedRate to scheduleWithFixedDelay 2018-03-13 16:58:02 -04:00
U-BASIS\zhaohui
a4cea63c18 2229: Part 19: Use getOpenCase() instead of getCurrentCase() in ImageGallery and Experimental. 2018-03-05 12:20:40 -05:00
Richard Cordovano
9b5e083cab Merge remote-tracking branch 'upstream/custom-release-2.11.1' into develop 2018-03-01 09:36:54 -05:00
Richard Cordovano
2aea610495
Merge pull request #3461 from APriestman/3550_newSolrCloud
Implement DIY solr cloud
2018-02-28 13:07:58 -05:00
Richard Cordovano
bc28f09939
Merge pull request #3475 from sleuthkit/custom-release-2.11.1
Merge in custom release 2.11.1 branch
2018-02-27 17:13:16 -05:00
U-BASIS\dgrove
ff6feace52 Disable deprioritize buttons when not prioritized. 2018-02-26 17:29:58 -05:00
U-BASIS\dgrove
e46a201405 Removed deprioritization event in favor of existing. 2018-02-26 15:11:19 -05:00
U-BASIS\dgrove
e7379f859f Cleanup. 2018-02-26 12:05:18 -05:00
U-BASIS\dgrove
03943ac78a Minor cleanup. 2018-02-26 11:59:27 -05:00
Ann Priestman
112b57776d Implement DIY solr cloud 2018-02-23 16:37:34 -05:00
U-BASIS\dgrove
9de880bb0f Merge remote-tracking branch 'upstream/develop' into 3353_CenterChildWindows 2018-02-22 15:15:48 -05:00
U-BASIS\dgrove
ee07f777b3 More windows centered. 2018-02-22 15:07:36 -05:00
U-BASIS\dgrove
bdd1ccd15e Minor fix. 2018-02-22 10:35:31 -05:00