16192 Commits

Author SHA1 Message Date
Greg DiCristofaro
8d0948a824 adding new enum 2020-02-25 15:11:08 -05:00
Greg DiCristofaro
b13b621b2a beginning to create settings choice vs. db choice 2020-02-25 15:09:42 -05:00
William Schaefer
f75e02b739 6022 fix for summarization of files when no textextractor is found 2020-02-25 14:49:16 -05:00
Raman Arora
b78aa977c2 6014: Create accounts & persona tables
- Added an account_id column to X_instances tables.
2020-02-25 14:46:33 -05:00
Greg DiCristofaro
5ea3751c35 small bug fix 2020-02-25 11:30:54 -05:00
Greg DiCristofaro
c0a0af5e61 changes in multi user settings are redirected to central repository 2020-02-25 09:33:25 -05:00
Richard Cordovano
75e55dc7d4 Skeleton for creating correlation attrs for account artifacts 2020-02-24 16:36:05 -05:00
Richard Cordovano
b1050b9670 Skeleton for creating correlation attrs for account artifacts 2020-02-24 16:14:16 -05:00
Richard Cordovano
c8bf39e715 Skeleton for creating correlation attrs for account artifacts 2020-02-24 16:00:31 -05:00
Greg DiCristofaro
70e62f28c0 beginning to integrate postgres with multiuser settings to be used with central repository 2020-02-24 15:57:32 -05:00
Raman Arora
29c3cb6c25 Addressed Codacy comment. 2020-02-24 14:16:37 -05:00
Raman Arora
7de33d4b35 6014: Update central repository database creation to make personas tables. 2020-02-24 13:40:09 -05:00
U-BASIS\gregd
86285c071c further cleanup of central repo code 2020-02-24 13:37:29 -05:00
U-BASIS\gregd
0004afacd1 some more code cleanup 2020-02-24 13:05:36 -05:00
Richard Cordovano
8949600257
Merge pull request #5648 from wschaeferB/6040-FileDiscoveryDocuments
6040 file discovery documents
2020-02-24 11:26:08 -05:00
U-BASIS\gregd
8b09842bb5 fix for licenses on new files in central repo 2020-02-24 11:09:25 -05:00
U-BASIS\gregd
367bd69bdd central repo code cleanup 2020-02-24 10:11:16 -05:00
U-BASIS\gregd
bf4c252fed central repo code cleanup 2020-02-24 10:03:52 -05:00
U-BASIS\gregd
fcf85ee0df fix for exception on method 2020-02-24 09:19:45 -05:00
U-BASIS\gregd
fb00d63575 resolving merge conflicts from master 2020-02-24 09:14:46 -05:00
U-BASIS\gregd
22131f4491 updated formatting in central repo initialization message 2020-02-24 07:54:11 -05:00
Mark McKinnon
ef9c2126a1 Merge remote-tracking branch 'upstream/develop' into 5989-add-additional-artifacts-to-the-context-content-viewer 2020-02-21 17:23:21 -05:00
Richard Cordovano
94e41680d8
Merge pull request #5653 from wschaeferB/6059-EliminateNoModuleFoundMessages
6059 change file name of xml to check to match file name it is listed in
2020-02-21 17:03:41 -05:00
U-BASIS\gregd
1b18e39dcf created central repo on first load 2020-02-21 16:08:26 -05:00
U-BASIS\gregd
851a3308ad working through initial central repository enable 2020-02-21 13:51:16 -05:00
William Schaefer
b611e6b822 6040 fix codacy address comment 2020-02-21 13:09:37 -05:00
William Schaefer
7b7291119f 6040 fix paths for name field 2020-02-21 11:38:28 -05:00
U-BASIS\gregd
49bf930794 finished refactoring 2020-02-21 10:16:04 -05:00
William Schaefer
b5e8469274 6040 fix missing bundle message and exceptions from other workers 2020-02-20 19:06:34 -05:00
William Schaefer
13398f833a 6040 add name label to panels to include name of first instance 2020-02-20 18:52:29 -05:00
Mark McKinnon
424c7df35d Merge remote-tracking branch 'upstream/develop' into 5989-add-additional-artifacts-to-the-context-content-viewer 2020-02-20 15:41:42 -05:00
Mark McKinnon
b2001eb84b Intial changes for Context and Associated Objects
RecentDoc Link files and Adobe MRU  associated objects and context viewer support for recent docs.
2020-02-20 15:40:20 -05:00
William Schaefer
425c59e63a 6040 inline size and count for doc summary 2020-02-20 10:50:49 -05:00
William Schaefer
9093fc4137 6040 fix char[] to String conversion 2020-02-19 13:26:21 -05:00
William Schaefer
cc164739ed 6040 fix codacy issue 2020-02-18 16:35:23 -05:00
William Schaefer
c15d73f561 6040 fix comments to make more clear 2020-02-18 15:48:37 -05:00
Richard Cordovano
b805d2a1ec
Merge pull request #5645 from raman-bt/6038-cr-schema-creation-refactor
6038:  CR schema creation refactoring - unify the SQL
2020-02-18 13:19:36 -05:00
Raman Arora
239f856f51 Renamed class RdbmsCentralRepoSchemaFactory to RdbmsCentralRepoFactory. 2020-02-18 12:54:29 -05:00
Kelly Kelly
57a6fdac69 Updated to based on jira and review comments 2020-02-18 09:41:35 -05:00
William Schaefer
026b6be3bc 6059 change file name of xml to check to match file name it is listed in 2020-02-14 17:07:48 -05:00
Richard Cordovano
16de2ab22e
Merge pull request #5639 from sleuthkit/6044_fontsize
removed hard coded font sizes
2020-02-14 16:43:40 -05:00
Richard Cordovano
c6d96f507f
Merge pull request #5632 from sleuthkit/6036_optimize
6036: reduce cache processing time. Ignore associated objects and min…
2020-02-14 16:39:04 -05:00
Richard Cordovano
bafe741361
Merge pull request #5558 from wschaeferB/5866-CvtExceptionCaseClosed
5866 changes to prevent CVT case closed exception
2020-02-14 16:13:49 -05:00
Raman Arora
458bd200f2 Addressed comments from review & verification test. 2020-02-14 15:26:28 -05:00
U-BASIS\gregd
5419db1dea working through refactoring of classes 2020-02-14 12:32:09 -05:00
U-BASIS\gregd
5befaf6b21 continuing refactor of Central Repo Db Manager 2020-02-14 09:14:14 -05:00
Richard Cordovano
8c6c59a217
Merge pull request #5646 from esaunders/6007-multi-user-cli
6007 multi user cli
2020-02-14 08:09:36 -05:00
Richard Cordovano
88762e6838
Merge pull request #5628 from raman-bt/5907-update-legacy-py-modules
5907: Update legacy modules
2020-02-13 18:23:05 -05:00
U-BASIS\gregd
f13160df2e adding DatabaseTestResult 2020-02-13 17:39:12 -05:00
U-BASIS\gregd
79fda84050 refactoring in EamDbSettingsDialog 2020-02-13 17:37:55 -05:00