6672 Commits

Author SHA1 Message Date
Dick Fickling
4c7085c0b6 Merge branch 'master' of github.com:sleuthkit/autopsy
Conflicts:
	Ingest/src/org/sleuthkit/autopsy/ingest/Bundle.properties
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestService.java
2012-02-21 13:47:46 -05:00
Dick Fickling
787f20d1e4 Enable Ingest keyword lists to be updated 2012-02-21 13:38:59 -05:00
Dick Fickling
53bcb90020 Keyword Search Panel on top right 2012-02-21 13:38:42 -05:00
Dick Fickling
2145782244 bugs in Ingest Manager 2012-02-21 13:35:26 -05:00
Dick Fickling
914b1ad79a Change duration of recent files filters 2012-02-21 13:34:08 -05:00
Dick Fickling
f4ec382c07 View in Directory action use visitor pattern rather than instanceof 2012-02-21 13:33:25 -05:00
Dick Fickling
e11c5f7bdf Add node selection capability to dataresult viewers 2012-02-21 13:32:39 -05:00
adam-m
d8e94926d8 keyword search minor typo fix 2012-02-21 12:14:35 -05:00
adam-m
6b89d8b476 Rearranged messages window
Additions to ingest messages API - data messages contain details, blackboard artifact data
Updated services using ingest message API
2012-02-21 12:03:10 -05:00
adam-m
0189f6f5ed fix clear messages 2012-02-21 11:07:13 -05:00
adam-m
8b4b297bc3 add ability to get manager handle outside of ingest package and query the manager for its state 2012-02-21 10:15:19 -05:00
adam-m
d1a7aae588 Keep inbox in current position when ingest starts 2012-02-17 14:07:02 -05:00
adam-m
1759121453 Undock ingest messages when ingest starts. And do not dock if already undocked. 2012-02-17 10:29:43 -05:00
Dick Fickling
4d5b8e8e61 Merge branch 'master' of github.com:sleuthkit/autopsy 2012-02-16 17:31:33 -05:00
Dick Fickling
952e212d56 fix for null node selection 2012-02-16 17:30:36 -05:00
adam-m
581e158403 decrease icon size 2012-02-16 17:27:59 -05:00
Dick Fickling
0d76aa0e41 re-enable keyword search 2012-02-16 17:27:51 -05:00
adam-m
cf6b2e8adb remove unused method 2012-02-16 17:27:32 -05:00
Dick Fickling
73a1f84407 Keyword Search Configuration Dialog tweaks 2012-02-16 16:38:26 -05:00
Dick Fickling
5444e8a464 enable Directory Tree refresh 2012-02-16 16:37:26 -05:00
Dick Fickling
cd07378b9a Keyword Search Configuration Dialog tweaks 2012-02-16 16:37:08 -05:00
Dick Fickling
1c4aaeec48 Hash DB use IngestManager fireServiceDataEvent() method 2012-02-16 16:33:10 -05:00
Dick Fickling
3c1fa6751c Improve Directory Tree Refresh 2012-02-16 16:32:33 -05:00
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