mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	Merge branch 'develop' into ai-llm-integration
This commit is contained in:
		@@ -81,6 +81,17 @@ export interface OptionDefinitions extends KeyboardShortcutsOptions<KeyboardActi
 | 
			
		||||
    maxNotesPerLlmQuery: string;
 | 
			
		||||
    embeddingGenerationLocation: string;
 | 
			
		||||
    embeddingDimensionStrategy: string; // 'adapt' or 'regenerate'
 | 
			
		||||
    // Multi-Factor Authentication
 | 
			
		||||
    mfaEnabled: boolean;
 | 
			
		||||
    mfaMethod: string;
 | 
			
		||||
    totpEncryptionSalt: string;
 | 
			
		||||
    totpEncryptedSecret: string;
 | 
			
		||||
    totpVerificationHash: string;
 | 
			
		||||
    encryptedRecoveryCodes: boolean;
 | 
			
		||||
    userSubjectIdentifierSaved: boolean;
 | 
			
		||||
    recoveryCodeInitialVector: string;
 | 
			
		||||
    recoveryCodeSecurityKey: string;
 | 
			
		||||
    recoveryCodesEncrypted: string;
 | 
			
		||||
 | 
			
		||||
    lastSyncedPull: number;
 | 
			
		||||
    lastSyncedPush: number;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user