| Commit message (Expand) | Author | Files | Lines |
2020-03-08 | lint2 | dklimpel | 2 | -4/+4 |
2020-03-08 | lint | dklimpel | 1 | -4/+2 |
2020-03-08 | changelog | dklimpel | 4 | -4/+19 |
2020-03-08 | Add options to disable setting profile info for prevent changes. | dklimpel | 3 | -1/+53 |
2020-03-02 | Always return a deferred from `get_current_state_deltas`. (#7019) | Erik Johnston | 2 | -1/+4 |
2020-03-02 | Fix py35-old CI by using native tox. (#7018) | Erik Johnston | 2 | -6/+2 |
2020-03-02 | remove spurious changelog | Richard van der Hoff | 1 | -1/+0 |
2020-03-02 | Fixed set a user as an admin with the new API (#6928) | Dirk Klimpel | 4 | -38/+194 |
2020-03-01 | rst->md | Matthew Hodgson | 1 | -1/+1 |
2020-02-29 | Fix last date for ACMEv1 install (#7015) | Uday Bansal | 2 | -1/+2 |
2020-02-29 | Fix mounting of homeserver.yaml when it does not exist on host (#6913) | Sandro | 1 | -2/+1 |
2020-02-28 | Add some type annotations to the federation base & client classes (#6995) | Patrick Cloke | 4 | -28/+45 |
2020-02-28 | Fixed set a user as an admin with the new API (#6928) | Dirk Klimpel | 4 | -42/+199 |
2020-02-27 | Don't refuse to start worker if media listener configured. (#7002) | Erik Johnston | 2 | -14/+21 |
2020-02-27 | set worker_app for frontend proxy test (#7003) | Richard van der Hoff | 2 | -0/+6 |
2020-02-27 | Expose common commands via snap run interface to allow easier invocation (#6315) | James | 2 | -5/+17 |
2020-02-27 | Add some type annotations in `synapse.storage` (#6987) | Richard van der Hoff | 8 | -84/+270 |
2020-02-26 | Store room version on invite (#6983) | Richard van der Hoff | 7 | -2/+78 |
2020-02-26 | Cast a coroutine into a Deferred in the federation base (#6996) | Patrick Cloke | 2 | -6/+9 |
2020-02-26 | Port PresenceHandler to async/await (#6991) | Erik Johnston | 7 | -115/+113 |
2020-02-26 | Updated warning for incorrect database collation/ctype (#6985) | Uday Bansal | 2 | -3/+8 |
2020-02-26 | Ensure 'deactivated' parameter is a boolean on user admin API, Fix error hand... | Andrew Morgan | 4 | -4/+68 |
2020-02-25 | Sanity-check database before running upgrades (#6982) | Richard van der Hoff | 3 | -17/+33 |
2020-02-25 | Merge worker apps into one. (#6964) | Erik |