aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/DocumentsManager.cpp
AgeCommit message (Expand)Author
2026-03-04Support live photo in on_get_document.levlam
2026-01-01Update copyright year.levlam
2025-07-01Minor improvements.levlam
2025-06-30Add video storyboards.levlam
2025-06-30Keep dimensions for documents.levlam
2025-04-13Minor improvements.levlam
2025-03-22Use bool fields in document attributes instead of flags.levlam
2025-03-19Use true fields in InputMedia and InputFileLocation.levlam
2025-01-09Update layer to 198.levlam
2025-01-01Update copyright year.levlam
2024-11-25Add separate file types for self-destructing files.levlam
2024-11-21Add logging for invalid videos.levlam
2024-11-21Fix animated attribute ignore.levlam
2024-10-29Ignore animated for files expected to be videos.levlam
2024-10-12Simplify updating of Animation/Audio/Document.levlam
2024-10-05Support same file identifiers in dup_*.levlam
2024-10-03Explicitly cancel upload to clear upload_pause.levlam
2024-10-03Don't dup thumbnail file identifiers.levlam
2024-10-03Remove unused DocumentsManager::has_input_media and photo_has_input_media.levlam
2024-09-30Use telegram_api::object_ptr with InputFile.levlam
2024-09-30Add alternativeVideo.hls_file.levlam
2024-09-11Store video codec.levlam
2024-08-25Rename has_remote_location to has_full_remote_location.levlam
2024-08-24Simplify check.levlam
2024-08-24Return pointer from FileView::get_main_remote_location.levlam
2024-08-22Return pointer from FileView::get_url.levlam
2024-08-09Support background type for links to backgrounds with files.levlam
2024-07-16Add storyVideo.main_frame_timestamp.levlam
2024-01-01Update copyright year.levlam
2023-06-23Add storyVideo.is_animation.levlam
2023-06-05Support precise video duration.levlam
2023-05-25Add FileType::VideoStory.levlam
2023-05-19Add video.preload_prefix_size.levlam
2023-05-01Update layer to 160.levlam
2023-05-25Add class DocumentsManager::Subtype.levlam
2023-03-15Add call_source to register_photo_size.levlam
2023-02-14Improve thumbnail variable names.levlam
2023-01-23Improve video size processing.levlam
2023-01-20Support sticker chat photos.levlam
2023-01-18Support CustomEmojiSize.levlam
2023-01-06Update layer to 152.levlam
2023-01-01Update copyright year.levlam
2022-12-15Support sending of photos and videos with spoiler animation.levlam
2022-12-08Update layer to 151.levlam
2022-11-21Add source to dup_file_id.levlam
2022-10-20Support waveform for video notes.levlam
2022-10-20Use std::move to update document fields.levlam
2022-08-14Minor fixes.levlam
2022-08-04Use WaitFreeHashMap for document storages.levlam
2022-08-03Use get_document if possible.levlam