mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(core): Mark all backend Enterprise Edition files and dirs (#12350)
This commit is contained in:
@@ -7,10 +7,13 @@ import config from '@/config';
|
||||
import type { User } from '@/databases/entities/user';
|
||||
import { AuthProviderSyncHistoryRepository } from '@/databases/repositories/auth-provider-sync-history.repository';
|
||||
import { UserRepository } from '@/databases/repositories/user.repository';
|
||||
import { LDAP_DEFAULT_CONFIGURATION } from '@/ldap/constants';
|
||||
import { saveLdapSynchronization } from '@/ldap/helpers.ee';
|
||||
import { LdapService } from '@/ldap/ldap.service.ee';
|
||||
import { getCurrentAuthenticationMethod, setCurrentAuthenticationMethod } from '@/sso/sso-helpers';
|
||||
import { LDAP_DEFAULT_CONFIGURATION } from '@/ldap.ee/constants';
|
||||
import { saveLdapSynchronization } from '@/ldap.ee/helpers.ee';
|
||||
import { LdapService } from '@/ldap.ee/ldap.service.ee';
|
||||
import {
|
||||
getCurrentAuthenticationMethod,
|
||||
setCurrentAuthenticationMethod,
|
||||
} from '@/sso.ee/sso-helpers';
|
||||
|
||||
import { randomEmail, randomName, uniqueId } from './../shared/random';
|
||||
import { getPersonalProject } from '../shared/db/projects';
|
||||
|
||||
Reference in New Issue
Block a user