122 Commits

Author SHA1 Message Date
adam-m
5aacf1bf16 fix import, use commons 2 jar (as keyword search) 2012-06-05 15:07:13 -04:00
adam
1ce4663962 Merge pull request #50 from aebadirad42six/master
HTML/XML escaping on reporting
2012-06-05 09:59:04 -07:00
Alex Ebadirad
f47d88753e Updated to include value escaping in reportxml 2012-06-05 09:51:26 -07:00
Alex Ebadirad
a8c03a3be3 Using apache commons lang to escape html/xml from reports. 2012-06-04 13:51:15 -07:00
adam-m
67a7757d7b update for new API 2012-06-04 16:08:51 -04:00
Alex Ebadirad
c0cb9ae9d0 HTML escaping in html report for values from blackboard 2012-06-04 13:00:39 -07:00
Alex Ebadirad
2dfcad2d7f Tweaks to date/time in report XLS
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-06-04 12:58:56 -07:00
Alex Ebadirad
502820ea85 Merge from master 2012-06-04 11:50:05 -07:00
adam-m
6ab1925a75 Merge branch 'master' into new-features-20120503 2012-06-04 13:45:02 -04:00
Alex Ebadirad
018a1ac1ab SQL query modification to Report.java to use attr type enum 2012-06-04 09:47:04 -07:00
Alex Ebadirad
1fbce1d529 Modification of reports to use TSK_SET_NAME instead of hashset name or keyword set 2012-06-04 09:23:54 -07:00
adam-m
84fc46c780 change deprecated attrs to TSK_SET_NAME 2012-05-31 21:58:53 -04:00
adam-m
60b7a0c3db Merge branch 'master' into new-features-20120503
Conflicts:
	Report/src/org/sleuthkit/autopsy/report/ReportHTML.java
2012-05-31 11:03:39 -04:00
Alex Ebadirad
f58138cbe0 Removed not needed internal dependencies in RA/Reporting modules
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-30 10:58:42 -07:00
Alex Ebadirad
ce96a91ce1 HTML report broken up from single try/catch to multiple.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-30 10:08:42 -07:00
Alex Ebadirad
695911b9a6 Added headers, additional methods from the ingestservice interface 2012-05-30 10:04:06 -07:00
Dick Fickling
dccbfb97cc Add LayoutFile, changes for new DataModel structure 2012-05-29 13:01:40 -04:00
Alex Ebadirad
311a081033 Minor typo tweak and panel resize options for ReportPanel.java
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-17 09:10:50 -07:00
Alex Ebadirad
a6d43b67a6 Using copycasedb method now, additional information to the filterpanel to show more progress so it doesn't appear anything is 'hanging'.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-16 10:40:44 -07:00
Alex Ebadirad
449c4ef3a6 fixed typo for method from extention to extension
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-16 08:31:16 -07:00
Alex Ebadirad
86c58ede4b Cleans up some spacing issues
Save/export report now functions differently, only saving the reports that ran
New view each report after its been run in default program
Added some getters and privitized some data members
Added new method to get extention for each report type so we can use it to write files using a universal save method

Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-15 15:09:33 -07:00
Alex Ebadirad
5e6749dbd5 Modified method use to from label instead of having to rely on blackboardartifact.java enum to match the label. Can merge without need to modify tsk now. 2012-05-15 12:58:01 -07:00
Alex Ebadirad
884a3d1b27 AUT-53 bug fixes for:
checkbox/lookup code
use case temp dir for db copy
fixed html report keyword list column
reportxml visitor content exceptions
css style should be present
Better formatting on files

Do not merge without changing line 51 in BlackboardArtifact.java in the sleuthkit from:
		TSK_RECENT_OBJECT(6, "TSK_RECENT_OBJ", "Recent Documents"),
to:
		TSK_RECENT_OBJECT(6, "TSK_RECENT_OBJECT", "Recent Documents"),

Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-15 10:47:02 -07:00
Alex Ebadirad
18414d783c temp dir for copy of db fix, reportxml visitor content issue fixed 2012-05-15 09:05:58 -07:00
Alex Ebadirad
7a23eedfaa Changed how progress bar works. 2012-05-15 03:38:46 -07:00
Alex Ebadirad
6594de3e37 Bug fixes and tweaks to GUI and report framework
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-15 03:05:55 -07:00
Alex Ebadirad
a06fb7f142 report action UI changes, improvements using new service lookup 2012-05-15 00:53:04 -07:00
Alex Ebadirad
641d23771f Report register service basic check in, unfinished UI changes
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-14 15:48:20 -07:00
Alex Ebadirad
1e7e4d9f05 Minor bugfix to Report.java 2012-05-14 09:54:26 -07:00
Alex Ebadirad
61dba172ec Tweaks to report/Report.java 2012-05-14 09:45:39 -07:00
Alex Ebadirad
88251cb997 Reporting caps fix
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-11 15:13:58 -07:00
Alex Ebadirad
efc98cab47 change to report/Report.java 's getgroupedkeywords method 2012-05-11 10:29:50 -07:00
Alex Ebadirad
ca50b0d96f Re-adding files back to git repo with proper capitalization in place.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-11 08:48:03 -07:00
Alex Ebadirad
9facfee95a Removing old lower-case file names. 2012-05-11 08:47:26 -07:00
Alex Ebadirad
d400c636c2 Mild reporting fix to compile
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-10 15:48:18 -07:00
Alex Ebadirad
a8cdf70ee8 refactored classes for camel casing of filenames
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-10 15:23:29 -07:00
Alex Ebadirad
5881a14a4d Uncommented the report.java keyword as well as set the report configs to not automatically instantiate with empty report configs in each reporting module.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-10 09:03:18 -07:00
Alex Ebadirad
7a35fb2a33 Tweaks to report naming and conventions
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-10 08:08:02 -07:00
Alex Ebadirad
0e95f006b3 Stopwatch class temporary addition to track time of execution easily on very specific parts of code
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-08 16:03:20 -07:00
Alex Ebadirad
03fb435f73 Reporting framework change and addition. 2012-05-08 16:02:04 -07:00
Alex Ebadirad
7e07f94d7f Bug fixes to hardcoded attribute types for reports, domain's having leading periods, and domain now displays for IE. 2012-05-04 10:15:25 -07:00
Alex Ebadirad
d9e95a98be Clean up on the reporting displaying of dates to match GUI.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-02 16:37:46 -07:00
Alex Ebadirad
15136d3a61 Readdition of merged files. 2012-05-02 15:01:29 -07:00
Alex Ebadirad
bce66978c4 Merge branch 'master' of git://github.com/sleuthkit/autopsy
Conflicts:
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Chrome.java
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/ExtractIE.java
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/ExtractRegistry.java
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Firefox.java
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/RAImageIngestService.java
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Util.java
	Report/src/org/sleuthkit/autopsy/report/ReportConfiguration.java
	Report/src/org/sleuthkit/autopsy/report/reportFilter.java
2012-05-02 14:55:35 -07:00
Alex Ebadirad
59d177ece7 Critical fixes to last update.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-02 09:21:43 -07:00
adam-m
38b6247428 Readded browser control class back.
- manual commit pick and merge
2012-05-02 10:38:10 -04:00
adam-m
87e9ae4055 Revert RA/Reporting modules (#44) pull request 2012-05-02 09:54:45 -04:00
adam-m
f376ea01ab Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-05-02 00:33:01 -04:00
adam-m
ff96ae6f13 Merge branch 'master' of https://github.com/sleuthkit/autopsy
- fix previous merge
2012-05-02 00:26:43 -04:00
adam-m
a38d546ecb Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-05-02 00:13:32 -04:00