adam-m
|
4986fd43fb
|
do not add parent-parent context for local dirs
|
2013-05-21 16:22:38 -04:00 |
|
adam-m
|
62bb213b58
|
Move ExecUtil class to Core utils and simplify Timeline dependencies
|
2013-05-21 12:49:53 -04:00 |
|
adam-m
|
8baa57eaf5
|
update displayed message
|
2013-05-20 10:45:21 -04:00 |
|
adam-m
|
3cc483d6de
|
Merge branch 'master' into local-files
Conflicts:
Core/src/org/sleuthkit/autopsy/casemodule/AddImageVisualPanel1.java
Core/src/org/sleuthkit/autopsy/casemodule/services/FileManager.java
Core/src/org/sleuthkit/autopsy/corecomponents/ThumbnailViewChildren.java
Core/src/org/sleuthkit/autopsy/datamodel/FileSearchFilterChildren.java
Core/src/org/sleuthkit/autopsy/directorytree/DataResultFilterNode.java
Core/src/org/sleuthkit/autopsy/directorytree/DirectoryTreeFilterChildren.java
|
2013-05-17 15:50:30 -04:00 |
|
adam-m
|
de1d5c8316
|
Merge branch 'master' into scalpel-carver
|
2013-05-17 14:09:16 -04:00 |
|
adam-m
|
9497ad3fda
|
Merge branch 'master' into local-files
Conflicts:
Core/src/org/sleuthkit/autopsy/ingest/IngestDialogPanel.java
|
2013-05-17 11:57:06 -04:00 |
|
adam-m
|
34068bef2d
|
handle better adding local dirs under /
|
2013-05-17 11:50:53 -04:00 |
|
adam-m
|
4dd7a8fd36
|
Ensure unique path for local files
|
2013-05-16 17:16:35 -04:00 |
|
adam-m
|
a58fa4da50
|
consolidate and reuse context dirs when create local dirs
|
2013-05-16 16:17:53 -04:00 |
|
adam-m
|
f305784b1c
|
initialize FileManager early, when Case is opened
Create and cache LocalFiles root at FileManager init()
add method to get matching LocalFiles children by name
|
2013-05-16 15:29:20 -04:00 |
|
adam-m
|
2339783646
|
fix refresh of next button on add local files wizard if nothing selected
|
2013-05-16 14:44:02 -04:00 |
|
adam-m
|
b3562bb9be
|
Fix ingest scheduler to properly start ingest on a single file
|
2013-05-16 14:37:02 -04:00 |
|
adam-m
|
6dc578ee8f
|
rename input to source
|
2013-05-16 14:25:39 -04:00 |
|
adam-m
|
1e750d17c5
|
fix ingest for local files when started from wizard
|
2013-05-16 12:50:21 -04:00 |
|
adam-m
|
49ec8f325e
|
always show virtual dir in the tree even if it has no files
|
2013-05-16 12:35:00 -04:00 |
|
adam-m
|
8bd88761f0
|
disable timezone and skip fat options in Add Local FIles wizard
|
2013-05-16 12:30:26 -04:00 |
|
adam-m
|
7392085ba1
|
Fixes adding local files to a brand new Case
|
2013-05-15 16:52:26 -04:00 |
|
adam-m
|
d3d433f791
|
local files: send event to refresh dir tree when local files added (for now reusing ingest events)
|
2013-05-15 15:02:25 -04:00 |
|
adam-m
|
b3479a575f
|
correct last commit
|
2013-05-14 17:31:45 -04:00 |
|
adam-m
|
ef53d8c70c
|
change file choose button name
|
2013-05-14 17:24:28 -04:00 |
|
adam-m
|
20c73bd79d
|
reset local files wizard component when selected again
|
2013-05-14 17:22:13 -04:00 |
|
adam-m
|
f8bb586d4f
|
- more fix issues when opening case with local files only
- rename Images class
|
2013-05-14 17:04:28 -04:00 |
|
adam-m
|
6446fa8d88
|
- fix directory tree when there is no images but local files are present
- rename ImagesNode class to DataSourceNode
|
2013-05-14 16:45:37 -04:00 |
|
adam-m
|
5d5be22d77
|
initial implementation of add local files wizard
|
2013-05-14 13:42:43 -04:00 |
|
adam-m
|
d49272fb2e
|
local files wizard: enable Next
|
2013-05-14 12:28:40 -04:00 |
|
Tim McIver
|
68736dc985
|
Updates to ingest configuration related classes to facilitate reuse by
other modules.
|
2013-05-14 12:14:25 -04:00 |
|
adam-m
|
2aa31d73d9
|
initial Core changes to support addition of LocalFiles in wizard and addition of multiple Content objects with ingest
|
2013-05-14 11:56:39 -04:00 |
|
adam-m
|
bd725f601d
|
rename action name
|
2013-05-13 16:34:19 -04:00 |
|
adam-m
|
3b6e243811
|
Do not create separate node for every bb node action (optimization), reuse
|
2013-05-09 17:31:31 -04:00 |
|
adam-m
|
b924e82ffb
|
Merge branch 'master' into local-files
Conflicts:
Core/src/org/sleuthkit/autopsy/ingest/IngestManager.java
|
2013-05-09 17:18:34 -04:00 |
|
adam-m
|
35828bae1b
|
Fix extraction action for VirtDir and simplify. Remove no longer needed visitor.
|
2013-05-09 17:13:48 -04:00 |
|
Tim McIver
|
f5ff3b45d9
|
Merge branch 'master' of https://github.com/sleuthkit/autopsy
|
2013-05-09 17:02:38 -04:00 |
|
Tim McIver
|
4fcc14cdfa
|
Changes to Autopsy-Core needed to support decoupling of case creation
from image adding wizard.
|
2013-05-09 17:02:09 -04:00 |
|
adam-m
|
d683f2ff55
|
add missing actions for local directory nodes
|
2013-05-09 16:35:43 -04:00 |
|
adam-m
|
a35daf8660
|
Fix file search feature to work on ALL files and no only fscontent files, including local files.
Make File and Directory nodes more generic.
|
2013-05-09 15:52:09 -04:00 |
|
adam-m
|
411f43d940
|
set icon for KeyValue node if has file content
|
2013-05-09 12:44:57 -04:00 |
|
adam-m
|
6ef8dd02bf
|
when adding dir, add parent dir for context
|
2013-05-09 12:19:05 -04:00 |
|
adam-m
|
81309ee135
|
more of handling when Image can be null for some Content
|
2013-05-09 11:51:22 -04:00 |
|
adam-m
|
51ee558af7
|
image-level ingest scheduler - make sure only image content objects are enqueued
|
2013-05-09 11:25:20 -04:00 |
|
adam-m
|
f03afc640b
|
update action name
|
2013-05-09 10:59:23 -04:00 |
|
adam-m
|
a04de7afa9
|
Update IngestScheduler to support also imageless Content objects such as local files, make file counting code (for progress) also working for non-image sources
|
2013-05-09 10:57:29 -04:00 |
|
adam-m
|
3523baccb9
|
initial generalization of ingest configuration to use Content
|
2013-05-08 17:47:15 -04:00 |
|
adam-m
|
d8721094c6
|
update comments
|
2013-05-08 17:32:39 -04:00 |
|
adam-m
|
ab05925e74
|
initial changes to generalize ingest to input Content not just Image
|
2013-05-08 15:56:35 -04:00 |
|
adam-m
|
53375b6cb1
|
update comments
|
2013-05-07 17:18:43 -04:00 |
|
adam-m
|
c4cc786353
|
better expansion of virt dir children in dir tree
|
2013-05-07 15:46:51 -04:00 |
|
adam-m
|
ce4ee992ea
|
Recursive local file support in FileManager and dir tree
|
2013-05-07 15:44:55 -04:00 |
|
adam-m
|
e5c83bc9ce
|
rename Images node, autorefresh content tree after adding local files
|
2013-05-07 12:53:33 -04:00 |
|
adam-m
|
509a2bca78
|
use generics for ScheduledImageTask
|
2013-05-07 12:40:19 -04:00 |
|
adam-m
|
14db785dd5
|
file manager and visitor additions for local files
|
2013-05-07 12:27:32 -04:00 |
|