69 Commits

Author SHA1 Message Date
U-BASIS\dsmyda
17c8ed02e5 more refactoring 2019-09-20 10:20:52 -04:00
U-BASIS\dsmyda
bf37509b1d Moved missed attachDatabase refactor 2019-09-20 10:16:39 -04:00
U-BASIS\dsmyda
1bd41a179b Merged release-4.13.0 and resolved conflicts 2019-09-20 09:53:06 -04:00
U-BASIS\dsmyda
e314214905 Brought the code up to date with the api, fixed bugs 2019-09-19 19:51:50 -04:00
U-BASIS\dsmyda
a23b0bac6d Merge branch 'release-4.13.0' of github.com:sleuthkit/autopsy into 5445-whatsapp-database-parser 2019-09-19 18:20:19 -04:00
U-BASIS\dsmyda
d6c07d5055 Bug fixes 2019-09-19 17:48:23 -04:00
U-BASIS\dsmyda
a71fb3b283 Changed where the bail out happens for nocurrentcase.. also closed all databases after parsing rather than during 2019-09-19 17:24:37 -04:00
U-BASIS\dsmyda
424dad7e14 made changes to textnow with updated infra 2019-09-19 15:53:04 -04:00
U-BASIS\dsmyda
601b5fd3fe Merge branch 'release-4.13.0' of github.com:sleuthkit/autopsy into 5442-TextNow-database-parser 2019-09-19 15:19:35 -04:00
U-BASIS\dsmyda
e979034b51 Update base parser classes with new infra changes 2019-09-19 14:33:02 -04:00
Raman
25263924a6 Bring IMO parser in sync with the latest artifact helper api. 2019-09-18 16:12:37 -04:00
Raman
6b3a7a6bcb Address review comments. 2019-09-16 17:39:51 -04:00
Raman
1289c55772 5492: Refactor AppDBParserHelper
- moved to Sleuthkit/datamodel
2019-09-16 14:14:00 -04:00
U-BASIS\dsmyda
7f2464a2e5 Fully implemented the whatsapp parser 2019-09-15 12:21:05 -04:00
U-BASIS\dsmyda
611a03fa09 Added version number 2019-09-14 11:04:52 -04:00
U-BASIS\dsmyda
c55302b6a3 Merge branch 'develop' of github.com:sleuthkit/autopsy into 5445-whatsapp-database-parser 2019-09-14 11:04:03 -04:00
U-BASIS\dsmyda
8fd7abdf55 Updated infra changes 2019-09-14 11:03:49 -04:00
U-BASIS\dsmyda
8f3eab11a4 Fully implemented text now parser 2019-09-13 17:47:14 -04:00
U-BASIS\dsmyda
e90a2ea15c More infra additions 2019-09-13 17:46:53 -04:00
U-BASIS\dsmyda
4f171c7a51 Updated parser templates with correct default values 2019-09-13 17:19:14 -04:00
Raman
6aa6d66d60 Address log levels. 2019-09-12 11:55:10 -04:00
U-BASIS\dsmyda
7c15ebc260 Initial template commit 2019-09-11 16:58:19 -04:00
U-BASIS\dsmyda
0213e40d3e Initial infra commit 2019-09-11 16:48:21 -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
U-BASIS\dsmyda
a131ce1760 Rest of the whats app implementation and some refactoring 2019-09-11 15:08:43 -04:00
Raman
77ed043911 Defined enums for communication direction and call media type. 2019-09-11 13:41:18 -04:00
U-BASIS\dsmyda
7026b84b7a Moved old whatsapp work into this branch and modified module.py to run 2019-09-11 12:13:31 -04:00
U-BASIS\dsmyda
19526ba5a4 Copied infrastructure into new branch 2019-09-11 12:09:00 -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