aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-09-10Update lib/networkaccessmanager.cppTobias Fella
2021-09-10Update lib/networkaccessmanager.cppTobias Fella
2021-09-07Fix showing non-animated ImagesTobias Fella
2021-09-05Create a NAM for each threadTobias Fella
2021-09-05Implement the mxc protocol in the NetworkAccessManagerTobias Fella
2021-08-30Room: displayNameForHtmlAlexey Rusakov
2021-08-30SettingsGroup, AccountSettings: simplify constructorsAlexey Rusakov
2021-08-26Add AccountRegistryTobias Fella
2021-08-23Room: isMember(); memberState() only needs user idAlexey Rusakov
2021-08-23Merge branch 'kitsune/deprecations'Alexey Rusakov
2021-08-22User::isGuest(): fix a clazy warningAlexey Rusakov
2021-08-22Fix building with MSVCAlexey Rusakov
2021-08-22RoomEvent: drop timestamp()Alexey Rusakov
2021-08-22Settings: no more setToken() and accessToken(); deprecate clearAccessToken()Alexey Rusakov
2021-08-22Use Q_DECL_DEPRECATED_X instead of \deprecated doc-commentAlexey Rusakov
2021-08-22Drop other stuff deprecated pre- or early 0.6Alexey Rusakov
2021-08-22Drop QMatrixClient namespace aliasAlexey Rusakov
2021-08-22Deprecate BaseJob::DataAlexey Rusakov
2021-08-22Regenerate API filesAlexey Rusakov
2021-08-21CleanupAlexey Rusakov
2021-08-10Turn EventStatus from a class to a namespaceAlexey Rusakov
2021-08-10Room::Private::sync/historyEdge()Alexey Rusakov
2021-08-09Merge pull request #492 from quotient-im/kitsune-qurl-in-csapiAlexey Rusakov
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-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-02Fix lack of percent encoding in User::load()Alexey Rusakov
2021-08-02More doc-commentsAlexey Rusakov
2021-07-31Room: Mark dependent Q_PROPERTYs as STORED falseAlexey 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-30FormattingAlexey Rusakov
2021-07-28setFirst/LastDisplayedEvent(): warn about unloaded eventsAlexey Rusakov
2021-07-24Wrap SyncRoomData counters into OmittablesAlexey Rusakov
2021-07-24Make operator ""_ls constexprAlexey 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
2021-07-16User::rename(): don't discard the current stateAlexey Rusakov