aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-07Update non-generated code to work with QUrls in CS APIAlexey Rusakov
2021-08-07Update generated filesAlexey Rusakov
2021-08-07User::avatar: add constAlexey Rusakov
2021-08-07gtad.yaml: use QUrl where API uses 'format: uri'Alexey Rusakov
2021-08-07converters.h: (actually) enable QUrl; drop unused typesAlexey Rusakov
2021-08-07Drop an out-of-date commentAlexey Rusakov
2021-08-07API files: reformat after .clang-format changeAlexey Rusakov
2021-08-07README.md: replace "PRs welcome" with a merge chance badgeAlexey Rusakov
2021-08-02Fix lack of percent encoding in User::load()Alexey Rusakov
2021-08-02More doc-commentsAlexey Rusakov
2021-08-01Room::setDisplayed(): Don't reset unread countersAlexey Rusakov
2021-08-01Room::toJson(): save the last local user's read receiptAlexey Rusakov
2021-08-01Enhanced logging for read receiptsAlexey Rusakov
2021-08-01SyncRoomData: distinguish between omitted and 0 unread countersAlexey Rusakov
2021-07-31Fix lack of percent encoding in User::fetchProfileAlexey Rusakov
2021-07-31Room: Mark dependent Q_PROPERTYs as STORED falseAlexey Rusakov
2021-07-31Add/update doc-comments on the new/updated methodsAlexey Rusakov
2021-07-30Room::setReadReceipt()Alexey Rusakov
2021-07-30Merge branch 'master' into kitsune-fix-read-receipts-and-markersAlexey Rusakov
2021-07-30Quotient::ReadReceipt; deprecated readMarker()Alexey Rusakov
2021-07-30Clean up after the previous commitAlexey Rusakov
2021-07-30Use a better type in makeRedactedAlexey Rusakov
2021-07-30Room: drop 0.6 deprecations; deprecate RoomAliasEventAlexey Rusakov
2021-07-30.clang-format: add DEFINE_EVENT_TYPEID to StatementMacrosAlexey Rusakov
2021-07-30FormattingAlexey Rusakov
2021-07-28Room: fix the read markers/receipts confusionAlexey Rusakov
2021-07-28SyncData: minor update to the cache versionAlexey Rusakov
2021-07-28Room::usersAtEventId(): switch from QMultiHash to QHash of QSetsAlexey Rusakov
2021-07-28.clang-format: revert BraceWrapping.AfterControlStatementAlexey Rusakov
2021-07-28setFirst/LastDisplayedEvent(): warn about unloaded eventsAlexey Rusakov
2021-07-25Room: update cache state if needed after loading historyAlexey Rusakov
2021-07-24Room::setLastDisplayedEventId: Update local read receipt immediatelyAlexey Rusakov
2021-07-24Fix unread counter left intact after loading backscrollAlexey Rusakov
2021-07-24Room::Private::sync/historyEdge()Alexey Rusakov
2021-07-24Wrap SyncRoomData counters into OmittablesAlexey Rusakov
2021-07-24Make operator ""_ls constexprAlexey Rusakov
2021-07-20Merge branch 'kitsune-read-receipts-markers-part2' into 0.6.xAlexey Rusakov
2021-07-20Promote read receipts/marker in addNewMessageEvents()Alexey Rusakov
2021-07-19addHistoricalMessageEvents(): restore force-recount logicAlexey Rusakov
2021-07-19Fix m.read getting stuck behind m.fully_readAlexey Rusakov
2021-07-18Merge branch 'kitsune-member-state-enum' into masterAlexey Rusakov
2021-07-18Add a missing #includeAlexey Rusakov
2021-07-18Fix bit rot in commentsAlexey Rusakov
2021-07-18Introduce to_array() to fix building on macOSAlexey Rusakov
2021-07-18Fix building with Qt 5.12Alexey Rusakov
2021-07-18MembershipType -> Membership, also used for JoinStateAlexey Rusakov
2021-07-18Re-apply the previous commit and actually fix the breakageAlexey Rusakov
2021-07-18Revert previous commitAlexey Rusakov
2021-07-18Make EventContent::TypedBase() constructor protectedAlexey Rusakov
2021-07-18Room::postFile(): adjust to the changed RoomMessageEvent APIAlexey Rusakov