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

Commit Graph

  • 96f3bd12da Merge pull request #2900 from narfindustries/issue182 Richard Cordovano 2017-06-28 12:49:04 -04:00
  • 8bcade9280 Merge pull request #2896 from millmanorama/2781-file-tye-count-threshold Richard Cordovano 2017-06-28 12:42:45 -04:00
  • f59276ec76 Merge branch 'release-4.4.1' of github.com:sleuthkit/autopsy into release-4.4.1 Richard Cordovano 2017-06-28 12:25:49 -04:00
  • 8554af8e51 Merge pull request #2892 from wschaeferB/2780-MultiLineResultContentViewer Richard Cordovano 2017-06-28 12:24:46 -04:00
  • ed9316ccd5 Revert "Change performance guidance for periodic search" Richard Cordovano 2017-06-28 12:15:11 -04:00
  • 1fcd7c0d83 revised wording to say central repository instead of central database. Nick Davis 2017-06-28 12:01:17 -04:00
  • 51cc422c0f replace KNOWN_STATUS enum with Tsk.FileStatus enum. Also changed the case of the known status value in the content viewer to lower case. Nick Davis 2017-06-28 09:52:21 -04:00
  • 1a7bc8f049 Also check for ALLOC in CaseEventListener Maxwell Koo 2017-06-28 09:15:11 -04:00
  • a6c763e598 added sentence to correlation properties dialog to indicate that those settings are global and impact all users of the central database. Nick Davis 2017-06-28 08:58:14 -04:00
  • d540acbdaa Verify ALLOC meta flag is set on AbstractFile in ingest module prior to insert Maxwell Koo 2017-06-28 08:48:32 -04:00
  • dfdb00a55e On bulk inserts, disregard constraint violations due to duplicates Maxwell Koo 2017-06-28 08:21:44 -04:00
  • aebf26fa9c use boolean expresison that is true in both SQLite and PostgreSQL millmanorama 2017-06-28 13:55:51 +02:00
  • e46ce6c4da comments millmanorama 2017-06-27 15:44:24 +02:00
  • f76b296ed2 don't show counts in file type tree if there are more than 200k files in the db. millmanorama 2017-06-27 13:27:55 +02:00
  • 52872039e5 Merge branch 'release-4.4.1' of github.com:sleuthkit/autopsy into hashdb_imports Nick Davis 2017-06-27 17:01:39 -04:00
  • 6dfe38d888 removed global list from AbstractSqlEamDb. Manage the global files list in the ingest function and pass the completed list to bulk insert. Added a Type to the bulk insert so we can have global lists of different Types. Converted text messages to use @Messages. Removed pop-up windows and use dialog label for dialog content errors. For ingest errors, use an Inbox Message. Nick Davis 2017-06-27 17:01:31 -04:00
  • 531434660c Revised logging of searches in keyword search ingest module Richard Cordovano 2017-06-27 14:34:59 -04:00
  • c42ae41e40 Fix errors getting module name for correlation engine ingest module Richard Cordovano 2017-06-27 14:08:02 -04:00
  • 443b3edad0 2780 - allows for word wrap in table cells with long lined content William Schaefer 2017-06-27 13:29:06 -04:00
  • 8049043666 Merge branch 'release-4.4.1' of github.com:sleuthkit/autopsy into release-4.4.1 Richard Cordovano 2017-06-27 13:17:27 -04:00
  • 0eac4e1726 Merge pull request #2898 from APriestman/changeCRmoduleName Richard Cordovano 2017-06-27 13:17:09 -04:00
  • 2eff199650 Remove temporary logging from IngestTaskScheduler.tasksForJobAreCompleted Richard Cordovano 2017-06-27 13:07:11 -04:00
  • eacf5a7aa8 Updated some UI names and descriptions for the correlation engine Ann Priestman 2017-06-27 12:55:10 -04:00
  • 8ee277fcad Merge pull request #2893 from APriestman/disableCR Richard Cordovano 2017-06-27 12:27:38 -04:00
  • 2756de5066 Change display name of Correlation Engine module Ann Priestman 2017-06-27 11:21:15 -04:00
  • 6722e6c5e3 Add some temporay logging code to SearchRunner Richard Cordovano 2017-06-26 18:34:48 -04:00
  • 758ddbc853 Merge branch 'release-4.4.1' of github.com:sleuthkit/autopsy into release-4.4.1 Richard Cordovano 2017-06-26 18:34:01 -04:00
  • 298ae40d79 Add some temporay logging code to KeywordSearchIngestModule, SearchRunner Richard Cordovano 2017-06-26 18:33:49 -04:00
  • 7584ae6d5a Merge pull request #2895 from narfindustries/fix_deps2 Richard Cordovano 2017-06-26 18:22:05 -04:00
  • 8ced8c1799 Merge branch 'release-4.4.1' of github.com:sleuthkit/autopsy into fix_deps2 Nick Davis 2017-06-26 18:15:21 -04:00
  • 160ae14cb5 updated project properties to refer to correct ext dependencies files Nick Davis 2017-06-26 18:15:01 -04:00
  • 327ee0c173 removed .jars from the repo, so Ivy will be responsible for fetching them. Nick Davis 2017-06-26 17:47:15 -04:00
  • abb18d4b43 Merge pull request #2894 from narfindustries/dbmanager-reload Richard Cordovano 2017-06-26 17:45:46 -04:00
  • 6323fe7ee3 Set build.type=DEVELOPMENT for debugging release Richard Cordovano 2017-06-26 17:43:39 -04:00
  • 87fadab09d Merge branch 'release-4.4.1' of github.com:sleuthkit/autopsy into dbmanager-reload Nick Davis 2017-06-26 17:41:41 -04:00
  • 6088ffaed1 in ImportHashDatabaseDialog, converted the global dbManager variable to always get an EamDb instance for each use. Updated the EamDb implementations to correctly shutdown the connection pool when they have new settings. Nick Davis 2017-06-26 17:32:37 -04:00
  • 1eea956e05 Disable central repository by default in the installed version Ann Priestman 2017-06-26 14:26:46 -04:00
  • 9d0af88195 Merge pull request #2889 from wschaeferB/2667-RegRipperPluginFixes Richard Cordovano 2017-06-26 13:52:38 -04:00
  • 795d887628 Merge pull request #2891 from narfindustries/idx_file_msg Richard Cordovano 2017-06-26 13:52:14 -04:00
  • b27967b26c Merge pull request #2890 from APriestman/addSpace Richard Cordovano 2017-06-26 13:50:49 -04:00
  • 869c166ec5 Merge pull request #2886 from raman-bt/release-4.4.1 Richard Cordovano 2017-06-26 13:43:14 -04:00
  • 401ea719e9 2780 multi line support for Results Content Viewer table William Schaefer 2017-06-26 13:08:03 -04:00
  • 4556dc6603 renamed license file. updated import hash database dialog to add message indicating that a .idx file should be selected. Nick Davis 2017-06-26 13:03:07 -04:00
  • 998119986a Added space in Central Repository module display name Ann Priestman 2017-06-26 11:04:13 -04:00
  • 1b94d90d7d Merge pull request #2887 from narfindustries/central_repo_nbm Richard Cordovano 2017-06-26 09:04:56 -04:00
  • 594cb89cbe Added temporary logging to IngestTasksScheduler.tasksForJobAreCompleted Richard Cordovano 2017-06-23 18:37:26 -04:00
  • 939f3fdbfa Remove potential infinite wait condition from AutoIngestManager Richard Cordovano 2017-06-23 18:06:46 -04:00
  • b5186013f1 2667 All regripper plugins with while loops dependent on substr have way to end William Schaefer 2017-06-23 13:01:49 -04:00
  • d203c4042d renamed Correlation Type to Correlation Properties. updated default database names to central_repository. Nick Davis 2017-06-23 12:22:41 -04:00
  • 3501d587a3 Merge branch 'release-4.4.1' of github.com:sleuthkit/autopsy into central_repo_nbm Nick Davis 2017-06-23 12:07:41 -04:00
  • d74e35ee8a update module name, options panel title, case properties title, default database names, changed artifact type to correlation type. Nick Davis 2017-06-23 12:07:11 -04:00
  • 873ed47139 Merge pull request #2878 from wschaeferB/2675-CreateThumbsBeforeReport-4.4.1 Richard Cordovano 2017-06-23 11:50:59 -04:00
  • f702691ca2 Merge pull request #2870 from wschaeferB/2767-ReportWithManyThumbsFix Richard Cordovano 2017-06-23 11:50:33 -04:00
  • dc8deca319 Vik-2759: Errors on thunderbird_small_image.dd Raman 2017-06-23 11:21:04 -04:00
  • cfb8e3faee Merge branch 'release-4.4.1' of https://github.com/sleuthkit/autopsy into release-4.4.1 Raman 2017-06-23 09:32:52 -04:00
  • 941dde1f2c 2759: Errors on thunderbird_small_image.dd Raman 2017-06-23 09:32:39 -04:00
  • 7f4878bf5f created CentralRepository NBM from EnterpriseArtifactManager files. updated configs and build tools. Nick Davis 2017-06-22 18:16:25 -04:00
  • d4823c31a4 Merge pull request #2882 from narfindustries/content_viewer Richard Cordovano 2017-06-22 14:07:44 -04:00
  • 9f23fb104f Merge pull request #2884 from narfindustries/global_bad_files Richard Cordovano 2017-06-22 14:07:26 -04:00
  • 8830d5a3a6 Merge pull request #2877 from narfindustries/ivy-deps Richard Cordovano 2017-06-22 14:06:00 -04:00
  • 847c5274e6 use .equals() instead of == for comparison of EamArtifact.Type objects. check EamArtifactInstance fields for null before displaying them in the content viewer table. Nick Davis 2017-06-22 13:24:12 -04:00
  • bcb3784c27 Merge remote-tracking branch 'upstream/release-4.4.1' into develop Richard Cordovano 2017-06-22 12:25:31 -04:00
  • f7fbec2003 Merge pull request #2883 from APriestman/deviceId2 Richard Cordovano 2017-06-22 12:23:57 -04:00
  • 741a6562af Merge branch 'release-4.4.1' of github.com:sleuthkit/autopsy into content_viewer Nick Davis 2017-06-22 12:21:36 -04:00
  • a617d552c0 Convert sql statements referring to device name to use device id Ann Priestman 2017-06-22 12:21:19 -04:00
  • 6dc281f7a6 content viewer will not show table rows if there are no results to display. Nick Davis 2017-06-22 12:17:47 -04:00
  • 1d6e491a2a put the correct node name in the lookup millmanorama 2017-06-22 11:47:24 +02:00
  • b6867de877 more minor cleanup millmanorama 2017-06-21 11:33:17 +02:00
  • aff836d7da condense nested ifs, fix call to super method millmanorama 2017-06-20 13:33:30 +02:00
  • 56551890fa remove unnecessary use of qualified name millmanorama 2017-06-20 13:29:43 +02:00
  • 4571fc60ae fix query and simplify if millmanorama 2017-06-20 13:28:35 +02:00
  • 716982a060 extract abstract base classes for nodes and children millmanorama 2017-06-20 12:29:55 +02:00
  • 33014b6a4f show "correct" counts in table millmanorama 2017-06-19 14:29:47 +02:00
  • f9a00670f8 move query to static field millmanorama 2017-06-19 13:36:21 +02:00
  • 075c8a7846 use more concise Map APIs millmanorama 2017-06-17 13:03:18 +02:00
  • 2190fca209 convert KeywordHits.java to use the Messages annotation millmanorama 2017-06-17 11:17:06 +02:00
  • 6a391bf575 format and obvious cleanup millmanorama 2017-06-17 10:43:15 +02:00
  • 080aace927 default table height is now about 5 rows, so the vertical scroll bar will show when the content viewer window is small. Nick Davis 2017-06-22 12:05:34 -04:00
  • 04069a8805 Merge pull request #2881 from narfindustries/issue178 Richard Cordovano 2017-06-22 12:04:24 -04:00
  • 27a69dcc8b Merge pull request #2871 from narfindustries/sqlite-config-ui Richard Cordovano 2017-06-22 11:59:22 -04:00
  • 7394ac1244 Merge pull request #2869 from millmanorama/2706-regex-hit-count Richard Cordovano 2017-06-22 11:58:46 -04:00
  • 4d304c65a3 removed usage of 'db.enabled' property, since it is no longer used by the config panel. Now we just check EamDb.isEnbled(). Nick Davis 2017-06-22 10:52:58 -04:00
  • 0dbe91b5ee Merge branch 'release-4.4.1' of github.com:sleuthkit/autopsy into sqlite-config-ui Nick Davis 2017-06-22 10:41:29 -04:00
  • a961d2f615 can now disable the EAM. Nick Davis 2017-06-22 10:41:04 -04:00
  • 8fa6839d5f Convert sql statements referring to device name to use device id Maxwell Koo 2017-06-22 08:35:21 -04:00
  • 1b26096503 rename queueDBWorkerTask ->queueDBTask, don't bother putting task on bg thread, remove unused executor millmanorama 2017-06-22 12:53:24 +02:00
  • ebad833635 reduce negations in if checks, synchronize method, use logger instead of printing stack trace millmanorama 2017-06-22 12:18:32 +02:00
  • 429b3cc3c2 rearrange fields for better organization millmanorama 2017-06-22 12:05:51 +02:00
  • 8166bd2272 put the correct node name in the lookup millmanorama 2017-06-22 11:47:24 +02:00
  • cb46e98032 Merge remote-tracking branch 'upstream/release-4.4.1' into 2706-regex-hit-count millmanorama 2017-06-22 11:20:53 +02:00
  • 701ef5ff2d send database settings exception messages back to config window and display them in red. surround guidance message panel with a scrollpane. added red/green check boxes to the Create button. correctly clear the red/green check boxes by the Test and Create buttons when a change is made. Do not save state until OK button is clicked, so either the X or the Cancel button will cause no change (ignoreing the creation of a db). Nick Davis 2017-06-21 19:31:32 -04:00
  • ca316840d9 2675 remove unused imports William Schaefer 2017-06-21 11:30:06 -04:00
  • ca9b50c4f3 2675 ReportHTML saves bufferedImages directly to report directory instead of copying from thumbnail cache William Schaefer 2017-06-21 11:27:13 -04:00
  • f0bb38cfbf convert dbWorkerThread to an executor, call shutdown and awaitTerminaton on case close. millmanorama 2017-06-21 22:18:18 +02:00
  • fe7aabb993 added input validation to db settings. changed red text to a mix of red or black depending on if it's an error. changed postgres connection to use a properties object to store the user/pass. reduced the large area between the db config button and the lower buttons on the main options panel. Nick Davis 2017-06-21 16:14:24 -04:00
  • b3b69b99fa Merge pull request #2868 from dgrove727/2741_3rdPartModuleTracking Richard Cordovano 2017-06-21 15:49:18 -04:00
  • afe7017e01 Merge pull request #2864 from wschaeferB/2745-contentViewerColumnCondition Richard Cordovano 2017-06-21 14:48:01 -04:00
  • 9ed3883965 Merge branch 'release-4.4.1' of github.com:sleuthkit/autopsy into ivy-deps Nick Davis 2017-06-21 13:20:42 -04:00
  • 22b7227804 removed dependency .jar's from repo. Set them to be downloaded from Maven repo using Ivy. Nick Davis 2017-06-21 13:20:05 -04:00
  • 0cade5de4b Merge pull request #2872 from narfindustries/issue170 Richard Cordovano 2017-06-21 09:55:19 -04:00