270 Commits

Author SHA1 Message Date
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
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