|
61d25a5904
|
Add unit test for address book contact deletion and update default page parameter in addressBookGetContacts method
CI / release (push) Waiting to run
CI / debug (push) Waiting to run
CI / release_executable (push) Waiting to run
CI / debug_executable (push) Waiting to run
CI / check-phpunit (push) Waiting to run
CI / check-phpdoc (push) Waiting to run
CI / generate-phpdoc (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / release-documentation (push) Blocked by required conditions
CI / release-artifacts (push) Blocked by required conditions
|
2025-03-20 13:14:49 -04:00 |
|
|
3935980146
|
Refactor getSelf method to instantiate Peer directly from sendRequest response
|
2025-03-20 13:05:07 -04:00 |
|
|
a7da38d5f9
|
Change flags property type from SessionFlags[] to string[] in SessionState
|
2025-03-20 13:05:01 -04:00 |
|
|
0883f55328
|
Handle potential null values for signing keys and encryption channel secrets in ExportedSession
|
2025-03-20 13:04:28 -04:00 |
|
|
ef463a132d
|
Refactor ContactManager to accept PeerDatabaseRecord in place of string for peer UUID
|
2025-03-20 13:04:17 -04:00 |
|
|
a92391445a
|
Refactor PeerDatabaseRecord and SessionManager to handle ReservedUsernames and improve date handling
|
2025-03-19 15:06:59 -04:00 |
|
|
6a1aa6b353
|
Set default value for privacy parameter in settingsAddInformationField method
|
2025-03-19 14:00:05 -04:00 |
|
|
50f998c2ab
|
Ensure numeric validation for configuration variables and set default for server keypair expiration
|
2025-03-19 13:33:38 -04:00 |
|
|
1f14f7afb4
|
Add signing keys to Docker configuration and update InitializeCommand
|
2025-03-19 13:06:43 -04:00 |
|
|
73ade04145
|
Improve error message in RpcClient for signature verification failure
CI / test (push) Blocked by required conditions
CI / release-documentation (push) Blocked by required conditions
CI / release-artifacts (push) Blocked by required conditions
CI / release (push) Waiting to run
CI / debug (push) Waiting to run
CI / release_executable (push) Waiting to run
CI / debug_executable (push) Waiting to run
CI / check-phpunit (push) Waiting to run
CI / check-phpdoc (push) Waiting to run
CI / generate-phpdoc (push) Blocked by required conditions
|
2025-03-18 15:21:33 -04:00 |
|
|
33706d0b50
|
Add logging volume mounts for coffee and teapot services; improve error message in RpcClient
|
2025-03-18 15:14:42 -04:00 |
|
|
fef9383dd2
|
Updated Logger class to not register error handlers if it's in a testing environment
CI / release (push) Waiting to run
CI / debug (push) Waiting to run
CI / release_executable (push) Waiting to run
CI / debug_executable (push) Waiting to run
CI / check-phpunit (push) Waiting to run
CI / check-phpdoc (push) Waiting to run
CI / generate-phpdoc (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / release-documentation (push) Blocked by required conditions
CI / release-artifacts (push) Blocked by required conditions
|
2025-03-18 15:00:09 -04:00 |
|
|
71563e51ee
|
Refactor Docker configuration and update encryption channels schema
CI / release_executable (push) Waiting to run
CI / release (push) Waiting to run
CI / debug (push) Waiting to run
CI / debug_executable (push) Waiting to run
CI / check-phpunit (push) Waiting to run
CI / check-phpdoc (push) Waiting to run
CI / generate-phpdoc (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / release-documentation (push) Blocked by required conditions
CI / release-artifacts (push) Blocked by required conditions
|
2025-03-18 13:04:32 -04:00 |
|
|
40f871dbea
|
Refactor encryption_channels_com table structure and add foreign key constraint
CI / release (push) Waiting to run
CI / debug (push) Waiting to run
CI / release_executable (push) Waiting to run
CI / debug_executable (push) Waiting to run
CI / check-phpunit (push) Waiting to run
CI / check-phpdoc (push) Waiting to run
CI / generate-phpdoc (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / release-documentation (push) Blocked by required conditions
CI / release-artifacts (push) Blocked by required conditions
|
2025-03-17 13:55:22 -04:00 |
|
|
705460e8e8
|
Corrected database object priority
CI / release (push) Waiting to run
CI / debug (push) Waiting to run
CI / release_executable (push) Waiting to run
CI / debug_executable (push) Waiting to run
CI / check-phpunit (push) Waiting to run
CI / check-phpdoc (push) Waiting to run
CI / generate-phpdoc (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / release-documentation (push) Blocked by required conditions
CI / release-artifacts (push) Blocked by required conditions
|
2025-03-17 13:50:09 -04:00 |
|
|
c95cdcd4da
|
Refactor cache handling in VariableManager and update configuration options
CI / debug (push) Waiting to run
CI / release_executable (push) Waiting to run
CI / release (push) Waiting to run
CI / debug_executable (push) Waiting to run
CI / check-phpunit (push) Waiting to run
CI / check-phpdoc (push) Waiting to run
CI / generate-phpdoc (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / release-documentation (push) Blocked by required conditions
CI / release-artifacts (push) Blocked by required conditions
|
2025-03-17 13:47:09 -04:00 |
|
|
66d2cd7907
|
Add AddressBookRevokeAllSignatures method for revoking all signing keys of a contact
https://github.com/nosial/Socialbox-PHP/issues/73
|
2025-03-13 14:20:27 -04:00 |
|
|
86f18b577a
|
Fix error message in EncryptionDeleteChannel to accurately reflect channel deletion
https://github.com/nosial/Socialbox-PHP/issues/72
|
2025-03-13 14:12:11 -04:00 |
|
|
c0a1aec7f7
|
Add EncryptionDeleteChannel method and RPC integration for channel deletion
https://github.com/nosial/Socialbox-PHP/issues/72
|
2025-03-13 14:11:43 -04:00 |
|
|
458d1bd9f9
|
Remove unnecessary exception documentation from verifySignature method to enhance clarity.
|
2025-03-13 14:06:21 -04:00 |
|
|
e723528eb8
|
Remove ResolvedServerOld class to clean up unused code and improve maintainability.
|
2025-03-13 14:03:05 -04:00 |
|
|
c4cd5ee352
|
Refactor CacheConfiguration to remove unnecessary whitespace, improving code readability.
|
2025-03-13 14:01:42 -04:00 |
|
|
b6829ff2b5
|
Refactor CacheConfiguration to remove the engine property and related methods, simplifying cache configuration management.
|
2025-03-13 13:59:48 -04:00 |
|
|
54b401b944
|
Refactor CacheLayer to improve Redis instance management by returning null if caching is disabled and handling connection errors more gracefully.
|
2025-03-13 13:57:21 -04:00 |
|
|
99e811086c
|
Refactor CacheLayer implementation by removing abstract class and its concrete implementations for Memcached and Redis, streamlining cache management.
|
2025-03-13 13:57:10 -04:00 |
|
|
a11c8b463f
|
Refactor ResolveSignature to improve UUID validation by reintroducing validation for 'signature_uuid' and throwing an InvalidRpcArgumentException for invalid UUIDs.
https://github.com/nosial/Socialbox-PHP/issues/44
|
2025-03-13 00:26:40 -04:00 |
|
|
df96d894a8
|
Refactor ResolvePeer to improve peer address handling by removing unnecessary exception handling and ensuring proper type casting for the peer parameter.
https://github.com/nosial/Socialbox-PHP/issues/43
|
2025-03-13 00:25:13 -04:00 |
|
|
3be5cd104d
|
Refactor VerifySignature to improve UUID and SHA512 validation, removing unnecessary exception handling for invalid parameters.
https://github.com/nosial/Socialbox-PHP/issues/45
|
2025-03-12 20:50:00 -04:00 |
|
|
97f2c17282
|
Refactor SettingsGetSignature to update parameter handling by changing 'uuid' to 'signature_uuid' and ensure proper type casting for signature retrieval.
https://github.com/nosial/Socialbox-PHP/issues/62
|
2025-03-12 20:39:50 -04:00 |
|
|
9806c317e9
|
Refactor SettingsAddSignature to ensure 'name' parameter is cast to string for proper handling and remove unnecessary exception handling for missing parameter.
https://github.com/nosial/Socialbox-PHP/issues/56
|
2025-03-12 17:57:55 -04:00 |
|
|
7aafd0334e
|
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.
https://github.com/nosial/Socialbox-PHP/issues/53
|
2025-03-12 17:56:47 -04:00 |
|
|
7fc4815b15
|
Refactor SettingsSetOtp and OneTimePasswordManager to improve parameter handling, enhance UUID validation, and ensure proper type casting for password verification and OTP creation
https://github.com/nosial/Socialbox-PHP/issues/65
|
2025-03-12 17:53:04 -04:00 |
|
|
f02109bdc9
|
Refactor SettingsInformationFieldExists to ensure field parameter is cast to string for proper handling
https://github.com/nosial/Socialbox-PHP/issues/64
|
2025-03-12 17:49:45 -04:00 |
|
|
919f75b8ee
|
Refactor SocialClient to update parameter names for clarity by changing 'uuid' to 'signature_uuid' in SETTINGS_DELETE_SIGNATURE and SETTINGS_GET_SIGNATURE methods
https://github.com/nosial/Socialbox-PHP/issues/53
|
2025-03-12 17:48:24 -04:00 |
|
|
20df727b83
|
Refactor PeerInformationManager to enhance UUID validation by throwing an exception for invalid UUID V4 inputs
https://github.com/nosial/Socialbox-PHP/issues/61
|
2025-03-12 17:47:13 -04:00 |
|
|
340f2a3c75
|
Refactor SettingsDeletePassword and PasswordManager to improve parameter handling, enhance UUID validation, and ensure proper type casting for password verification
https://github.com/nosial/Socialbox-PHP/issues/59
|
2025-03-12 17:46:37 -04:00 |
|
|
9a6f37aa05
|
Refactor SettingsDeleteSignature and SigningKeysManager to update parameter names for clarity, enhance UUID validation, and ensure proper type casting for signature UUID
https://github.com/nosial/Socialbox-PHP/issues/58
|
2025-03-12 17:43:50 -04:00 |
|
|
f3f6cf973f
|
Refactor SettingsDeleteOtp to remove unnecessary cryptography validation and ensure password parameter is cast to string for verification
https://github.com/nosial/Socialbox-PHP/issues/57
|
2025-03-12 15:24:19 -04:00 |
|
|
0618ecc00f
|
Refactor SettingsAddInformationField to improve type casting for field and privacy parameters, and enhance error logging for rollback failures
https://github.com/nosial/Socialbox-PHP/issues/54
|
2025-03-12 15:20:35 -04:00 |
|
|
e1b61e631f
|
Refactor SettingsDeleteInformationField and PeerInformationManager to improve UUID validation and ensure proper type casting for field parameters
https://github.com/nosial/Socialbox-PHP/issues/55
|
2025-03-12 15:16:17 -04:00 |
|
|
f51ea0bd78
|
Refactor SettingsGetInformationField and PeerInformationManager to improve error handling and validate UUID format
https://github.com/nosial/Socialbox-PHP/issues/60
|
2025-03-12 15:13:42 -04:00 |
|
|
d127393402
|
Refactor SettingsSetPassword and PasswordManager to enhance password handling and validate UUID format
https://github.com/nosial/Socialbox-PHP/issues/66
|
2025-03-12 15:11:52 -04:00 |
|
|
c3b1ee799a
|
Refactor SettingsSignatureExists and SigningKeysManager to improve UUID validation and update parameter naming for clarity
https://github.com/nosial/Socialbox-PHP/issues/67
|
2025-03-12 15:10:07 -04:00 |
|
|
d47251c251
|
Refactor SettingsUpdateInformationField and PeerInformationManager to enhance UUID validation and improve error handling for property values
https://github.com/nosial/Socialbox-PHP/issues/68
|
2025-03-12 14:22:19 -04:00 |
|
|
2967c87990
|
Refactor SettingsUpdateInformationPrivacy and PeerInformationManager to ensure proper UUID validation and improve error handling for privacy state updates
https://github.com/nosial/Socialbox-PHP/issues/69
|
2025-03-12 14:16:34 -04:00 |
|
|
9c8945141c
|
Refactor SettingsUpdatePassword and PasswordManager to improve password validation and ensure UUID integrity
https://github.com/nosial/Socialbox-PHP/issues/70
|
2025-03-12 14:14:03 -04:00 |
|
|
76a343a36d
|
Refactor VerificationOtpAuthentication to handle database operation exceptions when retrieving session
https://github.com/nosial/Socialbox-PHP/issues/78
|
2025-03-12 13:34:49 -04:00 |
|
|
a433ad2593
|
Refactor VerificationAuthenticate to simplify external peer check in authentication method
https://github.com/nosial/Socialbox-PHP/issues/77
|
2025-03-12 13:32:17 -04:00 |
|
|
e89833f20e
|
Refactor VerificationGetImageCaptcha to update comment on data URI scheme for captcha image encoding
https://github.com/nosial/Socialbox-PHP/issues/76
|
2025-03-12 13:29:43 -04:00 |
|
|
7ec1125b3f
|
Refactor VerificationAnswerImageCaptcha to ensure answer parameter is cast to string before processing
https://github.com/nosial/Socialbox-PHP/issues/75
|
2025-03-12 13:19:45 -04:00 |
|