adam-m
decee14451
show dir children count in dir tree
2013-02-25 14:23:43 -05:00
adam-m
f39bf71303
add children count method to content node
2013-02-25 13:28:21 -05:00
adam-m
9c136f8e6f
rename ingest context to pipeline context
2013-02-25 10:48:25 -05:00
adam-m
75ae09fbe6
Expose monitor API to get free disk space on ingest output disk to ingest modules
2013-02-22 18:34:37 -05:00
adam-m
2fc2b9af68
Remove ability from ingest context to store arbitrary parameters being passed in between parent/child files being ingested
2013-02-21 16:43:01 -05:00
adam-m
03f5aafccf
dir tree handle case of recursive archives that should not be leafs in the tree
2013-02-21 12:53:55 -05:00
adam-m
3601e1d0f3
Support for passing a copy of ingest context parameters
2013-02-21 12:27:40 -05:00
adam-m
c6cb04463e
better progress bar updates when new file scheduled, minor refactoring
2013-02-21 10:50:54 -05:00
adam-m
98cd322134
add 7zip module reschedule unpacked files
2013-02-21 09:55:32 -05:00
adam-m
a15a035565
add ingest context to ingest module process() method - API change.
...
Adjust all ingest modules.
Update ingest manager to create and pass in context.
2013-02-21 00:16:38 -05:00
adam-m
6440a75eaa
use custom logger for enqueue worker
2013-02-20 14:31:46 -05:00
adam-m
2d3ac78bbc
change getter visibility
2013-02-19 22:53:56 -05:00
adam-m
d2727f26fd
- introduce IngestContext
...
- generalize and refactor ScheduledImageTask - to be used to schedule both file and image ingest.
Remove Task redundant class, and simplify scheduled.
- add preliminary API to schedule files.
2013-02-19 17:05:25 -05:00
adam-m
e36ebc9863
add 7z to archive extensions for icons
2013-02-14 21:30:12 -05:00
adam-m
b14ec11f86
Ingest Scheduler: rename scheduled task to more specific ScheduledImageTask, rename add() methods to schedule(), add API in scheduler to schedule single files
2013-02-14 17:43:35 -05:00
adam-m
4dd8444147
Merge branch 'master' into zipmodule
...
Conflicts:
Core/src/org/sleuthkit/autopsy/datamodel/DirectoryNode.java
Core/src/org/sleuthkit/autopsy/datamodel/FileNode.java
Core/src/org/sleuthkit/autopsy/datamodel/FileSearchFilterChildren.java
Core/src/org/sleuthkit/autopsy/directorytree/DataResultFilterNode.java
2013-02-14 16:35:18 -05:00
adam-m
91de7a6a1c
ra minro cleanup, don't throw unchecked exceptions, do not process 0 sized files in chrome
2013-02-14 13:04:32 -05:00
adam-m
500e3ef9f5
fix open recent case out of bounds excepion in rare cases
2013-02-13 12:12:53 -05:00
adam-m
d583722da5
fix create modulesout only if it doesn't exist
2013-02-13 11:20:19 -05:00
adam-m
6816a1eaf1
update modules versions
2013-02-12 17:24:45 -05:00
adam-m
41d94bf62a
fix dox warn
2013-02-12 17:09:56 -05:00
adam-m
699e10867a
fix dox warning
2013-02-12 17:08:50 -05:00
adam-m
a9c01631a6
move default file and dir node actions from actions decorator to the Node classes, so all nodes have them by default.
2013-02-12 16:48:44 -05:00
adam-m
c9397e34b2
fix setting icons for file and dir nodes: make sure it is always set regardless of constructor used
2013-02-12 16:29:56 -05:00
adam-m
1e0b8508b6
- add a generic filter node class that can be reused by different viewers/clients
...
- use leaf filter node in timeline
2013-02-12 16:23:26 -05:00
adam-m
df48a2c1ef
remove use of deprecated method for file search, use thread-safe method
2013-02-12 15:45:13 -05:00
adam-m
5e9f51e592
Merge branch 'master' into zipmodule
2013-02-12 15:13:59 -05:00
adam-m
4c3236ddbe
handle rare case when graphics object is null
2013-02-12 15:13:40 -05:00
adam-m
e212c799b1
Merge branch 'master' into zipmodule
...
Conflicts:
Core/src/org/sleuthkit/autopsy/casemodule/Case.java
2013-02-12 13:22:43 -05:00
adam-m
e6de09efab
check for mod output dir also for old cases that have been opened
2013-02-12 13:21:26 -05:00
adam-m
3ce9c184ff
Merge branch 'master' into zipmodule
2013-02-12 13:08:09 -05:00
adam-m
4ef21f68da
rename methods to get case modules output dirs. Make sure the dirs are created.
2013-02-12 13:07:48 -05:00
adam-m
571b9ae5ce
add support to store mactimes with derived files and make 7zip module utilize it.
2013-02-12 12:55:07 -05:00
adam-m
790cfaa080
fix merge issue
2013-02-12 12:28:04 -05:00
adam-m
5e58633459
Merge branch 'master' into zipmodule
2013-02-12 12:12:59 -05:00
adam-m
1741c74349
add API to case to get modules output dir
2013-02-12 12:06:38 -05:00
adam-m
fd6d1d017a
fix isSupported() for media viewer
2013-02-11 22:02:10 -05:00
adam-m
288e2c2a97
Fix showing unpacked file node under dir node in some cases
2013-02-11 22:00:44 -05:00
adam-m
8764f7ca0b
Fix media viewer to work in AbstractFile objects (also unpacked derived files)
2013-02-11 21:53:04 -05:00
adam-m
bf728f2447
make file/abstract file nodes shown in dir tree as leafs, if they have no child container nodes
2013-02-11 10:32:36 -05:00
adam-m
6d9bf8ee1b
better icons for dervied file node, if a dir
2013-02-11 10:21:20 -05:00
adam-m
28f21129d5
Merge branch 'master' into zipmodule
...
Conflicts:
NEWS.txt
nbproject/project.properties
2013-02-07 11:14:23 -05:00
adam-m
07e13de21f
initial sevenzip module - performs unpack of simple archives
2013-02-07 10:57:19 -05:00
adam-m
eaf79a739e
add content viewer setter javadocs
2013-02-05 12:54:56 -05:00
adam-m
6223619340
remove method to set content viewer (using constructor for this)
2013-02-05 11:16:24 -05:00
adam-m
589e8735c7
Merge branch 'timeline' of https://github.com/tmciver-basis/autopsy into timeline
...
Conflicts:
CoreLibs/build.xml
2013-02-05 10:57:45 -05:00
adam-m
28d5b44939
Simplify and unify generating property sheets for files after datamodel refactoring of fscontent methods
2013-02-05 10:16:50 -05:00
adam-m
77a1777ddf
Merge branch 'master' into timeline
2013-02-04 12:44:16 -05:00
adam-m
9be3bb3547
add missing actions to dir tree for dir, files and derived files (tag, extract)
2013-02-01 18:43:17 -05:00
adam-m
4a594255e0
add derived files support for directory extract
2013-02-01 18:16:05 -05:00