Alex Ebadirad
2e44a17a56
hashset html report bug fix in displaying all records
2012-06-28 13:09:46 -07:00
Alex Ebadirad
d4476720e2
Merge branch 'master' of https://github.com/aebadirad42six/autopsy
...
Conflicts:
Report/src/org/sleuthkit/autopsy/report/Report.java
2012-06-28 12:53:13 -07:00
Alex Ebadirad
4426d46a00
Column correction for email in html reports
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-06-28 12:49:46 -07:00
Alex Ebadirad
49de6df3f3
Disable msoffice regripper plugins from running, fix to email count on html report, fix to html columns on report for email
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-06-28 08:56:06 -07:00
Alex Ebadirad
fd1cc38fc9
Bug fixes to the reporting capabilities for excel and html reports for hashset and email
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-06-27 14:46:34 -07:00
Alex Ebadirad
937175ffab
Very minor tweak to email reporting for html tables
2012-06-27 10:40:47 -07:00
Alex Ebadirad
d9b5c40d29
Tweaks to reporting framework for grouped email hits
2012-06-27 09:30:12 -07:00
Alex Ebadirad
2f0b57c93b
Severe logging level warnings moved to warning levels.
2012-06-27 09:10:41 -07:00
Alex Ebadirad
7d135bbd8e
Grouping hash reporting by hashset names, addition of email reporting
2012-06-27 08:14:33 -07:00
adam-m
bd252890c2
Remove more doxygen warnings
2012-06-26 14:07:26 -04:00
Alex Ebadirad
f3c7d549aa
Removed mork dependencies for now
2012-06-21 16:37:38 -07:00
Alex Ebadirad
88b61d9981
Rename of mboxemail and additions of thunderbirdparser class.
2012-06-18 14:55:23 -07:00
Alex Ebadirad
4cdab24917
java doc updates first pass
2012-06-15 15:22:59 -07:00
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