aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-13Merge branch 'master' into kitsune-gtadKitsune Ral
2018-01-12Connection: files up/downloading supportKitsune Ral
2018-01-12Connection::getThumbnail: Add an overload for QStringKitsune Ral
2018-01-12DownloadFileJobKitsune Ral
2018-01-12BaseJob: afterStart(), beforeAbandon(), up/downloadProgress()Kitsune Ral
2018-01-12Drop extraneous #include <QString>Kitsune Ral
2018-01-12BaseJob::Data -> RequestData; support QIODevice* input/outputKitsune Ral
2018-01-12BaseJob::maxRetries: Align the type with that of JobTimeoutConfigKitsune Ral
2018-01-12Event/RoomEvent: use Q_DECLARE_METATYPE properlyKitsune Ral
2018-01-12Qualify a bind() invocation with 'std::'; use an actual value instead of a pl...Kitsune Ral
2018-01-09Job template: Use QIODevice instead of QByteArray to store byte streamsKitsune Ral
2018-01-09Merge branch 'master' into kitsune-gtadKitsune Ral
2018-01-09BaseJob: change initial job status from NoError to PendingKitsune Ral
2018-01-09Fix an occasional crash when resolving a server nameKitsune Ral
2018-01-09Avatar: Use QPointer<> and isJobRunning()Kitsune Ral
2018-01-09Avatar: Mark get() as const operationKitsune Ral
2018-01-09isJobRunning() facility functionKitsune Ral
2018-01-09Avatar: Use Connection::getThumbnail instead of callApi<>Kitsune Ral
2018-01-06Add a missing #includeKitsune Ral
2018-01-05MediaThumbnailJob: Rewire to GetContentThumbnailJob; decommission ThumbnailTypeKitsune Ral
2018-01-05jobs/generated: content-repo.*, create_room.*Kitsune Ral
2018-01-05jobs: expect application/json by default; set query in constructor body; prop...Kitsune Ral
2018-01-05jobs/generated: Convert numbers to string in a way that actually worksKitsune Ral
2018-01-05BaseJob: Provide a simplified constructorKitsune Ral
2018-01-05jobs/generated: Make default values propagate properlyKitsune Ral
2018-01-05CMakeLists.txt: Exclude more API files from generationKitsune Ral
2018-01-05Avatar: Use Connection::getThumbnail instead of callApi<>Kitsune Ral
2018-01-05jobs/generated: Use BaseJob::addExpectedContentType()Kitsune Ral
2018-01-05{{base}}.cpp.mustache: Fix addExpectedContentType() invocation codeKitsune Ral
2018-01-04gtad.yaml: CleanupKitsune Ral
2018-01-04Updated generated jobsKitsune Ral
2018-01-04Disable generation of jobs that stand in the wayKitsune Ral
2018-01-04gtad.yaml: Update to the most recent GTADKitsune Ral
2018-01-03Fully support content-repo APIKitsune Ral
2018-01-03Support request and response headersKitsune Ral
2018-01-03jobs/generated: Polish formatting; other minor cleanupKitsune Ral
2017-12-31Merge branch 'master' into kitsune-gtadKitsune Ral
2017-12-30BaseJob: do not suppress SSL errorsKitsune Ral
2017-12-30QMatrixClient::NetworkAccessManager (singleton Qt NAM that remembers ignored ...Kitsune Ral
2017-12-29Don't use generic lambdas in initialisersKitsune Ral
2017-12-29Fix building with Microsoft's standard libraryKitsune Ral
2017-12-29Allow to customize and connect to the used QNetworkAccessManager from clientsKitsune Ral
2017-12-29Use std::unique_ptr instead of bare pointers; cleanup stale declarationsKitsune Ral
2017-12-28NetworkSettings: add setupApplicationProxy() accessible from QML; proxyPort i...Kitsune Ral
2017-12-28Switch from QPixmap to QImage; add convenience avatar() overloads to Room and...Kitsune Ral
2017-12-27Introduce StateEventBase - a non-template base for StateEvent<>Kitsune Ral
2017-12-27StateEvent<>: Look for prev_content in unsigned, not top-levelKitsune Ral
2017-12-26NetworkSettings: store proxy configurationKitsune Ral
2017-12-26Settings: factored out common declarations/definitions to macrosKitsune Ral
2017-12-25CMakeLists: Add -W to the mixKitsune Ral