| Commit message (Expand) | Author | Files | Lines |
2020-06-05 | Add an option to disable autojoin for guest accounts (#6637) | Travis Ralston | 5 | -1/+33 |
2020-06-05 | Clarifications to the admin api documentation (#7647) | Richard van der Hoff | 8 | -89/+126 |
2020-06-05 | Update to the stable SSO prefix for UI Auth. (#7630) | Patrick Cloke | 2 | -1/+2 |
2020-06-05 | Fix type information on `assert_*_is_admin` methods (#7645) | Richard van der Hoff | 3 | -23/+19 |
2020-06-05 | Remove some unused constants. (#7644) | Richard van der Hoff | 2 | -4/+1 |
2020-06-05 | Typo fixes. | Patrick Cloke | 2 | -2/+2 |
2020-06-05 | Allow new users to be registered via the admin API even if the monthly active... | Dirk Klimpel | 4 | -16/+172 |
2020-06-05 | Add device management to admin API (#7481) | Dirk Klimpel | 5 | -0/+920 |
2020-06-05 | Attempt to fix PhoneHomeStatsTestCase.test_performance_100 being flaky. (#7634) | Patrick Cloke | 2 | -19/+24 |
2020-06-05 | Support CS API v0.6.0 (#6585) | Andrew Morgan | 2 | -15/+2 |
2020-06-05 | Add support for webp thumbnailing (#7586) | WGH | 3 | -36/+101 |
2020-06-05 | Performance improvements and refactor of Ratelimiter (#7595) | Andrew Morgan | 19 | -230/+322 |
2020-06-04 | Fix encryption algorithm typos in tests/comments (#7637) | Andrew Morgan | 4 | -10/+11 |
2020-06-04 | Advertise the token login type when OpenID Connect is enabled. (#7631) | Patrick Cloke | 2 | -8/+4 |
2020-06-03 | Cleanups to the OpenID Connect integration (#7628) | Richard van der Hoff | 8 | -324/+428 |
2020-06-03 | async/await get_user_id_by_threepid (#7620) | Andrew Morgan | 4 | -28/+29 |
2020-06-03 | Check the changelog number in check-newsfragment (#7623) | Richard van der Hoff | 2 | -4/+17 |
2020-06-03 | Replace instances of reactor pumping with get_success. (#7619) | Andrew Morgan | 3 | -121/+152 |
2020-06-03 | Check if the localpart is reserved for guests earlier in the registration flo... | Brendan Abolivier | 2 | -9/+10 |
2020-06-03 | Fix exceptions when fetching events from a down host. (#7622) | Erik Johnston | 2 | -1/+2 |
2020-06-03 | `synctl restart` should start synapse if it wasn't running (#7624) | Richard van der Hoff | 2 | -1/+2 |
2020-06-03 | Switch back to upstream dh-virtualenv (#7621) | Richard van der Hoff | 2 | -1/+2 |
2020-06-03 | Fix typo in PR link github/release-v1.14.0 release-v1.14.0 | Richard van der Hoff | 1 | -1/+1 |
2020-06-03 | Clean up exception handling in SAML2ResponseResource (#7614) | Richard van der Hoff | 7 | -61/+77 |
2020-06-02 | update grafana dashboard | Richard van der Hoff | 1 | -88/+525 |
2020-06-01 | Mention #synapse:matrix.org in README troubleshooting (#7603) | Andrew Morgan | 2 | -1/+5 |
2020-06-01 | Advertise Python 3.8 support in setup.py (#7602) | Andrew Morgan | 2 | -0/+2 |
2020-06-01 | Fix a bug in automatic user creation with m.login.jwt. (#7585) | Olof Johansson | 3 | -7/+162 |
2020-06-01 | Process cross-signing keys when resyncing device lists (#7594) | Brendan Abolivier | 4 | -18/+119 |
2020-06-01 | Email notifications for new users when creating via the Admin API. (#7267) | Dirk Klimpel | 3 | -0/+92 |
2020-06-01 | Improve performance of _get_state_groups_from_groups_txn (#7567) | Dagfinn Ilmari Mannsåker | 2 | -6/+7 |
2020-06-01 | Convert groups local and server to async/await. (#7600) | Patrick Cloke | 3 | -190/+150 |
2020-06-01 | Don't fail all of an iteration of the device list retry loop on error (#7609) | Brendan Abolivier | 2 | -15/+22 |
2020-06-01 | Use upsert when inserting read receipts (#7607) | Dagfinn Ilmari Mannsåker | 2 | -9/+5 |
2020-05-30 | Update OpenBSD installation instructions (#7587) | hashashini | 2 | -22/+41 |
2020-05-29 | Fix 'FederationGroupsRoomsServlet' API when group has room server is not in. ... | Erik Johnston | 2 | -8/+13 |
2020-05-29 | Make inflight background metrics more efficient. (#7597) | Erik Johnston | 2 | -34/+71 |
2020-05-28 | Add entry to set dependency against psql service (#7591) | David Rio Deiros | 2 | -0/+4 |
2020-05-28 | Update debian changelog v1.14.0 | Brendan Abolivier | 1 | -0/+6 |
2020-05-28 | 1.14.0 | Brendan Abolivier | 2 | -1/+7 |
2020-05-27 | Ensure we persist and ack the same token | Erik Johnston | 1 | -5/+7 |
2020-05-27 | Remove spurious change | Erik Johnston | 1 | -2/+0 |
2020-05-27 | |