aboutsummaryrefslogtreecommitdiff
path: root/lib/jobs
AgeCommit message (Expand)Author
2022-02-13Merge branch 'dev'Alexey Rusakov
2022-02-07Remove encryptionmanager and various fixesTobias Fella
2022-01-29SyncData: expect self-contained /sync responseAlexey Rusakov
2022-01-23Cleanup some #includesAlexey Rusakov
2022-01-18Revise inline keyword usageAlexey Rusakov
2022-01-05Fully-qualify types passed to slotsAlexey Rusakov
2022-01-02Add ImplPtr and makeImplAlexey Rusakov
2022-01-01Define destructors out-of-line when unique/scoped ptr are involvedAlexey Rusakov
2021-12-29Add QUOTIENT_API throughout non-generated codeAlexey Rusakov
2021-12-01Apply suggestions from code reviewTobias Fella
2021-12-01Apply suggestions from code reviewTobias Fella
2021-12-01Add mxc protocol to the networkaccessmanagerTobias Fella
2021-12-01Handle encrypted file download through existing APITobias Fella
2021-12-01Implement download and decryption of encrypted filesTobias Fella
2021-11-11DECL_DEPRECATED_ENUMERATORAlexey Rusakov
2021-10-05BaseJob: refresh error handlingAlexey Rusakov
2021-10-05BaseJob::StatusCode: officially deprecate most *Error enumeratorsAlexey Rusakov
2021-10-04BaseJob: percent-encode variable path partsAlexey Rusakov
2021-09-11BaseJob: deprecate endpoint accessors; query returns an objectAlexey Rusakov
2021-09-01Fix building with MSVCAlexey Rusakov
2021-08-22Fix building with MSVCAlexey 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-07Drop an out-of-date commentAlexey Rusakov
2021-07-18Introduce to_array() to fix building on macOSAlexey Rusakov
2021-07-16Log thumbnail requests in their own categoryAlexey Rusakov
2021-07-02Actually delete BaseJob::QueryAlexey Rusakov
2021-06-13BaseJob: FollowRedirectsAttribute -> RedirectPolicyAttributeAlexey Rusakov
2021-06-13Make RequestData compile againAlexey Rusakov
2021-01-16Updated copyright statements upon Git auditKitsune Ral
2021-01-15Merge branch 'master' into dfaure/stricter-flagsKitsune Ral
2021-01-15Merge pull request #428 from ognarb/licensingKitsune Ral
2021-01-15Drop a file deleted in masterKitsune Ral
2021-01-07isJobRunning() -> isJobPending()Kitsune Ral
2021-01-07BaseJob: setStatus(Pending) on scheduling a retryKitsune Ral
2021-01-07BaseJob: more loggingKitsune Ral
2020-12-28Use generated SetReadMarkerJob instead of PostReadMarkersJobKitsune Ral
2020-12-28BaseJob::initiate: add Q_LIKELYKitsune Ral
2020-12-28Cleanup and clang-tidy/clazy fixesKitsune Ral
2020-12-27Fix use-after-free of QNetworkReply in BaseJobNicolas Fella
2020-12-26Port existing copyright statement to reuse using licensediggerCarl Schwan
2020-12-24Fix clang-tidy/clazy warningsKitsune Ral
2020-12-23BaseJob::Status: add comparison with intKitsune Ral
2020-12-23BaseJob: add [[fallthrough]] as clang-tidy saysKitsune Ral
2020-12-23BaseJob: tolerate unexpected error payloadsKitsune Ral
2020-12-10Fix DELETE jobs with json dataTobias Fella
2020-11-27Make it compile with QT_NO_KEYWORDSCarl Schwan
2020-11-26Enable QT_NO_URL_CAST_FROM_STRING and QT_STRICT_ITERATORS.David Faure
2020-08-04BaseJob: go for a retry on IncorrectResponseKitsune Ral