2499 Commits

Author SHA1 Message Date
adam-m
f507d6b23b ingest message top component docking / undocking
Ingest manager API to check if file or image services are running
2012-02-16 16:14:50 -05:00
adam-m
986ee23261 add standalone ingest floating window top component, custom modes, remove old Ingest explorer 2012-02-16 12:11:58 -05:00
Dick Fickling
a21bc0afb7 Merge branch 'master' of github.com:sleuthkit/autopsy 2012-02-15 16:49:44 -05:00
adam-m
a8f6fcdf71 keyword search service: get case in init not constructor, as we constructor can be now invoked before case in open 2012-02-15 16:22:01 -05:00
adam-m
c6ce9575cf keyword search: when done from GUI, use background thread to write results to BB not to block the GUI thread for huge queries 2012-02-15 12:33:18 -05:00
adam-m
af4905a7dd writing keyword search results to bb for all (ingest + manual search) 2012-02-14 17:06:49 -05:00
adam-m
9d8eaed93a keyword search: abstract writeToBlackBoard(FsContent newFsHit) method, add it to query interface and move out from ingest service to corresponding query classes (reusability + simplifying keyword search ingest) 2012-02-14 16:33:08 -05:00
adam-m
0377e7f45f (TSK-288) Create final status box at end of keyword search - minor adjustment 2012-02-14 14:37:48 -05:00
adam-m
87d296173c move out code from ingest tc
abstract out ui functionality to make it easier to move or substitute
2012-02-14 14:31:01 -05:00
adam-m
dce95c5585 program files are medium priority in ingest 2012-02-14 10:41:42 -05:00
adam-m
5abebf2938 TSK-303 Index files in priority order 2012-02-14 10:08:59 -05:00
Dick Fickling
c333480530 Merge branch 'master' of github.com:sleuthkit/autopsy
Conflicts:
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestService.java
2012-02-13 16:05:28 -05:00
Dick Fickling
ffdd155a7a new List Management dialog 2012-02-13 15:53:51 -05:00
adam-m
89ef9b1581 ServiceDataEvent has an optional collection of artifact objects that can be reused by the viewer omitting some queries 2012-02-13 13:28:25 -05:00
adam-m
a42cc5a77f widget tweaks 2012-02-13 12:22:35 -05:00
adam-m
e5d47e2f7d - added freq slider adjustment for slider
- keyword search uses the setting
- added indexing complete report to user inbox
2012-02-13 12:16:29 -05:00
adam-m
66cdc1cfc0 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-02-13 09:53:46 -05:00
adam-m
6a862c9877 index complete message 2012-02-13 09:53:36 -05:00
Dick Fickling
d948f5d47a Label text for Artifact Content Viewer 2012-02-13 09:43:30 -05:00
Dick Fickling
89589c1934 Merge branch 'master' of github.com:sleuthkit/autopsy
Conflicts:
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/ExtractIE.java
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/RecentActivityDataExplorer.java
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/RecentActivityKeyValueChildFactory.java
2012-02-11 00:30:34 -05:00
adam-m
2b38268beb fix typed collection 2012-02-10 18:30:46 -05:00
adam-m
81e48ddea2 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-02-10 16:43:15 -05:00
adam-m
631b230f49 Merge branch 'master' of https://github.com/aebadirad42six/autopsy
+resolved conflicts, minor adjustment to progress bar - added 1 subtask to track (registry)
2012-02-10 16:40:50 -05:00
adam-m
ff136f5c3b - added class ServiceDataEvent - services can notify listeners of new data while they are still processing, and send artifact type, and optionally IDs of all new artifacts (dir tree can refresh more efficiently)
- keyword search now sending the new event
2012-02-10 16:11:46 -05:00
adam-m
55735bafcb - add regex matches to blackboard, a separate artifact per each match. Do a check if the term actually hits in that file.
- use new function to add BB attributes in bulk
2012-02-10 15:37:10 -05:00
Alex Ebadirad
6b5fa72de2 Added controller states to the processes, added image specific processing to all processes, reinstated registry extraction and included a few new scripts to draw information.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-02-10 09:08:39 -07:00
adam-m
baad89a464 Only encode snippet strings if needed for sql (more human readable)
Show complete message only after the final background worker completes
2012-02-09 18:21:04 -05:00
adam-m
6058927b60 keyword search ingest: add bb writing, error handling, handling various concurrency situations, overlapping workers due to tight intervals or large queries, escaping snippet strings for sql to accept
make popup dialog not flicker
add event mechanism for services themselves to notify viewer when data is ready in BB while they are still running
2012-02-09 17:15:47 -05:00
Dick Fickling
1e6505d6fb Add 'Artifact Viewer' to Content Viewers 2012-02-09 15:33:46 -05:00
Dick Fickling
5b37e37539 Add 'Recent Items' to directory tree 2012-02-09 15:32:25 -05:00
Dick Fickling
9176c1da15 Search Filter updates 2012-02-09 13:20:20 -05:00
Dick Fickling
69ea374267 catch index out of bounds exception 2012-02-09 13:19:15 -05:00
Dick Fickling
38e424fd3a Make Pasco results include correct obj_id 2012-02-09 13:18:38 -05:00
Dick Fickling
acc739d40e Remove references to TypeWrapper class 2012-02-09 13:18:16 -05:00
adam-m
e4d56a3b45 Keyword search ingest: keeping track of results, synchronization between different searchers and other improvements 2012-02-08 17:23:07 -05:00
Dick Fickling
5d0bee3714 Moving Directory Tree items from Sleuthkit to Autopsy 2012-02-08 16:22:12 -05:00
Dick Fickling
91fca6db73 use lookups for content details popup 2012-02-08 10:13:15 -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
8249fc4bbe Merge branch 'master' of github.com:sleuthkit/autopsy 2012-02-08 09:42:55 -05:00
Alex Ebadirad
ac8d3b75a7 Removed old code, changed ingestion service to accept image ID, cleaned up pasco results
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-02-07 17:15:10 -07:00
adam-m
0cb2b47a72 change keyword search tabs top component registration to ensure singletons 2012-02-07 17:19:38 -05:00
adam-m
5cae7325dd initial parallel keyword search in the service. TODO: blackboard write, reporting only new hits 2012-02-07 17:05:05 -05:00
Dick Fickling
34f7da23e4 Allow user to restart ingest 2012-02-07 16:46:39 -05:00
Dick Fickling
1ed1025b80 Show hash db management dialog on pressing 'configure' button 2012-02-07 15:58:29 -05:00
Dick Fickling
67d6bf3aef Add configure button to Ingest Dialog 2012-02-07 15:58:06 -05:00
adam-m
dfb0536dc9 Multithreaded keyword search service that indexes and commits every interval seconds. 2012-02-07 15:48:50 -05:00
Dick Fickling
60022a389b Fix sorting by integer/long value 2012-02-07 14:49:55 -05:00
Dick Fickling
c3e09ccd08 Add file type filters to directory tree 2012-02-07 14:14:11 -05:00
Dick Fickling
5f7f29cb0e Right-click action for BlackboardArtifactNodes 2012-02-07 14:13:02 -05:00
Dick Fickling
1c83f5a733 Content Nodes and Artifact Nodes now implement shared interface - DisplayableItemNode 2012-02-07 14:12:24 -05:00