44 Commits

Author SHA1 Message Date
adam
100da046c0 Merge pull request #32 from aebadirad42six/master
Added working links to embedded report
2012-03-27 12:11:51 -07:00
Alex Ebadirad
0a5f850300 links now work in embedded browser
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-27 11:54:27 -07:00
adam
0bb5418cc9 Merge pull request #31 from aebadirad42six/master
report filter close fix and additional progress bar status changes for report
2012-03-27 10:03:20 -07:00
Alex Ebadirad
5745a88906 Status changes on progress bar a bit more granular now. Filter window also closes immediately after report window displays
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-27 10:01:44 -07:00
adam-m
0416503387 Merge branch 'master' of https://github.com/aebadirad42six/autopsy
Conflicts:
	Report/src/org/sleuthkit/autopsy/report/reportPanelAction.java
2012-03-27 08:30:25 -04:00
Alex Ebadirad
185c73946b Changes to progress bar and html encoding issues when viewed from browsers
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-27 02:04:49 -07:00
adam-m
e2a7fe73fe Fix reporting build error 2012-03-27 00:22:30 -04:00
adam
7a2f6fd339 Merge pull request #28 from aebadirad42six/master
Temporary label change on the progress bar to notify user until better method is found
2012-03-26 14:24:03 -07:00
Alex Ebadirad
c1b96c725d Label for progress bar
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-26 14:10:02 -07:00
adam
b0c997bfd3 Merge pull request #25 from aebadirad42six/master
Addition of installed programs to reporting, added html linkable table
2012-03-26 12:28:22 -07:00
Alex Ebadirad
f469c03967 Addition of installed prog to reporting section.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-26 12:27:04 -07:00
adam-m
897e0200ea Merge branch 'master' of https://github.com/aebadirad42six/autopsy
Conflicts:
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/ExtractRegistry.java
2012-03-26 15:23:07 -04:00
Alex Ebadirad
52fcef0014 Installed programs now available w/ version of windows
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-26 12:04:33 -07:00
adam
69ef2ead44 Merge pull request #23 from aebadirad42six/master
Demo fixes
2012-03-26 11:13:16 -07:00
Alex Ebadirad
83f271dda7 Fixes to nulls in report column, recent doc display modified, moved progress bar down below buttons in report filter, removed artifact id column from hashset table, report window once again resizable, now a new report gets generated each time, clearing out the old one. Added a non-linked table of contents with number of hits at the top of the html report.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-26 11:06:11 -07:00
adam
bdbac20873 Merge pull request #21 from aebadirad42six/master
html report simplified for display, recent activity bug fixing
2012-03-23 09:21:41 -07:00
Alex Ebadirad
5247386092 Simple html reporting and bug fixes to extraction
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-23 09:19:53 -07:00
Dick Fickling
3f66dd3a0b Gui Tweaks 2012-03-23 10:57:16 -04:00
adam
44c22b4a26 Merge pull request #20 from aebadirad42six/master
Bug fix to stack overflow problem with report pane
2012-03-21 16:39:09 -07:00
Alex Ebadirad
e8f73ecea6 Bug fix to the stack overflow issue
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-21 15:07:46 -07:00
Dick Fickling
19c15deac2 Disable setting focus policy 2012-03-21 17:36:09 -04:00
Alex Ebadirad
fa8ff3365a Cleaned up web downloads and it's associated html format
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-21 12:46:50 -07:00
Alex Ebadirad
6197700737 Replaced null/none with empty strings on extraction, make final report panel resizable, removed unnecessary columns from html report. Changed component alignment on report filter panel.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-21 11:18:31 -07:00
adam-m
46c06c6ba7 Enable back the reporting code using countFsContentType() 2012-03-21 13:21:12 -04:00
adam-m
f6475428d8 Fix recent activity build issues (SQLException) and lack of countFsContentType() in SKCase yet 2012-03-20 21:36:41 -04:00
adam-m
5548d3155a Merge Recent reporting changes + registry extraction bugfixes 2012-03-20 21:33:47 -04:00
Alex Ebadirad
0a9ccfa22b added greying out of toolbar, and first attempt at creating a report folder for reports.
--Alex
2012-03-16 11:49:25 -07:00
Alex Ebadirad
76af03fa72 Moving regripper to release folder, restored greying out of report button until case is opened.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-16 10:37:32 -07:00
Alex Ebadirad
c3bfcf00cd Added css styling to exported html report.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-15 13:53:33 -07:00
Alex Ebadirad
42b184312a Report formatting and additional extract bugfixes.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-14 22:28:13 -07:00
Alex Ebadirad
2ba7e534e0 Fixes to the extract registry original file ID 2012-03-09 18:36:57 -07:00
Alex Ebadirad
6860541da7 Fixed some merge issues, several minor updates.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-08 16:40:14 -07:00
Dick Fickling
3aa98058ee TSK-384: Enable toolbar buttons only when case is open 2012-03-02 16:40:39 -05:00
Dick Fickling
39a7d8442d undo paging for report viewer 2012-02-27 16:32:12 -05:00
Dick Fickling
6f29df7762 bug 2012-02-27 16:23:01 -05:00
Dick Fickling
d1808ed3e5 Merge branch 'master' of github.com:sleuthkit/autopsy
Conflicts:
	Report/src/org/sleuthkit/autopsy/report/reportHTML.java
2012-02-27 15:21:47 -05:00
Dick Fickling
127d27b793 Report panel optimization 2012-02-27 15:18:54 -05:00
Alex Ebadirad
984055f7ee Bit more efficiency on reporthtml
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-02-27 11:44:55 -07:00
Dick Fickling
9853eb7ffb Merge git://github.com/aebadirad42six/autopsy
Conflicts:
	Report/src/org/sleuthkit/autopsy/report/reportHTML.java
2012-02-27 13:17:00 -05:00
Alex Ebadirad
b1da66f4f2 Optimization of reporthtml using stringbuilder
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-02-27 11:03:53 -07:00
Dick Fickling
4512964496 No longer assume that blackboard artifacts are associated with a File object,
instead they are associated with any generic Content object
2012-02-27 12:49:04 -05:00
Alex Ebadirad
28dd773c00 Modifications to html Report/src/org/sleuthkit/autopsy/report/reportHTML.java
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-02-24 12:44:49 -07:00
Alex Ebadirad
fc2147ba31 Merge branch 'master' of https://github.com/aebadirad42six/autopsy
Conflicts:
	DirectoryTree/nbproject/genfiles.properties
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/RAImageIngestService.java
2012-02-24 12:22:53 -07:00
Alex Ebadirad
8386f8cc26 Report module addition
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-02-24 12:19:40 -07:00