2419 Commits

Author SHA1 Message Date
Tim McIver
0949fb13d1 Updated Services and FileManager to implement the java.io.Closeable
interface and updated FileManager to throw TskCoreException when its API is
used after it has been closed.  Closing is propagated to all services when
the Case object is closed. These changes are in support of AUT-613.
2012-11-28 11:14:17 -05:00
Tim McIver
3824f90a0e Refactored ExtractRegistry.getregistryfiles() to use several
FileManager.findFiles calls in order to remove the raw SQL used to retrieve
registry files. Also renamed method to getRegistryFiles().
2012-11-27 17:34:38 -05:00
Tim McIver
e8e9bd3558 Created Services class in Core module and added a member variable of this
type to Case with getter method. Created FileManager class and added member
of this type to Services class with getter method. Added method to
FileManager for obtaining files and refactored some code in RecentActivity
module to use thi new API where applicable. These changes partially satisfy
the requirements of AUT-613.
2012-11-27 11:31:06 -05:00
adam-m
5120eaa6b7 aip installer template fixes 2012-11-15 14:01:59 -05:00
adam-m
07fa7cd599 Merge branch 'master' of https://github.com/Devin148/autopsy 2012-11-15 13:33:13 -05:00
Devin148
89596099a9 Comment on validating drive readability through Java 2012-11-15 13:32:17 -05:00
Devin148
18abac0046 Update error messages 2012-11-15 13:26:38 -05:00
adam-m
3a8f324420 Merge branch 'master' of https://github.com/Devin148/autopsy 2012-11-15 13:18:21 -05:00
adam-m
72fbfc9ebd update AI path 2012-11-15 13:04:02 -05:00
Devin148
230dd94c50 Change error message to reflect code changes 2012-11-15 12:58:27 -05:00
Devin148
35d1e94adc Check if drive is readable before adding to list 2012-11-15 12:43:47 -05:00
Devin148
2aab2701c1 Delete cloned Autopsy when run from CMD 2012-11-15 10:17:06 -05:00
Devin148
07cea19201 UI enable/disable fix 2012-11-15 09:52:08 -05:00
Devin148
1f2efe9b71 Differentiate physical drives and partitions on Linux 2012-11-14 17:02:57 -05:00
Devin148
d2a46e85ba Remove testing case 2012-11-14 17:01:21 -05:00
Devin148
d3b3122862 Bugfixes for display on Linux machines 2012-11-14 16:02:24 -05:00
adam-m
816536a2c7 set text direction in extracted text panel, based on detected 2012-11-14 12:23:27 -05:00
Devin148
eb50332fbf Stop building keyword table in HTML report when user cancels 2012-11-14 10:55:11 -05:00
adam-m
a59b0b61c8 update news for release 2012-11-14 10:18:33 -05:00
adam-m
7d26097925 new text utils 2012-11-14 10:05:35 -05:00
adam-m
ce6e710191 Merge branch 'master' of https://github.com/Devin148/autopsy 2012-11-14 09:49:13 -05:00
Devin148
b3e24b1d3c Check for null in list of LocalDisks 2012-11-14 09:42:39 -05:00
Devin148
6d98553f30 Properly save new HTML report with save as 2012-11-14 09:41:36 -05:00
Devin148
1d3e052981 Fix UI size for add image panel 2012-11-13 16:24:33 -05:00
adam-m
1897ac0cf0 auto-update module versions 2012-11-13 16:21:02 -05:00
Devin148
b24adc6a75 Beautify local disk combo box 2012-11-13 16:12:24 -05:00
adam-m
2228394ea4 Merge branch 'master' of https://github.com/Devin148/autopsy 2012-11-13 16:11:54 -05:00
Devin148
be56df6e1a Merge https://github.com/sleuthkit/autopsy 2012-11-13 16:04:10 -05:00
Devin148
0e94bbdf32 Add separator between physial drives and partitions 2012-11-13 16:01:43 -05:00
adam-m
54ddf8e329 Merge branch 'master' of https://github.com/Devin148/autopsy 2012-11-13 15:53:23 -05:00
Devin148
bd0bb21330 Fix exception handling 2012-11-13 15:52:35 -05:00
adam-m
91f1b22149 Merge branch 'master' of https://github.com/Devin148/autopsy 2012-11-13 15:46:14 -05:00
Devin148
b1a7680680 Improve error messages when local drives aren't detected 2012-11-13 15:21:59 -05:00
Devin148
786d01a91a Change PhysicalDrive name from Storage Device to Drive 2012-11-13 13:43:47 -05:00
adam-m
d371eb0f46 align text pane for consistency with others 2012-11-13 13:38:01 -05:00
Devin148
8bce27df44 Reorganize add image panel UI 2012-11-13 13:36:52 -05:00
adam-m
e41d4dfb59 cosmetic fix to string viewer 2012-11-13 13:34:55 -05:00
adam-m
96ab3e9892 fix startup dialog: do not popup when recent case not found and case is already open 2012-11-13 12:33:27 -05:00
adam-m
bf80f8826f Merge branch 'master' of https://github.com/Devin148/autopsy 2012-11-12 17:11:36 -05:00
adam-m
3a8582f5df fix: maintain ingest state of locked / builtin lists 2012-11-12 17:03:29 -05:00
Devin148
419c12a6c4 Merge https://github.com/sleuthkit/autopsy 2012-11-12 14:03:20 -05:00
adam-m
2504f63ebc update news 2012-11-12 13:55:54 -05:00
Devin148
6611b55adc Update copyrights 2012-11-12 13:55:49 -05:00
adam-m
64c9c4e421 open startup window after unexpected error 2012-11-12 13:52:39 -05:00
adam-m
31b493a651 add user message if cannot open case, if it exists, but some other error 2012-11-12 13:50:18 -05:00
adam-m
3f408e9e34 add startup window after error when recent case could not open 2012-11-12 13:37:44 -05:00
adam-m
2e4e453ae6 better case error and exception handling and do not throw generic exceptions, add better logging 2012-11-12 13:22:43 -05:00
adam-m
ff3648dedb Merge branch 'master' of https://github.com/Devin148/autopsy 2012-11-12 12:50:27 -05:00
adam-m
38da0e7e6e adjust user message 2012-11-12 12:05:47 -05:00
Devin148
dc66604468 Warn user if opened case doesn't exist 2012-11-12 12:05:17 -05:00