summary refs log tree commit diff
path: root/changelog.d (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-28Add 'device_lists_outbound_pokes' as extra table.Erik Johnston2-2/+11
2020-02-28Fixed set a user as an admin with the new API (#6928)Dirk Klimpel4-42/+199
2020-02-27Don't refuse to start worker if media listener configured. (#7002)Erik Johnston2-14/+21
2020-02-27set worker_app for frontend proxy test (#7003)Richard van der Hoff2-0/+6
2020-02-27Expose common commands via snap run interface to allow easier invocation (#6315)James2-5/+17
2020-02-27Add some type annotations in `synapse.storage` (#6987)Richard van der Hoff8-84/+270
2020-02-26Store room version on invite (#6983)Richard van der Hoff7-2/+78
2020-02-26Cast a coroutine into a Deferred in the federation base (#6996)Patrick Cloke2-6/+9
2020-02-26Port PresenceHandler to async/await (#6991)Erik Johnston7-115/+113
2020-02-26Updated warning for incorrect database collation/ctype (#6985)Uday Bansal2-3/+8
2020-02-26Ensure 'deactivated' parameter is a boolean on user admin API, Fix error hand...Andrew Morgan4-4/+68
2020-02-25Sanity-check database before running upgrades (#6982)Richard van der Hoff3-17/+33
2020-02-25Merge worker apps into one. (#6964)Erik Johnston16