2499 Commits

Author SHA1 Message Date
adam-m
c68024bfde Merge branch 'master' of https://github.com/0xNF/autopsy
Conflicts:
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestModule.java
2012-09-24 16:28:58 -04:00
0xNF
7e0e0a2ae3 KeywordSearch/Installer.java now handles creation of default configs. 2012-09-24 16:23:39 -04:00
adam-m
c0597a160d better format of messages 2012-09-24 16:16:23 -04:00
adam-m
4fa5534cd5 Merge branch 'master' of https://github.com/0xNF/autopsy
Conflicts:
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestModule.java
2012-09-24 16:06:01 -04:00
0xNF
811c6de3cb KeywordSearchIngestModule now properly reads and sets via KeywordSearchSettings.
SearchSettings: various changes.
2012-09-24 15:56:29 -04:00
0xNF
68d71cbeb7 No longer tries to dispatch getDefault through KeywordSearchSettings 2012-09-24 15:49:32 -04:00
0xNF
6ed8b39763 Synchronized ModuleSettings functions to reduce risk of concurrency issues.
Set getPropertyFIle to return null properly. (Would just crash previously)
Added settingExists() method for internal use.
2012-09-24 15:47:16 -04:00
adam-m
a9efd1af42 better error handling 2012-09-24 14:09:43 -04:00
adam-m
aef802f134 Handle errors better, prevent null ptr exc in Extract 2012-09-24 14:08:41 -04:00
adam-m
4df34868ba Merge branch 'master' of https://github.com/0xNF/autopsy
Conflicts:
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestModule.java
2012-09-24 14:00:48 -04:00
adam-m
a26f446217 better logging in registry when date not parsable 2012-09-24 13:55:35 -04:00
adam-m
4479abe064 fix SEUQA mapping location
Rename a method
2012-09-24 13:51:21 -04:00
adam-m
80aa9d7ff6 Merge branch 'master' of https://github.com/Devin148/autopsy
Conflicts:
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestModule.java
2012-09-24 11:01:52 -04:00
0xNF
6e674cb65a Merge https://github.com/0xNF/autopsy 2012-09-24 10:44:07 -04:00
0xNF
6871bd5f87 Removed recursive calls to improve stability.
Fixed bug where KeywordSearch was generating 2 sets of config files.
2012-09-24 10:43:43 -04:00
0xNF
aaba305d79 Removed recursive calls to improve stability. 2012-09-24 10:42:59 -04:00
0xNF
af910fec52 Updated SEUQA to look for its mappings under /config/ 2012-09-24 10:40:57 -04:00
adam-m
b9b051bf5c Merge branch 'master' of https://github.com/0xNF/autopsy 2012-09-24 10:30:48 -04:00
0xNF
f64fb9a822 Merge https://www.github.com/sleuthkit/autopsy 2012-09-24 10:29:33 -04:00
Devin148
f505f66ded Display encodings on keyword search simple panel. 2012-09-24 10:25:39 -04:00
Devin148
02e3c947e6 Add static field for properties name. 2012-09-24 10:24:21 -04:00
Devin148
0d814a96a2 Add spacing. 2012-09-24 10:22:47 -04:00
Devin148
f5cae5c317 Increase size of the ingest dialog panel. 2012-09-24 10:10:22 -04:00
0xNF
24b8de63b3 Extracted various Keyword settings to KeywordSearchSettings.java.
KeywordSearchIngestModule.java has nothing to do with its panels, and vice versa.
2012-09-24 09:07:46 -04:00
Devin148
82e75e0739 Merge git://github.com/sleuthkit/autopsy 2012-09-24 08:55:58 -04:00
Devin148
ae4c44d2c2 Enabled ingest modules save via properties. 2012-09-21 17:19:01 -04:00
adam-m
7294f3ca54 Merge branch 'master' of https://github.com/0xNF/autopsy
Conflicts:
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchListsAbstract.java
2012-09-21 16:21:03 -04:00
0xNF
08033cbf21 Add boolean parsing error catching. 2012-09-21 16:17:24 -04:00
0xNF
c19e11603e Fixed typo 2012-09-21 15:58:06 -04:00
adam-m
d1c4f8b2b1 renamed the example ingest modules so they are not compiled and autodetected 2012-09-21 15:48:12 -04:00
adam-m
edf0cc2b0e change main settings file name 2012-09-21 15:40:13 -04:00
adam-m
adb3cd61c1 Move all config files to user config dir 2012-09-21 15:33:56 -04:00
adam-m
ba7b66ce25 add method to PlatformUtil to get config dir 2012-09-21 15:19:25 -04:00
adam-m
6ef2834317 keep track of generated default module order, so it stays unique
add comments
2012-09-21 15:12:49 -04:00
adam-m
7f7b8213b7 add settings support to ingest services 2012-09-21 14:53:58 -04:00
0xNF
0f89855506 Keyword Search settings are now persistant via ModuleSettings 2012-09-21 14:30:12 -04:00
0xNF
6a17ec4b08 Got rid of old call to ModuleSettings.getUserDir(). 2012-09-21 14:29:21 -04:00
adam
2719168638 Merge pull request #64 from Devin148/master
HashDb UI Tweak and Updated Dox
2012-09-21 11:19:42 -07:00
unknown
95205c7c7d Fix minor bugs in HashDb Options panel UI. 2012-09-21 14:05:09 -04:00
unknown
34ca6caa74 Merge git://github.com/sleuthkit/autopsy 2012-09-21 14:03:45 -04:00
adam-m
4e50fafe28 Add module reload listener to dialog panel, add API to reorder modules to loader 2012-09-21 13:19:56 -04:00
unknown
8e2a6e124f Update dox with plugin restart information. 2012-09-21 12:56:45 -04:00
adam-m
f50b7da833 settings fix 2012-09-21 12:38:38 -04:00
adam-m
d60797ee93 Merge branch 'master' of https://github.com/0xNF/autopsy 2012-09-21 12:21:03 -04:00
adam-m
b6630df794 Merge branch 'master' of https://github.com/Devin148/autopsy 2012-09-21 12:16:49 -04:00
0xNF
f0c7c07db7 ModuleSettings.java changes - no longer singleton
+removed unused imports
2012-09-21 11:51:24 -04:00
0xNF
d8d37fe406 Decided to get catch exceptions in ModuleSettings instead of throwing them. 2012-09-21 09:56:12 -04:00
adam-m
d811b4e01a module loader: implemented auto discovery and XML config persistence.
Hide recent activity sub-modules from being auto-loaded.
Add ingest module ivy support in build, add 3rd party reflection module.
2012-09-20 18:32:47 -04:00
0xNF
45619bbd5c SearchEngine bug fix: Should properly find its mappings file again. 2012-09-20 14:21:49 -04:00
0xNF
d4f1d5ec54 AutopsyPropFile is now ModuleSettings.
Use this file to create and store persistent settings for modules.
Also changed references to reflect class name change.
2012-09-20 14:20:34 -04:00