15539 Commits

Author SHA1 Message Date
Eugene Livis
d777d630e9 Merge branch 'develop' of github.com:sleuthkit/autopsy into solr4_and_solr8 2020-05-15 14:15:08 -04:00
Richard Cordovano
61b7dbe491
Merge pull request #5890 from raman-bt/6314-artifact-content-viewer
6382: Define new interface ArtifactContentViewer, and refactor DataContentViewerArtfact
2020-05-15 14:11:51 -04:00
Richard Cordovano
506b9fc2d9
Merge pull request #5880 from APriestman/6333_addDStoFsInfo
6333 Add max number of images to preload and an exception firewall.
2020-05-15 12:19:50 -04:00
Richard Cordovano
8f5e1d8107
Merge pull request #5895 from gdicristofaro/6332-annotationViewer
6332 annotation viewer
2020-05-15 11:42:06 -04:00
Greg DiCristofaro
adf2c5ccb6 remove method generic parameters 2020-05-15 09:46:52 -04:00
Richard Cordovano
0a5719b311
Merge pull request #5884 from kellykelly3/1451-fixed-tag-warnings
1454 - Fixed tag warnings
2020-05-15 09:35:26 -04:00
Greg DiCristofaro
3c517371a0 only non-blank comments for fileset hits 2020-05-15 07:40:29 -04:00
Eugene Livis
fd1554c7f0 Code cleanup 2020-05-14 16:28:53 -04:00
Eugene Livis
38a8d576eb Merge branch 'develop' of github.com:sleuthkit/autopsy into solr4_and_solr8 2020-05-14 13:15:47 -04:00
Greg DiCristofaro
233acdfbaf addressing codacy remark 2020-05-14 08:24:13 -04:00
Greg DiCristofaro
c6aaa0aad3 fixes for CR comments and only render if content 2020-05-14 08:15:29 -04:00
Greg DiCristofaro
55af9fc308 Merge branch 'develop' of github.com:sleuthkit/autopsy into 6332-annotationViewer 2020-05-13 15:57:02 -04:00
Greg DiCristofaro
e57ab0f042 updated annotation viewer comments 2020-05-13 15:56:44 -04:00
Greg DiCristofaro
77f17598ce updates to annotation viewer to not show sections with no data 2020-05-13 15:40:48 -04:00
Richard Cordovano
778520df37
Merge pull request #5891 from gdicristofaro/6337-crLocalEventsOnly
6337 - cr only accepts local events
2020-05-13 12:25:37 -04:00
Richard Cordovano
c1c51026f1
Merge pull request #5877 from gdicristofaro/6329-implementUnspecifiedType
6329 implement 'no change' hashset type
2020-05-13 11:37:57 -04:00
Richard Cordovano
9dde738f12
Merge pull request #5883 from kellykelly3/1452-fix-TagsManager-getNotableTagDisplay
1452 - Fixed getNotableTagDisplayName
2020-05-13 10:33:28 -04:00
Kelly Kelly
cec1c897b3 Fixed typo in TagsManager error message 2020-05-12 15:47:51 -04:00
Kelly Kelly
72e647b349 TagsManager review changes 2020-05-12 13:20:15 -04:00
Greg DiCristofaro
6fe5731156 only accept local events 2020-05-12 13:13:46 -04:00
Greg DiCristofaro
df1c1763a8 update for Artifact Comment 2020-05-12 12:46:37 -04:00
Raman Arora
d30bcda8a9 Removed an unused subpanel that was causing extra white space. 2020-05-12 12:35:29 -04:00
Raman Arora
1760444f39 Address Codacy comments. 2020-05-11 19:55:03 -04:00
Raman Arora
d8eb4009f2 Removed unused strings.
Fixed comments.
2020-05-11 19:23:34 -04:00
Raman Arora
028237f1dc Removed the interim DummyArtifactContentViewer. 2020-05-11 18:22:16 -04:00
Raman Arora
3e3b9516e6 Interim commit
- DataContentViewerArtifact is now only responsible to get the artifacts for the given node, and provide navigation controls to view the artifacts
- DefaultArtifactContentViewer now displays the given artifact in a table as a list of attribute name/value pairs.
2020-05-11 18:20:29 -04:00
Ethan Roseman
e55098a092 6336 Codacy 2020-05-11 10:37:05 -04:00
Raman Arora
52f08dfb52 Interim commit - use a KNOWN_ARTIFACT_VIERS list to find the supporting viewer for an artifact. 2020-05-11 10:05:16 -04:00
Greg DiCristofaro
c450f8458b Merge branch 'develop' into 6329-implementUnspecifiedType 2020-05-11 07:30:28 -04:00
Greg DiCristofaro
a87c052585 bug fix for bundles 2020-05-11 07:21:36 -04:00
Raman Arora
f5ec04548b Interim commit
- DefaultArtifactContentViewer now implements ArtifactContentViewer, though it does nothing with the artifact yet.
2020-05-08 16:23:42 -04:00
Greg DiCristofaro
6356a72591 commenting 2020-05-08 16:02:40 -04:00
Greg DiCristofaro
474a1cbede finishing comments and some rough edges 2020-05-08 15:41:34 -04:00
Ethan Roseman
861f4bb2d5 6336 PR suggestions 2020-05-08 15:31:15 -04:00
Raman Arora
341f15e8ae Interim checkpoint commit. 2020-05-08 14:53:52 -04:00
Kelly Kelly
0932bf5d68 Fixed tag warnings 2020-05-08 14:45:32 -04:00
Kelly Kelly
5251ea50ae Fixed getNotableTagDisplayName 2020-05-08 14:28:41 -04:00
Ethan Roseman
54c0eb6f62 6336 Ui changes 2020-05-08 14:18:02 -04:00
Ethan Roseman
cda026869e 6354 First steps to name search 2020-05-08 14:17:17 -04:00
apriestman
474b314d4a Forgot to return if number of images is over the threshold 2020-05-08 11:39:25 -04:00
apriestman
278cfd0817 Use new version of getImageFileSystems.
Stop trying to read if a read fails.
2020-05-08 11:29:42 -04:00
Ethan Roseman
a9f894a527 Merge branch 'develop' into 6336_Persona_ui_elements 2020-05-08 10:53:51 -04:00
Richard Cordovano
885c91c2d5
Merge pull request #5870 from ethteck/6323_persona_skeleton
6323: Persona UI skeleton
2020-05-08 10:50:09 -04:00
Ethan Roseman
51639a0968 6323 Address codacy 2020-05-08 10:46:43 -04:00
Greg DiCristofaro
b0373a7e61 refactoring 2020-05-08 10:46:27 -04:00
Greg DiCristofaro
3dce7f528b Merge branch 'develop' of github.com:sleuthkit/autopsy into 6332-annotationViewer 2020-05-08 10:46:06 -04:00
apriestman
9fbf13649a Add max number of images to preload and an exception firewall. 2020-05-08 09:37:10 -04:00
Greg DiCristofaro
f6ed6462a2 integrating jsoup 2020-05-07 16:33:27 -04:00
Richard Cordovano
8b18c010ab
Merge pull request #5872 from dannysmyda/6318-Geolocation-Date-Filter-NPE
6318 Geolocation Date Filter NPE
2020-05-07 13:01:52 -04:00
Greg DiCristofaro
f04398567e more codacy items 2020-05-07 12:46:15 -04:00