Age | Commit message (Expand) | Author |
2022-05-29 | Cleanup and address Sonar warnings | Alexey Rusakov |
2022-05-29 | DownloadFileJob: refactor file decryption | Alexey Rusakov |
2022-05-29 | Move encryptFile/decryptFile out of EncryptedFileMetadata | Alexey Rusakov |
2022-05-29 | Refactor EncryptedFile and EC::FileInfo::file | Alexey Rusakov |
2022-05-11 | Fix race condition in consumeRoomData() | Alexey Rusakov |
2022-02-16 | More cleanup, especially in EncryptedFile | Alexey Rusakov |
2022-02-13 | Merge branch 'dev' | Alexey Rusakov |
2022-02-07 | Remove encryptionmanager and various fixes | Tobias Fella |
2022-01-29 | SyncData: expect self-contained /sync response | Alexey Rusakov |
2022-01-23 | Cleanup some #includes | Alexey Rusakov |
2022-01-18 | Revise inline keyword usage | Alexey Rusakov |
2022-01-05 | Fully-qualify types passed to slots | Alexey Rusakov |
2022-01-02 | Add ImplPtr and makeImpl | Alexey Rusakov |
2022-01-01 | Define destructors out-of-line when unique/scoped ptr are involved | Alexey Rusakov |
2021-12-29 | Add QUOTIENT_API throughout non-generated code | Alexey Rusakov |
2021-12-01 | Apply suggestions from code review | Tobias Fella |
2021-12-01 | Apply suggestions from code review | Tobias Fella |
2021-12-01 | Add mxc protocol to the networkaccessmanager | Tobias Fella |
2021-12-01 | Handle encrypted file download through existing API | Tobias Fella |
2021-12-01 | Implement download and decryption of encrypted files | Tobias Fella |
2021-11-11 | DECL_DEPRECATED_ENUMERATOR | Alexey Rusakov |
2021-10-05 | BaseJob: refresh error handling | Alexey Rusakov |
2021-10-05 | BaseJob::StatusCode: officially deprecate most *Error enumerators | Alexey Rusakov |
2021-10-04 | BaseJob: percent-encode variable path parts | Alexey Rusakov |
2021-09-11 | BaseJob: deprecate endpoint accessors; query returns an object | Alexey Rusakov |
2021-09-01 | Fix building with MSVC | Alexey Rusakov |
2021-08-22 | Fix building with MSVC | Alexey Rusakov |
2021-08-22 | Drop other stuff deprecated pre- or early 0.6 | Alexey Rusakov |
2021-08-22 | Drop QMatrixClient namespace alias | Alexey Rusakov |
2021-08-22 | Deprecate BaseJob::Data | Alexey Rusakov |
2021-08-07 | Drop an out-of-date comment | Alexey Rusakov |
2021-07-18 | Introduce to_array() to fix building on macOS | Alexey Rusakov |
2021-07-16 | Log thumbnail requests in their own category | Alexey Rusakov |
2021-07-02 | Actually delete BaseJob::Query | Alexey Rusakov |
2021-06-13 | BaseJob: FollowRedirectsAttribute -> RedirectPolicyAttribute | Alexey Rusakov |
2021-06-13 | Make RequestData compile again | Alexey Rusakov |
2021-01-16 | Updated copyright statements upon Git audit | Kitsune Ral |
2021-01-15 | Merge branch 'master' into dfaure/stricter-flags | Kitsune Ral |
2021-01-15 | Merge pull request #428 from ognarb/licensing | Kitsune Ral |
2021-01-15 | Drop a file deleted in master | Kitsune Ral |
2021-01-07 | isJobRunning() -> isJobPending() | Kitsune Ral |
2021-01-07 | BaseJob: setStatus(Pending) on scheduling a retry | Kitsune Ral |
2021-01-07 | BaseJob: more logging | Kitsune Ral |
2020-12-28 | Use generated SetReadMarkerJob instead of PostReadMarkersJob | Kitsune Ral |
2020-12-28 | BaseJob::initiate: add Q_LIKELY | Kitsune Ral |
2020-12-28 | Cleanup and clang-tidy/clazy fixes | Kitsune Ral |
2020-12-27 | Fix use-after-free of QNetworkReply in BaseJob | Nicolas Fella |
2020-12-26 | Port existing copyright statement to reuse using licensedigger | Carl Schwan |
2020-12-24 | Fix clang-tidy/clazy warnings | Kitsune Ral |
2020-12-23 | BaseJob::Status: add comparison with int | Kitsune Ral |