Age | Commit message (Expand) | Author |
2020-06-19 | Rename a few 'data' responses | Kitsune Ral |
2020-06-19 | *.h.mustache: minor fixes | Kitsune Ral |
2020-06-18 | gtad: restrict the identifier regex | Kitsune Ral |
2020-06-14 | libquotient.pri: fix a typo leading to qmake FTBFS | 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-12 | Merge remote-tracking branch 'origin/kitsune-conservative-configure-depends' | Kitsune Ral |
2020-06-12 | CMakeLists.txt: fix a typo | Kitsune Ral |
2020-06-12 | CMakeLists.txt: fix update-api target when there's no clang-format | Kitsune Ral |
2020-06-11 | BaseJob::prepareError(): be more tolerant to empty error payloads | Kitsune Ral |
2020-06-11 | CMakeLists.txt: only use CONFIGURE_DEPENDS when needed | Kitsune Ral |
2020-06-11 | Merge branch 'kitsune-expand-ci' | Kitsune Ral |
2020-06-10 | syncdata.h: fix an old warning about operator<< | Kitsune Ral |
2020-06-10 | CMakeLists.txt: exclude key_backup.yaml from API | Kitsune Ral |
2020-06-10 | CI: test more configurations | Kitsune Ral |
2020-06-10 | libquotient.pri: set /std:c++17 explicitly | Kitsune Ral |
2020-06-10 | Room: fix messageSent() being emitted too early | Kitsune Ral |
2020-06-10 | TestSuite::sendRedaction: fix a stale TODO | Kitsune Ral |
2020-06-10 | quotest: make sure to send all events before leaving | Kitsune Ral |
2020-06-10 | .travis.yml: fix a typo in the matrix-doc URL | 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-09 | Fix qmake build failure at AppVeyor | Kitsune Ral |
2020-06-07 | Small updates to match the new generated definitions | Kitsune Ral |
2020-06-07 | Travis CI: clone olm and gtad outside of source tree | Kitsune Ral |
2020-06-07 | Update generated files according to gtad/* changes | Kitsune Ral |
2020-06-07 | gtad/*: optimise and use latest GTAD features | Kitsune Ral |
2020-06-07 | SsoSession: let Private be a class everywhere | Kitsune Ral |
2020-06-07 | Drop Qt Gui from qmake process | Kitsune Ral |
2020-06-07 | AccountSettins: use perfect forwarding | Kitsune Ral |
2020-06-07 | README.md: minor cleanup | 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 | Merge branch 'kitsune-new-gtad' | 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-06-01 | .travis.yml: adjust to new GTAD | Kitsune Ral |
2020-05-31 | BaseJob: use non-deprecated API for Qt 5.15 | Kitsune Ral |
2020-05-31 | room.cpp: clean away unused variables | Kitsune Ral |
2020-05-31 | BaseJob::rawData: overload for (even) quicker access | Kitsune Ral |