first commit

This commit is contained in:
Sven Wappler
2021-04-17 21:20:54 +02:00
parent c93ec9492a
commit cadcc8edb4
406 changed files with 4917 additions and 5157 deletions

View File

@@ -45,7 +45,7 @@ class AuthorizationService extends AbstractAuthenticationService
*
* @var string
*/
const SOLR_INDEXER_USERNAME = '__SolrIndexerUser__';
const SOLR_INDEXER_USERNAME = '__MeilisearchIndexerUser__';
/**
* Gets a fake frontend user record to allow access to protected pages.
@@ -115,7 +115,7 @@ class AuthorizationService extends AbstractAuthenticationService
$groupData[] = [
'uid' => $groupId,
'pid' => 0,
'title' => '__SolrIndexerGroup__',
'title' => '__MeilisearchIndexerGroup__',
'TSconfig' => ''
];
}