19260 Commits

Author SHA1 Message Date
Richard Cordovano
13f33e7f2e Merge remote-tracking branch 'upstream/develop' into image-gallery-db-migration 2018-07-27 12:46:57 -04:00
Richard Cordovano
dd6e3abafe
Update ImageGalleryController.java 2018-07-27 12:35:49 -04:00
Richard Cordovano
c0c94e15d1
Merge pull request #3992 from rcordovano/restrict-access-rename-AbstractAbstractFileNode-method
Restrict access and rename AbstractAbstractFileNode method
2018-07-27 12:24:38 -04:00
Raman
8345063244 Mark DB is not stale when a local ingest finishes. 2018-07-27 09:19:18 -04:00
Raman
6b11132bed Modify the extension query in BulkTransferTask to use the extension column instead of substring match on name column. 2018-07-26 21:53:03 -04:00
Raman
6b9f9f9814 Merge branch 'image-gallery-db-migration' of https://github.com/raman-bt/autopsy into 1001-ig-multiuser
# Conflicts:
#	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/DrawableDB.java
2018-07-26 21:47:30 -04:00
Richard Cordovano
821eff842d Make new public AbstractAbstractFileNode protected 2018-07-26 15:15:43 -04:00
Raman
7149b3b9d0 999: Migrate Image Gallery groups table to CaseDB
- Address review comments.
2018-07-26 12:30:08 -04:00
Raman
36c638514f 1001: Image gallery for muti-user cases
- More Codacy comments addressed.
2018-07-26 09:09:20 -04:00
Raman
9a5461fd6c 1001: Image Gallery for multi-user cases
- Address Codacy comment in previous commit.
2018-07-26 08:38:48 -04:00
Raman
49e7ed7036 1001: Image Gallery for multi-user cases 2018-07-25 19:51:57 -04:00
Richard Cordovano
008a9d507c
Merge pull request #3921 from raman-bt/develop
Merging Develop into image-gallery-db-migration
2018-07-25 10:13:47 -04:00
Brian Carrier
464f1dd5ad
Merge pull request #3977 from APriestman/4058_checkForEDT
Make sure setupTable is called from the EDT
2018-07-20 10:42:12 -04:00
Brian Carrier
ffd45d3bf5 update version 2018-07-20 10:27:42 -04:00
millmanorama
d70802cb62 add tooltip to timeline listview description column 2018-07-20 14:57:32 +02:00
Brian Carrier
8764aeba87
Update TSKVersion.xml 2018-07-19 14:02:04 -04:00
Brian Carrier
0638a6d13c
Merge pull request #3978 from dgrove727/4055_HtmlReportTaggedItemsFixes
Fixed bugs around checkboxes.
2018-07-19 13:57:17 -04:00
Brian Carrier
80cdb999c3
Merge pull request #3976 from wschaeferB/ObjectDetectionObjectClosing
Object detection object closing
2018-07-19 13:49:56 -04:00
Ann Priestman
e98e0db15b Revert to old method of calling setupTabs 2018-07-19 13:41:31 -04:00
U-BASIS\dgrove
5ab3050362 Fixed bugs around checkboxes. 2018-07-19 11:15:33 -04:00
Ann Priestman
771f8489a8 Moved EDT check up to setNode() 2018-07-19 11:03:41 -04:00
Ann Priestman
e970e8b71c Make sure setupTable is called from the EDT 2018-07-19 10:59:30 -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
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
0a9eac2d1c
Merge pull request #3975 from sleuthkit/bcarrier-patch-1
set VHD replace option by default.
2018-07-19 09:09:56 -04:00
Brian Carrier
f1e77aac89
set VHD replace option by default. 2018-07-19 09:09:36 -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
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
U-BASIS\dgrove
b3fafcf06a Removed unused method. 2018-07-18 16:57:11 -04:00
U-BASIS\dgrove
e5a8ae21f5 Reusing GeneralFilters from Image DSP. 2018-07-18 16:54:36 -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
60446f0406 Added VHD to picker. 2018-07-18 13:47:07 -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
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
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
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