Commit Graph
887 Commits
Author SHA1 Message Date
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
Kelly Kelly c0affed073 Added the account user groups 2019-09-03 15:14:53 -04:00
Kelly Kelly 6beb640beb Removed double postArtifact calls 2019-08-28 14:38:49 -04:00
William Schaefer 2109622542 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 5297-CodacyErrorCleanup 2019-08-28 12:01:18 -04:00
Kelly Kelly 4b9c08f19f Changed the order of the args for addFileSystemFile 2019-08-26 11:52:23 -04:00
Brian Carrier 6385c5e070 Added comments. No logic changes. 2019-08-22 16:06:34 -04:00
Kelly Kelly 7d1c3b37e9 modified the temp name to be unique 2019-08-22 14:13:36 -04:00
Kelly Kelly 41c71a0b03 updated after review comments 2019-08-22 12:02:26 -04:00
Kelly Kelly 91b08e4001 Inital pass of creating deleted files for recycle files. 2019-08-22 09:43:21 -04:00
Kelly Kelly 66e74f879c Reduce RB calls for recycle files to two 2019-08-15 12:23:58 -04:00
Kelly Kelly 0aeabbb0cd Fixed codacy issues 2019-08-15 10:30:39 -04:00
Kelly Kelly 5721f3c7d4 merged in changes from other branch 2019-08-15 10:27:09 -04:00
Kelly Kelly e1599ecb9a Refactored to hopefully make codacy happy 2019-08-15 10:03:40 -04:00
Kelly Kelly ec48033095 Added support for usernames 2019-08-14 10:56:11 -04:00
Kelly Kelly fa9db11e0c Fixed typo 2019-08-13 14:26:06 -04:00
Kelly Kelly df1745dc37 Added ExtractRecycyleBin module to RA 2019-08-13 14:00:27 -04:00
Richard Cordovano 43141fcefd Merge branch 'develop-merg' of https://github.com/kellykelly3/autopsy into kellykelly3-develop-merg 2019-08-07 17:33:11 -04:00
Richard Cordovano 6474fdcb66 Update NBM versioning for release 4.12.0 2019-07-31 15:18:56 -04:00
Brian Carrier 521ee2501a Merge pull request #5029 from kellykelly3/1289-missing-postArt-inRA
1289 - added missing postArtifact calls for Safari and moved call in chrome
2019-07-16 09:52:07 -04:00
Kelly Kelly 2caa0b554c changed postArtifact to postArtifacts 2019-07-16 07:45:02 -04:00
Kelly Kelly a30b1b51f6 added missing postArtifact calls for Safari and moved call in chrome 2019-07-12 13:42:34 -04:00
Kelly Kelly 8853699824 Inital code for adding new web event types 2019-07-12 10:18:51 -04:00
Kelly Kelly be92670c1c cleaned up the postArttribute code in RecentActivity 2019-07-11 12:44:18 -04:00
Kelly Kelly e2a1e94614 Changes after reviewing PR 4048 2019-07-10 16:01:41 -04:00
Kelly Kelly 188a5d4090 changing the indexArtifact to postArtifact 2019-07-10 14:31:29 -04:00
William Schaefer 19e3be1f39 Address Codacy error and and netbeans suggestion in BinaryCookieReader.java, array now copied 2019-07-02 13:56:39 -04:00
Raman 8ee883f825 5232: Recent activity module reporting an error instead of a warning 2019-06-24 08:27:03 -04:00
Kelly Kelly 30d5b61f9c Further refinement of the layouts of the cvt 2019-06-07 16:12:51 -04:00
William Schaefer a1b4ec7ec0 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 5046-RecentActivityNPE 2019-05-16 19:52:48 -04:00
William Schaefer 85ff25422a 5046 perform a bit more null checking surrounding date values 2019-05-15 17:55:16 -04:00
William Schaefer b582839795 5046 don't try to parse date when there is nothing to parse 2019-05-15 17:20:43 -04:00