1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-02 18:35:51 +00:00
Commit Graph

923 Commits

Author SHA1 Message Date
Richard Cordovano
9e49241ac0 Work on ingest framework API 2014-03-08 00:23:05 -05:00
Richard Cordovano
955999280c Continued work on new ingest API 2014-03-07 17:35:22 -05:00
Richard Cordovano
f1d4dcf80b Refined ingest module API 2014-03-07 00:47:49 -05:00
Richard Cordovano
111414b1fe Adapt (minimally) keyword search module to new ingest API 2014-03-06 16:20:17 -05:00
Richard Cordovano
72972fe199 Simplify new KeywordSearchManager class 2014-03-06 13:10:29 -05:00
Richard Cordovano
9072407bf6 Commit notes and steps towards a keyword lists manager 2014-03-06 12:15:01 -05:00
Richard Cordovano
1ef860294a Refactored keyword search (transitional) for new ingest API 2014-03-05 17:27:20 -05:00
Richard Cordovano
961aa33f4f Modify keyword search module for new ingest API 2014-03-04 17:44:51 -05:00
Richard Cordovano
c08f1c3bfb More work on adapting ingest modules to new infrastructure 2014-03-04 12:50:56 -05:00
Richard Cordovano
2b95138f70 Work towards converting core ingest modules to new ingest API 2014-03-03 22:45:48 -05:00
Richard Cordovano
274457762c Complete first minimally working version of new file ingest infrastructure 2014-02-26 19:08:53 -05:00
Richard Cordovano
0c7b2664ab Make compilable first version of minimal new ingest infrastructure 2014-02-26 17:54:33 -05:00
Nick Davis
8ba73dd18f Localized text for option panels in HashDatabase and KeywordSearch modules.
- Moved strings to Bundle.properties
- Translated text to Japanese in Bundle_ja.properties
- Successfully tested English and Japanese build/run.
2014-02-19 14:30:56 -05:00
Richard Cordovano
0320b6b3ed Remove inadvertantly checked in artifacts of merge conflict resolution 2014-02-18 16:10:56 -05:00
Richard Cordovano
7df2d2b34c Resolve merge conflict for pull request of latest internationalization/localization code 2014-02-18 15:31:25 -05:00
Richard Cordovano
e5dfefbb3a Merge remote-tracking branch 'upstream/develop' into japanese_localization 2014-02-13 09:42:11 -05:00
Kay Bassi
131bc6d91f Last two values translated in KeywordSearch module 2014-02-07 09:46:58 -08:00
Nick Davis
0790625148 pulled 3 strings into properties. awaiting translation for 2 of them. 2014-02-06 18:49:46 -05:00
Nick Davis
59cb0dbbe5 Merged upstream changes. 2014-02-04 10:03:22 -05:00
Richard Cordovano
506a94aa16 Merge pull request #469 from APriestman/develop
Changed KeywordSearch email regex - now allows + in local part, has more...
2014-02-03 14:05:27 -08:00
Richard Cordovano
6b91b4cd0f Delete TikaLanguageIdentifier class to improve ingest performance 2014-02-03 16:03:08 -05:00
APriestman
91dd25f6fd Changed KeywordSearch email regex - now allows + in local part, has more checking for valid dot placement, and requires the length to be 8 or more characters 2014-02-03 08:52:00 -05:00
Richard Cordovano
3fd32fd3bc Merge pull request #466 from SynapticNulship/publicize
Make these classes public.
2014-01-30 06:16:16 -08:00
Samuel H. Kenyon
d7333cb102 Make these classes public. 2014-01-29 16:15:48 -05:00
Richard Cordovano
645972ead5 Merge pull request #463 from mrtizmo/develop
Converted remaining searchBox.setText function calls to use getMessages
2014-01-29 11:54:28 -08:00
Richard Cordovano
17c5d6c6d0 Revert "Reformatted code."
This reverts commit d6e0366c73.
2014-01-29 14:32:52 -05:00
Nick Davis
d66c56a029 Converted 2 additional searchBox.setText function calls to use getMessage(). 2014-01-29 10:27:54 -05:00
shahit2
98612dd36d adding try/catch statements 2014-01-27 16:52:34 -05:00
Nick Davis
d6e0366c73 Reformatted code. 2014-01-27 16:25:11 -05:00
Nick Davis
c9d0ace569 Finished Japanese translation of Bundle.properties in Bundle_ja.properties. 2014-01-27 12:42:27 -05:00
Nick Davis
943f8dc2ae Merge branch 'develop' into jp-loc-dev 2014-01-27 12:21:24 -05:00
U-BASIS\rcordovano
2c614147e0 Made keyword search list management classes public again 2014-01-27 10:17:59 -05:00
Nick Davis
2595e7f3f2 First pass at Japanese translation of Bundle.properties. 2014-01-24 18:55:56 -05:00
Nick Davis
30beb1024d Initial extraction of keyword search messages into properties file. 2014-01-24 18:48:59 -05:00
shahit2
e2dca5f4da committing files that could be changed to non-pub 2014-01-23 12:25:47 -05:00
shahit2
874c7b24ec Files that could be changed to non-public have been 2014-01-22 11:05:05 -05:00
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