Age | Commit message (Expand) | Author |
2018-03-23 | DownloadFileJob::beforeStart(): make sure to immediately return in case of error | Kitsune Ral |
2018-03-23 | BaseJob::start(): self-destruct if not succesfully started | Kitsune Ral |
2018-03-20 | ignore possible appendixes from content type | Krombel |
2018-03-05 | Support server-side read marker (m.full_read) | Kitsune Ral |
2018-03-05 | jobs/generated: SetAccountDataJob, SetAccountDataPerRoomJob | Kitsune Ral |
2018-03-03 | Improve compatibility with gcc 4.9 to be able to build for Android with QtCre... | Roman Plášil |
2018-02-28 | Skip retry interval if the last job attempt timed out | Kitsune Ral |
2018-02-28 | Profiling logs: added µs, less empty profiling log lines | Kitsune Ral |
2018-02-26 | SyncJob: parse events from global account data too | Kitsune Ral |
2018-02-23 | BaseJob: In case of 4xx errors, fill the status with the message from the res... | Kitsune Ral |
2018-02-20 | BaseJob: added Abandoned status | Kitsune Ral |
2018-02-07 | MediaThumbnailJob::parseReply: Do not ignore underlying errors | Kitsune Ral |
2018-02-03 | DownloadFileJob, MediaThumbnailJob: augment generated makeRequestUrl() methods | Kitsune Ral |
2018-02-03 | jobs/generated: Generate job-specific makeRequestUrl() methods | Kitsune Ral |
2018-02-03 | BaseJob::makeRequestUrl | Kitsune Ral |
2018-01-30 | CreateRoomJob: Update to the latest Spec version | Kitsune Ral |
2018-01-30 | RequestData: use auto | Kitsune Ral |
2018-01-25 | BaseJob::checkReply: log job returned status more explicitly | Kitsune Ral |
2018-01-15 | DownloadFileJob: Be tolerant to request retries | Kitsune Ral |
2018-01-14 | DownloadFileJob | Kitsune Ral |
2018-01-14 | BaseJob: afterStart(), beforeAbandon(), up/downloadProgress() | Kitsune Ral |
2018-01-14 | Drop extraneous #include <QString> | Kitsune Ral |
2018-01-14 | BaseJob::Data -> RequestData; support QIODevice* input/output | Kitsune Ral |
2018-01-14 | Merge branch 'master' into kitsune-content-repo-create-room | Kitsune Ral |
2018-01-12 | BaseJob::maxRetries: Align the type with that of JobTimeoutConfig | Kitsune Ral |
2018-01-09 | MediaThumbnailJob: Rewire to GetContentThumbnailJob; decommission ThumbnailType | Kitsune Ral |
2018-01-09 | jobs/generated: content-repo.*, create_room.* | Kitsune Ral |
2018-01-09 | jobs: expect application/json by default; set query in constructor body; prop... | Kitsune Ral |
2018-01-09 | jobs/generated: Use BaseJob::addExpectedContentType() | Kitsune Ral |
2018-01-09 | BaseJob: Provide a simplified constructor | Kitsune Ral |
2018-01-09 | BaseJob, MediaThumbnailJob: Support request and response headers | Kitsune Ral |
2018-01-09 | jobs/generated: Polish formatting; other minor cleanup | Kitsune Ral |
2018-01-09 | BaseJob: change initial job status from NoError to Pending | Kitsune Ral |
2018-01-09 | isJobRunning() facility function | Kitsune Ral |
2017-12-30 | BaseJob: do not suppress SSL errors | Kitsune Ral |
2017-12-28 | Switch from QPixmap to QImage; add convenience avatar() overloads to Room and... | Kitsune Ral |
2017-12-25 | BaseJob: further minor code cleanup | Kitsune Ral |
2017-12-25 | BaseJob: consolidate job timeout configuration | Kitsune Ral |
2017-12-14 | Declare SyncRoomData as C++-movable | Kitsune Ral |
2017-12-14 | Move all internal event pointers to std::unique_ptr<> | Kitsune Ral |
2017-12-07 | PasswordLogin: Fix the legacy job class to compile with new BaseJob::Data | Kitsune Ral |
2017-12-07 | New generated jobs for: room directory, 3PIDs, redactions, typing notificatio... | Kitsune Ral |
2017-12-07 | Make BaseJob::Data consume QByteArray as well, not only QJsonObject | Kitsune Ral |
2017-12-07 | jobs/generated: don't rely on QString's COW; firmer formatting | Kitsune Ral |
2017-12-07 | Generated jobs: Apply naming convention to parameters | Kitsune Ral |
2017-12-07 | Generated jobs: Don't dump empty strings to body parameters | Kitsune Ral |
2017-11-21 | Use QStringLiteral instead of bare QString constructors for string constants | Kitsune Ral |
2017-11-21 | Mitigate the mess with slashes between base URL and endpoint string | Kitsune Ral |
2017-11-16 | Simplify code that loads events from JSON arrays | Kitsune Ral |
2017-11-01 | Move converters.h out of jobs/ | Kitsune Ral |