Age | Commit message (Expand) | Author |
2018-06-08 | SyncJob: Support receiving to_device and presence events | Kitsune Ral |
2018-06-03 | csapi/content-repo.*: jobs return results in data() instead of content() now | Kitsune Ral |
2018-06-02 | BaseJob: fix error handling for M_CONSENT_NOT_GIVEN | Kitsune Ral |
2018-05-30 | BaseJob::setStatus: Don't try to remove access token if it's empty | Kitsune Ral |
2018-05-29 | BaseJob: Treat M_CONSENT_NOT_GIVEN separately from other content access errors | Kitsune Ral |
2018-05-29 | BaseJob: "background" switch; more extensive error reporting | Kitsune Ral |
2018-05-28 | BaseJob: support status tracking | Kitsune Ral |
2018-05-28 | BaseJob: refresh rotten comments about kill() | Kitsune Ral |
2018-05-23 | BaseJob: more careful error handling; unify and extend error signals in Conne... | Kitsune Ral |
2018-05-06 | Remove unused job classes. | Kitsune Ral |
2018-05-06 | Optimise #includes, eliminate some excess blank lines in lib/csapi | Kitsune Ral |
2018-05-04 | New home for the generated code - lib/csapi | Kitsune Ral |
2018-05-04 | gtad.yaml: Cleanup | Kitsune Ral |
2018-05-04 | gtad.yaml: Even more concise type stubbing | Kitsune Ral |
2018-05-04 | Connection, jobs/generated: Use QStringList instead of QVector<QString> | Kitsune Ral |
2018-05-04 | gtad.yaml: Use QStringList instead of QVector<QString> | Kitsune Ral |
2018-05-04 | jobs/generated: code ordering, more comments | Kitsune Ral |
2018-05-04 | gtad.yaml: Support maps of events | Kitsune Ral |
2018-05-04 | {{base}}.h.mustache: better code ordering, more comments | Kitsune Ral |
2018-05-04 | SendToDeviceJob: use a map-of-maps for messages instead of an opaque QJsonObject | Kitsune Ral |
2018-05-04 | gtad.yaml: Support OpenAPI value maps (aka additionalProperties) | Kitsune Ral |
2018-05-04 | Preempt job/setroomstatejob.* with jobs/generated/room_state.* | Kitsune Ral |
2018-05-04 | EvT::TypeId: Use a member function instead of a variable | Kitsune Ral |
2018-05-03 | gtad.yaml: Update regexes to match string parts | Kitsune Ral |
2018-05-03 | Preempt jobs/joinroomjob.* with jobs/generated/joining.* | Kitsune Ral |
2018-05-03 | jobs/generated: Drop unused code | Kitsune Ral |
2018-05-03 | GetRoomEventsJob (replaces RoomMessagesJob) + refactoring | Kitsune Ral |
2018-05-03 | GTAD: Use QMatrixClient::Event-derived classes in generated jobs + Mustache c... | Kitsune Ral |
2018-05-01 | Merge branch 'master' into kitsune-gtad | Kitsune Ral |
2018-05-01 | jobs/generated: use std::move in baseURL; type updates from the API files | Kitsune Ral |
2018-05-01 | gtad.yaml: Use EventPtr for Notifications.Event; add variant type to the map | Kitsune Ral |
2018-05-01 | GetNotificationsJob: don't alias EventPtr with Event | Kitsune Ral |
2018-05-01 | jobs/generated: use std::move in baseURL; type updates from the API files | Kitsune Ral |
2018-05-01 | Mustache: more C++ tidying and empty lines removal | Kitsune Ral |
2018-05-01 | jobs/generated: GetNotificationsJob | Kitsune Ral |
2018-04-30 | jobs/generated: GetNotificationsJob | Kitsune Ral |
2018-04-30 | jobs/generated: cleanup C++ | Kitsune Ral |
2018-04-30 | gtad.yaml: Migrate to GTAD 0.5 config format | Kitsune Ral |
2018-04-30 | jobs/generated: cleanup C++ | Kitsune Ral |
2018-04-30 | Mustache templates: cleanup C++ | Kitsune Ral |
2018-04-29 | Merge branch 'master' into kitsune-gtad | Kitsune Ral |
2018-04-25 | BaseJob::doCheckReply: catch non-HTTP errors too | Kitsune Ral |
2018-04-25 | BaseJob: rewrite error detection using genuine HTTP codes | Kitsune Ral |
2018-04-14 | jobs/generated: Overload toJson() instead of operator QJsonObject()/QJsonValue() | Kitsune Ral |
2018-04-14 | Mustache templates: Overload toJson() instead of operator QJsonObject()/QJson... | Kitsune Ral |
2018-04-14 | Mustache: {{#producesNonJson?}} -> {{#producesNotJson?}} | Kitsune Ral |
2018-04-13 | Merge branch 'master' into kitsune-gtad | Kitsune Ral |
2018-04-02 | BaseJob: set the status upon headers arrival | Kitsune Ral |
2018-04-01 | BaseJob: use QDebugStateSaver | Kitsune Ral |
2018-03-31 | Merge branch 'kitsune-install-target' | Kitsune Ral |