7218 Commits

Author SHA1 Message Date
Richard Cordovano
a39744a924 Merge pull request #3116 from dgrove727/3103_LookupContentClassCalls
Revised one of the ViewContextAction constructors.
2017-09-27 13:16:09 -04:00
Richard Cordovano
b41e5c6231 Merge pull request #3112 from APriestman/3098_centralRepoCarvedFiles
Allow carved files in the central repo
2017-09-27 13:13:52 -04:00
Richard Cordovano
938b71e8ea Merge pull request #3103 from wschaeferB/3081-CorrelationEngineCorrectReset
3081 correlation engine correct reset
2017-09-27 12:58:37 -04:00
Richard Cordovano
036e3e0e0c Merge pull request #3083 from wschaeferB/2740-FileSystemDetailsDialog
2740 file system details dialog
2017-09-27 12:55:25 -04:00
U-BASIS\dgrove
8c13265611 Revised one of the ViewContextAction constructors. 2017-09-26 23:51:49 -04:00
Richard Cordovano
0e059888b1 Merge pull request #3114 from APriestman/restoreColorsOtherOccurrences
Use name of "known" column to determine color instead of index
2017-09-26 16:18:26 -04:00
Ann Priestman
deddb0f58c Use name of "known" column to determine color instead of index 2017-09-26 15:10:45 -04:00
Richard Cordovano
12a0115f71 Merge pull request #3102 from wschaeferB/3061-RunIngestModuleAction
3061 changed runIngestmodules from callableSystemAction
2017-09-26 14:58:16 -04:00
Richard Cordovano
31e74804b6 Merge pull request #3106 from sleuthkit/ce_refactor2
refactor. Removed some methods and reduced scope. Renamed case
2017-09-26 14:57:13 -04:00
Ann Priestman
ae4e0052f1 Refactor test 2017-09-26 14:38:13 -04:00
Ann Priestman
f813f6036c Allow carved files in the central repo 2017-09-26 13:53:15 -04:00
Richard Cordovano
5989a7fab3 Merge pull request #3107 from esaunders/3094_thumbnail_fix
There can now be multiple Content lookups associated with a node so m…
2017-09-26 11:42:13 -04:00
esaunders
6fd3ca7c86 There can now be multiple Content lookups associated with a node so make sure we get the right one. 2017-09-25 17:39:46 -04:00
Brian Carrier
a132d6962c refactor. Removed some methods and reduced scope. Renamed case 2017-09-25 17:16:00 -04:00
Richard Cordovano
7769e10071 Merge pull request #3104 from sleuthkit/bcarrier-patch-1
Added comment about usage of toString elsewhere.
2017-09-25 16:27:42 -04:00
William Schaefer
339f42e2b2 3061 make clone method for RunIngestModulesAction throw exception to prevent use 2017-09-25 15:50:45 -04:00
William Schaefer
dde230d88a 2740 removed adding of individual actions in DirectoryTreeFilterNode 2017-09-25 15:27:40 -04:00
millmanorama
ccc5a2492c Merge remote-tracking branch 'upstream/release-4.5.0' into 2963-validate-CCN-format 2017-09-25 21:13:09 +02:00
Richard Cordovano
14bd167307 Merge pull request #3101 from APriestman/3083_dataSourceChildren
Only use visible files/artifacts to determine whether a node should b…
2017-09-25 14:48:07 -04:00
Richard Cordovano
667cc0d95d Merge pull request #3093 from APriestman/eamInstanceNullCheck
Check for null return value from getEamArtifactFromContent
2017-09-25 14:46:13 -04:00
Brian Carrier
81f5fb1849 Added comment about usage of toString elsewhere. 2017-09-25 13:17:07 -04:00
William Schaefer
335ec15f17 Merge branch 'release-4.5.0' of https://github.com/sleuthkit/autopsy into 2740-FileSystemDetailsDialog 2017-09-25 13:08:31 -04:00
William Schaefer
24a8e1282f 3081 resolve merge conflict 2017-09-25 13:07:40 -04:00
Brian Carrier
f157df2e7e Merge pull request #3099 from sleuthkit/ce_refactor
renamed some methods/classes for clarity.  Fixed some content viewer …
2017-09-25 13:01:24 -04:00
William Schaefer
162c87b9a9 Merge branch 'release-4.5.0' of https://github.com/sleuthkit/autopsy into 3081-CorrelationEngineCorrectReset 2017-09-25 11:26:51 -04:00
William Schaefer
f9b29afb0f 3061 changed runIngestmodules from callableSystemAction to abstractAction to avoid exeption 2017-09-25 11:18:47 -04:00
Ann Priestman
dbbcd7c199 Only use visible files/artifacts to determine whether a node should be shown in the tree 2017-09-25 10:27:17 -04:00
Brian Carrier
36fd426ddf renamed some methods/classes for clarity. Fixed some content viewer bugs. Reduced duplicate code 2017-09-22 16:54:42 -04:00
Brian Carrier
4b743c0ab6 Merge pull request #3098 from dgrove727/3082_CopyrightHeaders
Added copyright headers.
2017-09-22 14:20:40 -04:00
U-BASIS\dgrove
b0845d6241 Added copyright headers. 2017-09-22 14:10:44 -04:00
William Schaefer
e0e1c3dce4 3081 correct reset of recent central repo artifacts 2017-09-22 13:42:24 -04:00
Ann Priestman
b88c3b2213 Improved handling of null result 2017-09-22 08:30:37 -04:00
Richard Cordovano
1a0ec35ef2 Merge pull request #3089 from wschaeferB/3067-ChangeKnownBadCRType
3067 change known bad cr type
2017-09-21 18:24:31 -04:00
William Schaefer
2174f2c040 2740 moved Properties context action adding to after null content check 2017-09-21 17:15:59 -04:00
millmanorama
50b57a9886 add the @RetainLocation("editor") annotation to DataResultTopComponent; some other minor cleanup 2017-09-21 20:45:51 +02:00
Ann Priestman
f7f071b11e Check for null return value from getEamArtifactFromContent 2017-09-21 14:44:48 -04:00
William Schaefer
5d037a403c 2740 added Properties action to directory tree node context menu 2017-09-21 12:46:56 -04:00
William Schaefer
e4b477c50e 2740 file system details action now occurs off of volume nodes 2017-09-21 11:16:09 -04:00
millmanorama
3f3b1a2edb WIP first pass at validating the CCN format.
move credit card validation back in to KeywordSearch so it doesn't need to be public

