Commit graph

14 commits

Author SHA1 Message Date
7ba33f215c
Add tests for settings information fields, including maximum length, XSS defense, privacy state enforcement, and invalid key formats
Some checks failed
CI / release (push) Has been cancelled
CI / debug (push) Has been cancelled
CI / release_executable (push) Has been cancelled
CI / debug_executable (push) Has been cancelled
CI / check-phpunit (push) Has been cancelled
CI / check-phpdoc (push) Has been cancelled
CI / generate-phpdoc (push) Has been cancelled
CI / test (push) Has been cancelled
CI / release-documentation (push) Has been cancelled
CI / release-artifacts (push) Has been cancelled
2025-03-28 15:53:34 -04:00
f53ab460c8
Add tests for settings information fields, including maximum length, privacy state changes, special characters, and malicious input handling 2025-03-28 15:22:49 -04:00
be25ea49f9
Fix password hash assignment and update timestamp format in PasswordManager 2025-03-28 15:01:13 -04:00
a7d4e6c2e3
Added additional assertion checks 2025-03-28 14:03:59 -04:00
68eaaf91c2
Add test for retrieving information fields in SettingsTest 2025-03-27 15:40:59 -04:00
d7812d79a0
Rename prefixes in SettingsTest for clarity and consistency 2025-03-27 15:33:31 -04:00
bbf5085e5b
Add tests for deleting signatures in SettingsTest 2025-03-27 15:29:12 -04:00
22629f9b30
Add tests for adding multiple and exceeding signing keys in SettingsTest
Some checks are pending
CI / debug (push) Waiting to run
CI / release_executable (push) Waiting to run
CI / release-documentation (push) Blocked by required conditions
CI / release-artifacts (push) Blocked by required conditions
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 (push) Waiting to run
2025-03-27 15:27:09 -04:00
200b6a7c1f
Add Base32 decoding method and implement SecretOtp class with serialization methods
Some checks are pending
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-27 14:09:56 -04:00
bb8698bff9
Syntax correction (oops) 2025-03-27 12:54:17 -04:00
df519ad89b
Added tests for password deletion and OTP settings in AddressBookTest and SettingsTest 2025-03-27 12:52:16 -04:00
42498f45db
Added additional invalid state test cases 2025-03-26 15:37:25 -04:00
4cce8bf91b
Moved information field test cases to the more appropriate test class SettingsTest 2025-03-26 15:22:49 -04:00
3b0cf38ee4
Added SettingsTest 2025-03-26 15:14:51 -04:00