tdesktop/Telegram/SourceFiles
John Preston 977dee3599 Fix fast sharing from channels.
Grouped flag is only allowed for grouped media in forward requests.

Fixes #4198.
2017-12-18 17:29:48 +04:00
..
_other Move relaunch / update logic to Core::Launcher. 2017-12-12 18:56:36 +04:00
base Replace QSharedPointer with std::shared_ptr. 2017-12-18 13:07:18 +04:00
boxes Remove mtproto/session.h from precompiled header. 2017-12-18 16:40:15 +04:00
calls Don't use AEC on modern macOS. 2017-12-08 13:13:05 +04:00
chat_helpers Replace some std::shared_ptr with std::unique_ptr. 2017-12-18 14:38:14 +04:00
codegen Avoid generating multiple time the forward declarations in the headers generated by codegen_style. 2017-12-08 19:49:24 +04:00
core Replace some std::shared_ptr with std::unique_ptr. 2017-12-18 14:38:14 +04:00
data Update FullMsgId context in HistoryMedia links. 2017-12-18 17:13:41 +04:00
dialogs Move online phrase code from app module. 2017-12-17 12:13:26 +04:00
history Fix fast sharing from channels. 2017-12-18 17:29:48 +04:00
info Replace QSharedPointer with std::shared_ptr. 2017-12-18 13:07:18 +04:00
inline_bots Replace QSharedPointer with std::shared_ptr. 2017-12-18 13:07:18 +04:00
intro Replace QSharedPointer with std::shared_ptr. 2017-12-18 13:07:18 +04:00
lang Optimize and rename base::weak_unique_ptr. 2017-11-30 21:33:27 +04:00
media Add some checks to video sound stream decoding. 2017-12-12 18:56:37 +04:00
mtproto Remove mtproto/session.h from precompiled header. 2017-12-18 16:40:15 +04:00
overview Replace some std::shared_ptr with std::unique_ptr. 2017-12-18 14:38:14 +04:00
platform Replace QSharedPointer with std::shared_ptr. 2017-12-18 13:07:18 +04:00
profile Move online phrase code from app module. 2017-12-17 12:13:26 +04:00
rpl Rename weak(QObject*) to make_weak(QObject*). 2017-11-30 22:04:13 +04:00
settings Replace QSharedPointer with std::shared_ptr. 2017-12-18 13:07:18 +04:00
storage Replace some std::shared_ptr with std::unique_ptr. 2017-12-18 14:38:14 +04:00
ui Replace some std::shared_ptr with std::unique_ptr. 2017-12-18 14:38:14 +04:00
window Replace QSharedPointer with std::shared_ptr. 2017-12-18 13:07:18 +04:00
apiwrap.cpp Alpha version 1.2.2. 2017-12-16 20:52:41 +04:00
apiwrap.h Read silent flag from PeerData, not SilentToggle. 2017-12-08 15:52:12 +04:00
app.cpp Move online phrase code from app module. 2017-12-17 12:13:26 +04:00
app.h Move online phrase code from app module. 2017-12-17 12:13:26 +04:00
application.cpp Move some code around. 2017-12-12 16:47:32 +04:00
application.h Move some code around. 2017-12-12 16:47:32 +04:00
auth_session.cpp Forward grouped items. Fast share grouped items. 2017-12-16 20:50:43 +04:00
auth_session.h Forward grouped items. Fast share grouped items. 2017-12-16 20:50:43 +04:00
autoupdater.cpp Improve current executable path computing. 2017-08-30 19:15:35 +03:00
autoupdater.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
config.h Add some more public keys. 2017-12-08 20:26:27 +04:00
countries.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
facades.cpp Use SharedMediaMergedViewer() for audio player. 2017-12-09 14:02:51 +04:00
facades.h Optimize and rename base::weak_unique_ptr. 2017-11-30 21:33:27 +04:00
layout.cpp Remove RTL Override symbols from filenames. 2017-11-16 07:59:09 +04:00
layout.h Alpha version 1.2.2: Fix build for Xcode. 2017-12-16 21:09:37 +04:00
logs.cpp Replace some std::shared_ptr with std::unique_ptr. 2017-12-18 14:38:14 +04:00
logs.h Move some code around. 2017-12-12 16:47:32 +04:00
main.cpp Move some code around. 2017-12-12 16:47:32 +04:00
mainwidget.cpp Forward grouped items. Fast share grouped items. 2017-12-16 20:50:43 +04:00
mainwidget.h Remove all legacy media overview code. 2017-12-08 22:34:26 +04:00
mainwindow.cpp Move some code around. 2017-12-12 16:47:32 +04:00
mainwindow.h Move some code around. 2017-12-12 16:47:32 +04:00
mediaview.cpp Replace QSharedPointer with std::shared_ptr. 2017-12-18 13:07:18 +04:00
mediaview.h Use SharedMediaMergedViewer() for audio player. 2017-12-09 14:02:51 +04:00
messenger.cpp Enable distinct selecting of grouped media. 2017-12-16 20:50:42 +04:00
messenger.h Enable distinct selecting of grouped media. 2017-12-16 20:50:42 +04:00
observer_peer.cpp Remove all legacy media overview code. 2017-12-08 22:34:26 +04:00
observer_peer.h Remove all legacy media overview code. 2017-12-08 22:34:26 +04:00
passcodewidget.cpp Change *[Fast|Animated] to anim::type in FadeWrap. 2017-11-16 07:59:06 +04:00
passcodewidget.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
qt_static_plugins.cpp Add hime inputcontext plugin for linux version 2017-06-29 10:49:31 +03:00
settings.cpp Move relaunch / update logic to Core::Launcher. 2017-12-12 18:56:36 +04:00
settings.h Move some code around. 2017-12-12 16:47:32 +04:00
shortcuts.cpp Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
shortcuts.h Using media player for voice / video messages. 2017-05-24 16:25:12 +03:00
stdafx.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
stdafx.h Testing crl (concurrency runtime library). 2017-12-17 23:05:00 +04:00