Tim McIver
82bf72b3e7
Added code to prevent selection of 'Make Timeline' (from Tools menu) from
...
running timeline again and opening additional windows.
2013-02-08 14:15:47 -05:00
Tim McIver
b19f8d99af
Added blocking dialog box 'TimelineProgressDialog' that comes up when
...
timeline processing begins and closes when it is finished. This is to
prevent users from starting another timeline processing job while one is
already underway.
2013-02-08 12:57:11 -05:00
adam-m
85dcea971f
implement method to get 1st level objects of unpacked tree
2013-02-08 12:28:03 -05:00
adam-m
e362d86b81
traverse hierarchy after unpacked and create derived files
2013-02-08 12:21:27 -05:00
adam-m
c7733e1c83
keep track of unpacked tree and not rely on order of files from 7zip lib
2013-02-08 10:01:23 -05:00
adam-m
095252cf0c
prepend file name to local archive dir
2013-02-07 14:47:30 -05:00
adam-m
fa256a14d7
7zip module: add progress bar when unpacking, add bb artifact when archive is encrypted, fix unzip stream when EOF occurs
2013-02-07 14:44:18 -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
cfaa710501
add crash dumps to gitignore
2013-02-05 20:22:29 -05:00
adam-m
cb8c3117bf
add all genfiles.properties to gitignore
2013-02-05 20:20:16 -05:00
adam-m
86bfd09013
delete crash dump
2013-02-05 20:15:27 -05:00
adam-m
374574eee4
fix comment
2013-02-05 13:21:20 -05:00
adam-m
b505dbf994
fix corelibs to include javafx.jar
2013-02-05 13:19:46 -05:00
adam-m
eaf79a739e
add content viewer setter javadocs
2013-02-05 12:54:56 -05:00
adam-m
6376361a9b
updated news
2013-02-05 11:28:34 -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
Tim McIver
189adaad50
Added 'Beta' to both the timeline window title and the 'Make Timeline' menu
...
entry.
2013-02-04 14:54:13 -05:00
adam-m
6e08e412d2
- Make all file ingest modules work for derived files, and all abstract files in general, skipping only unalloc where applicable.
...
- Simplify code and remove unneeded visitors, using methods that are now part of AbstractFile interface.
- remove notion of fscontent in ingest modules in general and use abstract file.
2013-02-04 13:05:34 -05:00
adam-m
77a1777ddf
Merge branch 'master' into timeline
2013-02-04 12:44:16 -05:00
Tim McIver
22e20cf006
Fixed bug where months that contained no data were not being displayed.
2013-02-04 10:57:23 -05:00
Tim McIver
404937fb7b
Added calls to PlatformUtil.getOSFilePath(macfile) so that the mactime file
...
path will be quoted as the path could contain spaces which causes problems.
2013-02-04 10:29:50 -05:00
adam-m
60683f123d
Add DerivedFile visit() implementation to remaining implemented ContentVisitors where we should be acting on derived files
2013-02-01 18:53:01 -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
adam-m
1a983c6bed
add derived file support for thumbnails
2013-02-01 18:15:52 -05:00
adam-m
f4ebc5c652
Fix tagging of derived files and search for derived files by hash
2013-02-01 18:10:34 -05:00
Tim McIver
9959315450
Added jfxrt.jar to CoreLibs and removed wrapped jfxrt.jar from Timeline
...
module. Also set sync=false in build.xml in CoreLibs so that jfxrt.jar
would not be removed by ivy.
2013-02-01 16:03:41 -05:00
adam-m
752dc2eaa8
- add hashing support for derived files (ingest, search)
...
- add extract action support for derived files
- refactor some code, make columns properties setting more common
2013-02-01 14:29:52 -05:00
adam-m
4f838e5f51
- add actions to derived file node
...
- add a fix so decorator/visitor adding actions to nodes preserves the actions the nodes themselves defined
2013-02-01 13:19:22 -05:00
adam-m
d53b30a5da
Fix processing of derived files by keyword search
2013-02-01 13:06:40 -05:00
adam-m
535890db78
Merge branch 'master' of https://github.com/sleuthkit/autopsy into zipmodule
2013-02-01 13:03:36 -05:00
adam-m
3caf999da9
use a save method of getting count of files to be ingested, instead of deprecated iterating over the result set
2013-02-01 12:31:46 -05:00
adam-m
4a762b9bd2
initial 7zip ingest module skeleton with libs
2013-01-31 20:58:26 -05:00
adam-m
f4a33db0eb
adjust ingest scheduler to only consider fs files when checking whether special ntfs files should be enqueued
2013-01-31 20:39:58 -05:00
Tim McIver
adada499f0
Modified code to detect if files have been added to the database since the
...
last time it ran and to regenerate timeline data when timeline is (re)started.
Note that addition of files to the database is noticed by timeline only upon
a restart (of timeline); timeline does not notice this while the timeline
window is open.
2013-01-31 17:43:42 -05:00
adam-m
40cb0fdcb2
update news and readme
2013-01-31 16:46:39 -05:00
adam-m
5b21911756
hex/string viewer handle case when file offset could not be read, which can happen e.g. for deleted content
2013-01-31 16:16:12 -05:00
Tim McIver
5810f0a36c
Moved flushing/closing of BufferedWriter used in makeBodyFile() to outside
...
of the parsing loop. Added line to close Scanner in parseMacTime(). Removed
unneeded print statement.
2013-01-31 15:50:10 -05:00
adam-m
2cadfadfa9
add distinct icons for archive files
2013-01-31 15:20:43 -05:00
Tim McIver
973878493f
Removed unneeded print statements.
2013-01-31 15:17:17 -05:00
Tim McIver
a1831c6706
Refactor of method Simile2.makeBodyFile().
2013-01-31 15:06:21 -05:00
adam-m
9f63e1ee36
show file node with derived children in dir tree
2013-01-31 15:03:56 -05:00
adam-m
0760f598ec
support for opening parents of derived files in datamodel / nodes
2013-01-31 13:25:06 -05:00
Tim McIver
1d1ded5d62
Modifications to implement behavior to alert user that timeline has gone
...
out of date due to image being added. Currently this works when timeline
window is open - need to handle case when an image has been added when
timeline window is closed. Also added another optimization where mactime
file is not reparsed if the in-memory data is still valid.
2013-01-31 11:24:10 -05:00
adam-m
6c28e7a2e3
file search: add support for derived files and remove deprecated query replacing with findFilesWhere
2013-01-31 10:54:11 -05:00
adam-m
de1e0421aa
fix use findFilesWHere instead of runQuery in RecentFileFilterChildren
2013-01-31 10:51:06 -05:00
adam-m
3373d128ed
add abstract node API for getting info about underlying content children (facilitates lazy loading)
2013-01-31 10:21:54 -05:00