Age | Commit message (Expand) | Author |
2021-10-04 | prettyPrint(): tighten up Matrix identifier regex | Alexey Rusakov |
2021-10-04 | AccountRegistry: minor code cleanup | Alexey Rusakov |
2021-09-28 | SyncData: drop a shortcut that led to ignoring invites | Alexey Rusakov |
2021-09-19 | Use C++ instead of commenting | Alexey Rusakov |
2021-09-18 | Merge pull request #505 from TobiasFella/encryptedfile | Alexey Rusakov |
2021-09-18 | Add the encryptedfile to the eventcontent | Tobias Fella |
2021-09-15 | Merge pull request #507 from TobiasFella/roomcreationtypes | Alexey Rusakov |
2021-09-14 | Add room types to RoomCreateEvent | Tobias Fella |
2021-09-12 | Merge pull request #506 from TobiasFella/activateencryption | Alexey Rusakov |
2021-09-12 | Merge pull request #499 from TobiasFella/mxcnam | Alexey Rusakov |
2021-09-12 | Fix a memory leak in DownloadRunner | Alexey Rusakov |
2021-09-12 | Fix building with older Qt | Alexey Rusakov |
2021-09-12 | Connection: update AccountRegistry | Alexey Rusakov |
2021-09-12 | MxcReply: make sure to create a Private object | Alexey Rusakov |
2021-09-12 | NAM::createRequest(): more logging | Alexey Rusakov |
2021-09-12 | Add a download test to quotest | Alexey Rusakov |
2021-09-11 | Add convenience function for activating encryption and fix | Tobias Fella |
2021-09-11 | BaseJob: deprecate endpoint accessors; query returns an object | Alexey Rusakov |
2021-09-11 | Further tweaks to MxcReply | Alexey Rusakov |
2021-09-11 | Don't parent NAM to QCoreApplication | Alexey Rusakov |
2021-09-10 | Move URL creation to Room/Connection; use query instead of fragment | Alexey Rusakov |
2021-09-10 | Add "quotient.network" logging category | Alexey Rusakov |
2021-09-10 | Percent-encode all the things | Tobias Fella |
2021-09-10 | Return a failed MxcReply on invalid requests | Tobias Fella |
2021-09-10 | Update lib/networkaccessmanager.cpp | Tobias Fella |
2021-09-10 | Update lib/networkaccessmanager.cpp | Tobias Fella |
2021-09-09 | Straighten up file transfer cancellation | Alexey Rusakov |
2021-09-07 | Fix showing non-animated Images | Tobias Fella |
2021-09-05 | Create a NAM for each thread | Tobias Fella |
2021-09-05 | Implement the mxc protocol in the NetworkAccessManager | Tobias Fella |
2021-09-03 | Merge pull request #500 from quotient-im/kitsune/bump-minimal-versions | Alexey Rusakov |
2021-09-03 | Tacitly allow CMake 3.13 to keep LGTM working | Alexey Rusakov |
2021-09-03 | CONTRIBUTING.md: update code conventions to C++20 | Alexey Rusakov |
2021-09-03 | CI experiment: requires GCC 10 and Clang 11 | Alexey Rusakov |
2021-09-03 | Require CMake 3.16; drop qmake; use C++20 and newer compilers | Alexey Rusakov |
2021-09-02 | Merge pull request #495 from quotient-im/kitsune-ci-windows-codeql | Alexey Rusakov |
2021-09-01 | Drop .appveyor.yml | Alexey Rusakov |
2021-09-01 | CMakeLists: allow to pass clang-format options in CLANG_FORMAT | Alexey Rusakov |
2021-09-01 | CMakeLists: fix resolving gtad on Windows | Alexey Rusakov |
2021-09-01 | Change GTAD/matrix-doc paths | Alexey Rusakov |
2021-09-01 | Add update-api on Windows pipeline | Alexey Rusakov |
2021-09-01 | Fix bin path differences between POSIX and Windows | Alexey Rusakov |
2021-09-01 | Fix building with MSVC | Alexey Rusakov |
2021-09-01 | Add Windows, CodeQL | Alexey Rusakov |
2021-09-01 | Merge pull request #498 from TobiasFella/versioninfo | Alexey Rusakov |
2021-08-31 | Add functions and macros to query for Quotient's version | Tobias Fella |
2021-08-30 | Room: displayNameForHtml | Alexey Rusakov |
2021-08-30 | SettingsGroup, AccountSettings: simplify constructors | Alexey Rusakov |
2021-08-26 | Merge pull request #497 from TobiasFella/accountregistry | Alexey Rusakov |
2021-08-26 | Add AccountRegistry | Tobias Fella |