1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-15 07:26:54 +00:00
Commit Graph

14033 Commits

Author SHA1 Message Date
Richard Cordovano
747035e2b9 Merge pull request #5418 from kellykelly3/5658-geolocation-simple-filtering
5658 Geolocation waypoint filtering
2019-11-15 11:39:43 -05:00
Kelly Kelly
7e1755102b addressed review comments and fixed bug from jira 5778 2019-11-14 18:18:01 -05:00
Richard Cordovano
ca19362dfe Merge pull request #5420 from rcordovano/data-src-deletion-integration-part-2
5515 Image gallery service needs to check for deleted data sources
2019-11-14 16:02:06 -05:00
Richard Cordovano
e7b85de614 Merge pull request #5412 from dannysmyda/5733-implement-XRY-report-parsing
5733 implement xry report parsing
2019-11-14 15:00:29 -05:00
U-BASIS\dsmyda
53b134daed Changed the log messages to be easier to read and fixed the date time bug 2019-11-14 14:23:59 -05:00
Kelly Kelly
9037b1e03f Fixed codacy issue 2019-11-14 14:17:55 -05:00
Kelly Kelly
d8b4cf355c Addressed most codacy issues and moved images 2019-11-14 14:10:49 -05:00
Kelly Kelly
d154ac98b6 First pass of the waypoint filtering 2019-11-14 13:11:08 -05:00
Richard Cordovano
4a8ad067c8 Make IG check for offline deletion of data sources 2019-11-14 12:51:59 -05:00
Richard Cordovano
587b8e6e3b Merge pull request #5397 from esaunders/5651-mac-disable-tl-actions
Removed timeline related context menu items when timeline functionali…
2019-11-13 16:32:12 -05:00
U-BASIS\dsmyda
875b789abb Update comments, add some additional logging, and address some codacy comments 2019-11-13 16:26:02 -05:00
U-BASIS\dsmyda
1144649e37 Implemented and tested XRY messages parser, implemented code review feedback 2019-11-13 15:52:38 -05:00
Richard Cordovano
f63b3afcdc Merge pull request #5408 from markmckinnon/5618-show-country-code-for-acct-number-in-the-cvt-acct-table
5618 show country code for acct number in the cvt acct table
2019-11-13 15:07:30 -05:00
Raman Arora
8bc752efdb Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 5707-attchmnt-msg-contentviewer
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/datamodel/Bundle.properties-MERGED
2019-11-13 14:53:07 -05:00
Raman Arora
18bffe4d18 5708: fix the attachment count in CVT messages table. 2019-11-13 14:24:26 -05:00
Richard Cordovano
eb1560fdd3 Merge pull request #5392 from raman-bt/5726-display
Display JSON attribute as a indented bullet list.
2019-11-13 12:55:50 -05:00
Richard Cordovano
be7107d3db Merge pull request #5413 from sleuthkit/data-src-deletion
Merge data-src-deletion-branch into develop branch
2019-11-13 12:30:51 -05:00
U-BASIS\dsmyda
3c4aaa3f8d Updated comments 2019-11-13 12:24:16 -05:00
U-BASIS\dsmyda
eb1a9cd279 Implemented and tested the device gen info parser 2019-11-13 12:17:55 -05:00
Richard Cordovano
c33dbf13fe Integrate and update data src deletion 2019-11-13 11:25:44 -05:00
U-BASIS\dsmyda
a2584ef060 Fixed typo in comment and added a line for clarity 2019-11-13 11:20:37 -05:00
U-BASIS\dsmyda
36e9c7a5c6 Addressed some of the codacy comments 2019-11-13 11:17:48 -05:00
U-BASIS\dsmyda
f181a1f862 Updated comments 2019-11-13 10:55:51 -05:00
U-BASIS\dsmyda
d39ed4d732 Fixed type in artifact naem 2019-11-13 10:45:25 -05:00
U-BASIS\dsmyda
c111716403 Tied together any loose ends. Added imports and fixed comments 2019-11-13 10:26:28 -05:00
U-BASIS\dsmyda
e67da6aec6 Uncommented to artifact creation code 2019-11-13 10:16:50 -05:00
U-BASIS\dsmyda
e30843c7c6 Implemented record parsing and testing for call logs, web bookmarks and contacts 2019-11-13 10:15:45 -05:00
Richard Cordovano
b433a4b5df Data source deletion support 2019-11-12 17:33:25 -05:00
Richard Cordovano
e14d49aba6 Integrate and update data src deletion 2019-11-12 17:30:39 -05:00
Richard Cordovano
5953836533 Integrate and update data src deletion 2019-11-12 17:18:03 -05:00
Richard Cordovano
360c0a293d Integrate and update data src deletion 2019-11-12 17:12:39 -05:00
Richard Cordovano
de6872b2fb Integrate and update data src deletion 2019-11-12 16:35:25 -05:00
Richard Cordovano
fc7f4f1dbe Integrate and update data src deletion 2019-11-12 16:33:38 -05:00
Richard Cordovano
f9bacacd17 Integrate and update data src deletion 2019-11-12 16:31:12 -05:00
Richard Cordovano
0716587b95 Data source deletion support 2019-11-12 16:23:44 -05:00
Richard Cordovano
ad424a6f33 Integrate and update data src deletion 2019-11-12 16:21:25 -05:00
Richard Cordovano
d298d1766c Data source deletion support changes 2019-11-12 15:39:48 -05:00
Mark McKinnon
bf46b39468 Update ContactNode.java
Make codacy happier.
2019-11-12 14:33:45 -05:00
Raman Arora
2c23b5b52f Address Codacy comments on previous commit. 2019-11-12 13:04:31 -05:00
Mark McKinnon
604c8a877f Update ContactNode.java
Add brackets around country code if it exists.
2019-11-12 11:59:07 -05:00
Richard Cordovano
b324e18d5b Data source deletion support changes 2019-11-12 11:47:17 -05:00
Raman Arora
885a6a5ec2 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 5707-attchmnt-msg-contentviewer 2019-11-12 11:02:07 -05:00
Raman Arora
242ad6170a 5707: Show attachments in Message Content Viewer. 2019-11-12 11:01:37 -05:00
Kelly Kelly
4a2e1f8b8e Merge branch 'develop' into 5684-geolocation-details-popup 2019-11-12 07:16:10 -05:00
Richard Cordovano
812ed6a4f7 Data source deletion support changes 2019-11-11 17:25:47 -05:00
Richard Cordovano
e806f666c2 Merge pull request #5406 from kellykelly3/5654-waypoint-context-menu
5654 Geolocation waypoint context menu
2019-11-11 17:21:46 -05:00
Kelly Kelly
12fc0f990d addressed codacy issues 2019-11-11 16:53:31 -05:00
Kelly Kelly
93c1b741fb merged in changes from popup menu branch 2019-11-11 16:17:52 -05:00
Mark McKinnon
91a07170ad Changes to add country code to same line as phone number
Changed to add country code to same line as phone number.
2019-11-11 16:12:29 -05:00
Kelly Kelly
0b0e3fa62c updated based on review comments 2019-11-11 16:03:28 -05:00