736 Commits

Author SHA1 Message Date
Raman
e6a0c3bbaf Address review comments. 2019-03-06 11:09:14 -05:00
Raman
acacd03017 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 1205-download-source
# Conflicts:
#	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/Bundle.properties-MERGED
#	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Chrome.java
2019-03-05 16:41:34 -05:00
Richard Cordovano
ac754393e2 Fix MERGED bundle for KWS, update MERGED bundle for RA 2019-03-05 16:33:46 -05:00
Richard Cordovano
db98ac1111
Merge pull request #4587 from kellykelly3/1207-progressbar-message
Modify Extract and subclasses to take a progress bar in process function
2019-03-05 16:20:37 -05:00
Kelly Kelly
706005772f removed commented out line from ivy.xml 2019-03-05 16:12:58 -05:00
Raman
ddfe63c6ab Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 1205-download-source 2019-03-05 16:10:53 -05:00
Kelly Kelly
28b3bd34a1 Merge remote-tracking branch 'upstream/develop' into 1202-fix-recentactive-plistjar 2019-03-05 16:00:47 -05:00
Raman
24e310374d 1205: create TSK_DOWNLOAD_SOURCE artifact for downloaded files. 2019-03-05 15:25:38 -05:00
Richard Cordovano
2b739fe313 Bundle.properties-MERGE file fixes 2019-03-05 15:14:26 -05:00
Richard Cordovano
ca24aacd53
Merge pull request #4584 from kellykelly3/1194-edge-download
1194 edge download
2019-03-05 15:11:54 -05:00
Richard Cordovano
449955bfb6 Update bundle MERGE files 2019-03-05 12:00:39 -05:00
Kelly Kelly
b776821ce4 Merge branch 'develop' into 1202-fix-recentactive-plistjar 2019-03-05 10:36:57 -05:00
Kelly Kelly
a82bcc603e Modified code based on review comments 2019-03-05 10:33:44 -05:00
Kelly Kelly
0cb11be390 Merge branch 'develop' into 1194-edge-download 2019-03-05 10:09:09 -05:00
Richard Cordovano
2db8920e39
Merge branch 'develop' into edge_support 2019-03-05 09:56:14 -05:00
Kelly Kelly
151e4218da Modify Extract and subclasses to take a progress bar in process function 2019-03-04 15:57:14 -05:00
Kelly Kelly
67ebffac6c Removed the plist jar from recentActivity, it should be using the one from corelib now. 2019-03-04 12:50:01 -05:00
Raman
ff5195eeff Close temp file copy in case of error. 2019-03-04 10:42:43 -05:00
Kelly Kelly
512d716e3f merge edge_support into 1194-edge-download 2019-03-04 10:28:02 -05:00
Kelly Kelly
4065b99967 Cleaned up the download code to put it on hold, fixed code to make sure we clean up the temp files properly and cleaned up a few javadocs 2019-03-04 10:22:42 -05:00
Raman
18beac06e8 1204: Show TSK_DOWNLOAD_SOURCE artifact in MetaData viewer
Also addressed review comments on previous commit.
2019-03-01 14:45:57 -05:00
Kelly Kelly
ab782a4df7 Completed the rest of the review comments that where hidden 2019-03-01 11:35:43 -05:00
Raman
9575bba204 Merge from develop. 2019-02-28 17:36:09 -05:00
Kelly Kelly
bf53781efd Changes from review comments, plus a few other little cosmetic things. 2019-02-28 15:20:35 -05:00
Kelly Kelly
5122dfba4d Changed absolute path to relative in project.xml 2019-02-28 12:54:00 -05:00
Raman
668e452b75 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 1188-cache-artifact 2019-02-28 11:45:26 -05:00
Kelly Kelly
7d556addab Changed absolute path in project.properties to relative 2019-02-28 11:41:29 -05:00
Kelly Kelly
0e614f84c4 Added folders to the find file function 2019-02-28 10:09:51 -05:00
Raman
62610f7cca Fixed the Source of Web Cache artifacts. 2019-02-28 08:35:18 -05:00
Kelly Kelly
d55d3837ac Added support for reading the Cookies.binarycookies file 1199-safari-cookies 2019-02-27 17:11:05 -05:00
Raman
ed0bf660db Few changes to reporting Web Cache artifacts:
- Do not add derived files for the HTTP Header data segment
- Add HTTP headers as an attribute
2019-02-27 15:18:08 -05:00
Richard Cordovano
a60cee1521 Fix Bundle.properties for the RecentActivity NBM 2019-02-26 19:05:22 -05:00
Richard Cordovano
034d0fe226 Bundle.properties-MERGED 'slash removal' 2019-02-26 14:37:00 -05:00
Raman
17d909e964 Merge branch '1184-chrome-cache' of https://github.com/raman-bt/autopsy into 1188-cache-artifact
# Conflicts:
#	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/ChromeCacheExtractor.java
2019-02-26 11:15:29 -05:00
Kelly Kelly
14d4c3da37 Safari support for showing download information 2019-02-25 17:08:07 -05:00
Kelly Kelly
9d2c87f03d Plist jar moved to RecentActivities, Safari support for bookmarks and merged in changes from history branch 2019-02-25 13:22:24 -05:00
Kelly Kelly
57651d219d added function createTemportyFile to Extract for reuse by all subclasses, cleaned up ExtractSafari a bit adding comments 2019-02-25 12:06:50 -05:00
Kelly Kelly
58b6f85236 Merge branch '1193-edge-cookies' into 1197-safari-history 2019-02-25 10:06:45 -05:00
Kelly Kelly
1e1e010980 Made changes based on review comments, including the addition of NON-NLS and changing hashtable to hashmap 2019-02-25 10:05:17 -05:00
Raman
3397c4b22d Change log level for when unable to delete a temp copy of cache file. 2019-02-25 09:59:29 -05:00
Raman
b2ca49a3d1 Address Codacy comments and review comments on previous commit. 2019-02-25 09:15:50 -05:00
Richard Cordovano
84b2660ffc
Revert "Revert "Copy merged bundles into src folder so that they can be checked in."" 2019-02-23 14:24:44 -05:00
Kelly Kelly
ba04c8ad93 Forgot to do ALT-SHIFT-F before pushing. 1197-safari-history 2019-02-22 10:18:13 -05:00
Kelly Kelly
2926bfd634 clean added comments 1197-safari-history 2019-02-22 08:53:28 -05:00
Kelly Kelly
65928ba367 Support for getting history from the Safari Browser. Moved create functions from ExtractEdge to Extract for use in Extract Safari 1197-safari-history 2019-02-21 15:10:34 -05:00
Kelly Kelly
e3f68e42fc Updates some comments 1193-edge-cookies 2019-02-21 10:35:30 -05:00
Kelly Kelly
c4550d3a14 Contains the code for history, bookmarks, cookies and the skeleton of downloads for JIRA 1193,1194,1195 and 1191 branch 1193-edge-cookies 2019-02-20 15:55:26 -05:00
Kelly Kelly
f19d052ef7 Merge branch '1191-edge-history' into 1193-edge-cookies 2019-02-19 11:41:36 -05:00
Kelly Kelly
36d31de802 Inital commit of cookie code and skeleton of download code before merging in changes from other brancheds 1193-edge-cookies 2019-02-19 11:40:58 -05:00
Kelly Kelly
213a332098 Merged review changes from 1190-basic-edge-module 2019-02-19 11:37:35 -05:00