aboutsummaryrefslogtreecommitdiff
path: root/jobs/basejob.h
AgeCommit message (Expand)Author
2017-12-07Make BaseJob::Data consume QByteArray as well, not only QJsonObjectKitsune Ral
2017-10-17Avoid leaking access_token in the logsKitsune Ral
2017-10-13All jobs: Drop ConnectionData parameter from the constructorKitsune Ral
2017-09-01BaseJob::Data: expose constructors from QJsonObjectKitsune Ral
2017-08-19BaseJob::Data: Small update to better match Qt APIKitsune Ral
2017-06-22BaseJob::* facility classes: better constructionKitsune Ral
2017-05-13Refactored logging enhancementsKitsune Ral
2017-05-09Code cleanup and tweaking (partially driven by clang-tidy)Kitsune Ral
2017-04-02Renamed JobHttpType to more fitting HttpVerb; removed Job from enum valuesKitsune Ral
2017-04-02Rotten comments fixesKitsune Ral
2017-03-25Jobs retry on network and timeout errorsKitsune Ral
2017-03-24BaseJob: Add more error statesKitsune Ral
2016-11-26CleanupKitsune Ral
2016-11-06Use #pragma once everywhereMalte Brandy
2016-10-21Fixed building on VS2013Kitsune Ral
2016-10-15BaseJob: Use saved parameters instead of overriding apiPath(), query() and da...Kitsune Ral
2016-07-27Introduce Status class + BaseJob::{checkReply,parseReply,parseJson} now retur...Kitsune Ral
2016-07-26Split BaseJob::gotReply into checkReply and parseReply + internal tweaks to B...Kitsune Ral
2016-07-26Rewritten BaseJob to not depend on KJob.Kitsune Ral
2016-07-22Separate errors of access denial kind to a different BaseJob error code as we...Kitsune Ral
2016-05-27Use 'override' keyword throughout job classes; constify apiPath(), query(), d...Kitsune Ral
2016-05-27Set the object name for each job, to make it clear which job has failedKitsune Ral
2016-05-06Make sure the QNetworkReply object is aborted at any failure and even silent ...Kitsune Ral
2016-05-06Add separate success() and failure() signals to BaseJobKitsune Ral
2016-04-12Resolve Matrix SRV records.David A Roberts
2016-04-05Imported the current source tree from Quaternion/lib.Kitsune Ral