aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-05Implement room version capabilities in CS API (#866)Neil Alexander
2020-02-05Room version abstractions (#865)Neil Alexander
2020-02-01Blacklist 'displayname updates affect room member events' (#859)Andrew Morgan
2020-01-30Update sytest-whitelistNeil Alexander
2020-01-30Handle kind=guest query parameter on /register (#860)Prateek Sachan
2020-01-30Add empty push rules into account data on account creation (#862)Neil Alexander
2020-01-29Implement GET endpoints for account_data in clientapi (#861)Neil Alexander
2020-01-25More sync fixes (#854)Neil Alexander
2020-01-25Store our own keys in the keydb (#853)Neil Alexander
2020-01-24Wire up publicroomsapi for roomserver events (#851)Neil Alexander
2020-01-24Some fixes for #847 (#850)Neil Alexander
2020-01-23CS API: Support for /messages, fixes for /sync (#847)Neil Alexander
2020-01-22Add more passing tests to the testfile, add test blacklist file (#848)Andrew Morgan
2020-01-22Add a Sytest blacklist file (#849)Andrew Morgan
2020-01-20Identifier key loginNeil Alexander
2020-01-10Federation fixes (#845)Neil Alexander
2020-01-09Fix #842 - again...Neil Alexander
2020-01-09Fix #842Neil Alexander
2020-01-09Fall back to postgres when database connection string parsing fails (#842)Neil Alexander
2020-01-09Resync testfile with current sytest pass/fail (#832)Andrew Morgan
2020-01-09make cmd directory path absolute in build.sh (#830)Andrew Morgan
2020-01-03Implement storage interfaces (#841)Neil Alexander
2020-01-02Amend syncapi SQL queries to return missing columns (#840)Neil Alexander
2019-12-25replaced gometalinter description with golangci-lint (#837)Arshpreet
2019-12-25Move files back if linting fails (#810)Andrew Morgan
2019-12-20Use gomatrixserverlib.Transaction instead of local type (#590) (#811)S7evinK
2019-12-20Fix copy & paste error (#812)S7evinK
2019-12-20docker: Passthrough parameters to dendrite-monolith-serverNeil Alexander
2019-12-20AS should use the v1 endpoint, rather than r0 (#827)Will Hunt
2019-12-20Refuse /send_join without m.room.create (#824)Abhishek Kumar
2019-12-20Fix /send_join and /send_leave (#821)Brendan Abolivier
2019-12-20Return server names (#833)Neil Alexander
2019-12-18Merge branch 'anoa/fix_lint_ci'Andrew Morgan
2019-12-18URL decode argsAndrew Morgan
2019-12-18Refactor InstrumentHandlerCounter definitionAndrew Morgan
2019-12-17re-add temporarily missing deps?Andrew Morgan
2019-12-17goimportsAndrew Morgan
2019-12-17Replace deprecated prometheus.InstrumentHandler and unsafe time.TickerAndrew Morgan
2019-11-27Fix login using identifier keySerra Allgood
2019-10-08Pin golangci-lint version to non-broken one (#809)Andrew Morgan
2019-10-07selectAccountDataByType shouldn't error when no rows (#804)Alex Chen
2019-10-04Add AppService to test config and bind addrs (#800)Andrew Morgan
2019-10-02patch dendrite microservices with bind config (#795)aditsachde
2019-10-02Clean up CircleCI leftovers (#801)Alex Chen
2019-10-02Add missing servers field in /directory/room/:alias response (#732)Alex Chen
2019-09-30selectAccountDataByType return ClientEvent pointer instead of slice of Client...Behouba Manassé
2019-09-26Remove CircleCI (#793)Andrew Morgan
2019-09-26Add 'Can paginate public room list' to testfile (#797)Andrew Morgan
2019-08-24Set up queryAPI in federationsender (#791)Alex Chen
2019-08-24Associate transactions with session IDs instead of device IDs (#789)Alex Chen