aboutsummaryrefslogtreecommitdiff
path: root/jobs
AgeCommit message (Expand)Author
2017-09-20BaseJob: track the outcome of sendRequest() in the logsKitsune Ral
2017-09-20Minor optimisations in sync data parsingKitsune Ral
2017-09-19Merge branch 'master' into cache-state-to-jsonKitsune Ral
2017-09-19BaseJob: improved loggingKitsune Ral
2017-09-19Fix a race condition leading to a crash on closeKitsune Ral
2017-09-15MediaThumbnailJob: get rid of useless pimpl; add scaledThumbnail()Kitsune Ral
2017-09-08Revert previous commit as it breaks building with VC 2015Kitsune Ral
2017-09-05Initialize more properly to fix a warningKitsune Ral
2017-09-04Use move on SyncDataRoman Plášil
2017-09-04Use SyncJob::SyncData as a plain memberRoman Plášil
2017-09-03More fixesRoman Plášil
2017-09-02Use status return type for parseJsonRoman Plášil
2017-09-01BaseJob::Data: expose constructors from QJsonObjectKitsune Ral
2017-08-19BaseJob::Data: Small update to better match Qt APIKitsune Ral
2017-08-16Implement saving save to enable incremental sync even after shutdownRoman Plášil
2017-07-22SendEventJob: Fixed empty transaction id'sKitsune Ral
2017-06-27Enable sending RoomMessageEventsKitsune Ral
2017-06-22BaseJob::* facility classes: better constructionKitsune Ral
2017-05-22Refactored EventsKitsune Ral
2017-05-22CleanupKitsune Ral
2017-05-17Merge pull request #62 from Fxrh/kitsune-refactoringKitsune Ral
2017-05-13More code cleanup and tweaks; fine-tuning logs; performance improvementsKitsune Ral
2017-05-13Refactored logging enhancementsKitsune Ral
2017-05-12BaseJob: Do not leak access token into the job configurationKitsune Ral
2017-05-09LeaveRoomJob now accepts a roomId, not a Room object; Room::leaveRoom() intro...Kitsune Ral
2017-05-09Code cleanup and tweaking (partially driven by clang-tidy)Kitsune Ral
2017-04-30Port to categorized loggingElvis Angelaccio
2017-04-14Enable PostMessageJob to send rich text messagesKitsune Ral
2017-04-02Renamed JobHttpType to more fitting HttpVerb; removed Job from enum valuesKitsune Ral
2017-04-02Rotten comments fixesKitsune Ral
2017-03-27Map QNetworkReply::UnknownContentError to BaseJob::IncorrectRequestErrorKitsune Ral
2017-03-25Jobs retry on network and timeout errorsKitsune Ral
2017-03-24BaseJob: Add more error statesKitsune Ral
2017-03-16Log RoomMessagesJob's parametersKitsune Ral
2017-03-08Connection::callApi<>, a factory for all API call jobsKitsune Ral
2017-02-28Room: Make sure an event with the same id isn't added twice to the timeline; ...Kitsune Ral
2017-02-28Renamed logging_util.h to util.h and moved (improved) Owning<> and lookup() t...Kitsune Ral
2016-11-26CleanupKitsune Ral
2016-11-14Merge branch 'pragma-once'Kitsune Ral
2016-11-14Removed no more used filesKitsune Ral
2016-11-06Use #pragma once everywhereMalte Brandy
2016-11-01Removed unused codeKitsune Ral
2016-11-01Removed unused #includesKitsune Ral
2016-10-31Code cleanup upon inspection in CLionKitsune Ral
2016-10-21Fixed building on VS2013Kitsune Ral
2016-10-17Changed the order of arguments in SyncJob::SyncJob()Kitsune Ral
2016-10-15BaseJob: Use saved parameters instead of overriding apiPath(), query() and da...Kitsune Ral
2016-10-14MediaThumbnailJob: Use QSize instead of two separate int's for sizeKitsune Ral
2016-10-11Merge pull request #32 from Fxrh/kitsune-memory-careFelix Rohrbach
2016-10-11Removed long obsolete initialsyncjob.* files (fixes #37)Kitsune Ral