Commit Graph
26610 Commits
Author SHA1 Message Date
Richard Cordovano ed5e15746f Merge pull request #5677 from dannysmyda/Remove-Disabled-IOS-Module
Remove the iOS module from develop
2020-03-04 17:53:40 -05:00
Richard Cordovano 5d40701543 Merge pull request #5669 from raman-bt/6013-create-cr-accounts-for-email
6013: Insert row in CR accounts table when accounts are created in Ca…
2020-03-04 17:51:13 -05:00
U-BASIS\dsmyda 82806cec8e Removed the disabled ios module from develop 2020-03-04 17:48:59 -05:00
Richard Cordovano 146e3661a9 Merge pull request #5671 from gdicristofaro/6091-NPE-in-log-from-TSK_DATA_SOURCE_USAGE
use content by id to fetch display name for BlackboardArtifactNode
2020-03-04 12:58:31 -05:00
Richard Cordovano cd81e409f6 Merge pull request #5673 from sleuthkit/kw_docs2
6101: Updated messages about regexp syntax
2020-03-04 12:14:26 -05:00
Brian Carrier b9d80b753a Updated messages about regexp syntax 2020-03-04 09:27:40 -05:00
Richard Cordovano 1f944a4fbd Merge pull request #5672 from wschaeferB/6090-CVTTopComponentMatisse
6090 cvt top component matisse
2020-03-03 17:27:28 -05:00
William Schaefer 615472de90 6090 - finish fixing CVTTopComponent 2020-03-03 15:43:06 -05:00
William Schaefer afb155b39f 6090-6048 fix matisse issue with cvttopcomponent 2020-03-03 15:12:36 -05:00
Greg DiCristofaro ecca495943 use content by id to fetch display name for BlackboardArtifactNode 2020-03-03 13:15:42 -05:00
Raman Arora 54ea1f9265 Addressed review comments. 2020-03-03 10:25:10 -05:00
Richard Cordovano ee3909bda2 Merge pull request #5670 from wschaeferB/2020-03-02-BuildFix
Add back commits that were accidently removed in recent revert of
2020-03-02 18:01:46 -05:00
Richard Cordovano fed223c726 Merge pull request #5635 from APriestman/6002_changeDisplayForPoolVols
6002 Don't display block range for pool volume nodes
2020-03-02 17:44:24 -05:00
William Schaefer 0bc92dd080 Add back commits that were accidently removed in recent revert of other unwanted code 2020-03-02 15:50:26 -05:00
Raman Arora 863f5f3f49 Address Codacy comments. 2020-03-02 14:14:01 -05:00
Raman Arora 9a27b155f8 6013: Insert row in CR accounts table when accounts are created in Case database. 2020-03-02 13:12:52 -05:00
Richard Cordovano 228ff1c19a Merge pull request #5667 from sleuthkit/revert-5655-6074-Standardize-file-paths-in-recent-documents-to-match-format-that-is-stored-in-autopsy-database
Revert "6074-Standardize-file-paths-in-recent-documents-to-match-format-that-is-stored-in-autopsy-database"
2020-02-28 12:45:38 -05:00
Richard Cordovano df3b7f559a Revert "6074-Standardize-file-paths-in-recent-documents-to-match-format-that-is-stored-in-autopsy-database" 2020-02-28 12:45:16 -05:00
Richard Cordovano 4ca4ba1965 Merge pull request #5662 from markmckinnon/5989-add-additional-artifacts-to-the-context-content-viewer
5989 add additional artifacts to the context content viewer
2020-02-27 16:42:10 -05:00
Richard Cordovano 82e109168a Merge pull request #5665 from raman-bt/6014-persona-schema-creation
6014: Create persona tables.
2020-02-27 09:12:32 -05:00
Raman Arora 61864b0d55 Address review comment. 2020-02-27 08:07:32 -05:00
Richard Cordovano 059e9ede23 Merge pull request #5658 from raman-bt/6014-persona-schema-creation
6014: Update central repository database creation to make personas ta…
2020-02-26 15:36:50 -05:00
Richard Cordovano 23a33a44bc Merge pull request #5659 from rcordovano/6071-comm-mgr-new-acct-artifact-events
6071 Make correlation attrs for account arts (part one)
2020-02-26 15:11:34 -05:00
Richard Cordovano 19bba75b82 Merge pull request #5663 from kellykelly3/vik6089-deprecation-warning-geofilterpanel
6089 - Added suppress deprecation warning to GeoFilterPanel
2020-02-26 15:00:30 -05:00
Raman Arora 088cfaae6a Addressed review comments and Codacy comments. 2020-02-26 13:02:23 -05:00
Kelly Kelly 50789bceac Updated properties files 2020-02-26 10:30:29 -05:00
Kelly Kelly 0c42694ec9 Added suppress deprecation warning to GeoFilterPanel 2020-02-26 10:11:56 -05:00
Mark McKinnon 2189c18545 Update RecentDocumentsByLnk.java
Remove if that is not needed and make codacy happier
2020-02-25 22:38:57 -05:00
Mark McKinnon ff0be451bf Update ExtractRegistry.java
Remove null byte in filename before trying to normalize otherwise it will cause an exception
2020-02-25 21:49:27 -05:00
Richard Cordovano 97a8386531 Partial clean up of CorrelationAttributeUtil.java 2020-02-25 20:04:30 -05:00
Richard Cordovano 61cfc91c87 Partial clean up of CorrelationAttributeUtil.java 2020-02-25 19:50:43 -05:00
Raman Arora b78aa977c2 6014: Create accounts & persona tables
- Added an account_id column to X_instances tables.
2020-02-25 14:46:33 -05:00
Mark McKinnon a884fbb694 Normalize file paths before searching for them
Normalize file paths before searching for them. Check files exists and if they do create a associated artifact.
2020-02-25 14:15:00 -05:00
Richard Cordovano 75e55dc7d4 Skeleton for creating correlation attrs for account artifacts 2020-02-24 16:36:05 -05:00
Richard Cordovano b1050b9670 Skeleton for creating correlation attrs for account artifacts 2020-02-24 16:14:16 -05:00
Richard Cordovano c8bf39e715 Skeleton for creating correlation attrs for account artifacts 2020-02-24 16:00:31 -05:00
Raman Arora 29c3cb6c25 Addressed Codacy comment. 2020-02-24 14:16:37 -05:00
Raman Arora 7de33d4b35 6014: Update central repository database creation to make personas tables. 2020-02-24 13:40:09 -05:00
Richard Cordovano 8949600257 Merge pull request #5648 from wschaeferB/6040-FileDiscoveryDocuments
6040 file discovery documents
2020-02-24 11:26:08 -05:00
Mark McKinnon ef9c2126a1 Merge remote-tracking branch 'upstream/develop' into 5989-add-additional-artifacts-to-the-context-content-viewer 2020-02-21 17:23:21 -05:00
Richard Cordovano 94e41680d8 Merge pull request #5653 from wschaeferB/6059-EliminateNoModuleFoundMessages
6059 change file name of xml to check to match file name it is listed in
2020-02-21 17:03:41 -05:00
Richard Cordovano 7cfdec4e7f Merge pull request #5655 from markmckinnon/6074-Standardize-file-paths-in-recent-documents-to-match-format-that-is-stored-in-autopsy-database
6074-Standardize-file-paths-in-recent-documents-to-match-format-that-is-stored-in-autopsy-database
2020-02-21 16:32:15 -05:00
William Schaefer b611e6b822 6040 fix codacy address comment 2020-02-21 13:09:37 -05:00
William Schaefer 7b7291119f 6040 fix paths for name field 2020-02-21 11:38:28 -05:00
Mark McKinnon 492382ea74 Normalize file path names.
normalize path names with unix/linux format instead of windows in Recent Documents by LNK and Recent Doc MRU's
2020-02-21 11:22:20 -05:00
William Schaefer b5e8469274 6040 fix missing bundle message and exceptions from other workers 2020-02-20 19:06:34 -05:00
William Schaefer 13398f833a 6040 add name label to panels to include name of first instance 2020-02-20 18:52:29 -05:00
Mark McKinnon 424c7df35d Merge remote-tracking branch 'upstream/develop' into 5989-add-additional-artifacts-to-the-context-content-viewer 2020-02-20 15:41:42 -05:00
Mark McKinnon b2001eb84b Intial changes for Context and Associated Objects
RecentDoc Link files and Adobe MRU  associated objects and context viewer support for recent docs.
2020-02-20 15:40:20 -05:00
Richard Cordovano a97f29b1fa Merge pull request #5630 from sleuthkit/cache_refactor
Refactored Chrome/ChromeCacheExtractor and added comments. No logic changes
2020-02-20 15:32:36 -05:00