33028 Commits

Author SHA1 Message Date
Mark McKinnon
9f883f5f62 Update ExtractJumpLists.java
Address Review Comments
2021-07-22 21:54:58 -04:00
Eugene Livis
ad141b6426 datasourcesummary 2021-07-22 16:07:36 -04:00
Richard Cordovano
8e012091b1
Merge pull request #6971 from rcordovano/7332-rcordovano-artifact-pipeline
7332 data artifact pipeline
2021-07-22 10:44:27 -04:00
Ann Priestman
d74b332683
Merge pull request #7144 from markmckinnon/7824-Illegal-character-reported-in-Recent-Activity
7824-Illegal-character-reported-in-Recent-Activity
2021-07-22 10:38:17 -04:00
Richard Cordovano
c75fff5268 7332 new Blackboard method sig, Recent Activity submits arts to pipeline 2021-07-22 10:32:04 -04:00
Eugene Livis
d983aafac1 Data source summary 2021-07-22 09:52:42 -04:00
Eugene Livis
b355734635 Modified CR to use TSK_PREVIOUSLY_SEEN 2021-07-21 16:59:26 -04:00
Richard Cordovano
cba56db472 Merge in release-4.19.0 and develop branches 2021-07-21 15:03:37 -04:00
Mark McKinnon
071e0c812b Update DataArtifactContentViewer.java
Remove case ANALYSIS_RESULT
2021-07-21 10:50:47 -04:00
Richard Cordovano
81203b1189
Merge pull request #7139 from Seb2lyon/develop
User Documentation - Updated complete French translation
2021-07-21 10:12:24 -04:00
Greg DiCristofaro
4e69e4c471 updates to registry example 2021-07-21 09:35:26 -04:00
Greg DiCristofaro
ad9b499fee comment update 2021-07-20 14:23:04 -04:00
Greg DiCristofaro
9ece3e41ed revert registry example 2021-07-20 13:54:00 -04:00
Greg DiCristofaro
928ef9e33d bug fixes 2021-07-20 13:50:03 -04:00
Greg DiCristofaro
c32ab89922 bug fixes 2021-07-20 13:09:53 -04:00
Ann Priestman
847b83d260
Merge pull request #7145 from sleuthkit/release-4.19.0
Release 4.19.0
2021-07-20 12:51:10 -04:00
Ann Priestman
944a1b59f8
Merge pull request #7142 from APriestman/7705_zipBytePath
7705 Don't add empty arrays to the tokenized list
2021-07-20 12:31:40 -04:00
Mark McKinnon
105c73f8d8 Update ExtractPrefetch.java
Changed dataSource.getName() to dataSource.getId() to avoid any illegal characters when using a local disk as a datasource
2021-07-20 12:21:46 -04:00
Greg DiCristofaro
8279df1a3b updates to sample code 2021-07-20 12:02:02 -04:00
Mark McKinnon
6c1f99ed93 Update ExtractJumpLists.java
Added datasource id instead of name per reviewer comments.
Noticed if multiple users on the system then will have naming conflicts so added file id to name of files so conflicts will not happen
2021-07-20 11:33:07 -04:00
Mark McKinnon
050672a8b2 Code to dedup lnk files as they are analyzed
Code to dedup lnk files, this is a by product of Jumplists having lots of the same named lnk files,  dedup occurs on path and lnk name, only first file is kept in Recent Docs.
2021-07-20 09:34:39 -04:00
Mark McKinnon
4620403834 Initial commit of adding Jumplists
Initial commit of adding jumplists to recent activity.
2021-07-20 09:29:40 -04:00
Greg DiCristofaro
48ec3d7aa7 updates for analysis results in sample code 2021-07-20 08:01:20 -04:00
apriestman
f0a32498d6 Improve error message 2021-07-19 11:47:11 -04:00
apriestman
0ce1b52565 Don't add empty arrays to the tokenized list 2021-07-19 11:34:49 -04:00
Seb2lyon
0313900746
Merge branch 'sleuthkit:develop' into develop 2021-07-17 10:00:54 +02:00
Ann Priestman
8808013b25
Merge pull request #7141 from kellykelly3/7831-show-application-tab
Modified preferred value for analysis result viewer
2021-07-16 11:15:54 -04:00
Kelly Kelly
815970077a Modified preferred value for analysis result viewer 2021-07-16 11:09:40 -04:00
Ann Priestman
b1b3c9058b
Merge pull request #7140 from markmckinnon/7656-custom-mime-type-hdb-files
7656 custom mime type hdb files
2021-07-16 10:11:53 -04:00
Ann Priestman
58de42e1a4
Merge pull request #7107 from markmckinnon/7695-Move-Recyclebin-Extractor-in-Recent-Activity-to-Run-Before-Recent-Documents
7695-Move-Recyclebin-Extractor-in-Recent-Activity-to-Run-Before-Recent-Documents
2021-07-15 14:59:15 -04:00
Ann Priestman
1cbd468d1d
Merge pull request #7138 from APriestman/7825_moreObjIdsInHostNames
7825 Add object ID to auto generated host names
2021-07-15 14:46:29 -04:00
Seb2lyon
bdcb9641bb Updated translation of page keyword_search. More precise 2021-07-15 20:13:02 +02:00
apriestman
98be8b7a83 Add object ID to auto generated host names 2021-07-15 13:53:51 -04:00
Seb2lyon
a34e40cb56 Add new images and update old ones 2021-07-15 19:37:33 +02:00
Seb2lyon
d05d7d66e9 Translate updated pages file_search and hosts + modified installSolr : 1 little mistake corrected 2021-07-15 19:29:05 +02:00
Seb2lyon
e75f01cf48 Translate updated pages keyword_search, result_viewer and tree_viewer 2021-07-15 19:27:16 +02:00
Seb2lyon
1feee3a795 Translate updated pages adHocKeywordSearch, central_repo and content_viewer 2021-07-15 19:26:06 +02:00
Ann Priestman
3a11d47914
Merge pull request #7137 from APriestman/7826_pcOsAcct
7826 Handle OS accounts better in portable case.
2021-07-15 13:05:21 -04:00
apriestman
ad28101fcd Handle OS accounts better in portable case. 2021-07-15 11:48:55 -04:00
Mark McKinnon
edd2a39fc1 Merge remote-tracking branch 'upstream/develop' into 7656-custom-mime-type-hdb-files 2021-07-15 11:01:34 -04:00
Mark McKinnon
f11b130dda Update CustomFileTypesManager.java
Add custom file type for hdb files that can be found in android os on the system volume in the hdic folder
2021-07-15 10:58:26 -04:00
Richard Cordovano
b51c6c9866
Merge pull request #7136 from sleuthkit/release-4.19.0
Merge release 4.19.0 branch into develop branch
2021-07-14 16:55:30 -04:00
Richard Cordovano
ee4b56fb8c
Merge pull request #7135 from APriestman/7815_loadAttrsForSingleType
7815 Fixes for Discover other occurrences tab
2021-07-14 13:11:34 -04:00
Richard Cordovano
f3e25d8ccc
Merge pull request #7134 from APriestman/7816_osAccountCR
7816 Fix logic around adding OS accounts to the CR / making previously see…
2021-07-14 13:11:09 -04:00
Richard Cordovano
60340e5144
Merge pull request #7124 from APriestman/7805_noFileCorrAttrs
7805 Handle correlation attributes with no associated file.
2021-07-14 13:10:51 -04:00
Richard Cordovano
47cde2a457
Merge pull request #7105 from gdicristofaro/7793-extraReportNode
7793 removed reports from DataSourceGroupingNode
2021-07-14 13:04:48 -04:00
apriestman
0d76536df3 Load the Other Occurrences panel on tab change 2021-07-14 12:44:52 -04:00
apriestman
cb2de0697b Load the correlation attributes 2021-07-14 11:52:19 -04:00
Richard Cordovano
835b671f60
Merge pull request #7126 from kellykelly3/7790-data-artifact-clears
7790 - Fixed dataContentViewer issue
2021-07-14 11:39:02 -04:00
Richard Cordovano
8becbe1e37
Merge pull request #7133 from rcordovano/rcordovano-7812-manifest-error-logging
7812 Improve manifest file parser logging
2021-07-14 11:28:55 -04:00