280 Commits

Author SHA1 Message Date
Mark McKinnon
bd5f846d24 Update viber.py
Added the coalesce sqlite function to the sql statement, this function will return the first column included in it that does not contain a null value.
2020-03-02 11:08:29 -05:00
Kelly Kelly
3dd98271da Merge branch 'develop' into 1408-add-waypoint-list-to-route-artifacts 2020-02-26 15:55:14 -05:00
Kelly Kelly
bcf728f1b7 Updated to support GeoArtifactHelper changes 2020-02-26 15:53:26 -05:00
Kelly Kelly
57a6fdac69 Updated to based on jira and review comments 2020-02-18 09:41:35 -05:00
Richard Cordovano
88762e6838
Merge pull request #5628 from raman-bt/5907-update-legacy-py-modules
5907: Update legacy modules
2020-02-13 18:23:05 -05:00
Kelly Kelly
abae579713 Merge branch 'develop' into 1408-add-waypoint-list-to-route-artifacts 2020-02-13 11:05:37 -05:00
Mark McKinnon
8f10557df0 Update GPX_Parser_Module.py
remove module text from module name.
2020-02-12 10:43:51 -05:00
Richard Cordovano
29da2bf9ca
Merge pull request #5627 from markmckinnon/5966-open-source-GPX-module-and-update-how-it-makes-artifacts
5966-open-source-GPX-module-and-update-how-it-makes-artifacts
2020-02-11 18:04:49 -05:00
Mark McKinnon
48b0743525 Update GPX_Parser_Module.py
Added logic that if there is only a starting point and no ending point it will use the starting point as the ending point.  This can happen in a GPX route file for whatever reason.
2020-02-07 09:11:10 -05:00
Kelly Kelly
2542c75d74 Added support for TSK_GEO_WAYPOINTS attribute in TSK_GPS_ROUTE 2020-02-06 16:54:59 -05:00
Kelly Kelly
11e57e602c Removed ArtifactHelper calls from oruxmaps.py 2020-02-05 15:32:58 -05:00
Mark McKinnon
48acd461a7 Update GPX_Parser_Module.py
Add tracks and route artifacts
2020-02-04 15:28:33 -05:00
Mark McKinnon
dc63b3134c Upgrade gpxpy to newer version
Upgrade gpxpy to version 1.3.5
2020-02-04 15:26:46 -05:00
Raman Arora
0ef999ade2 5907: Update legacy modules
- Removed getConnectionMetadata() api and added columnExists() & tableExists()
2020-02-03 13:29:46 -05:00
Mark McKinnon
edd20e506d GPX internal python module update
GPX internal pythong module update for open source and geoartifacthelper
2020-01-31 15:29:38 -05:00
Raman Arora
cacb7ea749 5907: Updated WWF parser to use CommunicationArtifactsHelper. 2020-01-31 08:42:17 -05:00
Raman Arora
da016a0d34 5907: Update legacy Python modules to use Communication Artifacts helper. 2020-01-16 10:47:35 -05:00
Kelly Kelly
4338a9d7af Changed ArtifactsHelper to GeoArtifactsHelper 2020-01-09 15:05:09 -05:00
Raman Arora
29ff31059c 5949: Move Attachment classes into a new package. 2020-01-09 10:53:50 -05:00
Raman Arora
46aa62bcbc 5927: NPE while adding messages. 2020-01-03 15:09:13 -05:00
Richard Cordovano
96b8e29a02
Merge pull request #5471 from raman-bt/5848-keyerror
5848: Key error for non existent keys while accessing dictionary.
2019-12-06 17:00:46 -05:00
Raman Arora
e332526ec2 5859: fix the message timestamp. 2019-12-06 10:16:11 -05:00
Raman Arora
a197ad32b8 5848: Key error for non existent keys while accessing dictionary. 2019-12-05 16:18:32 -05:00
Richard Cordovano
9130076558
Merge pull request #5461 from raman-bt/5767-skype-attachments
5767: Add attachments to Skype messages.
2019-12-03 15:49:05 -05:00
Raman Arora
cb06987057 Deleted commented out code. 2019-12-03 11:35:25 -05:00
Raman Arora
1275119c6b 5767: Add attachments to Skype messages. 2019-12-02 15:49:38 -05:00
Raman Arora
80610becfa 5770: add attachments to WhatsApp messages. 2019-12-02 11:05:31 -05:00
Richard Cordovano
d73ae78e68
Merge pull request #5435 from markmckinnon/5769-collect-attachments-for-Viber
5769 collect attachments for viber
2019-11-27 13:30:05 -05:00
Richard Cordovano
77b5012e77
Merge pull request #5436 from markmckinnon/5766-collect-attachments-for-line
5766 collect attachments for line
2019-11-27 13:29:40 -05:00
Richard Cordovano
64c71ad1f2
Merge pull request #5433 from markmckinnon/5768-collect-attachments-for-TextNow
5768-collect-attachments-for-TextNow
2019-11-20 17:47:05 -05:00
Richard Cordovano
18ce51af9d
Merge pull request #5429 from markmckinnon/5773-collect-attachments-for-ShareIt
5773-collect-attachments-for-ShareIt
2019-11-20 17:46:32 -05:00
Richard Cordovano
11a9ec422f
Merge pull request #5428 from markmckinnon/5772-Collect-attachments-for-Zapya
5772-Collect-attachments-for-Zapya
2019-11-20 17:45:57 -05:00
Mark McKinnon
9a94e4e92a Update shareit.py
Remove attachment file name from message body.
2019-11-20 16:18:08 -05:00
Mark McKinnon
1c814475a7 Update xender.py
Remove attachment text from message body.
2019-11-20 16:01:28 -05:00
Mark McKinnon
040cc1954b Update zapya.py
Remove attachment from message body.
2019-11-20 15:48:31 -05:00
Mark McKinnon
80d9356c4d Update line.py
Remove display of attachment in msg body.
2019-11-20 15:31:36 -05:00
Mark McKinnon
916c6a37e5 Merge remote-tracking branch 'upstream/develop' into 5769-collect-attachments-for-Viber 2019-11-20 13:19:12 -05:00
Mark McKinnon
118e0cc09a Update viber.py
Add attachment to message
2019-11-20 13:18:54 -05:00
Mark McKinnon
20c613e58c Update textnow.py
Add attachment to message and remove attachment from message body
2019-11-20 13:14:37 -05:00
Mark McKinnon
d6eeff21b2 Update line.py
Add attachments to messages
2019-11-19 15:43:09 -05:00
Mark McKinnon
c461bd09c6 Merge remote-tracking branch 'upstream/develop' into 5772-Collect-attachments-for-Zapya 2019-11-19 11:42:47 -05:00
Mark McKinnon
b569d1e1a2 Merge remote-tracking branch 'upstream/develop' into 5771-Collect-attachments-for-Xender 2019-11-19 11:42:17 -05:00
Mark McKinnon
743b955a1d Merge remote-tracking branch 'upstream/develop' into 5773-collect-attachments-for-ShareIt 2019-11-19 11:41:39 -05:00
Mark McKinnon
62c17c61f4 Update shareit.py
Add attachments to message
2019-11-19 09:55:45 -05:00
Mark McKinnon
51c84638a8 Update fbmessenger.py
Remove datasource from analyzeMessages
2019-11-18 21:54:21 -05:00
Mark McKinnon
6eeb77f531 Update zapya.py
Add attachments to message
2019-11-18 17:47:30 -05:00
Mark McKinnon
4d9e0ed98e Update xender.py
Add attachments from database to message
2019-11-18 17:43:02 -05:00
Mark McKinnon
6d336f5bde Update fbmessenger.py
Add attachments from the database to the message
2019-11-18 17:38:07 -05:00
Richard Cordovano
01c2d33cd2
Merge pull request #5355 from raman-bt/5560-fbmessenger-calllogs
5560  FB messenger calllogs
2019-11-05 10:08:17 -05:00
Raman Arora
d80dafc478 Don't add caller/sender to the callee/recipient list. 2019-10-31 15:06:18 -04:00