aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/SecureManager.cpp
AgeCommit message (Expand)Author
2026-01-01Update copyright year.levlam
2025-06-14Allow to pass error code and message directly to Promise::set_error.levlam
2025-02-07Add translation count check.levlam
2025-01-01Update copyright year.levlam
2024-11-12Use TRY_STATUS_PROMISE to ignore result.levlam
2024-11-12Use TRY_RESULT_PROMISE if appropriate.levlam
2024-10-01Use FileUploadId in SetSecureValue.levlam
2024-09-30Use UploadFileId in upload methods.levlam
2024-09-30Mark Encrypted/Secure upload callbacks as unreachable by default.levlam
2024-09-30Add class FileUploadId and use it in UploadCallback.levlam
2024-09-30Use telegram_api::object_ptr with InputFile.levlam
2024-09-27Support multiple internal uploads for the same file.levlam
2024-04-02Move relevant functions to UserManager.levlam
2024-01-01Update copyright year.levlam
2023-07-01Explicitly include telegram_api.h in cpp files.levlam
2023-05-24Add FileManager::copy_file_id.levlam
2023-02-26Use "receive"/"have"/"loaded" instead of "got" and other log message improvem...levlam
2023-01-01Update copyright year.levlam
2022-11-21Add source to dup_file_id.levlam
2022-11-12Merge downloaded and generated files as early as possible to avoid pinning an...levlam
2022-10-09Avoid redundant usages of Status::error().levlam
2022-08-09Store link to parent in FileReferenceManager.levlam
2022-07-03Improve FileView::get_main_file_id() method name.levlam
2022-04-25Improve names of FileType::Secure.levlam
2022-03-05Unify actor_id/actor_shared names.levlam
2022-02-11Move other big classes inside FlatHashMap to unique_ptr.levlam
2022-02-10Check and fix half of FlatHashMap usages.levlam
2022-01-01Update copyright year.levlam
2021-11-10Use const reference if range-based for if appropriate.levlam
2021-11-08Remove NetQuery id from ResultHandler and NetActor.levlam
2021-10-19A lot more minor improvements.levlam
2021-10-07Add Global::request_aborted_error.levlam
2021-08-04Use preincrement for iterators.levlam
2021-07-04Make inherited classes final if possible.levlam
2021-07-03Use final instead of override.levlam
2021-05-17Don't include SliceBuilder.h in logging.h.levlam
2021-01-26Rename suggested_name to suggested_path.levlam
2021-01-01Move some functions from misc.h to algorithm.h.levlam
2021-01-01Update copyright year.levlam
2020-09-24Unify logging of request responses.levlam
2020-08-23Improve function name.levlam
2020-03-31Use Global::is_expected_error whenever appropriate.levlam
2020-03-16Simplify NetQuery creation.levlam
2020-01-01Update copyright year.levlam
2019-08-02SecureManager: handle SECURE_SECRET_REQUEIRED errorArseny Smirnov
2019-08-01SecureManager: reupload file on SECURE_SECRET_INVALID errorArseny Smirnov
2019-03-24Fix misprints.levlam
2019-01-25Add FileManager::cancel_upload.levlam
2019-01-20Move FileType to FileType.h.levlam
2019-01-12Add source to on_get_user and on_get_chat.levlam