socialbox-php/src/Socialbox/Managers
2025-03-20 13:04:17 -04:00
..
CaptchaManager.php Refactor CaptchaManager to improve UUID validation and streamline variable usage 2025-03-12 13:19:20 -04:00
ContactManager.php Refactor ContactManager to accept PeerDatabaseRecord in place of string for peer UUID 2025-03-20 13:04:17 -04:00
EncryptionChannelManager.php Minor correction 2025-03-11 15:08:48 -04:00
ExternalSessionManager.php Cleanup 2025-01-29 15:24:22 -05:00
OneTimePasswordManager.php Refactor SettingsSetOtp and OneTimePasswordManager to improve parameter handling, enhance UUID validation, and ensure proper type casting for password verification and OTP creation 2025-03-12 17:53:04 -04:00
PasswordManager.php Refactor SettingsDeletePassword and PasswordManager to improve parameter handling, enhance UUID validation, and ensure proper type casting for password verification 2025-03-12 17:46:37 -04:00
PeerInformationManager.php Refactor PeerInformationManager to enhance UUID validation by throwing an exception for invalid UUID V4 inputs 2025-03-12 17:47:13 -04:00
RegisteredPeerManager.php Refactor RegisteredPeerManager to use getPeerAddress() for domain and username retrieval 2025-03-04 13:41:36 -05:00
ResolvedDnsRecordsManager.php Refactor database operations for resolved DNS records 2025-01-15 13:55:52 -05:00
SessionManager.php Refactor PeerDatabaseRecord and SessionManager to handle ReservedUsernames and improve date handling 2025-03-19 15:06:59 -04:00
SigningKeysManager.php Refactor SigningKeysManager to enhance parameter handling by allowing PeerDatabaseRecord as a valid type for peer UUID, and improve UUID validation for both peer and signature UUIDs. 2025-03-12 17:56:47 -04:00
VariableManager.php Refactor cache handling in VariableManager and update configuration options 2025-03-17 13:47:09 -04:00