Age | Commit message (Expand) | Author |
2018-06-03 | csapi: No need to explicitly #include <QtCore/QStringList> | Kitsune Ral |
2018-06-03 | csapi: GetTurnServerJob | Kitsune Ral |
2018-06-03 | csapi/content-repo.*: jobs return results in data() instead of content() now | Kitsune Ral |
2018-06-03 | csapi/notifications.*: Use QVariant instead of QJsonObject | Kitsune Ral |
2018-06-03 | csapi + converters: Support variant types (using QVariant) | Kitsune Ral |
2018-06-03 | csapi: Updated to the most recent API definitions | Kitsune Ral |
2018-06-03 | gtad.yaml: Fixes around defaultValue | Kitsune Ral |
2018-06-03 | gtad.yaml: Fallback to QJsonArray no more needed | Kitsune Ral |
2018-06-03 | gtad.yaml: Make sure to pass avoidCopy to ref'ed types | Kitsune Ral |
2018-06-02 | BaseJob: fix error handling for M_CONSENT_NOT_GIVEN | Kitsune Ral |
2018-06-02 | Connection::loadedRoomState() signal | Kitsune Ral |
2018-06-02 | Room::dropDuplicateEvents(): use a reference instead of a pointer | Kitsune Ral |
2018-06-02 | csapi: Fix adding omittables to a query string | Kitsune Ral |
2018-06-02 | GTAD: drop question marks and "true" from attributes | Kitsune Ral |
2018-06-02 | Typo fix | Kitsune Ral |
2018-06-02 | csapi: Use Omittable<> container instead of intrusive 'omitted' field | Kitsune Ral |
2018-06-02 | addToJson(): Omit unneeded defaulting of ValT to void | 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 | Move out prettyPrint() from Room to util.h | Kitsune Ral |
2018-05-28 | BaseJob: support status tracking | Kitsune Ral |
2018-05-28 | BaseJob: refresh rotten comments about kill() | Kitsune Ral |
2018-05-26 | lib/csapi/: regenerate job classes from the most recent templates | Kitsune Ral |
2018-05-26 | lib/csapi/: Don't send parameters that were omitted | Kitsune Ral |
2018-05-24 | Room: Make isFavourite/LowPriority/DirectChat accessible from QML | 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 | converters.h: Fix CI | Kitsune Ral |
2018-05-06 | Optimise #includes, eliminate some excess blank lines in lib/csapi | Kitsune Ral |
2018-05-06 | lib/csapi/*.mustache: Optimise #includes, eliminate some blank lines | Kitsune Ral |
2018-05-06 | lib/csapi: SearchJob | Kitsune Ral |
2018-05-06 | Room::calculateDisplayname: fix a misleading room name after leaving a one-on... | Kitsune Ral |
2018-05-04 | New home for the generated code - lib/csapi | Kitsune Ral |
2018-05-04 | Fix building on OSX | 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 | converters.h: support std::unordered_map<QString, T> | 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 |