2071 Commits

Author SHA1 Message Date
Nick Davis
09280d4aa3 Removed unused strings from bundle. 2014-06-13 11:33:06 -04:00
Nick Davis
7a5393a981 Marked strings with NON-NLS 2014-06-13 11:26:47 -04:00
Richard Cordovano
75b00b07f9 Restore new lines in IngestManager.StartIngestJobsTask.run.startupErr.dlgErrorList bundle property 2014-06-12 13:36:23 -04:00
Richard Cordovano
f445298775 Make more user-friendly display name for start ingest jobs progress bar 2014-06-12 13:20:44 -04:00
Richard Cordovano
2648b88863 Add fields to extension mismatch artifacts table report 2014-06-12 12:30:46 -04:00
Richard Cordovano
479ae2ec60 Remove Java 8 code from ingest progress snapshots feature 2014-06-12 09:48:23 -04:00
Richard Cordovano
ed61e5b1b2 Merge pull request #750 from rcordovano/ingest_snapshot_tool
Ingest snapshot tool
2014-06-11 17:27:41 -04:00
Richard Cordovano
dd446b3667 Make sure ingets snapshot bundle properties are in JA bundles 2014-06-11 17:20:36 -04:00
Richard Cordovano
6e0c71d692 Complete ingest progress snapshot feature 2014-06-11 17:13:45 -04:00
Brian Carrier
e8af52bf7f missed update as part of previous merge 2014-06-11 14:09:54 -04:00
Brian Carrier
998a76b48e resolved merged conflict 2014-06-11 14:01:40 -04:00
Brian Carrier
b84593c4be Open log action goes to case log if case is open 2014-06-10 22:46:53 -04:00
Brian Carrier
a940138b28 Moved E01 verify into core 2014-06-10 22:29:45 -04:00
Brian Carrier
bad576e1d9 moved hashdb to inside of core module 2014-06-10 21:56:32 -04:00
Brian Carrier
ddac21a25b removed noisy info log message 2014-06-10 21:44:03 -04:00
Brian Carrier
26e529c395 cleaned up file type id module. Pass in 64k and file name into detector 2014-06-10 21:41:19 -04:00
Richard Cordovano
98db14f664 Add UI skeleton for ingest progress snapshots 2014-06-10 17:46:00 -04:00
Richard Cordovano
4b0298b6c3 Add infrastructure for ingest task snapshots 2014-06-10 16:34:06 -04:00
Brian Carrier
66638732da file task queue is a deque so that we can make it LIFO to better process derived files 2014-06-10 16:16:09 -04:00
Richard Cordovano
25b9781980 Minor bug fixes for improved ingest framework 2014-06-10 15:01:18 -04:00
Richard Cordovano
a7152567c9 Merge remote-tracking branch 'upstream/develop' into case_change_aware_ingest_task_scheduler 2014-06-10 13:35:00 -04:00
Richard Cordovano
bf44d4cbde Make ingest able to handle case change events 2014-06-10 13:34:35 -04:00
alexjacks92
52f98da889 Reports now include extension mismatches. Only file names are reported. 2014-06-10 11:04:23 -04:00
alexjacks92
57355e5fe6 Merge remote-tracking branch 'upstream/develop' into ExtMismatchReporting 2014-06-10 09:36:41 -04:00
alexjacks92
ccceb927dc Partially working extension mismatch reporting. 2014-06-09 15:46:32 -04:00
Richard Cordovano
976391babe Add case open/close support to IngestTaskScheduler, w/o perpetual job guard 2014-06-09 15:25:09 -04:00
Richard Cordovano
4ad27fd253 Fix comment in IngestJob.java 2014-06-09 12:19:29 -04:00
Richard Cordovano
a6ad04bbd4 Fix comment typo in IngestJob.java 2014-06-09 12:06:52 -04:00
Richard Cordovano
42102ee327 Add code to ensure that every ingest job that starts get at least one task 2014-06-09 12:05:17 -04:00
Richard Cordovano
fdbbc0520e Add code to ensure that every ingest job that starts get at least one task 2014-06-09 12:03:40 -04:00
Richard Cordovano
1d706577e6 Merge pull request #743 from rcordovano/reports_in_tree
External results import and reports in tree
2014-06-06 13:24:24 -04:00
Richard Cordovano
57bf45e808 Disable SampleExecutableIngestModuleFactory 2014-06-06 13:22:45 -04:00
Richard Cordovano
2a870d787e Fix event firing bug in ExternalResultsImport and fix external results XSD 2014-06-06 13:21:39 -04:00
Richard Cordovano
9ee31dc70e Fix external results XSD 2014-06-06 12:30:17 -04:00
Richard Cordovano
e082584959 Remove unnecessary synchronization from Case.addReport() 2014-06-06 11:56:14 -04:00
Richard Cordovano
54e1b2a2fc Scrub external results and reports in tree for feature complete 2014-06-06 11:51:34 -04:00
Brian Carrier
f91c53fe3e Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2014-06-06 11:14:24 -04:00
Brian Carrier
1924ff4750 stop executils when it is not needed anymore. Remove stop method from recent activity since it is no longer needed. 2014-06-06 11:14:15 -04:00
Brian Carrier
3000f0d563 added bundles from previous content viewer commit 2014-06-06 11:01:01 -04:00
Brian Carrier
87574f9dc2 renamed addFile to scheduleFile in context 2014-06-06 11:00:38 -04:00
Brian Carrier
491191feb0 Added file type to metadata content viewer 2014-06-06 10:59:16 -04:00
Brian Carrier
2c58c108da Add file separator automatically in new case wizard 2014-06-06 10:55:01 -04:00
Brian Carrier
09aff176ac Write ZIp files to more generic names. Saw errors with paths with C: in them 2014-06-06 10:54:21 -04:00
Richard Cordovano
a5e7bd5d85 Merge remote-tracking branch 'upstream/develop' into reports_in_tree 2014-06-06 10:01:00 -04:00
Brian Carrier
26e01a6cb0 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2014-06-05 23:24:03 -04:00
Brian Carrier
bd2f97da4c Allow DS modules to supply sub-title of progress bar and updated RecentActivity to use it 2014-06-05 23:23:54 -04:00
Brian Carrier
9ae538438b added comments, minor refactoring as part of reviewing hash db code for memory leaks. No logic changes 2014-06-05 23:14:10 -04:00
Richard Cordovano
1be56087bc Complete major functionality for external result imports and reports in Autopsy tree 2014-06-05 15:55:52 -04:00
Richard Cordovano
a453b25f5c Implement basics of reports in Autopsy tree 2014-06-04 17:50:55 -04:00
Richard Cordovano
e4b1d9a9c9 Complete first vrsion of external results feature 2014-06-03 17:06:05 -04:00