1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-06 02:24:30 +00:00

Commit Graph

  • b4b7e5ca0f Escape the content id string being used in the query filter. Eamonn Saunders 2015-01-09 12:11:22 -05:00
  • cc97d0dc4b Escape the object id being used in the query filter. Eamonn Saunders 2015-01-09 12:10:11 -05:00
  • 11c2e2b71b Apply masking to associated artifact id. Eamonn Saunders 2015-01-09 12:08:52 -05:00
  • a3bdef06a7 Use existing Lucene query escaping method. Eamonn Saunders 2015-01-09 12:08:02 -05:00
  • d43caca0d5 - Modified SolrSearchService to create 2 index entries for an artifact (a base entry with the masked artifact id and a chunk entry with the content). Eamonn Saunders 2015-01-09 12:02:27 -05:00
  • 7ff428b7c0 Complete first attempt at search/artifact generation for artifact keyword search prototype Richard Cordovano 2015-01-09 11:48:08 -05:00
  • 40731f78b3 Expanded on making report panel more Brian Carrier 2015-01-08 23:03:56 -05:00
  • b992035188 Interim checkin: first draft of artifact keyword search hit artifact generation Richard Cordovano 2015-01-07 17:04:41 -05:00
  • a9aacc1287 Merge artifact_content_viewer into art_kws_integration Eamonn Saunders 2015-01-07 13:03:45 -05:00
  • dba254a033 Merge index_artifacts into art_kws_integration Eamonn Saunders 2015-01-07 13:01:56 -05:00
  • 459d6c8f81 - Added comments and made minor modifications to ExtractedContentViewer.getObjectId() Eamonn Saunders 2015-01-07 12:58:10 -05:00
  • 7c2a548dd8 Modifications to support displaying indexed artifact text in content viewer: - Modified HighlightedTestMarkup constructor to take an object id instead of a Content object. The object id can either be for a file or an artifact. The highlighter uses the object id to get the indexed text from Solr. - Modified RawTextMarkup constructor to take both a Content object and an object id. RawTextMarkup needs the Content object to display messages about whether the file was skipped (because it is a known file) or whether the file content has yet to be indexed. - Added a method to ExtractedContentViewer to get the correct object id. If the node contains a keyword hit blackboard artifact that contains a TSK_ASSOCIATED_ARTIFACT attribute, the object id is the artifact id of the associated artifact. Otherwise the object id is obtained from the Content object. Eamonn Saunders 2015-01-07 12:52:55 -05:00
  • dfe4c27d30 Interim checkin of changes to the keyword search and hit artifact generation Richard Cordovano 2015-01-07 11:27:14 -05:00
  • 88a6fba349 Merge pull request #1011 from karlmortensen/close_file_handles Richard Cordovano 2015-01-05 10:04:59 -05:00
  • 6576d8c8c6 Initial version of blackboard artifact indexing: - Added KeywordSearchService and KeywordSearchServiceFactory interfaces to Autopsy core. - Modified Services.java to load a keyword search service provider and added the getKeywordSearchService() method. - Added SolrSearchService and SolrSearchServiceFactory to keyword search module. - Changed Ingester.ingest(ContentStream ...) from private to package scope. - SolrSearchService.indexArtifact concatenates all attribute values into a single string, sets the document id to art-<artifact-id> and calls Ingester.ingest() - Modified ExifParserFileIngestModule to pass EXIF artifacts to the artifact indexer. Eamonn Saunders 2015-01-02 13:33:26 -05:00
  • e21acc818c close file handles appropriately Karl Mortensen 2015-01-02 11:51:26 -05:00
  • 2401b22a8e Merge pull request #1009 from rcordovano/ingest_job_class_synch_fix Richard Cordovano 2014-12-29 10:26:14 -05:00
  • 1ce585e906 Add missing synchronized keyword to IngestJob method Richard Cordovano 2014-12-29 10:25:28 -05:00
  • c7e1b9fb1b Merge pull request #1008 from rcordovano/rename_file_detector Richard Cordovano 2014-12-23 10:02:26 -05:00
  • 2ff68abd97 Rename UserDefinedFileTypeIdentifier Richard Cordovano 2014-12-23 10:01:16 -05:00
  • b1b37e2e08 Merge pull request #1007 from rcordovano/file_typing_module_enhancements Richard Cordovano 2014-12-22 22:05:28 -05:00
  • 2dc73333cb Remove XML test from tika file type detector Richard Cordovano 2014-12-22 21:53:12 -05:00
  • f1262af487 Bug fixes for user-defined file types Richard Cordovano 2014-12-22 21:29:16 -05:00
  • acf83debc5 Bug fixes for user-defined file types Richard Cordovano 2014-12-22 17:07:37 -05:00
  • 3562152a99 Bug fixes for user-defined file types Richard Cordovano 2014-12-22 08:36:05 -05:00
  • 2de508e11a Commit version of file types manager with fine grained-control, simpler will be better Richard Cordovano 2014-12-22 08:35:43 -05:00
  • a9ea3d280e Bug fixes for user-defined file types Richard Cordovano 2014-12-21 23:48:43 -05:00
  • 747486c05c Complete user-defined file types feature Richard Cordovano 2014-12-21 21:31:10 -05:00
  • bae4e8df5e Improve user-defined file types UI Richard Cordovano 2014-12-19 17:04:37 -05:00
  • fe64bac239 Improve user-defined file types UI Richard Cordovano 2014-12-19 17:04:21 -05:00
  • 86e9ba0692 Continue to work on user-defined file types Richard Cordovano 2014-12-18 22:45:34 -05:00
  • dcd632e5e6 Continue to work on user-defined file types Richard Cordovano 2014-12-18 16:59:34 -05:00
  • 8d3135c02b Merge branch 'develop' into file_typing_module_enhancements Richard Cordovano 2014-12-18 13:08:44 -05:00
  • 23145d0c12 Merge pull request #1004 from rcordovano/add_cancel_flag_to_ingest_mod_handle Richard Cordovano 2014-12-18 13:05:33 -05:00
  • 1eef4f10c6 Add isCancelled to IngestJob.DataSourceIngestModuleHandle Richard Cordovano 2014-12-18 13:04:15 -05:00
  • 2a84b56689 Merge pull request #1003 from rcordovano/develop Richard Cordovano 2014-12-18 12:47:01 -05:00
  • 56e83b59d0 Fix incorrect null check in IngestJob.getSnapshot Richard Cordovano 2014-12-18 12:45:43 -05:00
  • 0a523552e1 Continue work on user-defined file types Richard Cordovano 2014-12-18 10:25:05 -05:00
  • 1f539b53b7 Add caveat to IngestManager.isIngestRunning Richard Cordovano 2014-12-18 09:54:34 -05:00
  • 2cba098749 Merge branch 'develop' into file_typing_module_enhancements Richard Cordovano 2014-12-17 16:14:42 -05:00
  • 4f12314696 Merge pull request #1002 from rcordovano/ingest_api_for_automation Richard Cordovano 2014-12-17 16:09:01 -05:00
  • 68a948e279 Merge branch 'develop' into ingest_api_for_automation Richard Cordovano 2014-12-17 15:57:51 -05:00
  • 04c81a7662 Correct implementations of new IngestManager APIs Richard Cordovano 2014-12-17 15:57:09 -05:00
  • 704452b4ef Merge pull request #1001 from rcordovano/ingest_api_for_automation Richard Cordovano 2014-12-17 13:22:38 -05:00
  • ad886ad736 Fix bug in ingest pipelines code Richard Cordovano 2014-12-17 13:21:58 -05:00
  • 02b36e956a Merge pull request #1000 from mrtizmo/interesting_items_ja Richard Cordovano 2014-12-17 13:18:08 -05:00
  • 4c8b967773 Fix bug in ingest pipelines code Richard Cordovano 2014-12-17 13:17:01 -05:00
  • a2365c7b32 Switched import statement to be specific instead of importing all of java.awt. Nick Davis 2014-12-17 11:49:08 -05:00
  • 46c29850dc Merge branch 'develop' of https://github.com/sleuthkit/autopsy into interesting_items_ja Nick Davis 2014-12-17 11:44:59 -05:00
  • 1f42d3df07 Fixed issue where string was displayed as all "SQUARES". Nick Davis 2014-12-17 11:41:29 -05:00
  • 8a31fe9eb7 Merge pull request #999 from rcordovano/ingest_api_for_automation Richard Cordovano 2014-12-17 09:51:30 -05:00
  • c11b5a0fe0 Continue reworking of ingest API Richard Cordovano 2014-12-16 23:19:19 -05:00
  • d939e94dc5 Merge pull request #998 from rcordovano/ingest_api_for_automation Richard Cordovano 2014-12-16 10:05:50 -05:00
  • d385d9e085 Update public API of ingest package Richard Cordovano 2014-12-16 09:53:12 -05:00
  • 4dd88e5f04 Merge branch 'mod_int_items_ja' of github.com:mrtizmo/autopsy into interesting_items_ja Nick Davis 2014-12-15 20:56:12 -05:00
  • 40bab3b278 Checked for non-standard characters. Didn't find any. Re-typed the translation to see if that helps. Kay Bassi 2014-12-15 17:27:41 -08:00
  • 0257e76bbb Removed errant translation. Nick Davis 2014-12-15 20:25:34 -05:00
  • d0f74cc8a7 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into timeline_ja Nick Davis 2014-12-15 20:22:04 -05:00
  • c087922883 Translation complete Kay Bassi 2014-12-15 17:18:52 -08:00
  • 193c061b44 Translating Kay Bassi 2014-12-15 17:08:24 -08:00
  • 8b287c49be Translating Kay Bassi 2014-12-15 14:08:53 -08:00
  • 5ef012601b Merge pull request #996 from rcordovano/ingest_api_for_automation Richard Cordovano 2014-12-15 16:29:40 -05:00
  • 9f000221b4 Merge pull request #995 from karlmortensen/useFinal Richard Cordovano 2014-12-15 16:23:31 -05:00
  • 389e014b2b Check in new public IngestJob and IngestManager API stubs Richard Cordovano 2014-12-15 16:17:41 -05:00
  • 644a4e8c38 Check in new public IngestJob and IngestManager API stubs Richard Cordovano 2014-12-15 16:14:21 -05:00
  • 2de22db810 Check in new public IngestJob and IngestManager API stubs Richard Cordovano 2014-12-15 16:09:55 -05:00
  • 8dca2c7702 Extracted hard coded strings from *.fxml. Added private variables to classes to link into *.fxml variables. Added Bundle and Bundle_ja.properties files. Nick Davis 2014-12-15 15:29:45 -05:00
  • 3a76769055 Extracted hard coded strings from *.fxml. Added private variables to classes to link into *.fxml variables. Nick Davis 2014-12-15 15:21:09 -05:00
  • a81a2653e1 Merge branch 'timeline_ja' of github.com:mrtizmo/autopsy into timeline_ja Nick Davis 2014-12-15 11:48:50 -05:00
  • 59e911f749 Translation complete Kay Bassi 2014-12-15 08:17:33 -08:00
  • d8b8014c1a Translating Kay Bassi 2014-12-15 08:12:26 -08:00
  • f65da448a6 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into timeline_ja Nick Davis 2014-12-15 10:20:26 -05:00
  • 6c6f568712 Use final local instead of member variable, add instanceof for JDialog. Karl Mortensen 2014-12-15 09:04:40 -05:00
  • 50d92767fe Merge branch 'develop' into ingest_api_for_automation Richard Cordovano 2014-12-13 20:47:02 -05:00
  • 1ca90b5131 Merge pull request #994 from rcordovano/case_on_edt Richard Cordovano 2014-12-13 20:42:14 -05:00
  • 1e2d7df467 Remove EDT queueing of operations within Case class Richard Cordovano 2014-12-13 20:40:24 -05:00
  • 18f6b64edf Translation complete. Kay Bassi 2014-12-13 12:19:27 -08:00
  • e4ce823b38 Translation almost complete. Need to finish zooming bundle. Kay Bassi 2014-12-13 11:48:00 -08:00
  • 9a64cd7902 Started translation Kay Bassi 2014-12-13 11:46:14 -08:00
  • 8523c24e71 Started translation Kay Bassi 2014-12-13 11:24:58 -08:00
  • a480324031 Started translation Kay Bassi 2014-12-13 11:16:46 -08:00
  • da86390b61 Started translation Kay Bassi 2014-12-13 10:49:17 -08:00
  • df963e0b31 Started translation Kay Bassi 2014-12-13 10:47:54 -08:00
  • 614001c2ac Started translation Kay Bassi 2014-12-13 10:16:35 -08:00
  • ad0656e1cb Started translation Kay Bassi 2014-12-13 09:54:08 -08:00
  • fa66211ae2 Started translation Kay Bassi 2014-12-13 09:20:51 -08:00
  • 3cf5750295 Continue refactoring and implementation of new INgestJob class Richard Cordovano 2014-12-12 18:52:38 -05:00
  • d77eb7cfbd Merge branch 'develop' of https://github.com/sleuthkit/autopsy into timeline_ja Nick Davis 2014-12-12 18:28:36 -05:00
  • 5dea29e2ac Extracted hard coded strings. Created Bundle_ja.properties files. Annotated non-extracted lines with NON-NLS. Nick Davis 2014-12-12 18:02:43 -05:00
  • b2cac44274 Refactoring to produce new IngestJob class, old class => DataSourceIngestJon Richard Cordovano 2014-12-12 17:04:20 -05:00
  • b3d69f2475 Merge pull request #993 from karlmortensen/IngestProgressSnapshotMods Richard Cordovano 2014-12-12 16:59:27 -05:00
  • 7e1128d8ca Merge branch 'develop' of https://github.com/sleuthkit/autopsy into timeline_ja Nick Davis 2014-12-12 16:13:40 -05:00
  • be4490650f Update IngestProgressSnapshotPanel and StartupWindow Karl Mortensen 2014-12-12 09:11:00 -05:00
  • f71063eb56 Improve INgestManager and IngestJob documentation Richard Cordovano 2014-12-10 15:34:40 -05:00
  • fa7caab52b Merge remote-tracking branch 'upstream/develop' into develop Karl Mortensen 2014-12-10 09:36:43 -05:00
  • 075776cbb7 Merge pull request #991 from rcordovano/ingest_api_for_automation Richard Cordovano 2014-12-10 09:27:03 -05:00
  • 194963862e Add comment to IngestManager Richard Cordovano 2014-12-10 09:26:20 -05:00
  • fb12ca7adc Refactor IngestJob and IngestManager in preparation for API work Richard Cordovano 2014-12-09 14:38:22 -05:00
  • 51f080de9a Remove dead code from IngestManager and start refactoring Richard Cordovano 2014-12-09 09:55:31 -05:00
  • 46e6386899 Merge remote-tracking branch 'upstream/develop' into develop Karl Mortensen 2014-12-09 09:08:31 -05:00