15362 Commits

Author SHA1 Message Date
Richard Cordovano
8554af8e51 Merge pull request #2892 from wschaeferB/2780-MultiLineResultContentViewer
2780 multi line support for Results Content Viewer table
2017-06-28 12:24:46 -04:00
Richard Cordovano
ed9316ccd5 Revert "Change performance guidance for periodic search"
This reverts commit 5c45fc6bf797c0ebb9b5b0339691ec2c8d4907bb.
2017-06-28 12:15:11 -04:00
Nick Davis
1fcd7c0d83 revised wording to say central repository instead of central database. 2017-06-28 12:01:17 -04:00
Nick Davis
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. 2017-06-28 09:52:21 -04:00
Maxwell Koo
1a7bc8f049 Also check for ALLOC in CaseEventListener 2017-06-28 09:15:11 -04:00
Nick Davis
a6c763e598 added sentence to correlation properties dialog to indicate that those settings are global and impact all users of the central database. 2017-06-28 08:58:14 -04:00
Maxwell Koo
d540acbdaa Verify ALLOC meta flag is set on AbstractFile in ingest module prior to insert 2017-06-28 08:48:32 -04:00
Maxwell Koo
dfdb00a55e On bulk inserts, disregard constraint violations due to duplicates 2017-06-28 08:21:44 -04:00
millmanorama
aebf26fa9c use boolean expresison that is true in both SQLite and PostgreSQL 2017-06-28 13:55:51 +02:00
millmanorama
e46ce6c4da comments 2017-06-28 13:25:12 +02:00
millmanorama
f76b296ed2 don't show counts in file type tree if there are more than 200k files in the db. 2017-06-28 13:25:12 +02:00
Nick Davis
52872039e5 Merge branch 'release-4.4.1' of github.com:sleuthkit/autopsy into hashdb_imports 2017-06-27 17:01:39 -04:00
Nick Davis
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. 2017-06-27 17:01:31 -04:00
Richard Cordovano
531434660c Revised logging of searches in keyword search ingest module 2017-06-27 14:34:59 -04:00
Richard Cordovano
c42ae41e40 Fix errors getting module name for correlation engine ingest module 2017-06-27 14:08:02 -04:00
William Schaefer
443b3edad0 2780 - allows for word wrap in table cells with long lined content 2017-06-27 13:29:06 -04:00
Richard Cordovano
8049043666 Merge branch 'release-4.4.1' of github.com:sleuthkit/autopsy into release-4.4.1 2017-06-27 13:17:27 -04:00
Richard Cordovano
0eac4e1726 Merge pull request #2898 from APriestman/changeCRmoduleName
Updated some UI names and descriptions for the correlation engine
2017-06-27 13:17:09 -04:00
Richard Cordovano
2eff199650 Remove temporary logging from IngestTaskScheduler.tasksForJobAreCompleted 2017-06-27 13:07:11 -04:00
Ann Priestman
eacf5a7aa8 Updated some UI names and descriptions for the correlation engine 2017-06-27 12:55:10 -04:00
Richard Cordovano
8ee277fcad Merge pull request #2893 from APriestman/disableCR
Disable central repository by default in the installed version
2017-06-27 12:27:37 -04:00
Ann Priestman
2756de5066 Change display name of Correlation Engine module 2017-06-27 11:21:15 -04:00
Richard Cordovano
6722e6c5e3 Add some temporay logging code to SearchRunner 2017-06-26 18:34:48 -04:00
Richard Cordovano
758ddbc853 Merge branch 'release-4.4.1' of github.com:sleuthkit/autopsy into release-4.4.1 2017-06-26 18:34:01 -04:00
Richard Cordovano
298ae40d79 Add some temporay logging code to KeywordSearchIngestModule, SearchRunner 2017-06-26 18:33:49 -04:00
Richard Cordovano
7584ae6d5a Merge pull request #2895 from narfindustries/fix_deps2
Fix Central Repository project dependencies
2017-06-26 18:22:05 -04:00
Nick Davis
8ced8c1799 Merge branch 'release-4.4.1' of github.com:sleuthkit/autopsy into fix_deps2 2017-06-26 18:15:21 -04:00
Nick Davis
160ae14cb5 updated project properties to refer to correct ext dependencies files 2017-06-26 18:15:01 -04:00
Nick Davis
327ee0c173 removed .jars from the repo, so Ivy will be responsible for fetching them. 2017-06-26 17:47:15 -04:00
Richard Cordovano
abb18d4b43 Merge pull request #2894 from narfindustries/dbmanager-reload
EamDB implementations will now correctly shutdown and restart connections when settings have changed.
2017-06-26 17:45:46 -04:00
Richard Cordovano
6323fe7ee3 Set build.type=DEVELOPMENT for debugging release 2017-06-26 17:43:39 -04:00
Nick Davis
87fadab09d Merge branch 'release-4.4.1' of github.com:sleuthkit/autopsy into dbmanager-reload 2017-06-26 17:41:41 -04:00
Nick Davis
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. 2017-06-26 17:32:37 -04:00
Ann Priestman
1eea956e05 Disable central repository by default in the installed version 2017-06-26 14:26:46 -04:00
Richard Cordovano
9d0af88195 Merge pull request #2889 from wschaeferB/2667-RegRipperPluginFixes
2667 All regripper plugins with while loops dependent on substr have …
2017-06-26 13:52:38 -04:00
Richard Cordovano
795d887628 Merge pull request #2891 from narfindustries/idx_file_msg
Import hash db specifies .idx file should be selected
2017-06-26 13:52:14 -04:00
Richard Cordovano
b27967b26c Merge pull request #2890 from APriestman/addSpace
Added space in Central Repository module display name
2017-06-26 13:50:49 -04:00
Richard Cordovano
869c166ec5 Merge pull request #2886 from raman-bt/release-4.4.1
2759: Errors on thunderbird_small_image.dd
2017-06-26 13:43:14 -04:00
William Schaefer
401ea719e9 2780 multi line support for Results Content Viewer table 2017-06-26 13:08:03 -04:00
Nick Davis
4556dc6603 renamed license file. updated import hash database dialog to add message indicating that a .idx file should be selected. 2017-06-26 13:03:07 -04:00
Ann Priestman
998119986a Added space in Central Repository module display name 2017-06-26 11:04:13 -04:00
Richard Cordovano
1b94d90d7d Merge pull request #2887 from narfindustries/central_repo_nbm
Created Central Repository nbm
2017-06-26 09:04:56 -04:00
Richard Cordovano
594cb89cbe Added temporary logging to IngestTasksScheduler.tasksForJobAreCompleted 2017-06-23 18:37:26 -04:00
Richard Cordovano
939f3fdbfa Remove potential infinite wait condition from AutoIngestManager 2017-06-23 18:06:46 -04:00
William Schaefer
b5186013f1 2667 All regripper plugins with while loops dependent on substr have way to end 2017-06-23 13:01:49 -04:00
Nick Davis
d203c4042d renamed Correlation Type to Correlation Properties. updated default database names to central_repository. 2017-06-23 12:22:41 -04:00
Nick Davis
3501d587a3 Merge branch 'release-4.4.1' of github.com:sleuthkit/autopsy into central_repo_nbm 2017-06-23 12:07:41 -04:00
Nick Davis
d74e35ee8a update module name, options panel title, case properties title, default database names, changed artifact type to correlation type. 2017-06-23 12:07:11 -04:00
Richard Cordovano
13eebf191a Merge remote-tracking branch 'upstream/release-4.4.1' into develop 2017-06-23 11:53:47 -04:00
Richard Cordovano
873ed47139 Merge pull request #2878 from wschaeferB/2675-CreateThumbsBeforeReport-4.4.1
2675 create thumbs before report 4.4.1
2017-06-23 11:50:59 -04:00