14766 Commits

Author SHA1 Message Date
Ann Priestman
e1709df0f3 Updated documentation screenshots 2017-06-29 11:45:12 -04:00
Richard Cordovano
f77c1ab496 Merge branch 'release-4.4.1' of github.com:sleuthkit/autopsy into release-4.4.1 2017-06-29 11:20:51 -04:00
Richard Cordovano
34de89e510 Update/correct some display strings in EamDbSettingsDialog 2017-06-29 11:20:38 -04:00
Richard Cordovano
c131302606 Merge pull request #2910 from APriestman/addCRdoc
Added documentation for central repository
2017-06-29 09:48:36 -04:00
Ann Priestman
f088f162ae Renamed doc 2017-06-29 09:46:19 -04:00
Richard Cordovano
21b0ec6d41 Merge pull request #2909 from narfindustries/fix_merged_schema
fixed schema errors
2017-06-29 09:40:28 -04:00
Ann Priestman
4cc122ec00 Added documentation for central repository 2017-06-29 09:25:44 -04:00
Nick Davis
ebf62ab919 fixed schema errors 2017-06-28 23:14:12 -04:00
Richard Cordovano
5bbb55c8ed Merge pull request #2908 from narfindustries/schema_changes
Schema changes
2017-06-28 18:26:14 -04:00
Nick Davis
e278f2a103 resolved bugs from schema changes. 2017-06-28 18:00:29 -04:00
Nick Davis
95c7f9bdc7 resolved merge conflicts. 2017-06-28 16:43:47 -04:00
Nick Davis
7a5f270474 schema changes related to correlation type renaming. 2017-06-28 16:38:33 -04:00
Richard Cordovano
5c456e51a3 Merge pull request #2906 from narfindustries/hashdb_imports
Hashdb import error handling and code cleanup - resolved merge conflicts
2017-06-28 15:10:12 -04:00
Richard Cordovano
6092d23282 Update installSolr.dox to still mention Zookeeper 2017-06-28 15:05:51 -04:00
Richard Cordovano
ab4668a66b Merge pull request #2907 from APriestman/solrDocUpdate
Remove zookeeper instructions from solr installation docs
2017-06-28 15:01:14 -04:00
Ann Priestman
7550ad0b2c Remove zookeeper instructions from solr installation docs 2017-06-28 14:32:00 -04:00
Nick Davis
f6d916f3ea merged with upstream and resolved conflicts. 2017-06-28 13:29:41 -04:00
Richard Cordovano
5fa302e757 Merge branch 'release-4.4.1' of github.com:sleuthkit/autopsy into release-4.4.1 2017-06-28 13:27:21 -04:00
Nick Davis
151459bf5e removed unused code that was missed by merge. 2017-06-28 13:24:02 -04:00
Nick Davis
6b2316e2b8 resolved merge conflicts. 2017-06-28 13:11:35 -04:00
Nick Davis
4409d46a26 renamed artifact type to correlation type. revised correlation type fields. 2017-06-28 13:03:49 -04:00
Richard Cordovano
466d687640 Update .gitignore for CentralRepository NBM 2017-06-28 13:03:28 -04:00
Richard Cordovano
9b24c84063 Merge pull request #2904 from narfindustries/tsk_known_enum
Replace Known_Status Enum with Tsk FileKnown Enum
2017-06-28 12:53:49 -04:00
Richard Cordovano
c776e9ff05 Merge pull request #2903 from narfindustries/issue204
Issue 204
2017-06-28 12:52:22 -04:00
Richard Cordovano
b92f83e4af Merge pull request #2901 from narfindustries/type-selections
Inform user that Correlation Properties are global
2017-06-28 12:49:42 -04:00
Richard Cordovano
96f3bd12da Merge pull request #2900 from narfindustries/issue182
On bulk inserts, disregard constraint violations due to duplicates
2017-06-28 12:49:04 -04:00
Richard Cordovano
8bcade9280 Merge pull request #2896 from millmanorama/2781-file-tye-count-threshold
stop showing counts in file type tree once there are more than 200k files…
2017-06-28 12:42:45 -04:00
Richard Cordovano
f59276ec76 Merge branch 'release-4.4.1' of github.com:sleuthkit/autopsy into release-4.4.1 2017-06-28 12:25:49 -04:00
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