1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-14 15:06:46 +00:00
Commit Graph

1317 Commits

Author SHA1 Message Date
Mark McKinnon
9e56b863c9 Update ExtractRegistry.java
Add mpmru parsing, change where artifacts are added in adobemru so it does not get checked every time.
2020-02-11 09:32:37 -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
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
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
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
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
Brian Carrier
2ad2f1fb76 Refactored and added comments. No logic changes 2020-02-04 14:51:36 -05:00
Kelly Kelly
332e298333 Fixed codacy issues 2020-01-30 11:31:59 -05:00
Kelly Kelly
34e14d6511 Added DATA_SOURCE_USAGE artifact for DJI drone data sources 2020-01-29 10:07:13 -05:00
Kelly Kelly
82354a9328 Added DATA_SOURCE_USAGE artifact for DJI drone data sources 2020-01-29 09:57:54 -05:00
esaunders
9c66e2d5ee Update Maven Central Repository to use HTTPS 2020-01-15 18:02:06 -05:00
Mark McKinnon
3312585178 Update ExtractRecycleBin.java
Fix for codacy.
2020-01-14 16:02:13 -05:00
Mark McKinnon
a20900e996 Update ExtractRecycleBin.java
Update exceptions caught and thrown.  Update comments.  Add file and path name to logging message for future debugging if needed.
2020-01-14 15:12:39 -05:00
Mark McKinnon
55195308d6 Update ExtractRecycleBin.java
Add $RECYCLE.BIN as the directory to look for $I files.
2020-01-10 10:37:58 -05:00
Richard Cordovano
3e6bacc1bf Updates for new Autopsy platform version number 2020-01-02 18:02:17 -05:00
Richard Cordovano
a896d5119a Merge pull request #5472 from kellykelly3/5834-chrome-cache-progress-message
5834 - Add Chrome Cache progress message
2019-12-09 16:56:29 -05:00
Kelly Kelly
69f0a05f3d Changed progress message 2019-12-06 10:58:58 -05:00
Richard Cordovano
61bdee5a22 Merge pull request #5453 from ethteck/japanese-translations-2019-pr
Japanese UI Translations 2019
2019-12-06 10:22:18 -05:00
Kelly Kelly
49da6fe960 Added progress message 2019-12-05 14:28:36 -05:00
Ethan Roseman
8d1efc3221 Japanese translation batches 5-7 2019-11-27 06:57:18 -05:00
Ethan Roseman
231777460c Translations as of Aug 26 2019-11-27 06:55:43 -05:00
Raman Arora
2ef14e2554 Addressed Codacy comments in previous commit, added more documentation. 2019-11-21 21:50:52 -05:00
Raman Arora
8e48ac03e6 5780: Context content viewer to show source of message attachments and web downloaded files.
- This includes replacing the TSK_DOWNLOAD_SOURCE artifact with TSK_ASSOCIATED_OBJECT artifact, in the RecentActivity module.
2019-11-21 13:14:25 -05:00
William Schaefer
a25ed1f000 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 5297-CodacyErrorCleanup 2019-10-22 17:33:30 -04:00
Richard Cordovano
537c9b68ee Update NBM versioning for release 4.13.0 2019-10-04 17:44:53 -04:00
Richard Cordovano
d48737de66 Fixes for compiler warnings 2019-10-04 13:34:52 -04:00
Richard Cordovano
b08f53f03a Update MERGED Bundle.properties files 2019-10-02 12:40:01 -04:00
Richard Cordovano
0c0f1db942 Remove unnecessary public / package access in ShellBagsParser 2019-10-02 12:14:05 -04:00
Richard Cordovano
379cfb9401 Merge pull request #5258 from kellykelly3/1360-cleanup-ExtractRegistry
1360 - Bulk postArtifacts calls added to ExtractRegistry
2019-09-25 15:54:46 -04:00
Kelly Kelly
1de1b9f5d8 fixed exceptions 2019-09-25 14:43:50 -04:00
Kelly Kelly
38fe2ed783 Changed log levels back to SEVERE 2019-09-24 13:51:49 -04:00
Kelly Kelly
0f6527fcb4 Added bulk postArtifact calls 2019-09-24 13:40:37 -04:00
Kelly Kelly
5e63db5db2 Addressed exceptions in ExtractRegistry 2019-09-24 08:46:13 -04:00
Richard Cordovano
1133f90190 Merge pull request #5215 from sleuthkit/recycle_bin_module
Recycle bin module
2019-09-18 11:44:35 -04:00
Kelly Kelly
2392abcdfe merged in release and fixed codacy issues 2019-09-17 11:28:00 -04:00
Kelly Kelly
1b4a70bdec Fixed codacy issues 2019-09-12 11:26:20 -04:00
Kelly Kelly
ef0446708d cleaned up imports 2019-09-12 09:44:38 -04:00
William Schaefer
46e4e2b10a Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 5297-CodacyErrorCleanup 2019-09-11 17:59:01 -04:00
Kelly Kelly
ea60f0292c added the creation and modifty time to the file system file 2019-09-11 16:20:45 -04:00
Kelly Kelly
95ea5adb0a fixed merge conflict 2019-09-10 15:34:24 -04:00
Kelly Kelly
37327f49c3 Modified code to add shellbag attributes in one call 2019-09-09 12:56:48 -04:00
Kelly Kelly
0a18e51a92 Added support to parseshell bags to ExtractRegistry 2019-09-06 16:01:04 -04:00
Kelly Kelly
22d47485c9 Changed TSK_FLAGS to TSK_FLAG 2019-09-04 10:35:45 -04:00