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 |
|
Brian Sweeney
|
f87e8de830
|
cleanup, comments, access modifiers
|
2018-07-18 20:26:53 -06:00 |
|
Brian Sweeney
|
0210e71a76
|
comments renames cleanup
|
2018-07-18 19:15:06 -06: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 |
|
Brian Sweeney
|
ce385483ce
|
typo (bad merge) in logger instantiation
|
2018-07-18 11:05:10 -06:00 |
|
Brian Sweeney
|
1f08352ae5
|
Merge branch 'develop' of https://github.com/briangsweeney/autopsy into 3788-intercase-intracase-merge
# Conflicts:
# Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonAttributesSearchResultsViewerTable.java
# Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java
# Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesSearchAction.java
# Core/src/org/sleuthkit/autopsy/datamodel/DisplayableItemNodeVisitor.java
|
2018-07-18 11:00:04 -06:00 |
|
Brian Sweeney
|
adae694065
|
cleanup / defensive coding
|
2018-07-18 10:46:04 -06:00 |
|
Brian Sweeney
|
83f88a40b3
|
fixes for issues where not all md5 nodes would have the correct number of children
|
2018-07-18 10:26:06 -06:00 |
|
U-BASIS\dgrove
|
fbc91771d2
|
Set checkbox by default.
|
2018-07-18 12:14:57 -04:00 |
|
Brian Sweeney
|
d4abf71f26
|
fixes for identifying abstract files that we have access to even tho we (mostly) only query the eamdb for this one
|
2018-07-18 09:15:26 -06:00 |
|
Brian Sweeney
|
57ab0fbd89
|
disable double click on leaf nodes
|
2018-07-17 17:54:27 -06:00 |
|
Andrew Ziehl
|
8f59f705be
|
restore logic to return intracase node if match is in the current case.
|
2018-07-17 14:51:31 -07:00 |
|
Brian Sweeney
|
601a8bb212
|
omg
|
2018-07-17 15:05:26 -06:00 |
|
Brian Sweeney
|
a6c4e93543
|
cleanup comments
|
2018-07-17 14:17:10 -06: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 |
|
Brian Sweeney
|
55950b01c3
|
Merge branch '3788-intercase-intracase-merge' of https://github.com/briangsweeney/autopsy into 3788-intercase-intracase-merge
# Conflicts:
# Core/src/org/sleuthkit/autopsy/commonfilesearch/InterCaseSearchResultsProcessor.java
|
2018-07-17 13:24:11 -06:00 |
|
Brian Sweeney
|
4450b1619b
|
cleanup
|
2018-07-17 13:22:14 -06:00 |
|
Andrew Ziehl
|
8233f41fd6
|
renames and comments for CR results processing.
|
2018-07-17 11:58:15 -07:00 |
|
Brian Sweeney
|
487222dcbc
|
renames, accessibility stuff
|
2018-07-17 11:47:59 -06: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 |
|
Andrew Ziehl
|
78d47955f4
|
Renames.
|
2018-07-16 16:58:27 -07:00 |
|
Andrew Ziehl
|
6ecf913293
|
3904, remove CommonFilesDialog
|
2018-07-16 15:50:01 -07:00 |
|
Andrew Ziehl
|
5c93eca945
|
Fix intracase cache being null.
|
2018-07-16 14:29:57 -07:00 |
|
Andrew Ziehl
|
071f783bb4
|
Fix bundle strings, cleanup.
|
2018-07-16 14:17:38 -07: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 |
|
Brian Sweeney
|
2b33110dcb
|
cleaned up
|
2018-07-16 14:10:38 -06: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 |
|
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 |
|