a little bit of cleanup revert changes to project.properties and project.xml
2017-09-21 16:53:14 +02:00
William Schaefer
ce064c4630 Merge branch 'release-4.5.0' of https://github.com/sleuthkit/autopsy into 2740-FileSystemDetailsDialog 2017-09-20 13:56:28 -04:00
William Schaefer
01f724bcee 2740 File system details box clean up 2017-09-20 13:56:17 -04:00
William Schaefer
6db84fe755 Merge branch 'release-4.5.0' of https://github.com/sleuthkit/autopsy into 3067-ChangeKnownBadCRType 2017-09-20 13:34:35 -04:00
William Schaefer
ff2f878572 3067 additional changes to support known_status being integer for postgres 2017-09-20 13:34:07 -04:00
Richard Cordovano
8bf3ffe717 Merge pull request #3088 from APriestman/3068_knownBadtoNotable
Change "known bad" to "notable" in the UI
2017-09-20 12:41:52 -04:00
William Schaefer
7d567c1e9c Merge branch 'release-4.5.0' of https://github.com/sleuthkit/autopsy into 3067-ChangeKnownBadCRType 2017-09-20 12:33:31 -04:00
Richard Cordovano
c13e39bc9f Merge branch 'release-4.5.0' into 2978-db-version-compatibility 2017-09-20 12:02:13 -04:00
Richard Cordovano
861d423399 Merge pull request #3086 from wschaeferB/3060-ContextMenuOptionNameFix
3060 context menu option name fix
2017-09-20 11:48:40 -04:00
Ann Priestman
6e4196eaf9 Change "known bad" to "notable" in the UI 2017-09-20 11:41:24 -04:00
William Schaefer
d88ddb9cd3 3067 changed type of known_status in CR from string to integer 2017-09-20 10:25:10 -04:00
Richard Cordovano
ba77ae07b0 Restore accidentally deleted code to Installer for CoreComponents 2017-09-19 18:15:58 -04:00