Age | Commit message (Expand) | Author |
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 | .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 |
2021-06-30 | Add a commented out delimiter override example | Alexey Rusakov |
2021-06-28 | gtad.yaml: update for use with GTAD pre-0.8 | Alexey Rusakov |
2021-06-23 | Step to Ubuntu 20.04; drop (old) E2EE code building | Alexey Rusakov |
2021-06-23 | Re-generate API files | Alexey Rusakov |
2021-06-23 | *.mustache: Drop a stray leading end-of-line | Alexey Rusakov |
2021-06-23 | Require ClangFormat 10 or newer, if used | Alexey Rusakov |
2021-06-23 | Update to the new matrix-doc layout and tooling | Alexey Rusakov |
2021-06-13 | Merge pull request #480 from quotient-im/kitsune-qt6-compat | Alexey Rusakov |
2021-06-13 | CMakeLists: require explicit BUILD_WITH_QT6 for Qt 6 | Alexey Rusakov |
2021-06-13 | AppVeyor: disable E2EE building, drop older Qt | Alexey Rusakov |
2021-06-13 | BaseJob: FollowRedirectsAttribute -> RedirectPolicyAttribute | Alexey Rusakov |
2021-06-13 | CI: version Qt cache | Alexey Rusakov |
2021-06-13 | CI: Use Qt 5.12, as required from now | Alexey Rusakov |
2021-06-13 | Generate a moc file for quotient_common.h | Alexey Rusakov |
2021-06-13 | Uri: Fix ambiguity around QChar constructors | Alexey Rusakov |
2021-06-13 | EncryptionEvent: fix "too perfect forwarding" | Alexey Rusakov |
2021-06-13 | Exclude code no more needed with Qt6 | Alexey Rusakov |
2021-06-13 | Disable the piece depending on Qt Multimedia for Qt 6 | Alexey Rusakov |
2021-06-13 | Make RequestData compile again | Alexey Rusakov |
2021-06-13 | uri.cpp, room.*: Get rid of QStringRefs | Alexey Rusakov |
2021-06-12 | connection.cpp: erase_if -> remove_if | Alexey Rusakov |
2021-06-12 | Adjust to new moc/QMetaType requirements | Alexey Rusakov |
2021-06-12 | CMakeLists: require at least Qt 5.12; add Qt 6 support | Alexey Rusakov |