Age | Commit message (Expand) | Author |
2020-07-18 | quotest: unit tests for MatrixUri | Kitsune Ral |
2020-07-18 | class MatrixUri; support action=join and via= | Kitsune Ral |
2020-07-18 | quotest: consolidate processing of syncDone() | Kitsune Ral |
2020-07-18 | quotest: delay sync start till after joining | Kitsune Ral |
2020-07-18 | Fix building with older Qt | Kitsune Ral |
2020-07-18 | ResourceResolver | Kitsune Ral |
2020-07-18 | quotest: log final report as late as possible | Kitsune Ral |
2020-06-26 | Disable HTTP2; enable pipelining | Kitsune Ral |
2020-06-20 | Room: PostReadMarkersJob should be in background | Kitsune Ral |
2020-06-19 | Fix FTBFS and warnings with E2EE switched on | Kitsune Ral |
2020-06-19 | Revert adding a pause between syncs, use sane timeout defaults | Kitsune Ral |
2020-06-19 | csapi/: generated using the latest GTAD and matrix-doc | Kitsune Ral |
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 |