socialbox-php/src/Socialbox/Classes
2025-01-10 13:34:18 -05:00
..
CacheLayer Refactored Configuration 2024-10-24 15:15:14 -04:00
CliCommands Update mock server initialization by simplifying TXT parsing 2025-01-10 13:30:50 -05:00
Configuration Refactor DNS mocking implementation. 2025-01-08 14:53:48 -05:00
Resources Add support for authentication_otp database object 2025-01-08 15:02:44 -05:00
StandardMethods Add authentication configuration and allowed methods logic 2025-01-07 15:25:32 -05:00
CacheLayer.php Add CacheLayer singleton class 2024-09-13 13:47:35 -04:00
Configuration.php Add support for mock servers and DNS mocking. 2025-01-08 04:17:06 -05:00
Cryptography.php Fix incorrect null parameter in generichash function, as null is no longer an acceptable value 2025-01-10 13:30:35 -05:00
Database.php Updated database & Implemented Docker support. (unfinished) 2024-12-30 13:58:47 -05:00
DnsHelper.php Changed Encryption to use LibSodium instead of OpenSSL, refactored many things and overall improved the code quality and performance with magic. 2025-01-03 12:27:04 -05:00
Logger.php Add DnsRecordCommand to CliCommands for DNS configuration 2024-12-09 19:26:20 -05:00
OtpCryptography.php Add OTP support with implementation for creation, deletion, and verification. 2025-01-07 14:15:07 -05:00
Resources.php Add SettingsSetDisplayName method and refactor unused imports 2024-12-24 00:51:13 -05:00
RpcClient.php Ensure server keypair expiration checks handle invalid values 2025-01-10 13:34:02 -05:00
ServerResolver.php Refactor mockRecord method to support string input. 2025-01-10 13:34:18 -05:00
Utilities.php Changed Encryption to use LibSodium instead of OpenSSL, refactored many things and overall improved the code quality and performance with magic. 2025-01-03 12:27:04 -05:00
Validator.php Added methods setBirthday(string|RegisteredPeerRecord $peer, int $year, int $month, int $day): void and deleteBirthday(string|RegisteredPeerRecord $peer): void to \Socialbox\Managers > RegisteredPeerManager 2025-01-06 15:11:14 -05:00