2031 Commits

Author SHA1 Message Date
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
0xNF
89a0f5b65a Bug fix for EXIF module. No longer lists every picture in the image. 2012-09-20 13:43:26 -04:00
0xNF
f81e7a8e84 Pull from Devin 2012-09-20 13:41:54 -04:00
unknown
b7cdecf4da Update simple panel UIs. 2012-09-20 13:28:00 -04:00
unknown
008332e4e9 Update module development docs. 2012-09-20 12:53:22 -04:00
adam-m
7e939b1108 remove ingest module registration from layer.xml 2012-09-19 16:29:49 -04:00
adam-m
00a442134a TSK-596 Use XML file to setup pipelines.
Preliminary ingest module loader implementation (no module autodiscovery)
2012-09-19 16:21:48 -04:00
adam-m
e492e94487 Merge branch 'master' of https://github.com/0xNF/autopsy 2012-09-19 15:48:43 -04:00
0xNF
3dba9afcc5 Exif reporting no longer prints "null" for blanks. 2012-09-19 15:09:46 -04:00
0xNF
c6ce06928c Got rid of old file 2012-09-19 15:07:03 -04:00
adam-m
4c8b83bfb4 Merge branch 'master' of https://github.com/Devin148/autopsy 2012-09-19 15:05:20 -04:00
unknown
29ad9550ec Update Ingest module properties. 2012-09-19 14:56:31 -04:00
unknown
40e304b886 Bugfix to KeywordSearch Options panel. 2012-09-19 14:54:34 -04:00
adam-m
5b9fcf6bbc update file name, delete old file 2012-09-19 14:13:27 -04:00
adam-m
4ccbb06f2f Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-09-19 13:00:21 -04:00
adam-m
e237f50d90 improve resizing behavior 2012-09-19 12:59:35 -04:00
adam-m
ecb2ccdc64 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-09-18 15:14:29 -04:00