aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-12Add a download test to quotestAlexey Rusakov
2021-09-11Add convenience function for activating encryption and fixTobias Fella
2021-09-11BaseJob: deprecate endpoint accessors; query returns an objectAlexey Rusakov
2021-09-11Further tweaks to MxcReplyAlexey Rusakov
2021-09-11Don't parent NAM to QCoreApplicationAlexey Rusakov
2021-09-10Move URL creation to Room/Connection; use query instead of fragmentAlexey Rusakov
2021-09-10Add "quotient.network" logging categoryAlexey Rusakov
2021-09-10Percent-encode all the thingsTobias Fella
2021-09-10Return a failed MxcReply on invalid requestsTobias Fella
2021-09-10Update lib/networkaccessmanager.cppTobias Fella
2021-09-10Update lib/networkaccessmanager.cppTobias Fella
2021-09-09Straighten up file transfer cancellationAlexey Rusakov
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-09-03Merge pull request #500 from quotient-im/kitsune/bump-minimal-versionsAlexey Rusakov
2021-09-03Tacitly allow CMake 3.13 to keep LGTM workingAlexey Rusakov
2021-09-03CONTRIBUTING.md: update code conventions to C++20Alexey Rusakov
2021-09-03CI experiment: requires GCC 10 and Clang 11Alexey Rusakov
2021-09-03Require CMake 3.16; drop qmake; use C++20 and newer compilersAlexey Rusakov
2021-09-02Merge pull request #495 from quotient-im/kitsune-ci-windows-codeqlAlexey Rusakov
2021-09-01Drop .appveyor.ymlAlexey Rusakov
2021-09-01CMakeLists: allow to pass clang-format options in CLANG_FORMATAlexey Rusakov
2021-09-01CMakeLists: fix resolving gtad on WindowsAlexey Rusakov
2021-09-01Change GTAD/matrix-doc pathsAlexey Rusakov
2021-09-01Add update-api on Windows pipelineAlexey Rusakov
2021-09-01Fix bin path differences between POSIX and WindowsAlexey Rusakov
2021-09-01Fix building with MSVCAlexey Rusakov
2021-09-01Add Windows, CodeQLAlexey Rusakov
2021-09-01Merge pull request #498 from TobiasFella/versioninfoAlexey Rusakov
2021-08-31Add functions and macros to query for Quotient's versionTobias Fella
2021-08-30Room: displayNameForHtmlAlexey Rusakov
2021-08-30SettingsGroup, AccountSettings: simplify constructorsAlexey Rusakov
2021-08-26Merge pull request #497 from TobiasFella/accountregistryAlexey 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-22Mustache: avoid BaseJob::DataAlexey Rusakov
2021-08-21CleanupAlexey Rusakov
2021-08-21Merge branch 'kitsune/event-status-namespace'Alexey Rusakov
2021-08-10Turn EventStatus from a class to a namespaceAlexey Rusakov