aboutsummaryrefslogtreecommitdiff
path: root/jobs
AgeCommit message (Expand)Author
2018-03-03Improve compatibility with gcc 4.9 to be able to build for Android with QtCre...Roman Plášil
2018-02-28Skip retry interval if the last job attempt timed outKitsune Ral
2018-02-28Profiling logs: added µs, less empty profiling log linesKitsune Ral
2018-02-26SyncJob: parse events from global account data tooKitsune Ral
2018-02-23BaseJob: In case of 4xx errors, fill the status with the message from the res...Kitsune Ral
2018-02-20BaseJob: added Abandoned statusKitsune Ral
2018-02-07MediaThumbnailJob::parseReply: Do not ignore underlying errorsKitsune Ral
2018-02-03DownloadFileJob, MediaThumbnailJob: augment generated makeRequestUrl() methodsKitsune Ral
2018-02-03jobs/generated: Generate job-specific makeRequestUrl() methodsKitsune Ral
2018-02-03BaseJob::makeRequestUrlKitsune Ral
2018-01-30CreateRoomJob: Update to the latest Spec versionKitsune Ral
2018-01-30RequestData: use autoKitsune Ral
2018-01-25BaseJob::checkReply: log job returned status more explicitlyKitsune Ral
2018-01-15DownloadFileJob: Be tolerant to request retriesKitsune Ral
2018-01-14DownloadFileJobKitsune Ral
2018-01-14BaseJob: afterStart(), beforeAbandon(), up/downloadProgress()Kitsune Ral
2018-01-14Drop extraneous #include <QString>Kitsune Ral
2018-01-14BaseJob::Data -> RequestData; support QIODevice* input/outputKitsune Ral
2018-01-14Merge branch 'master' into kitsune-content-repo-create-roomKitsune Ral
2018-01-12BaseJob::maxRetries: Align the type with that of JobTimeoutConfigKitsune Ral
2018-01-09MediaThumbnailJob: Rewire to GetContentThumbnailJob; decommission ThumbnailTypeKitsune Ral
2018-01-09jobs/generated: content-repo.*, create_room.*Kitsune Ral
2018-01-09jobs: expect application/json by default; set query in constructor body; prop...Kitsune Ral
2018-01-09jobs/generated: Use BaseJob::addExpectedContentType()Kitsune Ral
2018-01-09BaseJob: Provide a simplified constructorKitsune Ral
2018-01-09BaseJob, MediaThumbnailJob: Support request and response headersKitsune Ral
2018-01-09jobs/generated: Polish formatting; other minor cleanupKitsune Ral
2018-01-09BaseJob: change initial job status from NoError to PendingKitsune Ral
2018-01-09isJobRunning() facility functionKitsune Ral
2017-12-30BaseJob: do not suppress SSL errorsKitsune Ral
2017-12-28Switch from QPixmap to QImage; add convenience avatar() overloads to Room and...Kitsune Ral
2017-12-25BaseJob: further minor code cleanupKitsune Ral
2017-12-25BaseJob: consolidate job timeout configurationKitsune Ral
2017-12-14Declare SyncRoomData as C++-movableKitsune Ral
2017-12-14Move all internal event pointers to std::unique_ptr<>Kitsune Ral
2017-12-07PasswordLogin: Fix the legacy job class to compile with new BaseJob::DataKitsune Ral
2017-12-07New generated jobs for: room directory, 3PIDs, redactions, typing notificatio...Kitsune Ral
2017-12-07Make BaseJob::Data consume QByteArray as well, not only QJsonObjectKitsune Ral
2017-12-07jobs/generated: don't rely on QString's COW; firmer formattingKitsune Ral
2017-12-07Generated jobs: Apply naming convention to parametersKitsune Ral
2017-12-07Generated jobs: Don't dump empty strings to body parametersKitsune Ral
2017-11-21Use QStringLiteral instead of bare QString constructors for string constantsKitsune Ral
2017-11-21Mitigate the mess with slashes between base URL and endpoint stringKitsune Ral
2017-11-16Simplify code that loads events from JSON arraysKitsune Ral
2017-11-01Move converters.h out of jobs/Kitsune Ral
2017-10-27Put access token to headers instead of queryKitsune Ral
2017-10-25Fixed a typo in the logsKitsune Ral
2017-10-19Introduce device_id and initial_device_name support; switch to generated Logi...Kitsune Ral
2017-10-17Avoid leaking access_token in the logsKitsune Ral
2017-10-14Actually added generated/profile.* files, needed to change display nameKitsune Ral