57 Commits

Author SHA1 Message Date
U-BASIS\dsmyda
596a12531c Changed where nocurrentcase bails out, closed all dbs after processing rather than during 2019-09-19 17:31:24 -04:00
U-BASIS\dsmyda
0c98287e83 Updated skype to be more fault tolerant 2019-09-19 16:10:31 -04:00
U-BASIS\dsmyda
ab8860a63e updated skype and tested it 2019-09-19 14:26:26 -04:00
U-BASIS\dsmyda
911995f489 Updated the skype parser to use the new api 2019-09-19 13:23:08 -04:00
U-BASIS\dsmyda
965c7560d8 Merge branch 'release-4.13.0' of github.com:sleuthkit/autopsy into 5438-skype-app-database-parser 2019-09-19 12:38:18 -04:00
Raman
25263924a6 Bring IMO parser in sync with the latest artifact helper api. 2019-09-18 16:12:37 -04:00
U-BASIS\dsmyda
7a6be8dd86 Made incremental improvements 2019-09-17 17:30:18 -04:00
U-BASIS\dsmyda
2b10527b33 fully implemented skype parser 2019-09-17 13:35:18 -04:00
Raman
6b3a7a6bcb Address review comments. 2019-09-16 17:39:51 -04:00
U-BASIS\dsmyda
60061a6b2a Merge branch 'develop' of github.com:sleuthkit/autopsy into 5438-skype-app-database-parser 2019-09-16 14:53:42 -04:00
Raman
1289c55772 5492: Refactor AppDBParserHelper
- moved to Sleuthkit/datamodel
2019-09-16 14:14:00 -04:00
U-BASIS\dsmyda
08ce5a4555 Implemented contacts and some of the call logs parsing 2019-09-16 10:08:55 -04:00
U-BASIS\dsmyda
8e95f14862 Initial skeleton commit 2019-09-15 23:43:21 -04:00
U-BASIS\dsmyda
296f18ce3c initial infra commit 2019-09-15 23:33:46 -04:00
Raman
6aa6d66d60 Address log levels. 2019-09-12 11:55:10 -04:00
Raman
97ac6821ce Updated AppDBParserHelper to take in a Account.Address for self account, instead of just an account id. 2019-09-11 15:49:26 -04:00
Raman
77ed043911 Defined enums for communication direction and call media type. 2019-09-11 13:41:18 -04:00
Raman
9344eb4c98 Address review comments. 2019-09-10 08:13:48 -04:00
Raman
94d8a10cb5 5394: App DB parser helper
- Added support for messages with multiple recipients.
2019-09-06 16:14:50 -04:00
Raman
536550403b 5394: Implement utility class supporting mobile app parsers and first parser 2019-09-04 08:39:27 -04:00
Kelly Kelly
7ddf9fe071 merged in develop to timeline-event-mgr-2 2019-07-31 13:36:33 -04:00
Kelly Kelly
449fd202fa removed print statments 2019-07-18 11:06:15 -04:00
Kelly Kelly
c37b61578d Calling postArtifact once for all artifacts 2019-07-18 10:48:14 -04:00
Kelly Kelly
188a5d4090 changing the indexArtifact to postArtifact 2019-07-10 14:31:29 -04:00
Kelly Kelly
8fef328308 Update the email threader, android wwf and SMS code to assign unique cross ingest run threadIDs 2019-07-03 11:14:02 -04:00
Kelly Kelly
52d5252c18 Merge remote-tracking branch 'upstream/release-4.12.0' into 1262-andriod-threading 2019-06-20 11:29:40 -04:00
Kelly Kelly
bd92051d0c Completed final changes 2019-06-18 15:56:57 -04:00
Kelly Kelly
4da9bc79d4 Added support for andriod text message 2019-06-12 16:36:59 -04:00
Kelly Kelly
ae796dfcb0 Fixed bugs with contact creation 2019-04-22 10:37:56 -04:00
U-BASIS\dgrove
97d8ea26b7 Changed exception block. 2018-09-27 12:56:27 -04:00
U-BASIS\dgrove
553fa7d6a2 Revised some catch blocks. 2018-09-26 15:40:08 -04:00
U-BASIS\dgrove
56c4751bf8 Fixed exception handling; no longer logging certain messages. 2018-09-25 16:57:02 -04:00
Brian Carrier
3f89863a29 Fix string format of error message 2018-07-12 00:40:07 -04:00
U-BASIS\zhaohui
7c9a7026c5 3386: Update the files permission from 755 to 644 2018-01-03 14:43:27 -05:00
Raman
e246e8ee7d EUR-916: Device Accounts should be created one per file instead of one per device
Address Codacy comments in previous commit
2017-12-13 09:08:49 -05:00
Raman
57f1a17bff EUR-916: Device Accounts should be created one per file instead of one per device 2017-12-13 07:46:18 -05:00
Raman
1464d73ea4 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into accounts_relationships
# Conflicts:
#	Core/nbproject/project.properties
#	Core/nbproject/project.xml
#	InternalPythonModules/android/calllog.py
#	InternalPythonModules/android/contact.py
#	InternalPythonModules/android/textmessage.py
#	InternalPythonModules/android/wwfmessage.py
2017-12-06 10:18:51 -05:00
millmanorama
2f468dd1a1 fix python android modules 2017-12-02 14:45:30 +01:00
millmanorama
e319cb1cda update usages of addRelationships 2017-12-01 11:19:00 +01:00
U-BASIS\zhaohui
30615f5b7d 3207: fix typo 2017-11-17 11:06:29 -05:00
U-BASIS\zhaohui
4ecfb24165 3207: create ArrayList in python 2017-11-17 09:40:31 -05:00
U-BASIS\zhaohui
01fda811d5 3207: Update python code to use collection of attributes instead of adding addtribute one at a time 2017-11-16 13:56:09 -05:00
Raman
7dc7c52380 Fixed API name mismatch after renaming createAccountInstance() to createAccountFileInstance() 2017-11-16 11:20:36 -05:00
Raman
00e52e50c0 879: Add date range filter to API
- Added dateTime to addRelationships() api
2017-11-10 12:57:49 -05:00
Raman
2c7ce7ee39 Fixed Codacy issue. 2017-10-03 08:05:24 -04:00
Raman
236ff62a94 857: Reconcile Unique Accounts with Credit Card Review
- Added Account Instances
 - Use a orthogonal account_id as ID for Accounts, not an obj_id in tsk_objects
 - Addressed other review comments.
2017-10-02 11:10:37 -04:00
Brian Carrier
aa84efe1be Merge pull request #3047 from raman-bt/eur853-androidPythonModules
853: Android python modules create accounts & relationships
2017-09-18 10:27:36 -04:00
Raman
45ecf0bdfd 853: Android python modules create accounts & relationships
- fixed imports
2017-09-07 11:34:40 -04:00
Raman
13e23cc24e Fix Codacy issues 2017-09-06 14:56:13 -04:00
Raman
942d703d33 Fix codacy issues 2017-09-06 14:49:21 -04:00