31997 Commits

Author SHA1 Message Date
Greg DiCristofaro
bdaa661b52 refactor 2021-05-27 15:13:47 -04:00
Greg DiCristofaro
504e25ec30 refactor 2021-05-27 15:13:42 -04:00
Richard Cordovano
da35dfcf75
Merge pull request #7002 from wschaeferB/7633-RenameAccountsToCommAccounts
7633 change display name of accounts to communication accounts
2021-05-27 14:59:21 -04:00
William Schaefer
b292c6e434 7633 change display name of accounts to communication accounts 2021-05-27 14:44:33 -04:00
Richard Cordovano
6329b402a7
Merge pull request #6994 from gdicristofaro/7591-aggregateScoreResultsTable
7591 aggregate score results table
2021-05-27 14:12:16 -04:00
Richard Cordovano
a12f30bccd
Merge pull request #6993 from kellykelly3/7586-volatile-hasDataSource-flag
7586 volatile has data source flag
2021-05-27 13:11:00 -04:00
Richard Cordovano
d17372b8c9
Merge pull request #6992 from markmckinnon/7631-Use-Signatures-for-VHD-detection-in-VM-extractor-ingest-module
7631-Use-Signatures-for-VHD-detection-in-VM-extractor-ingest-module
2021-05-27 12:22:57 -04:00
Greg DiCristofaro
6a7a8c9ba6 indent 2021-05-27 12:11:47 -04:00
Greg DiCristofaro
c57883816f Merge branch 'develop' of github.com:sleuthkit/autopsy into 7591-aggregateScoreResultsTable 2021-05-27 11:45:08 -04:00
Greg DiCristofaro
cd9c60d87f updates 2021-05-27 11:44:47 -04:00
apriestman
f4d521cb7c Display path string and path bytes when an error occurs 2021-05-27 10:58:31 -04:00
Greg DiCristofaro
b24edcc277 formatting 2021-05-27 10:14:22 -04:00
Greg DiCristofaro
4c8d1f50cc cleanup 2021-05-27 08:57:14 -04:00
Mark McKinnon
543fdd369b Update VMExtractorIngestModule.java
Moved defining fileTypeDetector outside of loop so it only happens once.
If there is an error initializing fileTypeDetector then add the file to the list of VM's that we look at even if it may not be a VM, this way we do not loose it.
Continue on in the loop skipping over a potential NPE in the code after the initilization.
2021-05-27 08:37:29 -04:00
Richard Cordovano
faf4e9a70a
Merge pull request #7000 from kellykelly3/DataContentPanel-NPE-Issue
Fixed NPE that will found when integrating all of the content viewer …
2021-05-26 16:02:49 -04:00
Kelly Kelly
55954dfcd4 Fixed NPE that will found when integrating all of the content viewer changes 2021-05-26 15:47:49 -04:00
Greg DiCristofaro
0035c47202 reset numbers for ordering and worked through initial prototype 2021-05-26 15:33:22 -04:00
Greg DiCristofaro
5a4f3b1118 reset numbers for ordering and worked through initial prototype 2021-05-26 15:33:16 -04:00
Greg DiCristofaro
db783a1e42 Merge branch '7622-resultContentViewer' into 7623-analysisResultsViewer 2021-05-26 15:09:13 -04:00
Greg DiCristofaro
dc0f217a2b Merge branch '7591-aggregateScoreResultsTable' into 7623-analysisResultsViewer 2021-05-26 15:06:55 -04:00
Greg DiCristofaro
9ad60a6f88 public api updates 2021-05-26 14:59:19 -04:00
Greg DiCristofaro
177b1d0292 rendering 2021-05-26 14:26:54 -04:00
Richard Cordovano
084afd9db8
Merge pull request #6988 from kellykelly3/7602-sqllite-viewer
7602 - Removed the db calls for the sql viewer from the edt
2021-05-26 14:16:25 -04:00
Richard Cordovano
ecfad18a1b
Merge pull request #6987 from markmckinnon/7541-NPE-in-Email-parser
7541-NPE-in-Email-parser
2021-05-26 14:09:35 -04:00
Richard Cordovano
0d82383737
Merge pull request #6984 from kellykelly3/7601-message-viewer-changes
7601 Removed the MessageArtifactViewer db calls from the edt
2021-05-26 14:05:35 -04:00
Kelly Kelly
9975705b69 Fixed NPE 2021-05-26 13:50:23 -04:00
Richard Cordovano
e81d17173f
Merge pull request #6989 from APriestman/7581_removeNamesFromExtractedFiles
7581 Remove name from extracted files
2021-05-26 13:23:18 -04:00
Greg DiCristofaro
951d8ce02a updates to DataArtifactContentViewer 2021-05-26 13:03:32 -04:00
Greg DiCristofaro
21f6deba4a Merge branch '7591-aggregateScoreResultsTable' into 7622-resultContentViewer 2021-05-26 11:04:50 -04:00
Greg DiCristofaro
d18568b49c fix 2021-05-26 10:58:35 -04:00
Kelly Kelly
c703977dc1 Removed unused imports 2021-05-26 10:15:31 -04:00
Greg DiCristofaro
5fadbc22cb merge from 7591 2021-05-26 09:59:34 -04:00
Greg DiCristofaro
c81b5a0a2b fix 2021-05-26 09:58:55 -04:00
Greg DiCristofaro
55c547e0b5 get dataartifact from lookup 2021-05-26 09:12:06 -04:00
Greg DiCristofaro
af64a6a6ba Merge branch '7591-aggregateScoreResultsTable' of github.com:gdicristofaro/autopsy into 7621-metadataTabName 2021-05-26 09:04:26 -04:00
Greg DiCristofaro
7a57e3a97e Merge branch 'develop' of github.com:sleuthkit/autopsy into 7621-metadataTabName 2021-05-26 09:04:15 -04:00
apriestman
cde4661260 Shorten name of EFE folder 2021-05-26 08:28:12 -04:00
Greg DiCristofaro
90af83505a fixes for special viewers 2021-05-26 08:13:36 -04:00
Mark McKinnon
715e08a534 Update VMExtractorIngestModule.java
Add check if mimetype exists first, it if does not then get mimetype and update abstractfile with mimetype detected.
2021-05-25 21:31:39 -04:00
Kelly Kelly
1ff145c80e Updated with changes per standup conversation 2021-05-25 17:25:03 -04:00
Greg DiCristofaro
204c3390d5 updates for analysis results 2021-05-25 16:29:40 -04:00
Greg DiCristofaro
c33decf8d9 Merge branch 'develop' of github.com:sleuthkit/autopsy into 7591-aggregateScoreResultsTable 2021-05-25 16:15:37 -04:00
Greg DiCristofaro
0042c03439 message fix 2021-05-25 16:05:15 -04:00
Greg DiCristofaro
0ec59a3a7e updated justification 2021-05-25 15:57:21 -04:00
apriestman
c11f8ae66d Use object ID for archive folder name 2021-05-25 15:53:12 -04:00
Greg DiCristofaro
718738832e Merge branch 'develop' of github.com:sleuthkit/autopsy into 7592-analysisResultsScore 2021-05-25 15:50:18 -04:00
Greg DiCristofaro
bd5561f1d2 initial work 2021-05-25 15:41:30 -04:00
Richard Cordovano
f1e12cd9e3
Merge pull request #6990 from APriestman/7628_useAllocatedFiles
7628 Use allocated versions of cache files when available
2021-05-25 15:25:54 -04:00
Mark McKinnon
5c097c14e1 Update VMExtractorIngestModule.java
Check if valid VHD files are in the list of files to extract.
2021-05-25 14:07:41 -04:00
Greg DiCristofaro
2fc346b290 remove certain actions for data artifacts 2021-05-25 12:38:29 -04:00