16192 Commits

Author SHA1 Message Date
0xNF
41f2ac3f78 Unalloc will not longer show a success box if user cancels the operation 2012-12-07 10:48:21 -05:00
adam-m
d58666df1c update module versions 2012-12-06 23:00:11 -05:00
0xNF
c4acb7b464 Changed references from LayoutDirectory to VirtualDirectory 2012-12-06 18:02:40 -05:00
adam-m
260ede2db8 Add go to any page in thumbnail view 2012-12-06 17:07:51 -05:00
Tim McIver
a62a1a44a5 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-12-06 14:56:50 -05:00
adam-m
4cd4df7f93 rename node class to VirtualDirectoryNode 2012-12-06 13:10:50 -05:00
adam-m
e1b1ee9a96 updates after datamodel API naming changes 2012-12-06 13:02:48 -05:00
adam-m
9b07579bce Merge branch 'master' of https://github.com/Devin148/autopsy 2012-12-06 12:52:03 -05:00
adam-m
dceddb6cb3 Merge branch 'master' of https://github.com/0xNF/autopsy 2012-12-06 12:51:22 -05:00
0xNF
571037fd07 Completion message shows folder that unallocated space was extracted to. 2012-12-06 11:19:08 -05:00
adam-m
1f208fd7d4 Merge branch 'master' of https://github.com/0xNF/autopsy 2012-12-06 11:10:52 -05:00
0xNF
a69955d422 Added dialog to indicate when extraction of unallocated space finishes. 2012-12-06 10:47:11 -05:00
0xNF
c8f7803a34 Added documentation for Extracting Unallocated Space 2012-12-06 10:36:01 -05:00
0xNF
2bb12c1176 Extraction per image now takes place in a single thread
Previously made one thread per volume.
2012-12-06 10:32:46 -05:00
adam-m
c26bd6e122 fixed warnings in doxygen docs 2012-12-06 09:57:39 -05:00
adam-m
04985a7eea Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-12-06 09:37:29 -05:00
adam-m
1a2a74ae05 fix doxygen warnings in code 2012-12-06 09:37:09 -05:00
Devin148
183d5a448d Improve images and styles for HTML report 2012-12-05 16:33:13 -05:00
Devin148
091b3e2739 Add result bookmarking and internal tag API 2012-12-05 15:58:03 -05:00
Devin148
e819b5ff90 Update add image wizard panels 2012-12-05 13:25:06 -05:00
adam-m
80f9ab2d3f Merge branch 'master' of https://github.com/0xNF/autopsy 2012-12-05 10:57:55 -05:00
0xNF
cd3d1fc4f4 De-anonymized the internal action classes 2012-12-04 17:37:48 -05:00
adam-m
3ea523140a Merge branch 'master' of https://github.com/0xNF/autopsy 2012-12-04 16:58:27 -05:00
0xNF
98ce8987e6 Got rid of volatile modifer. Some variables have been made final.
Fixed typos
2012-12-04 16:52:34 -05:00
Tim McIver
d286ad8614 Added public method Case.getImages. 2012-12-04 16:52:21 -05:00
adam-m
166db887d0 Merge branch 'master' of https://github.com/0xNF/autopsy 2012-12-04 16:42:10 -05:00
0xNF
8079f7a5b8 Volumes are now properly uniquely locked. 2012-12-04 14:41:22 -05:00
0xNF
a1e126bb0c ExtractUnalloc: minor progress bar change 2012-12-04 14:31:19 -05:00
adam-m
e1b708fc2d Merge branch 'master' of https://github.com/Devin148/autopsy 2012-12-04 14:27:29 -05:00
Devin148
a63a05b2ba Disable cancel button while configuring ingest modules 2012-12-04 13:58:03 -05:00
adam-m
9cf94d5525 do not throw unchecked exception when closing viewer 2012-12-04 13:46:56 -05:00
0xNF
f4bd168d17 ExtractUnalloc now properly prevents volumes from being extracted twice at the same time.
Other misc touchups.
2012-12-04 12:38:02 -05:00
0xNF
8c2dcf8ea8 Added new ExtractUnallocAction which extracts Unallocated space to a single file.
Works on Image nodes and Volume nodes.
2012-12-04 11:13:39 -05:00
0xNF
caf0c3fa03 ShowDetailActionVisitor has been renamed to ExplorerNodeActionVisitor 2012-12-04 11:12:13 -05:00
Devin148
fa848a4a6f Merge https://github.com/sleuthkit/autopsy 2012-12-04 10:56:24 -05:00
adam-m
99e8dd8044 ingest: do not enqueue tasks that have no modules 2012-12-03 17:59:15 -05:00
adam-m
f08d15a4ed Merge branch 'master' of https://github.com/tmciver-basis/autopsy 2012-12-03 17:49:00 -05:00
adam-m
6ccbe1d8bf fix for AUT-691 Crash 2012-12-03 17:43:23 -05:00
Tim McIver
996d98af9e Merge branch 'master' of https://github.com/sleuthkit/autopsy
Conflicts:
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Firefox.java
2012-12-03 17:38:25 -05:00
Tim McIver
f50c2da7e4 Replaced header comment in Services.java and FileManager.java with the
Basis license text used in other Autopsy source files.
2012-12-03 16:39:32 -05:00
Tim McIver
ff49aa461b Made Services.getFileManager synchronized. 2012-12-03 16:01:52 -05:00
Devin148
60c6659df1 Account for user keyword searches in HTML report 2012-12-03 13:11:39 -05:00
Devin148
7c655956e3 Merge https://github.com/sleuthkit/autopsy 2012-12-03 08:57:53 -05:00
adam-m
f2155f3aa7 Case closing: close top components before sending out events when case is changed, for a cleaner shutdown 2012-11-30 17:49:57 -05:00
Devin148
de71fdaf8b Improve reporting on keyword search hits 2012-11-30 16:55:09 -05:00
Devin148
69c42b7629 Revert change to open HTML report 2012-11-30 16:45:03 -05:00
Devin148
c0bb7d74fd Organize, clean, and sort HTML report tables 2012-11-30 16:40:21 -05:00
Tim McIver
f2465f3dd3 Added private access modifier to Services.services member that was
mistakenly left out.
2012-11-30 15:36:20 -05:00
Tim McIver
1b944bfa56 Made FileManager methods synchronized so as to avoid concurrency issues
caused by the Case being closed while other threads continue to access
SleuthkitCase. Move the call to services.close in Case.closeCase to the top
of the try block toward this end as well.
2012-11-30 15:32:38 -05:00
adam-m
99fe266da7 Merge branch 'master' of https://github.com/0xNF/autopsy
Conflicts:
	Core/src/org/sleuthkit/autopsy/casemodule/AddImageWizardPanel3.java
2012-11-30 14:12:19 -05:00