adam-m
95bd13cc9b
Add exif artifact nodes to extr. content
...
Add more missing icons
2012-08-28 12:00:00 -04:00
adam-m
648893e316
cleanup
2012-08-27 16:58:43 -04:00
adam-m
1ea566fa78
better query of bookmarks
2012-08-27 15:51:32 -04:00
adam-m
168ddcc6b8
Implement bookmarks are specialized tags. Add icons.
...
Artifact node - add optional icon in constructor rather than default.
2012-08-27 15:06:15 -04:00
adam-m
c6d28eb1ba
Dir tree node filtering further tweaks, eliminate instanceof completely.
...
Finally fix setting up leaf dir nodes.
2012-08-26 18:16:55 -04:00
adam-m
f1a745c805
Node datamodel improvements:
...
Promote DisplayableItemNode and ContentNode from interface to class extending AbstractNode, add methods isLeafType and getType.
Simplifies datamodel and directorytree code - does not require instanceof. Easier addtion of node types and more efficient.
Preliminary bookmark node support.
Preliminary File Bookmarking implementation.
2012-08-26 17:43:23 -04:00
adam-m
6f823614af
fix dox warns
2012-08-24 11:47:09 -04:00
adam-m
b9caa40115
data model, node, visitor changes to add LayoutDirectory
2012-08-16 14:44:52 -04:00
adam-m
8affa56025
Better/faster enum comparison
2012-08-15 17:57:53 -04:00
adam-m
4dd53f1489
Merge branch 'master' of https://github.com/Devin148/autopsy
2012-08-02 12:59:06 -04:00
adam-m
ed5fb3d057
Merge branch 'master' of https://github.com/Devin148/autopsy
...
Conflicts:
HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbSearchAction.java
HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbSearchManager.java
HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbSearchPanel.java
HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbSearchResultFactory.java
HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbSearcher.java
HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/layer.xml
2012-08-02 12:47:59 -04:00
dhurd
d6ebdd062f
Beginning of Exif parser.
2012-08-02 09:41:56 -04:00
adam-m
6b1a9b8916
add extracted content child not for web search query
2012-08-01 17:37:08 -04:00
adam-m
870eaa71b8
TSK-552 Extract search engines queries from URL attributes
...
- initial version merge from Nick
2012-08-01 17:25:04 -04:00
dhurd
5488809151
Added MD5 hash searching in the toolbar and right click actions. Small bugfix in file extraction.
2012-08-01 11:42:48 -04:00
Dick Fickling
d2f20a78d9
Add back unallocated files to dir dree
...
Dir tree will now load first 10k Content children, be they volumes,
layout files, files, dirs, etc.
2012-07-23 19:44:25 -04:00
Brian Carrier
4df934ffc4
more doxygen updates
2012-07-20 14:10:13 -04:00
dhurd
48742c3a3a
Static fix in FileTypeExtensions.
2012-07-19 17:11:37 -04:00
dhurd
4fcdff249d
Updated FileNode and SearchFilters to pull from a unniversal list of known file extensions.
2012-07-19 16:53:42 -04:00
dhurd
cc5b9f4eed
Moved file/dir extraction into it's own thread and added a progress bar for said extraction.
2012-07-19 13:50:20 -04:00
adam-m
b72faa5a00
bugfix for file node icons if no file extension
2012-07-18 09:51:39 -04:00
dhurd
7ec91a6795
Adding Body File format report to the Generate Report dialog. Also adding multiple icon support, chaning a file\'s icon based on it\'s extension.
2012-07-17 12:10:54 -04:00
adam-m
8f26cda926
TSK-519 Add support for files of known filetypes > 100 MB
...
(first take)
- also fix thunderbird module deps so they work with keyword search module
2012-07-10 14:05:35 -04:00
adam-m
95b48366fa
Move current package-level descriptions (case, datamodel, corecinterfaces) javadoc format to doxygen.
...
Need more package-level descriptions for other modules.
2012-06-26 15:03:31 -04:00
adam-m
bd252890c2
Remove more doxygen warnings
2012-06-26 14:07:26 -04:00
adam-m
376ac1fd0b
Fix doxygen warning in autopsy/datamodel
...
Add generic type parameter to classes where missing and document it
2012-06-26 10:22:08 -04:00
adam-m
d7f58029ee
Show all emails possible, even if PATH set is incomplete
2012-06-22 14:16:09 -04:00
adam-m
74d13611c3
Re-add showing basic email folder structure
2012-06-22 14:02:01 -04:00
adam-m
4161b334bd
Flatten email tree structure into a single level, showing all messages (for now), ignoring PATH
2012-06-22 13:42:01 -04:00
Dick Fickling
4e4f21e0a7
Fix TSK-486: Rename ".." to be "[parent folder]" in tree
2012-06-20 16:57:25 -04:00
adam-m
81002342c8
Fix displaying all email messages
2012-06-20 12:03:23 -04:00
adam-m
45119ef43f
Re-add email node
2012-06-19 16:28:45 -04:00
adam-m
db5e80fb41
Added mail messages viewing in dir tree
2012-06-15 13:09:08 -04:00
Dick Fickling
265569b175
Add getStringTime() to ContentUtils class
2012-06-07 15:03:34 -04:00
Dick Fickling
b985d61457
Add hash to data result
...
do not calculate hash if value already stored in db
2012-06-01 10:36:28 -04:00
Dick Fickling
2bc25b7e4a
Make test script more granular (each artifact type)
...
Hide LayoutFiles from tree
2012-06-01 08:47:23 -04:00
adam-m
aa91ca7133
Use join queries for hashset and keyword hits to adapt to using SET_NAME attributes in both
2012-05-31 22:49:52 -04:00
adam-m
84fc46c780
change deprecated attrs to TSK_SET_NAME
2012-05-31 21:58:53 -04:00
Dick Fickling
89dec97eca
Regression test fix
...
remove time zone visitors
add (currently disabled) restriction on Dir tree to hide unalloc files
2012-05-31 10:53:37 -04:00
adam-m
fc16cbf14f
Keyword search ingest changes for unalloc content
2012-05-30 11:00:40 -04:00
Dick Fickling
c105b68303
Make node hierarchy match DataModel hierarchy (classes are stubs for now)
2012-05-29 17:19:35 -04:00
Dick Fickling
ff4f10dd92
Fix ingest
2012-05-29 14:37:47 -04:00
Dick Fickling
dccbfb97cc
Add LayoutFile, changes for new DataModel structure
2012-05-29 13:01:40 -04:00
Dick Fickling
b228a01262
additional Autopsy support for LayoutContent
2012-05-24 15:19:37 -04:00
Dick Fickling
21f32a5b66
Add support for LayoutContent to Autopsy
2012-05-24 15:18:36 -04:00
Dick Fickling
4b69bb59e0
Autopsy support for recent Sleuthkit timezone changes
2012-05-24 15:11:18 -04:00
Dick Fickling
5ec3d87c57
Fill attribute types the right way.
2012-05-22 15:05:34 -04:00
Dick Fickling
0d5ebc9f98
TSK-483: Show path in results tables
...
Currently showing full path just for keyword hits and hash hits, because
for most other artifacts the location of the original file isn't very
useful.
2012-05-22 09:19:08 -04:00
Dick Fickling
b6a2f3da7a
TSK-480: make new lists triaged by default
...
TSK-489: Volume sectors are off by 1
2012-05-21 14:28:23 -04:00
adam-m
4de3ae81f2
Keyword search: use stringstreamer with no preserve at bug boundary option
2012-05-18 14:16:06 -04:00