280 Commits

Author SHA1 Message Date
apriestman
6b9c7e9e07 Remove jobId param 2022-01-06 14:25:19 -05:00
Richard Cordovano
dd39d31dd4 8213 Python modules context vars 2021-12-07 23:22:22 -05:00
Richard Cordovano
70ffd4ae11 8168 capture IngestJobContext reference in GPX module 2021-11-24 11:35:17 -05:00
Richard Cordovano
9356cc3f7a 7673 Allow helpers to call correct Blackboard.postArtifacts() API 2021-10-29 13:47:59 -04:00
Richard Cordovano
581d5fd4bc 7673 Allow helpers to call correct Blackboard.postArtifacts() API 2021-10-29 11:06:00 -04:00
Richard Cordovano
986d0fa0f8 7673 Allow helpers to call correct Blackboard.postArtifacts() API 2021-10-28 10:18:16 -04:00
Richard Cordovano
356eec1d90 7673 Allow helpers to call correct Blackboard.postArtifacts() API 2021-10-27 13:09:08 -04:00
Greg DiCristofaro
7c0371729d fixes 2021-05-13 09:27:48 -04:00
Greg DiCristofaro
c9dd573e61 fixes 2021-05-06 15:20:57 -04:00
Greg DiCristofaro
f93f658645 bug fixes 2021-04-28 11:44:49 -04:00
Raman Arora
42d7b55504 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 6425-new-validation-normalization 2020-07-08 18:12:02 -04:00
Raman Arora
953828a589 6425: CommunicationsManager is validating account identifiers too rigorously
6516: CentralRepo accounts should be created with a normalized account identifier.
6507: CR validation does not include a length check
2020-07-06 10:16:17 -04:00
Mark McKinnon
c6400b5535 Update cachelocation.py
Check number of entries of cache files to see if it is greater then the file size, if it is then skip processing of the file, otherwise process the file.
2020-07-02 15:01:07 -04:00
Greg DiCristofaro
8bac7f3179 fix for gpx parser and add bundle 2020-06-01 08:05:15 -04:00
Greg DiCristofaro
5b3503f560 fix to prevent exceptions from bubbling up from gpx parser 2020-05-28 11:30:29 -04:00
Greg DiCristofaro
846881136c formatting 2020-04-16 13:05:10 -04:00
Greg DiCristofaro
cb66620dba updates to remove datasource mentions 2020-04-16 13:04:38 -04:00
Greg DiCristofaro
7e35e479f9 more bug fixes 2020-04-16 09:34:28 -04:00
Greg DiCristofaro
1d5b9d4089 turn off debug 2020-04-16 09:17:38 -04:00
Greg DiCristofaro
43152e56f3 bug fixes 2020-04-16 09:16:22 -04:00
Greg DiCristofaro
f6be62c090 syntax updates 2020-04-15 16:27:03 -04:00
Greg DiCristofaro
52ded97f8d beginnings of gpx file ingest 2020-04-15 15:49:00 -04:00
apriestman
f43e375891 Change variable name 2020-04-10 11:03:29 -04:00
Richard Cordovano
e9fa9d2a47
Merge pull request #5773 from raman-bt/6219-validation-exceptions
6219: TskCoreException thrown from normalizePhoneNum
2020-04-07 12:53:38 -04:00
Raman Arora
70b65b15da 6219: TskCoreException thrown from normalizePhoneNum
Do not attempt to create account when we do not have a valid phone number or email address.
2020-04-03 09:45:02 -04:00
Richard Cordovano
528c0283a1 6217 Refactor geo json attr utils 2020-04-02 20:20:56 -04:00
Richard Cordovano
c721a89f5f 6217 Refactor geo json attr utils 2020-04-02 17:40:08 -04:00
Raman Arora
ebabdfd7a6 get rid of extra blank line. 2020-04-01 14:16:12 -04:00
Raman Arora
843f312c7c 6218: GoogleMapLocation.py does not work. 2020-04-01 14:14:33 -04:00
Raman Arora
588a9c5b2b Call TSK util methods to validate phone/email. 2020-03-26 07:28:48 -04:00
Raman Arora
b378078cfb 6172: Validation of correlation attribute value not happening correctly 2020-03-25 11:43:45 -04:00
Mark McKinnon
491b74a0f5 Update oruxmaps.py
Update addPoint with correct parameters.
2020-03-23 10:56:08 -04:00
Mark McKinnon
ab7335758f Merge remote-tracking branch 'upstream/develop' into 6050-Update-Android-OruxMaps-to-use-TSK_GPS_TRACK 2020-03-23 10:33:47 -04:00
Mark McKinnon
35f0eef4fa Update oruxmaps.py
Update what is passed to addPoint
2020-03-23 10:31:29 -04:00
Richard Cordovano
197a82a2ae
Merge pull request #5715 from markmckinnon/6042-CacheLocation.py-is-using-TSK_GPS_TRACKPOINT
6042-CacheLocation.py-is-using-TSK_GPS_TRACKPOINT
2020-03-20 12:55:58 -04:00
Mark McKinnon
da735c673e Update browserlocation.py
Change GPS_Trackpoint to GPS_Bookmark
2020-03-17 10:10:56 -04:00
Mark McKinnon
3b9036622f Update cachelocation.py
Change GPS_TRACKPOINT to GPS_BOOKMARK.  Change how cache file is processed and read.
2020-03-17 09:44:15 -04:00
Richard Cordovano
c78c38e870
Merge pull request #5683 from markmckinnon/6020-Viber-Parser-produces-an-IllegalArgumentException-from-CommHelper
6020 viber parser produces an illegal argument exception from comm helper
2020-03-16 15:54:22 -04:00
Mark McKinnon
af2842925f Update viber.py
Address comments, remove inner try block.
2020-03-15 21:07:08 -04:00
Mark McKinnon
cb52b73fcf Update oruxmaps.py
Use new geoPointList with geoArtifactHelper along with changing point of interest from trackpoint to bookmark.
2020-03-14 11:17:26 -04:00
Mark McKinnon
276242d319 Update viber.py
Added check for only spaces, blanks and special characters.
2020-03-11 11:10:02 -04:00
Mark McKinnon
d6bc88d0d4 Merge branch 'develop' into 6020-Viber-Parser-produces-an-IllegalArgumentException-from-CommHelper 2020-03-11 09:53:26 -04:00
Richard Cordovano
e81fc04495 Update GPX parser for geo helper API changes 2020-03-09 11:42:05 -04:00
Richard Cordovano
9329b1244c Update for geoartifact helpers API change 2020-03-06 17:06:13 -05:00
Richard Cordovano
118d02b1a0 6105 Clean up and bug fixes for GPX Parser 2020-03-06 11:19:36 -05:00
Richard Cordovano
f2e8e01a0c 6105 Clean up and bug fixes for GPX Parser 2020-03-05 20:25:28 -05:00
Richard Cordovano
174644f13f 6105 Clean up and bug fixes for GPX Parser 2020-03-05 20:22:55 -05:00
Richard Cordovano
a5a532dc9e 6105 Clean up and bug fixes for GPX Parser 2020-03-05 20:20:24 -05:00
Richard Cordovano
ad873dbd2d 6105 Clean up and bug fixes for GPX Parser 2020-03-05 20:17:47 -05:00
Mark McKinnon
64d73e0434 Update viber.py
If contact does not have an email or phone number then create a TSK_Contact artifact outside of comms helper so we do not loose the contact.
2020-03-05 16:44:23 -05:00