aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-02BaseJob: fix error handling for M_CONSENT_NOT_GIVENKitsune Ral
2018-06-02More reliable test state tracking; join/leave testsKitsune Ral
2018-06-02Connection::loadedRoomState() signalKitsune Ral
2018-06-02Room::dropDuplicateEvents(): use a reference instead of a pointerKitsune Ral
2018-06-02csapi: Fix adding omittables to a query stringKitsune Ral
2018-06-02GTAD: drop question marks and "true" from attributesKitsune Ral
2018-06-02Typo fixKitsune Ral
2018-06-02csapi: Use Omittable<> container instead of intrusive 'omitted' fieldKitsune Ral
2018-06-02addToJson(): Omit unneeded defaulting of ValT to voidKitsune Ral
2018-05-30BaseJob::setStatus: Don't try to remove access token if it's emptyKitsune Ral
2018-05-29BaseJob: Treat M_CONSENT_NOT_GIVEN separately from other content access errorsKitsune Ral
2018-05-29BaseJob: "background" switch; more extensive error reportingKitsune Ral
2018-05-28Move out prettyPrint() from Room to util.hKitsune Ral
2018-05-28BaseJob: support status trackingKitsune Ral
2018-05-28BaseJob: refresh rotten comments about kill()Kitsune Ral
2018-05-28qmc-example: Updates to Valgrind suppressionsKitsune Ral
2018-05-26lib/csapi/: regenerate job classes from the most recent templatesKitsune Ral
2018-05-26lib/csapi/: Don't send parameters that were omittedKitsune Ral
2018-05-24Room: Make isFavourite/LowPriority/DirectChat accessible from QMLKitsune Ral
2018-05-23BaseJob: more careful error handling; unify and extend error signals in Conne...Kitsune Ral
2018-05-06Remove unused job classes.Kitsune Ral
2018-05-06converters.h: Fix CIKitsune Ral
2018-05-06Optimise #includes, eliminate some excess blank lines in lib/csapiKitsune Ral
2018-05-06lib/csapi/*.mustache: Optimise #includes, eliminate some blank linesKitsune Ral
2018-05-06lib/csapi: SearchJobKitsune Ral
2018-05-06Room::calculateDisplayname: fix a misleading room name after leaving a one-on...Kitsune Ral
2018-05-06CMakeLists.txt: Bump API versionKitsune Ral
2018-05-05Merge branch 'kitsune-gtad'Kitsune Ral
2018-05-05CONTRIBUTING.md: add a section about using GTADKitsune Ral
2018-05-05README.md: cleaning up captionsKitsune Ral
2018-05-04New home for the generated code - lib/csapiKitsune Ral
2018-05-04Fix building on OSXKitsune Ral
2018-05-04gtad.yaml: CleanupKitsune Ral
2018-05-04gtad.yaml: Even more concise type stubbingKitsune Ral
2018-05-04Connection, jobs/generated: Use QStringList instead of QVector<QString>Kitsune Ral
2018-05-04gtad.yaml: Use QStringList instead of QVector<QString>Kitsune Ral
2018-05-04jobs/generated: code ordering, more commentsKitsune Ral
2018-05-04gtad.yaml: Support maps of eventsKitsune Ral
2018-05-04{{base}}.h.mustache: better code ordering, more commentsKitsune Ral
2018-05-04converters.h: support std::unordered_map<QString, T>Kitsune Ral
2018-05-04SendToDeviceJob: use a map-of-maps for messages instead of an opaque QJsonObjectKitsune Ral
2018-05-04gtad.yaml: Support OpenAPI value maps (aka additionalProperties)Kitsune Ral
2018-05-04Ignore non-shadow qmake buildsKitsune Ral
2018-05-04Preempt job/setroomstatejob.* with jobs/generated/room_state.*Kitsune Ral
2018-05-04EvT::TypeId: Use a member function instead of a variableKitsune Ral
2018-05-03.travis.yml: Use newer QtKitsune Ral
2018-05-03gtad.yaml: Update regexes to match string partsKitsune Ral
2018-05-03Preempt jobs/joinroomjob.* with jobs/generated/joining.*Kitsune Ral
2018-05-03jobs/generated: Drop unused codeKitsune Ral
2018-05-03GetRoomEventsJob (replaces RoomMessagesJob) + refactoringKitsune Ral