Age | Commit message (Expand) | Author |
2020-06-19 | csapi/: generated using the latest GTAD and matrix-doc | Kitsune Ral |
2020-06-14 | quotient_common.h for common namespace things | Kitsune Ral |
2020-06-12 | The previous commit is incomplete, this completes it | Kitsune Ral |
2020-06-12 | Connection::isLoggedIn() and more robust logout() | Kitsune Ral |
2020-06-12 | Connection::syncLoop: give a pause between syncs | Kitsune Ral |
2020-06-12 | BaseJob: fail early if the job needs token and there's none | Kitsune Ral |
2020-06-12 | Connection: add (STORED false) to derived Q_PROPERTYs | Kitsune Ral |
2020-06-11 | BaseJob::prepareError(): be more tolerant to empty error payloads | Kitsune Ral |
2020-06-10 | syncdata.h: fix an old warning about operator<< | Kitsune Ral |
2020-06-10 | Room: fix messageSent() being emitted too early | Kitsune Ral |
2020-06-10 | More comments refresh | Kitsune Ral |
2020-06-09 | Comments refresh | Kitsune Ral |
2020-06-09 | Merge pull request #405 from quotient-im/kitsune-basejob-store-json-response | Kitsune Ral |
2020-06-07 | Small updates to match the new generated definitions | Kitsune Ral |
2020-06-07 | Update generated files according to gtad/* changes | Kitsune Ral |
2020-06-07 | SsoSession: let Private be a class everywhere | Kitsune Ral |
2020-06-07 | AccountSettins: use perfect forwarding | Kitsune Ral |
2020-06-07 | util.cpp: drop OptimizeOnFirstUsage option on newer Qt | Kitsune Ral |
2020-06-07 | BaseJob: jsonData() and prepareResult/Error() | Kitsune Ral |
2020-06-07 | MediaThumbnailJob: be specific about the transform | Kitsune Ral |
2020-06-07 | BaseJob: expose statusCode as Q_PROPERTY | Kitsune Ral |
2020-06-05 | Avoid Qt 5.15 deprecation warning | Kitsune Ral |
2020-06-05 | Use CBOR for binary JSON caching on Qt 5.15+ | Kitsune Ral |
2020-06-05 | Connection::run(): Q_INVOKABLE and chaining | Kitsune Ral |
2020-06-01 | GTAD parts: new home and format updates for GTAD 0.7 | Kitsune Ral |
2020-06-01 | Remove the piece of code introduced too early on | Kitsune Ral |
2020-05-31 | BaseJob: use non-deprecated API for Qt 5.15 | Kitsune Ral |
2020-05-31 | BaseJob::rawData: overload for (even) quicker access | Kitsune Ral |
2020-05-31 | Move around and format code | Kitsune Ral |
2020-05-31 | room.cpp: clean away unused variables | Kitsune Ral |
2020-05-12 | basejob.cpp: nitpicks from clang-format | Kitsune Ral |
2020-04-17 | Regenerate API files using new GTAD and refreshed templates | Kitsune Ral |
2020-04-17 | gtad.yaml, *.mustache: upgrade to GTAD 0.7 beta | Kitsune Ral |
2020-04-15 | Connection: track resolving and login flows jobs; isUsable() | Kitsune Ral |
2020-04-15 | Connection: cleanup and reformat | Kitsune Ral |
2020-04-15 | Connection: connectToServer -> loginWithPassword | Kitsune Ral |
2020-04-14 | BaseJob::makeRequestUrl(): even more tolerance to slash separators | Kitsune Ral |
2020-04-14 | Settings: use UTF-8 encoding | Kitsune Ral |
2020-04-14 | Room: emit updatedEvent() on un-reaction | Kitsune Ral |
2020-04-12 | Room::safeMemberName() | Kitsune Ral |
2020-04-12 | Room::canSwitchVersions(): refactor and make Q_INVOKABLE | Kitsune Ral |
2020-04-08 | EventStatus::Replaced | Kitsune Ral |
2020-04-07 | BaseJob: don't finish and re-try at the same time | Kitsune Ral |
2020-04-07 | Room::addNewMessageEvents: fix an assertion failure on empty sender | Kitsune Ral |
2020-04-06 | BaseJob: disable pipelining | Kitsune Ral |
2020-04-06 | Revert changes accidentally sneaked in with the previous commit | Kitsune Ral |
2020-04-06 | CMakeLists: install header files to a subdirectory | Kitsune Ral |
2020-04-05 | RequestData: create empty QByteArray by default | Kitsune Ral |
2020-03-31 | Reparent all jobs to their connections | Kitsune Ral |
2020-03-30 | Connection::resolveServer(): refactor | Kitsune Ral |