Age | Commit message (Expand) | Author |
2021-08-09 | Room::setDisplayed(): Don't reset unread counters | Alexey Rusakov |
2021-08-09 | Room::toJson(): save the last local user's read receipt | Alexey Rusakov |
2021-08-09 | Enhanced logging for read receipts | Alexey Rusakov |
2021-08-07 | Update non-generated code to work with QUrls in CS API | Alexey Rusakov |
2021-08-07 | Update generated files | Alexey Rusakov |
2021-08-07 | User::avatar: add const | Alexey Rusakov |
2021-08-07 | gtad.yaml: use QUrl where API uses 'format: uri' | Alexey Rusakov |
2021-08-07 | converters.h: (actually) enable QUrl; drop unused types | Alexey Rusakov |
2021-08-07 | Drop an out-of-date comment | Alexey Rusakov |
2021-08-07 | API files: reformat after .clang-format change | Alexey Rusakov |
2021-08-07 | README.md: replace "PRs welcome" with a merge chance badge | Alexey Rusakov |
2021-08-02 | Fix lack of percent encoding in User::load() | Alexey Rusakov |
2021-08-02 | More doc-comments | Alexey Rusakov |
2021-07-31 | Room: Mark dependent Q_PROPERTYs as STORED false | Alexey Rusakov |
2021-07-31 | Add/update doc-comments on the new/updated methods | Alexey Rusakov |
2021-07-30 | Room::setReadReceipt() | Alexey Rusakov |
2021-07-30 | Merge branch 'master' into kitsune-fix-read-receipts-and-markers | Alexey Rusakov |
2021-07-30 | Quotient::ReadReceipt; deprecated readMarker() | Alexey Rusakov |
2021-07-30 | Clean up after the previous commit | Alexey Rusakov |
2021-07-30 | Use a better type in makeRedacted | Alexey Rusakov |
2021-07-30 | Room: drop 0.6 deprecations; deprecate RoomAliasEvent | Alexey Rusakov |
2021-07-30 | .clang-format: add DEFINE_EVENT_TYPEID to StatementMacros | Alexey Rusakov |
2021-07-30 | Formatting | Alexey Rusakov |
2021-07-28 | Room: fix the read markers/receipts confusion | Alexey Rusakov |
2021-07-28 | SyncData: minor update to the cache version | Alexey Rusakov |
2021-07-28 | Room::usersAtEventId(): switch from QMultiHash to QHash of QSets | Alexey Rusakov |
2021-07-28 | .clang-format: revert BraceWrapping.AfterControlStatement | Alexey Rusakov |
2021-07-28 | setFirst/LastDisplayedEvent(): warn about unloaded events | Alexey Rusakov |
2021-07-24 | Wrap SyncRoomData counters into Omittables | Alexey Rusakov |
2021-07-24 | Make operator ""_ls constexpr | Alexey Rusakov |
2021-07-18 | Merge branch 'kitsune-member-state-enum' into master | Alexey Rusakov |
2021-07-18 | Add a missing #include | Alexey Rusakov |
2021-07-18 | Fix bit rot in comments | Alexey Rusakov |
2021-07-18 | Introduce to_array() to fix building on macOS | Alexey Rusakov |
2021-07-18 | Fix building with Qt 5.12 | Alexey Rusakov |
2021-07-18 | MembershipType -> Membership, also used for JoinState | Alexey Rusakov |
2021-07-18 | Re-apply the previous commit and actually fix the breakage | Alexey Rusakov |
2021-07-18 | Revert previous commit | Alexey Rusakov |
2021-07-18 | Make EventContent::TypedBase() constructor protected | Alexey Rusakov |
2021-07-18 | Room::postFile(): adjust to the changed RoomMessageEvent API | Alexey Rusakov |
2021-07-18 | CMakeLists: fixed potential linking errors around quotient_common.h | Alexey Rusakov |
2021-07-16 | User::rename(): don't discard the current state | Alexey Rusakov |
2021-07-16 | SyncData::parseJson(): minor optimisation | Alexey Rusakov |
2021-07-16 | Log thumbnail requests in their own category | Alexey Rusakov |
2021-07-16 | UriResolver: fix clang-tidy warnings | Alexey Rusakov |
2021-07-16 | Officially drop Qt Multimedia with Qt 6 | Alexey Rusakov |
2021-07-11 | Fix Room::processAccountDataEvent() return value | Alexey Rusakov |
2021-07-02 | Actually delete BaseJob::Query | Alexey Rusakov |
2021-07-02 | Abandon BaseJob::Query - generated API files | Alexey Rusakov |
2021-07-02 | Abandon BaseJob::Query - Mustache template | Alexey Rusakov |