aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-29Add QUOTIENT_API throughout non-generated codeAlexey Rusakov
2021-12-29Quotest: test sending and receiving custom eventsAlexey Rusakov
2021-12-29Introduce quotient_export.hAlexey Rusakov
2021-12-28EventContent::FileInfo: default payloadSize to 0Alexey Rusakov
2021-12-28Settings classes: unify on QUO_ macro prefixAlexey Rusakov
2021-12-28Convert struct LoginFlows to namespaceAlexey Rusakov
2021-12-27Merge branch 'dev' into pinnedarawaaa
2021-12-27EventFactory: remove default constructorAlexey Rusakov
2021-12-27EventItem::setUserData: use std::moveAlexey Rusakov
2021-12-27Key* strings: drop 'static'; add 'constexpr' where okAlexey Rusakov
2021-12-27Connection: Simplify room/user factory codeAlexey Rusakov
2021-12-27Quotest: add compile warnings from libQuotientAlexey Rusakov
2021-12-26Merge #528: Make canChangePassword available from QMLAlexey Rusakov
2021-12-25Make canChangePassword available from QMLCarl Schwan
2021-12-25Apply suggestions from code reviewTobias Fella
2021-12-25Remove assertTobias Fella
2021-12-25Update lib/e2ee/qolmoutboundsession.hTobias Fella
2021-12-25Update lib/e2ee/qolmoutboundsession.hTobias Fella
2021-12-25Don't save olm account ón shutdownTobias Fella
2021-12-25Remove irrelevant includeTobias Fella
2021-12-25Remove unneeded codeTobias Fella
2021-12-25Move run-tests.shTobias Fella
2021-12-25Apply suggestionsTobias Fella
2021-12-25Update lib/e2ee/qolmoutboundsession.cppTobias Fella
2021-12-24Apply suggestionsTobias Fella
2021-12-24Prune empty/ish call*event.cpp filesAlexey Rusakov
2021-12-24Cache deviceslist to binary when possibleTobias Fella
2021-12-24CI: Fix rm being run in the wrong directoryAlexey Rusakov
2021-12-24CI: Move a comment outside of the scriptAlexey Rusakov
2021-12-24CI: Add missing coverage filesAlexey Rusakov
2021-12-24Merge branch 'kitsune/sonar-coverage'Alexey Rusakov
2021-12-24Reinstate update-api jobsAlexey Rusakov
2021-12-24Don't strip lib from names in .gcov filesAlexey Rusakov
2021-12-24Analyse in 2 threadsAlexey Rusakov
2021-12-24Actually do and submit coverageAlexey Rusakov
2021-12-24Merge Sonar invocation back to ci.ymlAlexey Rusakov
2021-12-24Sonar: add coverage analysisAlexey Rusakov
2021-12-24Sonar: leave just one jobAlexey Rusakov
2021-12-24Fix reading unencrypted imagesTobias Fella
2021-12-24Find sql when using libquotientTobias Fella
2021-12-22Another improvementTobias Fella
2021-12-22Apply suggestions from code reviewTobias Fella
2021-12-22Merge pull request #526 from quotient-im/kitsune/simpler-event-factoriesAlexey Rusakov
2021-12-22StateEventBase: force type to unknown if stateKey is not in JSONAlexey Rusakov
2021-12-22Simplify the code around EventFactory<>Alexey Rusakov
2021-12-21Don't chain RoomEvent to Event factory any moreAlexey Rusakov
2021-12-21Add event_loader.h to CMakeListsAlexey Rusakov
2021-12-21Quotest: add a missing \n in the outputAlexey Rusakov
2021-12-17RoomMemberEvent: fix an off-by-one errorAlexey Rusakov
2021-12-10Remove data from database when leaving roomTobias Fella