1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-08-31 16:33:52 +00:00
Commit Graph

57 Commits

Author SHA1 Message Date
Dick Fickling
fe96490b2c Remove references to deprecated API, update comments to match code,
hide expansion buttons on empty directories, improve log messages
2012-04-24 12:49:40 -04:00
Dick Fickling
33b867083b Log error messages at Level.WARNING. 2012-04-19 13:10:10 -04:00
Dick Fickling
00772294c4 improve inbox messages for Hash DB ingest service (TSK-464) 2012-04-17 13:42:19 -04:00
adam-m
867107af14 Text change 2012-04-13 10:40:53 -04:00
adam-m
37756e360f Minor UI naming tweaks, update limitations file wording 2012-04-10 17:01:18 -04:00
Dick Fickling
de2fe2eeff TSK-405: Support EnCase Hashsets 2012-04-09 16:51:51 -04:00
adam-m
55f77584f9 TSK-430 Remove Ingest complete dialog
Removed API to register for callback from service simplifying it
2012-04-05 16:12:06 -04:00
adam-m
983614a85e Minor Gui sizing tweaks 2012-03-27 16:56:24 -04:00
adam-m
0c5e1baa2e Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-03-27 13:24:45 -04:00
adam-m
81e680ccf4 Add service description to service API 2012-03-27 12:51:46 -04:00
Dick Fickling
70c1bb8a7b Merge branch 'master' of github.com:sleuthkit/autopsy
Conflicts:
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbIngestService.java
2012-03-27 12:38:05 -04:00
Dick Fickling
bd9ea895cb Hash fixes and further UI improvements 2012-03-27 12:36:07 -04:00
adam-m
0ddac43560 Add HashDB basic config/info dialog 2012-03-27 11:09:20 -04:00
adam-m
0996b1e02d hash db service: add md5 string to uniqueness factor 2012-03-27 10:23:27 -04:00
Dick Fickling
b6218c7e3c Run Keyword Search on Known Bad files 2012-03-23 12:08:45 -04:00
adam-m
e85d49363d Fix catching exceptions since SQLException no longer thrown 2012-03-20 21:30:44 -04:00
adam-m
c928788bb6 - Fix to show stats and file ingest dialog after ingest complete and also all background threads (keyword search) completed.
- fix to not run complete() portion of keyword search service in some cases, when service was not selected to run
2012-03-19 18:54:12 -04:00
Dick Fickling
09e05961d7 TSK-410: Remove warnings 2012-03-14 17:18:15 -04:00
Dick Fickling
b5ca7a1f43 Add details to Hash DB ingest messages 2012-03-13 16:51:39 -04:00
Dick Fickling
39d5861a72 TSK-394: HashDb Ingest improvements 2012-03-11 14:13:48 -04:00
Dick Fickling
70b40952d6 Move Advanced Configuration Dialog into CoreComponents
so that Ingest, Keyword Search, and Hash Database can use it.
2012-03-09 09:34:44 -05:00
adam-m
8711d47ac4 TSK-349 Use NSRL info for keyword ingest 2012-03-07 15:26:41 -05:00
Dick Fickling
8929d87adf TSK-379: "Known Bad" in all lines of hashset hit 2012-03-01 15:17:57 -05:00
Dick Fickling
0298b0c068 Dialog gui tweaks 2012-02-29 15:58:27 -05:00
Dick Fickling
9e3e71b3eb Merge github.com:sleuthkit/autopsy
Conflicts:
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbIngestService.java
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbMgmtAction.java
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbMgmtPanel.java
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbPanel.form
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbPanel.java
	Ingest/src/org/sleuthkit/autopsy/ingest/AdvancedConfigurationDialog.java
	Ingest/src/org/sleuthkit/autopsy/ingest/IngestDialog.java
	Ingest/src/org/sleuthkit/autopsy/ingest/IngestDialogPanel.form
	Ingest/src/org/sleuthkit/autopsy/ingest/IngestDialogPanel.java
	Ingest/src/org/sleuthkit/autopsy/ingest/IngestServiceAbstract.java
	Ingest/src/org/sleuthkit/autopsy/ingest/example/ExampleFsContentIngestService.java
	Ingest/src/org/sleuthkit/autopsy/ingest/example/ExampleImageIngestService.java
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/Bundle.properties
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchConfigurationDialog.java
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchConfigurationPanel.form
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchConfigurationPanel.java
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestService.java
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestSimplePanel.java
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/RAImageIngestService.java
	Report/src/org/sleuthkit/autopsy/report/reportAction.java
	Report/src/org/sleuthkit/autopsy/report/reportHTML.java
	Report/src/org/sleuthkit/autopsy/report/reportPanel.form
	Report/src/org/sleuthkit/autopsy/report/reportPanel.java
2012-02-29 14:35:29 -05:00
Dick Fickling
ba21811f45 TSK-362 2nd level of ingest configuration 2012-02-29 13:15:13 -05:00
adam-m
9c89af1168 TSK-360 Move ingest panel into add image wizard
TSK-362	2nd level of ingest configuration
first iteration - changed wizard, service configs, reusable panel components
2012-02-29 13:09:49 -05:00
Dick Fickling
d2c4725330 Add second level of configuration to Ingest Services 2012-02-28 16:55:16 -05:00
adam-m
2c33c67aae Ingest configuration API additions 2012-02-28 14:14:47 -05:00
adam-m
ad7d2294c9 - add details to warning and error messages
- fix no keyword set detection in keyword search ingest
2012-02-27 10:33:05 -05:00
adam-m
7f047baf61 HashDb: change error message to warning message 2012-02-24 16:54:32 -05:00
adam-m
defd6cd2f5 Ingest API: add a way to query individual service if it has any background jobs running that are managed by the service. Needed for more precise service state tracking by the manager. 2012-02-22 16:03:02 -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
Dick Fickling
1c4aaeec48 Hash DB use IngestManager fireServiceDataEvent() method 2012-02-16 16:33:10 -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
62afecfe23 move interface between services and manager out to IngestManagerProxy 2012-02-03 17:26:06 -05:00
adam-m
2f59912b5c add userConfigure method to service ingest interface 2012-02-03 16:50:50 -05:00
Dick Fickling
3954e3aa16 Merge branch 'master' of github.com:sleuthkit/autopsy 2012-02-02 17:44:28 -05:00
Dick Fickling
4d96fe8861 Array Index exception catch 2012-02-02 17:44:13 -05:00
adam-m
d79df24877 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-02-02 17:17:00 -05:00
adam-m
ee60eff342 restored file search explorer
remove 2 checkboxes from add image wizard completely
2012-02-02 17:16:24 -05:00
Dick Fickling
efb563d6a5 Add artifact to database when known bad file is found 2012-02-02 17:10:13 -05:00
adam-m
3cc70998a1 changed wording in hash db messages 2012-02-02 17:04:18 -05:00
Dick Fickling
eabbc819e8 Only run hash lookups if one or both databases are provided in settings 2012-02-02 15:10:36 -05:00
Dick Fickling
d770c67183 Only post message when file is known bad 2012-02-02 14:43:34 -05:00
Dick Fickling
3fbea5d9d4 decrease log level to hide exception from user 2012-02-02 11:58:27 -05:00
Dick Fickling
241f898860 decrease log level to hide exception from user 2012-02-02 11:21:45 -05:00
adam-m
3bc6445ecf cosmetic wording changes 2012-02-02 10:16:59 -05:00
Dick Fickling
6f77499edd Catch exceptions correctly 2012-02-01 16:41:54 -05:00