2573 Commits

Author SHA1 Message Date
0xNF
e1d41a5b30 Changes to the AddImage Panels
-Displays an empty string instead of "Folder Information Unavailable" when processing something with no name
-CurrentDirectoryFetcher is now static
2012-11-29 13:12:16 -05:00
Devin148
2312212fe1 Merge https://github.com/sleuthkit/autopsy 2012-11-29 12:12:03 -05:00
adam-m
b8144bcdb3 Merge branch 'master' of https://github.com/0xNF/autopsy 2012-11-29 09:42:27 -05:00
adam-m
beb3c7b560 change attribute type, add layour dir details 2012-11-29 09:39:54 -05:00
adam-m
be3b56fafd use visitor accept() 2012-11-28 22:54:51 -05:00
adam-m
5cf36f78ac add default action for layout dir node 2012-11-28 22:54:22 -05:00
adam-m
e9bfe37776 remove old method 2012-11-28 22:04:26 -05:00
Devin148
8576d531c6 Update JavaHelp with new add image wizard information 2012-11-28 12:36:44 -05:00
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
adam-m
b11a599aa7 Remove unused vistior from ingest 2012-11-28 10:56:20 -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
0xNF
cb77f93a43 Added support for HashKeeper .hsh files. 2012-11-27 14:44:00 -05:00
0xNF
5153f691c3 ImageWizardPanel 3 now displays currently processed directory. 2012-11-27 13:42:32 -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
e93522ca84 Merge pull request #104 from Devin148/master
Updates
2012-11-27 06:43:58 -08:00
adam-m
baedda6eca progress bar fixes 2012-11-26 19:15:06 -05:00
adam-m
c1a6a24b6e more file ingest progress bar fixes 2012-11-26 19:05:37 -05:00
adam-m
a3c2fb1f12 better mthreading synchronization fixes issues in some cases 2012-11-26 18:18:40 -05:00
adam-m
94e2e3117f better ingest progress bar update if image requeued 2012-11-26 17:31:24 -05:00
Devin148
cb1ab3d9f1 Merge https://github.com/sleuthkit/autopsy 2012-11-26 16:30:34 -05:00
adam-m
f26e90ec8a update NEWS 2012-11-26 16:12:26 -05:00
adam-m
7b0690ccf9 Using Scheduler class to maintain file ingest queues and not store all file objects in memory 2012-11-26 15:54:19 -05:00
Devin148
0498d0b615 Update test with changed order of panels 2012-11-26 13:15:16 -05:00
Devin148
4da9331b6c Select databases when imported to list 2012-11-26 11:09:46 -05:00
Devin148
e697594cd8 Limit NSRL detection to filename 2012-11-26 09:46:18 -05:00
adam-m
6a5f55b990 updated ingest scheduler 2012-11-22 14:04:51 -05:00
adam-m
5197f7954c updated image task scheduler API 2012-11-22 14:04:30 -05:00
Devin148
9c82125aa6 Remove final add image wizard panel 2012-11-21 16:40:11 -05:00
adam-m
371b948ab7 added update message saying ingest started in the wizard 2012-11-21 10:52:09 -05:00
adam-m
454efab978 Merge branch 'master' of https://github.com/Devin148/autopsy
Conflicts:
	Core/src/org/sleuthkit/autopsy/casemodule/AddImageWizardPanel2.java
2012-11-20 17:38:29 -05:00
Devin148
7a9e99c177 Reorder add image wizard 2012-11-20 17:25:24 -05:00
0xNF
e85658fb00 Documented thew new infinite loop mode in regression.py 2012-11-20 15:42:32 -05:00
adam-m
9aca0d4ed8 edit product version/code in aip file in dist, not src tree 2012-11-20 15:20:37 -05:00
Devin148
28d25774ec Use TSK to find device size on Linux 2012-11-20 15:12:45 -05:00
adam-m
29de0bdfcd updated news 2012-11-20 15:11:30 -05:00
adam-m
97834d606d Merge branch 'master' of https://github.com/0xNF/autopsy 2012-11-20 15:03:11 -05:00
Devin148
e60ce5e143 Revert reordering of add image wizard 2012-11-20 14:21:31 -05:00
adam-m
c4d52cd176 Merge branch 'master' of https://github.com/Devin148/autopsy 2012-11-20 13:00:50 -05:00
adam-m
e4e6473b09 update wizard name, update status message that image added and ingest started 2012-11-20 13:00:14 -05:00
Devin148
e6b16d6aa9 Return blank path when no local drives exist 2012-11-20 12:55:14 -05:00
adam-m
1fb0d7c97f better add image panel 1 resizing 2012-11-20 12:33:31 -05:00
adam-m
2f049062eb Merge branch 'master' of https://github.com/Devin148/autopsy 2012-11-20 12:33:15 -05:00
Devin148
795ce481bb Load local disks in a SwingWorker 2012-11-20 11:14:06 -05:00
adam-m
1258643187 Merge branch 'master' of https://github.com/Devin148/autopsy 2012-11-20 10:47:37 -05:00
0xNF
8854020149 Automated installer building is now slightly more automatic.
Correctly adds a generated product code, and updates the Autopsy Version number.
2012-11-20 10:26:44 -05:00
0xNF
21079bc162 Infinite Testing changes
Supports the new HTML report format for comparing gold reports.
Added a modified java test package that has some changes specific to the infinite testing.
2012-11-20 10:25:16 -05:00
adam-m
94c2829b53 Force app-level modality for start up dialog 2012-11-20 09:45:29 -05:00
adam-m
76a9eb8097 Refactored ingest scheduler class.
Used the new scheduler for image ingest.
TODO for file ingest.
2012-11-19 17:34:39 -05:00
Devin148
2f21b7372f Merge https://github.com/sleuthkit/autopsy 2012-11-19 16:15:37 -05:00
Devin148
2227116f04 Move configure ingest modules before add image 2012-11-19 16:15:08 -05:00