Commit Graph
26507 Commits
Author SHA1 Message Date
William Schaefer 425c59e63a 6040 inline size and count for doc summary 2020-02-20 10:50:49 -05:00
William Schaefer 9093fc4137 6040 fix char[] to String conversion 2020-02-19 13:26:21 -05:00
William Schaefer cc164739ed 6040 fix codacy issue 2020-02-18 16:35:23 -05:00
William Schaefer c15d73f561 6040 fix comments to make more clear 2020-02-18 15:48:37 -05:00
William Schaefer 3f25a126f1 6040 fix exporting of renamed package 2020-02-13 16:56:56 -05:00
William Schaefer 046e35b0d0 6040 rename summarizer to textsummarizer 2020-02-13 16:42:00 -05:00
William Schaefer 314007f940 6040 adjust comments 2020-02-13 14:28:27 -05:00
William Schaefer 6823ee858b Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 6040-FileDiscoveryDocuments 2020-02-13 12:43:30 -05:00
William Schaefer da53229ba4 6040 use summarizer for file discovery documents view 2020-02-13 12:43:22 -05:00
William Schaefer 08a4405056 6040 add end point for document summarization 2020-02-13 12:40:34 -05:00
Richard Cordovano 30ffb70450 Merge pull request #5573 from APriestman/5924_exportTika
5924 Export tika packages
2020-02-12 15:38:40 -05:00
Richard Cordovano 8f0bedebc1 Merge pull request #5647 from markmckinnon/remove-module-text-from-GPX-module-name
remove-module-text-from-GPX-module-name
2020-02-12 11:12:36 -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 564123aee0 Merge pull request #5633 from kellykelly3/1406-deprecate-TSK_GPS_TRACKPOINT
1406 - Supressed the warnings for the deprecation of TSK_GPS_TRACKPOINT
2020-02-12 10:25:47 -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
Richard Cordovano 8ba6f96c10 Merge pull request #5640 from markmckinnon/5341-create-artifacts-for-recently-used-adobe-acrobat-files-from-regripper-output
5341-create-artifacts-for-recently-used-adobe-acrobat-files-from-regripper-output
2020-02-11 09:20:31 -05:00
Mark McKinnon b51c2b50a1 Update ExtractRegistry.java
Remove unused import
2020-02-10 17:52:25 -05:00
Richard Cordovano 80a7779356 Merge pull request #5634 from kellykelly3/1407-remove-geohelper-calls
1407 - Removed ArtifactHelper calls from oruxmaps.py
2020-02-10 17:48:12 -05:00
Mark McKinnon 2e560a88c6 Update ExtractRegistry.java
Change date from YYYY to yyyy, and add locale of US for codacy
2020-02-10 17:46:45 -05:00
Richard Cordovano 66a8ae5c9a Merge pull request #5636 from markmckinnon/5998-missing-command-line-arg-for-regripper-on-linux
5998-missing-command-line-arg-for-regripper-on-linux
2020-02-10 14:25:15 -05:00
Richard Cordovano ccc6546f7e Merge pull request #5622 from kellykelly3/1400-geolocation-map-mouse-click-improvements
1400 geolocation map mouse click improvements
2020-02-10 14:03:12 -05:00
Richard Cordovano 421b3fba7f Merge pull request #5643 from kellykelly3/1415-correct-library-name-in-dev-setup-page
1415 - Corrected netbeans lookup library name in doxygen page
2020-02-10 13:51:44 -05:00
Richard Cordovano 3b3a9d06aa Merge pull request #5642 from APriestman/doxygenRemoveObsoleteTags
Remove obsolete tags to get rid of doxygen warnings
2020-02-10 13:39:22 -05:00
Kelly Kelly a161c9f5c2 Correct netbeans lookup library name 2020-02-10 11:49:38 -05:00
apriestman 5534eefb5a Remove obsolete tags to get rid of doxygen warnings 2020-02-10 10:53:13 -05:00
Richard Cordovano e2e00c0eed Merge pull request #5641 from APriestman/doxyenFixes_021020
Doxyen fixes 021020
2020-02-10 09:57:51 -05:00
Richard Cordovano 0e094829e4 Merge pull request #5638 from kellykelly3/1385-doxygen-page-for-drones
1385 - Added doxygen page for drone analzyer module.
2020-02-10 09:57:01 -05:00
apriestman 03b9ac3c91 Reverting bundle 2020-02-10 09:28:24 -05:00
apriestman f00354ea93 Doxygen fixes 2020-02-10 09:25:35 -05:00
Mark McKinnon 6d68578081 Update ExtractRegistry.java
More codcy fixes
2020-02-09 21:26:35 -05:00
Mark McKinnon 76d03c4d92 Update ExtractRegistry.java
Breakup createRecentlyUsedArtifact becuse of cyclomatic complexity and other codacy issues.
2020-02-09 21:01:35 -05:00
Mark McKinnon 40a51c7426 Update ExtractRegistry.java
removed un used import.
2020-02-07 15:55:47 -05:00
Mark McKinnon be1a4b9c9d Update ExtractRegistry.java
Validation on records as date may not always be there, also remove double quotes.
2020-02-07 15:53:12 -05:00
Kelly Kelly 6a6d6df459 Updated based on review comments 2020-02-07 15:36:00 -05:00
Kelly Kelly cf87069a3a Added doxygen page for drone analzyer module. 2020-02-07 12:18:31 -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
Mark McKinnon 706d05eb10 Update ExtractRegistry.java
parse csv record that have double quotes around the file name
2020-02-07 08:41:00 -05:00
Mark McKinnon 8b661386a9 Update adoberdr.pl
Added double quotes around file name in csv record
2020-02-07 08:39:22 -05:00
Mark McKinnon 690e121a0a Update ExtractRegistry.java
Add adobe recently used artifacts from regripper report.
2020-02-06 17:39:01 -05:00
Mark McKinnon d387b5e109 Update ExtractRegistry.java
Added missing include flag and path for modules
2020-02-06 10:31:38 -05:00
Kelly Kelly 11e57e602c Removed ArtifactHelper calls from oruxmaps.py 2020-02-05 15:32:58 -05:00
Kelly Kelly 4be0ddbc71 Supressed the warnings for the deprecation of TSK_GPS_TRACKPOINT 2020-02-05 11:17:44 -05:00
Richard Cordovano 8d831bc657 Merge pull request #5631 from dkarpo/develop
The latest version of Bellsoft Java 1.8.0_242 is not packaging JavaFX
2020-02-05 11:00:34 -05:00
Richard Cordovano e7568ec17f Merge pull request #5626 from wschaeferB/5979-DocumentViewer
5979 document viewer
2020-02-05 10:59:15 -05:00
Derrick Karpo 4b9e444d77 The latest version of Bellsoft Java 1.8.0_242 is not packaging JavaFX and
'jfxrt.jar' is missing from the Debian package. However, the previous
1.8.0_232 does have JavaFX. Recommend updating the documentation to instruct
users to install the slightly older version of Bellsoft Java.
2020-02-04 20:00:01 -07:00
Brian Carrier ab81c1fe79 added plaso to docs 2020-02-04 16:46:16 -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
William Schaefer 8e7f51d0e3 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 5979-DocumentViewer 2020-02-04 15:23:52 -05:00
Kelly Kelly 190725b607 Updated based on review comments 2020-02-04 11:46:00 -05:00