887 Commits

Author SHA1 Message Date
Brian Carrier
8ac7520ea6 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2014-01-16 10:44:35 -05:00
Richard Cordovano
bf01cc2259 Merge pull request #428 from SynapticNulship/configEvent
HashDb and KeywordSearch ingest modules now have public interfaces for prop change events.
2014-01-16 06:08:23 -08:00
Brian Carrier
a5de0c23b8 removed isSupported from ContentViewer API 2014-01-15 23:23:53 -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
07206aa8f0 Also fire config data event for imports. 2014-01-14 18:08:22 -05:00
Samuel H. Kenyon
d8baac3f4f KeywordSearch module now also fires ModuleConfigDataEvents. 2014-01-14 17:34:41 -05:00
Brian Carrier
8e8aa0fcf7 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2014-01-14 16:35:52 -05:00
Richard Cordovano
635df51a6a Merge pull request #394 from raman-bt/develop
Display Interesting Items (Interesting Files, Interesting Artifacts) dir...
2014-01-08 12:06:58 -08:00
Richard Cordovano
c14ec91e9d Add code to keep keyword search config panels in synch 2014-01-07 14:45:57 -05:00
Brian Carrier
3f9a296a0f line endings 2013-12-28 15:10:30 -05:00
raman-bt
5733167563 Fixed a NullPtrException under a race condition. 2013-12-20 08:42:49 -05:00
Brian Carrier
eb6fb4f786 Cleaned up keyword search code a tiny bit and changed logic so that property change is fired for each keyword and not every 250 if there are lots of hits inside of the keyword 2013-12-17 13:10:23 -05:00
Richard Cordovano
49374b5354 Adapt hashdb, keywordsearch config panels for wide use
Made these core configuration mechanisms uniform in support for wider use.
The simple and advanced config panels are now all public with public load/store methods.
2013-12-08 08:54:48 -05:00
Brian Carrier
81230d4f97 resolved merge conflicts 2013-12-03 14:56:44 -05:00
Brian Carrier
0f97529038 typo changes from Derrick Karpo 2013-12-03 11:07:28 -05:00
Brian Carrier
c1902eedcd Merge pull request #365 from jawallace/remove_regex_dropdown
Removed regex type drop down from advanced keyword search config.
2013-12-02 12:20:06 -08:00
Jeff Wallace
4808d87855 Fixed spacing. 2013-12-02 13:01:24 -05:00
Jeff Wallace
3abaa97e7a Minor clean up of jericho parser wrapper 2013-12-02 13:01:14 -05:00
Jeff Wallace
70ed69dd1f Format extracted html content appropriately 2013-12-02 13:01:04 -05:00
Jeff Wallace
b4cc51ce0d Removed regex type drop down from advanced keyword search config. 2013-11-26 12:25:42 -05:00
Brian Carrier
3339994322 normalized line endings 2013-11-19 22:04:07 -05:00
Brian Carrier
f6020cf452 merged master into develop 2013-11-19 22:03:14 -05:00
Richard Cordovano
9ac0c310ea Normalization of line endings 2013-11-19 18:17:34 -05:00
Brian Carrier
3a57096556 normalized web attributes, reworded keyword ingest labels 2013-11-14 21:40:56 -05:00
Richard Cordovano
97ef8c45eb Merged master into tags_and_hashes 2013-11-13 20:31:05 -05:00
Richard Cordovano
e71159cf2f Line endings 2013-11-08 10:25:21 -05:00
Richard Cordovano
a6d0c6e583 Resolved conflicts for merge of hashdb_sqlite_redux 2013-11-06 16:59:33 -05:00
Jeff Wallace
133c5e1e10 Merge https://github.com/sleuthkit/autopsy into miscBugFixes 2013-10-31 12:23:00 -04:00
Jeff Wallace
f1a4e7b96d Removed 'File Name' and 'Context' columns from keyword search results. 2013-10-31 12:22:23 -04:00
Brian Carrier
91142d42d7 Added other file metadata to index 2013-10-31 09:31:57 -04:00
Brian Carrier
10f1979f12 Merge pull request #330 from jawallace/miscBugFixes
Various Bug Fixes
2013-10-30 19:31:57 -07:00
Brian Carrier
d2807d720a Cleaned up ingest manager code. added message to ekyowrd serach output 2013-10-30 21:27:33 -04:00
Jeff Wallace
00bb57b383 Core ingest modules have same version as autopsy. 2013-10-30 15:47:42 -04:00
Brian Carrier
64a231a2e3 file names are found by regexp keyword search now, fixed error reporting in keyword search, comment updates, etc. 2013-10-30 00:49:42 -04:00
Richard Cordovano
40ee532e1c Implemented ContextMenuActionProvider interface in HashDatabase module 2013-10-28 17:47:20 -04:00
Richard Cordovano
c13f41f67c Changed plumbing for adding content to hash db actions 2013-10-28 15:09:58 -04:00
Richard Cordovano
f2591c7212 Wired up new AddContentToHashDbAction stub 2013-10-25 16:08:16 -04:00
Richard Cordovano
b05908d8a4 First step in merge of new_tags_api branch into master 2013-10-23 10:58:49 -04:00
Brian Carrier
a3c085a331 Merge pull request #319 from jawallace/keywordSearchErrors
Keyword search errors
2013-10-21 20:04:02 -07:00
Brian Carrier
77fdbcf6a4 made line endings more consistent 2013-10-19 12:26:55 -04:00
Jeff Wallace
15c6ed57cf Changed createKeys methods to add all keys at once instead of one at a time. 2013-10-18 14:11:22 -04:00
Richard Cordovano
79cab5df57 Interim commit of work on new tags API 2013-10-11 17:46:19 -04:00
Richard Cordovano
f401b39d14 Interim checkin of new tags API 2013-10-11 12:32:19 -04:00
Jeff Wallace
24dc05b4b2 Changed lucene snippet query to use POST to avoid error 413 2013-10-07 16:56:42 -04:00
Jeff Wallace
f810a1e668 Update ingest status of files if they are skipped because they were flagged as an error or the module wasn't initialized. 2013-10-04 14:27:17 -04:00
Brian Carrier
0ea2c884c4 updated module version numbers and Autopsy version numbers 2013-09-25 13:57:45 -04:00
Brian Carrier
319ace0c3e removed info messages about language of each file 2013-09-25 10:19:52 -04:00
jmillman
4d2b03b62a changed copyright date to 2013 2013-09-17 10:41:14 -04:00
jmillman
c6f8d5a524 added copyright notices, requested existing gen_info rather than making a new one, created fewer instances of tika language identifier. 2013-09-16 16:26:50 -04:00