2794 Commits

Author SHA1 Message Date
Devin148
ce0e1af724 Merge https://github.com/sleuthkit/autopsy into Reporting 2012-12-18 15:14:47 -05:00
adam-m
e5359540a6 Merge branch 'master' of https://github.com/Devin148/autopsy 2012-12-18 14:42:03 -05:00
adam-m
5b4b417be0 Merge branch 'master' of https://github.com/0xNF/autopsy 2012-12-18 14:41:33 -05:00
Tim McIver
a2664b3348 Deleted DataContentViewerPicture.[java|form] that is no longer needed. 2012-12-18 14:18:04 -05:00
Tim McIver
7473024d23 Updated code in method DataContentTopComponent.setupTabs() to remove logic
that changed to the tab with the highest priority. Now, the tab selected by
the user does not change when nodes are selected.  This change is in
support of Github issue #99: https://github.com/sleuthkit/autopsy/issues/99
2012-12-18 14:06:58 -05:00
Brian Carrier
92fe791616 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-12-17 17:09:08 -05:00
Brian Carrier
8a2f329fd2 Made hash db messages have error or warning in front of them to draw more attention 2012-12-17 17:08:53 -05:00
Brian Carrier
33c9f89408 Merge pull request #117 from tmciver-basis/master
More updates in support of AUT-669
2012-12-17 06:21:17 -08:00
Tim McIver
f100a40f4f Updated the HTMLEditorKit used by JTextPane in ExtractedContentPanel so
that strings of characters that are too long to fit into the view port are
properly wrapped.  These changes satisfy the requirements of AUT-698.
2012-12-14 15:08:41 -05:00
Tim McIver
c932cbbbc5 Updated code to reflect changes in DataModel. 2012-12-12 17:49:56 -05:00
0xNF
34ea07dccb File writing only writes as many bytes as were read. 2012-12-11 17:26:35 -05:00
Tim McIver
d82fc6bb3a Updated code to reflect removal of method FsContent.getMetaFlagsInt(). 2012-12-11 14:48:45 -05:00
0xNF
fa0409b5ab Removed unneccessary print statements 2012-12-11 11:10:39 -05:00
0xNF
fdb9fe991c Progress bar should no longer throw illegalstateexceptions regarding being 1 unit over 100%.
UnallocStruct total bytes are now calculated at construction.
2012-12-11 11:08:49 -05:00
Devin148
5cad2802c8 Merge https://github.com/sleuthkit/autopsy 2012-12-11 10:38:37 -05:00
Devin148
d53738c560 Merge https://github.com/sleuthkit/autopsy into Reporting 2012-12-11 10:31:42 -05:00
Tim McIver
d371aeaa05 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-12-10 17:19:19 -05:00
Tim McIver
760a21219e Updated code in response to removal of FsContent.getDirType method in favor
of FsContent.isDirNameFlagSet().
2012-12-10 17:14:28 -05:00
Brian Carrier
063a1df356 Merge pull request #116 from tmciver-basis/master
Updates in support of AUT-669
2012-12-10 13:30:24 -08:00
Tim McIver
7aec1cad0c Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-12-10 14:22:58 -05:00
Tim McIver
279b268dda Updates to code that were required as a result of changes to DataModel that
were in support of AUT-669.
2012-12-10 14:22:12 -05:00
Devin148
f93a1b0443 Publicize tag API for use with reporting 2012-12-10 11:12:31 -05:00
Devin148
446447fa8b Simplify method name 2012-12-10 11:10:19 -05:00
Devin148
157cf54e9a Rename web downloads column 2012-12-10 10:00:47 -05:00
adam-m
7a52c97c70 news for next release 2012-12-07 16:48:21 -05:00
adam-m
19347bf911 more info on bookmarks in news 2012-12-07 13:37:21 -05:00
adam-m
cba50d3286 rename to "Source File" for consistency with report 2012-12-07 13:33:16 -05:00
adam-m
accda0de07 Merge branch 'master' of https://github.com/0xNF/autopsy 2012-12-07 13:25:55 -05:00
0xNF
b59549697a Unalloc will no longer disregard user command to not overwrite files on single volumes. 2012-12-07 13:24:51 -05:00
adam-m
fa8e62eb48 rename File Name column to Source for artifact nodes 2012-12-07 13:22:45 -05:00
adam-m
e9a9eeab6b do not display column with id of artifact in tag in results table 2012-12-07 13:19:45 -05:00
adam-m
f2ed498ae5 enable regripper to run on linux, if user has deps installed 2012-12-07 13:08:35 -05:00
adam-m
b99f16ca52 add more info to report name 2012-12-07 12:47:33 -05:00
adam-m
c63e180cae Merge branch 'master' of https://github.com/0xNF/autopsy 2012-12-07 12:17:26 -05:00
0xNF
a2616adb49 Better cancel support 2012-12-07 11:25:40 -05:00
adam-m
58bdbd8d4e update version 2012-12-07 11:15:48 -05:00
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
1fb2a2cdcf Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-12-06 17:08:13 -05:00
adam-m
260ede2db8 Add go to any page in thumbnail view 2012-12-06 17:07:51 -05:00
adam
ee0a741ef0 Merge pull request #115 from tmciver-basis/master
Doc updates
2012-12-06 14:00:46 -08:00
Tim McIver
7743c8ef78 Updates to docs with information about Services and FileManager. Also
renamed previous Services section to Utilities.
2012-12-06 16:47:44 -05:00
adam
8bbc1802cf Merge pull request #113 from Devin148/master
Hash Database Panels
2012-12-06 12:25:32 -08:00
adam
a23dbf2f74 Merge pull request #114 from tmciver-basis/master
Changes in support of AUT-668
2012-12-06 12:24:19 -08:00
Tim McIver
a62a1a44a5 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-12-06 14:56:50 -05:00
Devin148
331f24abf5 Check IngestManager to see if ingest is ongoing 2012-12-06 14:41:34 -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