aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/PasswordManager.cpp
AgeCommit message (Expand)Author
2026-01-01Update copyright year.levlam
2025-12-16Pass original DC and auth key identifiers during passkey login.levlam
2025-12-16Add getAuthenticationPasskeyParameters.levlam
2025-12-12Add td_api::addPasskey.levlam
2025-12-12Add td_api::getPasskeyParameters.levlam
2025-12-12Add td_api::removeAddedPasskey.levlam
2025-12-12Add td_api::getAddedPasskeys.levlam
2025-12-16Move TempPasswordState to separate header.levlam
2025-06-14Allow to pass error code and message directly to Promise::set_error.levlam
2025-03-23Simplify some optional field usage.levlam
2025-01-01Update copyright year.levlam
2024-11-20Move suggested action methods from ConfigManager to SuggestedActionManager.levlam
2024-11-20Fix formatting.levlam
2024-09-01Use TRY_RESULT_PROMISE in PasswordManager.levlam
2024-01-11Add td_api::cancelRecoveryEmailAddressVerification.levlam
2024-01-01Update copyright year.levlam
2023-10-04Remove error-prone server_time_cached.levlam
2023-07-11Always list actor_id first in lambda capture.levlam
2023-07-01Explicitly include telegram_api.h in cpp files.levlam
2023-02-02Use explicit as_mutable_slice to get MutableSlice.levlam
2023-01-17Support standalone SetPassword suggested action.levlam
2023-01-01Update copyright year.levlam
2022-09-07Add td_api::checkLoginEmailAddressCode.levlam
2022-09-07Add td_api::resendLoginEmailAddressCode.levlam
2022-09-07Add td_api::setLoginEmailAddress.levlam
2022-09-07Add passwordState.login_email_address_pattern.levlam
2022-09-06Use Promise<SentEmailCode>.levlam
2022-09-06Add class SentEmailCode.levlam
2022-08-08Update layer to 145.levlam
2022-08-17Proxy all option-related requests through G.levlam
2022-01-01Update copyright year.levlam
2021-12-10Minor improvements.levlam
2021-11-26Dismiss SetPassword suggested action when the password is set.levlam
2021-11-10Minor improvements.levlam
2021-11-01Don't generate MASK for parsed True fields.levlam
2021-10-19A lot more minor improvements.levlam
2021-10-07Add Global::request_aborted_error.levlam
2021-09-24Use error code 400 instead of small error codes.levlam
2021-07-31Remove usage of the default account.passwordInputSettings constructor.levlam
2021-07-05Move remaining MTProto classes to namespace mtproto.levlam
2021-07-02Fix compilation error on old compilers.levlam
2021-07-01Ignore RESET_REQUEST_MISSING error.levlam
2021-06-30Improve method name.levlam
2021-06-29Add td_api::declinePasswordReset.levlam
2021-06-29Add td_api::resetPassword.levlam
2021-06-29Add pending_reset_date to passwordState.levlam
2021-06-28Add checkPasswordRecoveryCode.levlam
2021-06-28Support new_password in recoverAuthenticationPassword.levlam
2021-06-28Add NewPasswordState struct.levlam
2021-06-28Support new_password in recoverPassword.levlam