35 Commits

Author SHA1 Message Date
Brian Carrier
8f0bf32fb8 Ensured that all SwingWorkers all call get() to check for exceptions 2014-03-04 00:04:49 -05:00
APriestman
21f9327eca Added new public methods to HashDbManager for creating, loading, and removing HashDb objects. Also consolidated multiple HashDbManager exception types into one. 2014-02-20 14:43:07 -05:00
APriestman
99d3dad710 Merge remote-tracking branch 'upstream/develop' into develop
Conflicts:
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbManager.java
2014-02-19 13:33:08 -05:00
APriestman
01de541e3f Saving before merge attempt 2014-02-19 13:11:01 -05:00
Nick Davis
7ecf3098c2 Pulled static strings in to properties file. Updated code to use getMessages to access strings. Added empty Bundle_ja.properties file to prepare for translation. 2014-02-04 15:44:00 -05:00
shahit2
98612dd36d adding try/catch statements 2014-01-27 16:52:34 -05:00
Richard Cordovano
e38c22d652 Restored public access to hash db manager and case action exception 2014-01-27 10:56:16 -05:00
shahit2
ed4a9e043a Merge remote-tracking branch 'upstream/develop' into develop 2014-01-23 13:28:36 -05:00
shahit2
874c7b24ec Files that could be changed to non-public have been 2014-01-22 11:05:05 -05:00
Richard Cordovano
671ff7a31f Removed outdated code from missing hash db search 2014-01-21 15:49:33 -05:00
Richard Cordovano
ba5e411f59 Restored inadvertantly deleted hash db code 2014-01-17 17:44:10 -05:00
Richard Cordovano
4a6888e0cc Merge remote-tracking branch 'upstream/develop' into rework_hashdb 2014-01-16 09:50:25 -05:00
Richard Cordovano
6dd96e7354 Updated for hash database reworking 2014-01-16 00:32:14 -05:00
Samuel H. Kenyon
b6e65952ff Cleanup and comments. 2014-01-15 18:21:38 -05:00
Samuel H. Kenyon
1724a3c988 Remove config event support from IngestManager. HashDb and KeywordSearch modules now have public interfaces for prop change events. 2014-01-15 14:55:40 -05:00
Samuel H. Kenyon
d8baac3f4f KeywordSearch module now also fires ModuleConfigDataEvents. 2014-01-14 17:34:41 -05:00
Samuel H. Kenyon
9ccf71c4f0 Added new class ModuleConfigDataEvent which is now fired by adding/removing hash sets. 2014-01-14 16:16:43 -05:00
Richard Cordovano
0cb7f57a69 Notify user, make backup during hashdb config file format update
Added code to the HashDbManager class to make a back up copy of old format/schema hash database configuration files. A message box is displayed to the user to let the user know the back up has occurred and where the back up file is located.
2013-12-10 11:27:53 -05:00
Richard Cordovano
509684cebc Corrected handling of always calc hashes flag 2013-12-04 15:31:46 -05:00
Richard Cordovano
0a0aa564dc Removed finalize() from HashDbManager 2013-12-02 19:47:57 -05:00
Richard Cordovano
b80d43a0d0 Routed hash db indexing through mgr to get index path 2013-12-02 19:07:05 -05:00
Richard Cordovano
7ba22bae16 Fixed bug introduced in recently improved version of HashDbManager.addHashDatabase() 2013-12-02 18:03:22 -05:00
Richard Cordovano
1c21692352 Fixed error in implementation of HashDbManager.closeDatabases() 2013-12-02 17:14:00 -05:00
Richard Cordovano
f74c65c417 Implementation of hash database name and path filters 2013-12-02 10:34:09 -05:00
Richard Cordovano
4b3d51c325 Partial implementaton of hash database uniqueness constraints 2013-11-29 13:16:42 -05:00
Richard Cordovano
b602bdbf46 Hash database configuration management fixes 2013-11-22 16:08:31 -05:00
Richard Cordovano
4ceca1becf Fix for bug when storing path of index only hash databases 2013-11-14 09:54:10 -05:00
Richard Cordovano
0258dfbf89 Removed commented out code in HashDbManager 2013-11-13 19:13:45 -05:00
Richard Cordovano
af631469a3 Fixed bug in HashDbManager 2013-11-13 19:11:55 -05:00
Richard Cordovano
24bbd79de6 Clean up for hash db API work 2013-11-13 19:02:39 -05:00
Richard Cordovano
85d6315001 Correct implementation of indexing for hash databases 2013-11-13 18:40:54 -05:00
Richard Cordovano
d1f3be1fba Updated hash database module for TSK API changes 2013-11-08 16:27:32 -05:00
Richard Cordovano
3217d6c5ae Made more of API for HashDatabase module classes public and fixed report wizard bug 2013-11-07 14:24:46 -05:00
Richard Cordovano
a6d0c6e583 Resolved conflicts for merge of hashdb_sqlite_redux 2013-11-06 16:59:33 -05:00
Richard Cordovano
a8f33373ab Completed adaptation of hash db UI/module to new hash db API 2013-11-06 12:58:06 -05:00