15446 Commits

Author SHA1 Message Date
Raman Arora
8eb716587c Increase name label width. 2020-05-15 12:31:35 -04:00
Raman Arora
e50ca1d34c Removed test code. 2020-05-15 11:56:41 -04:00
Raman Arora
955c1efe27 Applied FONT recommendations to ensure cross platform working. 2020-05-15 11:48:44 -04:00
Raman Arora
a0018cab57 Added a vertical scrollbar to the panel returned.
Sundry cleanup and commenting.
2020-05-15 09:32:13 -04:00
Raman Arora
5c14e4d99b Interim commit
- Fixed the spacing & indentation.
2020-05-14 16:56:24 -04:00
Raman Arora
73d442f3eb Interim commit
- Made a general method that can update all sections.
2020-05-14 08:15:03 -04:00
Raman Arora
838d873b8c Added a section to display Other attributes. 2020-05-13 17:28:57 -04:00
Raman Arora
057034e4fd Interim commit
- The viewer now displays Name, phone numbers and email addresses of contact from the artifact.
2020-05-13 15:50:19 -04:00
Raman Arora
d119704a64 Interim commit
- Skeleton for Contact Artifact viewer
2020-05-12 17:03:09 -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
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
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
Raman Arora
341f15e8ae Interim checkpoint commit. 2020-05-08 14:53:52 -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
apriestman
f1f1786779 Don't load data sources for TIMELINE_EVENT_ADDED 2020-05-06 15:05:12 -04:00
Richard Cordovano
b77a334d18
Merge pull request #5865 from kellykelly3/1442-image-gallery-tag-changes
1442 image gallery tag changes
2020-05-05 20:09:42 -04:00
Kelly Kelly
0f5da1685b Changed HTML_COLOR method name 2020-05-05 15:11:16 -04:00
Raman Arora
a1fc560666 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 6065-contactbook-personas 2020-05-05 14:34:52 -04:00
Kelly Kelly
686c49b283 Modified TagAddEvent 2020-05-05 14:28:48 -04:00
Richard Cordovano
28f124d130
Merge pull request #5843 from raman-bt/6095-persona-api
6095/6097:  persona api & tests.
2020-05-05 14:23:42 -04:00
U-BASIS\dsmyda
be99f86a2b Made mostRecentEnd negative rather than null when no timestamps can be found 2020-05-05 12:55:48 -04:00
Richard Cordovano
c14082d962
Merge pull request #5871 from gdicristofaro/eventPubGuardedBy
changed GuardedBy to 'this'
2020-05-05 12:08:45 -04:00
Kelly Kelly
d977fb6f77 Changes based on review comments 2020-05-05 12:03:00 -04:00
U-BASIS\dsmyda
f6c06488c5 Fixed date filter NPE when no waypoints or tracks have timestamps 2020-05-05 10:21:55 -04:00
Greg DiCristofaro
5cbb2935e7 changed GuardedBy to 'this' 2020-05-05 09:29:44 -04:00
Raman Arora
83a7905369 - Deleted unused method updateExaminers()
- Added escaping of examiner name
- Added a unit test for getOrInsertExaminer() method.
2020-05-05 08:25:05 -04:00
Raman Arora
6f4f5770ce Addressed Codacy comment. 2020-05-04 15:26:31 -04:00
Raman Arora
c852d6bdeb Addressed review comments. 2020-05-04 14:11:15 -04:00
Raman Arora
0deb182bc6 - Removed pre-population of the examiner table.
- Replaced getCurrentExaminer() method with getOrInsertExaminer()
2020-05-04 10:30:29 -04:00
Richard Cordovano
05a227ec9e
Merge pull request #5847 from markmckinnon/6154-System-Resource-Usage-Database-Program-Run-and-Network-Activity-Artifacts
6154 system resource usage database program run and network activity artifacts
2020-05-04 09:40:54 -04:00
Raman Arora
c682739d8e Addressed Codacy comments. 2020-05-01 14:50:00 -04:00
Raman Arora
204d2e17d8 Defined a new class, CentralRepoExaminer, to disambiguate from the Examiner class in case database. 2020-05-01 13:39:50 -04:00
Raman Arora
2b75a00256 Added APIS to query persona by:
- persona name substring
 - account identifier substring.
2020-05-01 13:10:23 -04:00
Kelly Kelly
187359127a Supressed cast warnings 2020-05-01 10:16:37 -04:00
Kelly Kelly
7812306484 Fixed codacy warnings 2020-05-01 10:00:59 -04:00
Kelly Kelly
cea79d292e Merge branch 'develop' into 1442-image-gallery-tag-changes 2020-04-30 18:12:00 -04:00
Kelly Kelly
125884f809 Functional IG using TagSet and TagName 2020-04-30 18:10:26 -04:00
Raman Arora
ce0a01c71c Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 6095-persona-api 2020-04-30 15:59:53 -04:00
Raman Arora
e24985cbdf 6065: Create personas for contact book artifacts 2020-04-30 15:42:12 -04:00
apriestman
6387547a47 Restore postgresql jar 2020-04-30 14:21:16 -04:00
Raman Arora
1300983a6b Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 6065-contactbook-personas 2020-04-30 12:06:29 -04:00
Richard Cordovano
72c0fbbb2b
Merge pull request #5856 from APriestman/6098_removePostgresTargets
6098 Remove postgres targets
2020-04-29 16:09:49 -04:00
Raman Arora
26bb492920 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 6065-contactbook-personas 2020-04-29 13:29:29 -04:00
Richard Cordovano
49f82a16d1
Merge pull request #5860 from dannysmyda/6324-Move-Result-Type-Button
6324 Move Result Type Button
2020-04-29 12:54:52 -04:00
U-BASIS\dsmyda
85ab00ef04 Moved and renamed the result type button for clarity 2020-04-29 11:39:38 -04:00
Richard Cordovano
d19a0d7cb2
Merge pull request #5840 from kellykelly3/1440-1441-add-tag-set-support
1440& 1441 add tag set support
2020-04-29 10:53:43 -04:00
Richard Cordovano
0c7013a833
Merge pull request #5855 from dannysmyda/6278-Add-Password-Input-Dialog
6278-Show-Password-Dialog-in-PDF-Viewer
2020-04-29 09:25:50 -04:00