32 Commits

Author SHA1 Message Date
adam-m
95bd13cc9b Add exif artifact nodes to extr. content
Add more missing icons
2012-08-28 12:00:00 -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
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
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
Dick Fickling
265569b175 Add getStringTime() to ContentUtils class 2012-06-07 15:03:34 -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
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
adam-m
fee9f9d0b1 Keyword search large strings: improvements in navigation, added support for chunk hit preview in dir tree (still needs optimizations) 2012-05-15 21:16:59 -04:00
adam-m
378e083554 Node: use date format that's better for sorting, add seconds, reuse object 2012-04-13 11:24:51 -04:00
Dick Fickling
6b5a3bd7ae undo date/time changes for now 2012-04-12 14:49:04 -04:00
Dick Fickling
917691a81c use long rather than string to store epoch time 2012-04-12 14:26:00 -04:00
Dick Fickling
abc449f8bc Add support for 'path id' attribute 2012-04-06 09:33:49 -04:00
Dick Fickling
530da635dc Add right-click action to File and Directory nodes to open in parent dir 2012-03-30 12:55:07 -04:00
Dick Fickling
092d011727 new icons for directory tree 2012-03-27 17:51:45 -04:00
adam-m
e85d49363d Fix catching exceptions since SQLException no longer thrown 2012-03-20 21:30:44 -04:00
adam-m
18b00fc294 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-03-15 18:10:34 -04:00
adam-m
bb798dac66 TSK-398 Highlighter / preview for regexp search shows also subtokens
- made code changes, but currently inactive - needs Solr schema change to stored="true"
- minor additional improvements, escaping to allow queries with special chars
- added more accurate URL matching in keyword list
2012-03-15 18:06:53 -04:00
Dick Fickling
dae47bd79e Update BlackboardArtifactNode lookups 2012-03-14 15:30:05 -04:00
Dick Fickling
0e844f00d2 Highlight keyword matches when viewed from Directory Tree
TSK-400: Artifact selection bug
2012-03-12 17:22:27 -04:00
Dick Fickling
4512964496 No longer assume that blackboard artifacts are associated with a File object,
instead they are associated with any generic Content object
2012-02-27 12:49:04 -05:00
Dick Fickling
81c9b92f27 Make file content viewable from blackboard entry 2012-02-22 17:18:12 -05:00
Dick Fickling
fd76dce199 Allow "Open Viewer" button to select specific artifact 2012-02-22 09:57:33 -05:00
Dick Fickling
978bb41ea5 Merge git://github.com/alawrence/autopsy
Conflicts:
	DataModel/src/org/sleuthkit/autopsy/datamodel/BlackboardArtifactNode.java
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchResultFactory.java
2012-02-08 09:49:39 -05:00
Dick Fickling
1c83f5a733 Content Nodes and Artifact Nodes now implement shared interface - DisplayableItemNode 2012-02-07 14:12:24 -05:00
anthony lawrence
fe25b012f5 Merge https://github.com/sleuthkit/autopsy 2012-02-02 15:45:56 -05:00
anthony lawrence
575ae0576d Changes to make StringContent interface work and created a StringContent object to wrap an ArtifactNode 2012-02-02 15:11:51 -05:00
Dick Fickling
9faeead2c2 save IE history as single artifact per history entry 2012-02-02 13:30:41 -05:00
Dick Fickling
569fd5074b catch index out-of-bounds error 2012-02-01 16:42:15 -05:00
Dick Fickling
af0b9af2f5 Add blackboard artifacts to Directory Tree 2012-02-01 10:13:51 -05:00