aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-28SyncData: drop a shortcut that led to ignoring invitesAlexey Rusakov
2021-09-19Use C++ instead of commentingAlexey Rusakov
2021-09-18Merge pull request #505 from TobiasFella/encryptedfileAlexey Rusakov
2021-09-18Add the encryptedfile to the eventcontentTobias Fella
2021-09-15Merge pull request #507 from TobiasFella/roomcreationtypesAlexey Rusakov
2021-09-14Add room types to RoomCreateEventTobias Fella
2021-09-12Merge pull request #506 from TobiasFella/activateencryptionAlexey Rusakov
2021-09-12Merge pull request #499 from TobiasFella/mxcnamAlexey Rusakov
2021-09-12Fix a memory leak in DownloadRunnerAlexey Rusakov
2021-09-12Fix building with older QtAlexey Rusakov
2021-09-12Connection: update AccountRegistryAlexey Rusakov
2021-09-12MxcReply: make sure to create a Private objectAlexey Rusakov
2021-09-12NAM::createRequest(): more loggingAlexey Rusakov
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