2419 Commits

Author SHA1 Message Date
adam
5da3f3e136 Merge pull request #96 from Devin148/master
Add Image - Local Drives and Bug Fixes
2012-11-12 08:23:25 -08:00
Devin148
8388cf54bb Fix UI display bug 2012-11-12 11:02:06 -05:00
Devin148
99f7a7db57 Merge branch 'Drives' 2012-11-12 10:45:32 -05:00
Devin148
7e26d14ced Bugfix for implementation version 2012-11-12 10:21:24 -05:00
Devin148
9c419383b0 Change visual styles for add image panel 2012-11-12 09:26:02 -05:00
Devin148
87322bde4d Add PhysicalDrive access permission warning 2012-11-12 09:05:57 -05:00
Devin148
38d88fb782 Merge branch 'master' of https://github.com/Devin148/autopsy into Drives 2012-11-12 08:54:52 -05:00
Devin148
ea8ffd6ccc Check for null file before reporting 2012-11-12 08:53:59 -05:00
Devin148
b0d368a92a Merge https://github.com/sleuthkit/autopsy 2012-11-12 08:48:15 -05:00
Devin148
41b6f114dc Fix general HTML report bugs 2012-11-09 17:25:21 -05:00
adam-m
6b129b1861 news update 2012-11-09 17:00:37 -05:00
adam-m
0ecaedc8ee update news 2012-11-09 16:59:24 -05:00
adam
16899fa482 Merge pull request #93 from Devin148/master
Multi-page HTML Report with Scalability
2012-11-09 13:41:50 -08:00
Devin148
5eb9615cb1 Add comments to HTML report 2012-11-09 16:36:11 -05:00
Devin148
c24c8a442f Bugfix ingest ongoing warning 2012-11-09 16:30:41 -05:00
Devin148
94c8749862 Merge changes in reporting 2012-11-09 16:09:48 -05:00
Devin148
90b7e41ae5 Report multiple webpages for HTML report with scalability 2012-11-09 15:42:15 -05:00
adam
4f32bd8a43 Merge pull request #92 from 0xNF/master
Reporting updates
2012-11-09 12:06:41 -08:00
0xNF
05a27776f7 XLS and XML now include tagged(bookmarked) files 2012-11-09 13:57:50 -05:00
0xNF
99b6d6c02c HTML report is the first report seen
HTML is Enabled by default and others are disabled by default.
2012-11-09 13:55:40 -05:00
adam-m
ff99986751 improve handlign cancellation in scheduled pending image ingest threads 2012-11-09 11:01:17 -05:00
Devin148
2bc0c32b85 Remove false positives from Exif Parser 2012-11-09 09:45:07 -05:00
adam-m
359815f4c3 AUT-616 Add support to enqueue Image ingests
- Image ingests are enqueued (using locks), allowing single image ingest thread at a time
2012-11-08 16:51:28 -05:00
0xNF
70a55ee29a Better error reporting in Report.java 2012-11-08 16:38:22 -05:00
0xNF
c408ef28ee ReportHTML now correctly reports keyword hits.
Will revist in the coming days for efficiency.
2012-11-08 16:38:00 -05:00
0xNF
52ec3609a8 XLS and XML now report file path in every entry. 2012-11-08 16:37:09 -05:00
adam-m
345d0fd5e8 Thumbnail viewer tweaks, fix resizing, add file name 2012-11-08 15:28:20 -05:00
adam-m
299aab164d use utils class 2012-11-08 12:43:07 -05:00
adam-m
f179bb68fd add html escaping/unescaping utls 2012-11-08 12:39:29 -05:00
adam-m
6bf3f78b89 cleanup exceptions 2012-11-08 12:33:59 -05:00
adam-m
2c1dc3bfae rename class 2012-11-08 12:29:43 -05:00
0xNF
3762621e68 Report panel layout change 2012-11-08 11:33:31 -05:00
adam-m
131cae90c4 update body file report description 2012-11-08 11:06:18 -05:00
adam-m
dec47ae3b0 add bookmark action to a artifact node if itself is not a bookmark node
add more actions for artifact nodes for a dir
2012-11-08 10:41:15 -05:00
adam-m
e3d129188f generate report window - move label 2012-11-08 10:18:12 -05:00
adam-m
b23180b1bc report widget action cleanup and resize improvement 2012-11-07 17:23:36 -05:00
adam-m
4572a12971 Add some missing actions for different blackboard artifacts of various content 2012-11-07 17:04:11 -05:00
adam-m
d965014201 check also for ntfs/fat fs when skipping special files 2012-11-07 16:26:24 -05:00
adam-m
f4de58bf15 update due to API change 2012-11-07 16:26:04 -05:00
adam-m
f19cd22bfb update sqlite jdbc 2012-11-07 16:25:50 -05:00
adam-m
141cb07196 fix recent activity external process stop() 2012-11-07 16:11:10 -05:00
adam-m
7399139733 Merge branch 'master' of https://github.com/Devin148/autopsy 2012-11-07 16:10:23 -05:00
Devin148
227db1839d Merge recent activity changes 2012-11-07 15:41:37 -05:00
adam-m
a2a459c364 Merge branch 'master' of https://github.com/0xNF/autopsy 2012-11-07 15:33:24 -05:00
adam-m
8bbecf3210 fix when saving list: set default name by list name, not java ref # 2012-11-07 15:32:56 -05:00
Devin148
8e0ecd6006 Increase usability in recent cases panel 2012-11-07 15:31:22 -05:00
0xNF
adee83f0ae Long dates are now stored properly. 2012-11-07 15:25:00 -05:00
adam-m
f949e5bf75 reuse object 2012-11-07 15:20:53 -05:00
Devin148
a05e29b84d Fix (NSRL) label on first hash database 2012-11-07 15:16:50 -05:00
adam-m
99e166d260 Merge branch 'master' of https://github.com/0xNF/autopsy 2012-11-07 14:52:00 -05:00